ff112e05045f3d17b87ca93e51b36c49c5abfa6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public getResourceBasePath() : String moved from class ro.pippo.less4j.LessResourceHandler to class ro.pippo.core.route.ClasspathResourceHandler & inlined to public getResourceUrl(resourcePath String) : URL | From | To | |
| Rename Variable | 1 | ||
| Rename Variable scss : ScssStylesheet to scssStylesheet : ScssStylesheet in method public getResourceUrl(resourcePath String) : URL in class ro.pippo.sasscompiler.SassResourceHandler | From | To | |
| Extract Variable | 1 | ||
| Extract Variable resourceName : String in method public getResourceUrl(resourcePath String) : URL from class ro.pippo.core.route.ClasspathResourceHandler | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type compiler : ThreadUnsafeLessCompiler to compiler : LessCompiler in class ro.pippo.less4j.LessResourceHandler | From | To | |
| Change Attribute Type sourceMap : ConcurrentMap<String,String> to sourceMap : Map<String,String> in class ro.pippo.sasscompiler.SassResourceHandler | From | To | |
| Change Attribute Type sourceMap : ConcurrentMap<String,String> to sourceMap : Map<String,String> in class ro.pippo.less4j.LessResourceHandler | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public copy(string String, file File) : void extracted from public getResourceUrl(resourcePath String) : URL in class ro.pippo.sasscompiler.SassResourceHandler & moved to class ro.pippo.core.util.IoUtils | From | To | |
| Extract And Move Method public copy(string String, file File) : void extracted from public getResourceUrl(resourcePath String) : URL in class ro.pippo.less4j.LessResourceHandler & moved to class ro.pippo.core.util.IoUtils | From | To |