2f0e304824c9f2b486935fcee08f5552dd177b87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method package hasWildcardName() : boolean renamed to package isNullLiteral() : boolean in class com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter | From | To | |
| Rename Method package hasUnknownName() : boolean renamed to package isUnknownName() : boolean in class com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type nameDistanceFunction : BiFunction<String,String,Double> to nameDistanceFunction : Function<ParameterPair,Double> in method public ArgumentSelectionDefectChecker(nameDistanceFunction Function<ParameterPair,Double>, heuristics ImmutableList<Heuristic>) in class com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentSelectionDefectChecker | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute UNKNOWN_NAME : String to NAME_UNKNOWN : String in class com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter | From | To | |
| Rename Attribute WILDCARD_NAME : String to NAME_NULL : String in class com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type nameDistanceFunction : BiFunction<String,String,Double> to nameDistanceFunction : Function<ParameterPair,Double> in class com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentSelectionDefectChecker | From | To |