You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the rocks.inspectit.ocelot.file.accessor.git.RevisionAccess#collectFiles contains a bug which leads to invalid results.
The mentioned method recursivly list files in a specified directory but does not handle the case when the tree walker leaves a directory, leading to the problem that all files will end up in one single directory in the resulting data structure.
The current implementation of the
rocks.inspectit.ocelot.file.accessor.git.RevisionAccess#collectFiles
contains a bug which leads to invalid results.The mentioned method recursivly list files in a specified directory but does not handle the case when the tree walker leaves a directory, leading to the problem that all files will end up in one single directory in the resulting data structure.
Example:
the following structure
would be represented as
The text was updated successfully, but these errors were encountered: