mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
refactor plugin backend + fix tests
This commit is contained in:
@@ -318,10 +318,7 @@ public final class PluginProcessor
|
||||
{
|
||||
for (Path parent : parentStream)
|
||||
{
|
||||
try (DirectoryStream<Path> direcotries = stream(parent, filter))
|
||||
{
|
||||
paths.addAll(direcotries);
|
||||
}
|
||||
paths.add(parent);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -333,7 +330,6 @@ public final class PluginProcessor
|
||||
*
|
||||
*
|
||||
* @param parentClassLoader
|
||||
* @param directory
|
||||
* @param smp
|
||||
*
|
||||
* @return
|
||||
@@ -472,7 +468,6 @@ public final class PluginProcessor
|
||||
*
|
||||
*
|
||||
* @param classLoader
|
||||
* @param directory
|
||||
* @param smp
|
||||
*
|
||||
* @return
|
||||
@@ -511,7 +506,6 @@ public final class PluginProcessor
|
||||
*
|
||||
*
|
||||
* @param classLoader
|
||||
* @param smps
|
||||
* @param rootNodes
|
||||
*
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user