bef145fd7636ac0db1206e1f38f933e1a925555c
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private addDocumentation(document Document, item Element, jsonFile File) : void renamed to private addElementDocumentation(document Document, item Element, jsonFile File) : void in class org.apache.camel.maven.DocumentationEnricher | From | To | |
| Rename Variable | 1 | ||
| Rename Variable domParser : DomParser to domFinder : DomFinder in method public execute() : void in class org.apache.camel.maven.EipDocumentationEnricherMojo | From | To | |
| Rename Class | 2 | ||
| Rename Class org.apache.camel.maven.EipDocumentationGeneratorMojo renamed to org.apache.camel.maven.EipDocumentationEnricherMojo | From | To | |
| Rename Class org.apache.camel.maven.DomParser renamed to org.apache.camel.maven.DomFinder | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type domParser : DomParser to domFinder : DomFinder in method public execute() : void in class org.apache.camel.maven.EipDocumentationEnricherMojo | From | To |