a70899910e2448abda0ec8c76aff2000318dce49
Files Diff
- Added: 2
- Removed: 15
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 2 | ||
Pull Up Attribute private MAX_CLONE_GROUP_PER_FILE : int from class org.sonar.batch.cpd.JavaCpdEngine to package MAX_CLONE_GROUP_PER_FILE : int from class org.sonar.batch.cpd.AbstractCpdEngine | From | To | |
Pull Up Attribute private MAX_CLONE_PART_PER_GROUP : int from class org.sonar.batch.cpd.JavaCpdEngine to package MAX_CLONE_PART_PER_GROUP : int from class org.sonar.batch.cpd.AbstractCpdEngine | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.batch.cpd.JavaCpdEngineTest renamed to org.sonar.batch.cpd.AbstractCpdEngineTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.sonar.batch.cpd.AbstractCpdEngine from classes [org.sonar.batch.cpd.DefaultCpdEngine, org.sonar.batch.cpd.JavaCpdEngine] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute inputFile : DefaultInputFile to inputFile1 : DefaultInputFile in class org.sonar.batch.cpd.AbstractCpdEngineTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type filtered : Iterable<CloneGroup> to filtered : List<CloneGroup> in method private runCpdAnalysis(languageKey String, context SensorContext, sourceFiles List<InputFile>, index SonarDuplicationsIndex) : void in class org.sonar.batch.cpd.DefaultCpdEngine | From | To |