|
Change Parameter Type rows : ObservableList<SuggestTableRow> to rows : ObservableList<IReportRowBean> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Parameter Type type : SuggestionType to type : ReportType in method public Report(caller IMetaMember, compilationIndex int, bytecodeOffset int, text String, type ReportType, score int) in class org.adoptopenjdk.jitwatch.report.Report |
From |
To |
|
Change Parameter Type bci : int to member : IMetaMember in method public addAnnotation(member IMetaMember, bci int, annotation LineAnnotation) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Change Parameter Type suggestion : Suggestion to report : Report in method public highlightBytecodeForSuggestion(report Report) : void in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Change Parameter Type bci : int to member : IMetaMember in method public getAnnotationList(member IMetaMember) : BytecodeAnnotationList in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Change Parameter Type result : BytecodeAnnotations to result : BytecodeAnnotationList in method public checkAnnotation(result BytecodeAnnotationList, index int, annotation String, type BCAnnotationType) : void in class org.adoptopenjdk.jitwatch.test.UnitTestUtil |
From |
To |
|
Change Parameter Type suggestions : List<Suggestion> to suggestions : List<Report> in method private getSuggestions(suggestions List<Report>) : String in class org.adoptopenjdk.jitwatch.launch.LaunchHeadless |
From |
To |
|
Change Parameter Type parent : SuggestStage to parent : ReportStage in method public ReportPackageFilter(parent ReportStage) in class org.adoptopenjdk.jitwatch.ui.report.ReportPackageFilter |
From |
To |
|
Change Parameter Type suggestion : Suggestion to report : Report in method protected updateItem(report Report, empty boolean) : void in class org.adoptopenjdk.jitwatch.ui.report.cell.MemberTableCell |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.ui.suggestion.SuggestStage moved and renamed to org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.ui.suggestion.SuggestionTableUtil moved and renamed to org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.ui.suggestion.SuggestionTableCell moved and renamed to org.adoptopenjdk.jitwatch.ui.report.cell.TextWrapTableCell |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.suggestion.Suggestion.SuggestionType moved and renamed to org.adoptopenjdk.jitwatch.ui.report.ReportStageType |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.suggestion.AttributeSuggestionWalker moved and renamed to org.adoptopenjdk.jitwatch.report.suggestion.SuggestionWalker |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.ui.suggestion.SuggestionPackageFilter moved and renamed to org.adoptopenjdk.jitwatch.ui.report.ReportPackageFilter |
From |
To |
|
Move And Rename Class org.adoptopenjdk.jitwatch.suggestion.Suggestion moved and renamed to org.adoptopenjdk.jitwatch.report.Report |
From |
To |
|
Change Variable Type type : TableColumn<SuggestTableRow,String> to type : TableColumn<IReportRowBean,String> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type filter : SuggestionPackageFilter to filter : ReportPackageFilter in method public ReportStage(parent JITWatchUI, type ReportStageType, reportList List<Report>) in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Change Variable Type score : TableColumn<SuggestTableRow,Integer> to score : TableColumn<IReportRowBean,Integer> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type walker : AttributeSuggestionWalker to walker : SuggestionWalker in method public handleReadComplete() : void in class org.adoptopenjdk.jitwatch.launch.LaunchHeadless |
From |
To |
|
Change Variable Type walker : AttributeSuggestionWalker to walker : SuggestionWalker in method private buildSuggestions() : void in class org.adoptopenjdk.jitwatch.ui.JITWatchUI |
From |
To |
|
Change Variable Type col : TableColumn<SuggestTableRow,Suggestion> to col : TableColumn<IReportRowBean,Report> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type suggestion : Suggestion to report : Report in method private display() : void in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Change Variable Type col : TableColumn<SuggestTableRow,String> to col : TableColumn<IReportRowBean,String> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type suggestion : Suggestion to suggestion : Report in method private handleBranchTag(attrs Map<String,String>, currentBytecode int, caller IMetaMember) : void in class org.adoptopenjdk.jitwatch.report.suggestion.SuggestionWalker |
From |
To |
|
Change Variable Type tv : TableView<SuggestTableRow> to tv : TableView<IReportRowBean> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type suggestion : Suggestion to suggestion : Report in method private getSuggestions(suggestions List<Report>) : String in class org.adoptopenjdk.jitwatch.launch.LaunchHeadless |
From |
To |
|
Change Variable Type col : TableColumn<SuggestTableRow,Integer> to col : TableColumn<IReportRowBean,Integer> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type existingAnnotations : List<LineAnnotation> to memberList : BytecodeAnnotationList in method public addAnnotation(member IMetaMember, bci int, annotation LineAnnotation) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Change Variable Type suggestion : Suggestion to suggestion : Report in method private handleHotThrowNotPreallocated(attrs Map<String,String>, currentBytecode int, caller IMetaMember) : void in class org.adoptopenjdk.jitwatch.report.suggestion.SuggestionWalker |
From |
To |
|
Change Variable Type suggestion : Suggestion to suggestion : Report in method private handleCodeCacheFull(event CodeCacheEvent) : void in class org.adoptopenjdk.jitwatch.report.suggestion.SuggestionWalker |
From |
To |
|
Change Variable Type suggestion : Suggestion to suggestion : Report in method private handleInlineFailTag(attrs Map<String,String>, methodID String, caller IMetaMember, currentBytecode int, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.report.suggestion.SuggestionWalker |
From |
To |
|
Change Variable Type caller : TableColumn<SuggestTableRow,Suggestion> to caller : TableColumn<IReportRowBean,Report> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Change Variable Type other : Suggestion to other : Report in method public equals(obj Object) : boolean in class org.adoptopenjdk.jitwatch.report.Report |
From |
To |
|
Change Variable Type suggestion : TableColumn<SuggestTableRow,String> to suggestion : TableColumn<IReportRowBean,String> in method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testEliminatedHeapAllocationsJDK9() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testJava7NonTieredLeaf() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testJava8NonTieredLeaf() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testJava7NonTieredChain() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testJDK9NoParsePhaseTag() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testJDK9BytecodeAnnotations() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Inline Method private buildAnnotations(vmVersion String, member IMetaMember, logLines String[], bytecodeLines String[]) : BytecodeAnnotations inlined to public testEliminatedHeapAllocationsCorrectKlass() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Rename Attribute suggestions : List<Suggestion> to reportListSuggestions : List<Report> in class org.adoptopenjdk.jitwatch.ui.JITWatchUI |
From |
To |
|
Rename Attribute value : int to code : int in class org.adoptopenjdk.jitwatch.model.bytecode.Opcode |
From |
To |
|
Rename Attribute vb : VBox to vBox : VBox in class org.adoptopenjdk.jitwatch.ui.report.cell.MemberTableCell |
From |
To |
|
Rename Attribute obList : ObservableList<SuggestTableRow> to observableList : ObservableList<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Rename Attribute suggestStage : SuggestStage to reportStageSuggestions : ReportStage in class org.adoptopenjdk.jitwatch.ui.JITWatchUI |
From |
To |
|
Rename Attribute annotationMap : Map<Integer,List<LineAnnotation>> to memberAnnotationMap : Map<IMetaMember,BytecodeAnnotationList> in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Rename Attribute suggestions : List<Suggestion> to reportList : List<Report> in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Rename Attribute btnSuggest : Button to btnReportSuggestions : Button in class org.adoptopenjdk.jitwatch.ui.JITWatchUI |
From |
To |
|
Rename Attribute suggestion : String to text : String in class org.adoptopenjdk.jitwatch.report.Report |
From |
To |
|
Change Attribute Type suggestions : List<Suggestion> to reportListSuggestions : List<Report> in class org.adoptopenjdk.jitwatch.ui.JITWatchUI |
From |
To |
|
Change Attribute Type classConstructors : List<MetaConstructor> to classConstructors : List<IMetaMember> in class org.adoptopenjdk.jitwatch.model.MetaClass |
From |
To |
|
Change Attribute Type type : SuggestionType to type : ReportType in class org.adoptopenjdk.jitwatch.report.Report |
From |
To |
|
Change Attribute Type opcodeMap : Map<String,Opcode> to opcodeMap : Map<Integer,Opcode> in class org.adoptopenjdk.jitwatch.model.bytecode.Opcode |
From |
To |
|
Change Attribute Type tableView : TableView<SuggestTableRow> to tableView : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Change Attribute Type lastSuggestion : Suggestion to lastSuggestion : Report in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Change Attribute Type suggestStage : SuggestStage to reportStageSuggestions : ReportStage in class org.adoptopenjdk.jitwatch.ui.JITWatchUI |
From |
To |
|
Change Attribute Type obList : ObservableList<SuggestTableRow> to observableList : ObservableList<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Change Attribute Type annotationMap : Map<Integer,List<LineAnnotation>> to memberAnnotationMap : Map<IMetaMember,BytecodeAnnotationList> in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Change Attribute Type classMethods : List<MetaMethod> to classMethods : List<IMetaMember> in class org.adoptopenjdk.jitwatch.model.MetaClass |
From |
To |
|
Change Attribute Type suggestions : List<Suggestion> to reportList : List<Report> in class org.adoptopenjdk.jitwatch.ui.report.ReportStage |
From |
To |
|
Rename Parameter tag : Tag to tagParse : Tag in method private visitTagParse(tagParse Tag, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder |
From |
To |
|
Rename Parameter bci : int to member : IMetaMember in method public addAnnotation(member IMetaMember, bci int, annotation LineAnnotation) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Rename Parameter value : int to code : int in method package Opcode(code int, text String) in class org.adoptopenjdk.jitwatch.model.bytecode.Opcode |
From |
To |
|
Rename Parameter suggestion : Suggestion to report : Report in method public highlightBytecodeForSuggestion(report Report) : void in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Rename Parameter bci : int to member : IMetaMember in method public getAnnotationList(member IMetaMember) : BytecodeAnnotationList in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations |
From |
To |
|
Rename Parameter suggestion : String to text : String in method public Report(caller IMetaMember, compilationIndex int, bytecodeOffset int, text String, type ReportType, score int) in class org.adoptopenjdk.jitwatch.report.Report |
From |
To |
|
Rename Parameter tag : Tag to tagEliminateAllocation : Tag in method private visitTagEliminateAllocation(tagEliminateAllocation Tag, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder |
From |
To |
|
Rename Parameter tag : Tag to tagEliminateLock : Tag in method private visitTagEliminateLock(tagEliminateLock Tag, parseDictionary IParseDictionary) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder |
From |
To |
|
Rename Parameter suggestion : String to text : String in method protected updateItem(text String, empty boolean) : void in class org.adoptopenjdk.jitwatch.ui.report.cell.TextWrapTableCell |
From |
To |
|
Rename Parameter suggestion : Suggestion to report : Report in method protected updateItem(report Report, empty boolean) : void in class org.adoptopenjdk.jitwatch.ui.report.cell.MemberTableCell |
From |
To |