76080faaf0f9be574380666e2984d59dfe416d41
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getHow() : String renamed to public getCriteria() : String in class org.eclipse.jetty.start.graph.Selection | From | To | |
| Rename Method public getSelectedHowSet() : Set<String> renamed to public getSelectedCriteriaSet() : Set<String> in class org.eclipse.jetty.start.graph.Node | From | To | |
| Rename Variable | 4 | ||
| Rename Variable hows : List<String> to criterias : List<String> in method public dumpSelected() : void in class org.eclipse.jetty.start.graph.Graph | From | To | |
| Rename Variable iniSource : String to iniCriteria : String in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
| Rename Variable hows : Set<String> to criteriaSet : Set<String> in method public getSelectedCriteriaSet() : Set<String> in class org.eclipse.jetty.start.graph.Node | From | To | |
| Rename Variable dirSource : String to dirCriteria : String in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
| Rename Class | 1 | ||
| Rename Class org.eclipse.jetty.start.graph.HowUniquePredicate renamed to org.eclipse.jetty.start.graph.UniqueCriteriaPredicate | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute how : String to criteria : String in class org.eclipse.jetty.start.graph.Selection | From | To | |
| Rename Attribute how : String to criteria : String in class org.eclipse.jetty.start.graph.UniqueCriteriaPredicate | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter how : String to criteria : String in method public Selection(criteria String) in class org.eclipse.jetty.start.graph.Selection | From | To | |
| Rename Parameter how : String to criteria : String in method public UniqueCriteriaPredicate(criteria String) in class org.eclipse.jetty.start.graph.UniqueCriteriaPredicate | From | To | |
| Rename Parameter how : String to criteria : String in method public Selection(criteria String, explicit boolean) in class org.eclipse.jetty.start.graph.Selection | From | To |