81890fad896224712fa1831bad6eecebbc5bd594
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private printReport(json Set<File>, duplicate Set<File>, missing Set<File>, missingUriPaths Set<File>, missingLabels Set<File>, usedLabels Map<String,Set<String>>) : void renamed to private printComponentsReport(json Set<File>, duplicate Set<File>, missing Set<File>, missingUriPaths Set<File>, missingLabels Set<File>, usedLabels Map<String,Set<String>>) : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Rename Method private findFilesRecursive(dir File, found Set<File>, components Set<File>, filter FileFilter) : void renamed to private findComponentFilesRecursive(dir File, found Set<File>, components Set<File>, filter FileFilter) : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Rename Variable | 3 | ||
Rename Variable componentName : String to modelName : String in method protected executeModel() : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Rename Variable components : Set<String> to models : Set<String> in method protected executeModel() : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Rename Variable components : List<String> to models : List<String> in method protected executeModel() : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Rename Attribute | 1 | ||
Rename Attribute outDir : File to modelsOutDir : File in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Extract Method | 2 | ||
Extract Method private findModelFilesRecursive(dir File, found Set<File>, filter FileFilter) : void extracted from public execute() : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To | |
Extract Method protected executeModel() : void extracted from public execute() : void in class org.apache.camel.maven.packaging.PrepareCatalogMojo | From | To |