0792bc1cc1ee3593586c7c4f965d0558fdda05b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getCodeCacheTags() : List<Tag> renamed to public getCodeCacheEvents() : List<CodeCacheEvent> in class org.adoptopenjdk.jitwatch.model.JITDataModel | From | To | |
| Rename Method public addCodeCacheTag(tag Tag) : void renamed to public addCodeCacheEvent(event CodeCacheEvent) : void in class org.adoptopenjdk.jitwatch.model.JITDataModel | From | To | |
| Rename Method public getCodeCacheTags() : List<Tag> renamed to public getCodeCacheEvents() : List<CodeCacheEvent> in class org.adoptopenjdk.jitwatch.model.IReadOnlyJITDataModel | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type tag : Tag to event : CodeCacheEvent in method public addCodeCacheEvent(event CodeCacheEvent) : void in class org.adoptopenjdk.jitwatch.model.JITDataModel | From | To | |
| Change Parameter Type tag : Tag to event : CodeCacheEvent in method private handleCodeCacheFull(event CodeCacheEvent) : void in class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker | From | To | |
| Rename Variable | 2 | ||
| Rename Variable tag : Tag to event : CodeCacheEvent in method private checkIfCodeCacheFull() : void in class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker | From | To | |
| Rename Variable codeCacheTags : List<Tag> to codeCacheEvents : List<CodeCacheEvent> in method private checkIfCodeCacheFull() : void in class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker | From | To | |
| Change Return Type | 3 | ||
| Change Return Type List<Tag> to List<CodeCacheEvent> in method public getCodeCacheEvents() : List<CodeCacheEvent> in class org.adoptopenjdk.jitwatch.model.IReadOnlyJITDataModel | From | To | |
| Change Return Type String to Path in method public getDisassemblerFilePath() : Path in class org.adoptopenjdk.jitwatch.util.DisassemblyUtil | From | To | |
| Change Return Type List<Tag> to List<CodeCacheEvent> in method public getCodeCacheEvents() : List<CodeCacheEvent> in class org.adoptopenjdk.jitwatch.model.JITDataModel | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type tag : Tag to event : CodeCacheEvent in method private checkIfCodeCacheFull() : void in class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker | From | To | |
| Change Variable Type binaryPath : String to binaryPath : Path in method public isDisassemblerAvailable() : boolean in class org.adoptopenjdk.jitwatch.util.DisassemblyUtil | From | To | |
| Change Variable Type codeCacheTags : List<Tag> to codeCacheEvents : List<CodeCacheEvent> in method private checkIfCodeCacheFull() : void in class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type codeCacheTagList : List<Tag> to codeCacheTagList : List<CodeCacheEvent> in class org.adoptopenjdk.jitwatch.model.JITDataModel | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter tag : Tag to event : CodeCacheEvent in method public addCodeCacheEvent(event CodeCacheEvent) : void in class org.adoptopenjdk.jitwatch.model.JITDataModel | From | To | |
| Rename Parameter tag : Tag to event : CodeCacheEvent in method private handleCodeCacheFull(event CodeCacheEvent) : void in class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker | From | To |