c673d86c0736787c71f046ca0f01b2f2b0187e25
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public simpleImport() : void renamed to public currentPackageImport() : void in class org.immutables.generator.PostprocessingMachineTest | From | To | |
Rename Variable | 1 | ||
Rename Variable fullyQualifiedNameMachine : FullyQualifiedNameMachine to fullyNameMachine : FullyQualifiedNameMachine in method package rewrite(content CharSequence) : CharSequence in class org.immutables.generator.PostprocessingMachine | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type importCandidates : TreeMap<String,ImportCandidate> to importCandidates : LinkedHashMap<String,ImportCandidate> in class org.immutables.generator.PostprocessingMachine.ImportsBuilder | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private isSeparator(c char) : boolean extracted from package nextChar(c char, i int) : void in class org.immutables.generator.PostprocessingMachine.FullyQualifiedNameMachine & moved to class org.immutables.generator.PostprocessingMachine | From | To |