Toggle navigation
Home
org.adoptopenjdk.jitwatch.ui.AttributeTableRow to org.adoptopenjdk.jitwatch.ui.CompilationTableRow
No. of Instances - 8
No. of Commits - 1
No. of Projects - {'jitwatch'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
PropertyValueFactory<AttributeTableRow,String>
to
PropertyValueFactory<CompilationTableRow,String>
PropertyValueFactory<AttributeTableRow,String>
to
PropertyValueFactory<CompilationTableRow,String>
PropertyValueFactory<AttributeTableRow,String>
to
PropertyValueFactory<CompilationTableRow,String>
Update String Literal
"type"
to
"native"
"Type"
to
"Size"
"value"
to
"queuedStamp"
"Value"
to
"Queued"
"name"
to
"level"
"Name"
to
"Level"
Rename Variable
colType
to
columnSize
colType
to
columnSize
colType
to
columnSize
colType
to
columnSize
attributeTableView
to
compilationTable
attributeTableView
to
compilationTable
attributeTableView
to
compilationTable
attributeTableView
to
compilationTable
colValue
to
columnQueued
colValue
to
columnQueued
colValue
to
columnQueued
colValue
to
columnQueued
memberAttrList
to
compilationRowList
memberAttrList
to
compilationRowList
memberAttrList
to
compilationRowList
colName
to
columnLevel
colName
to
columnLevel
colName
to
columnLevel
colName
to
columnLevel
Cascading Type Change (Similar)
TableColumn<AttributeTableRow,String>
to
TableColumn<CompilationTableRow,String>
TableColumn<AttributeTableRow,String>
to
TableColumn<CompilationTableRow,String>
TableColumn<AttributeTableRow,String>
to
TableColumn<CompilationTableRow,String>
Update Class Instacne Creation
new Text("Select a JIT-compiled class member to view compilation attributes.")
to
new Text("Select a JIT-compiled class member to view compilations.")
Add or Remove Method invocation
tv.widthProperty().divide(3)
to
tv.widthProperty().multiply(0.2)
tv.widthProperty().divide(3)
to
tv.widthProperty().multiply(0.2)
tv.widthProperty().divide(3)
to
tv.widthProperty().multiply(0.2)