Toggle navigation
Home
float to int
No. of Instances - 12
No. of Commits - 6
No. of Projects - {'neo4j', 'ignite', 'BlossomsPokemonGoManager', 'hadoop', 'kaa', 'languagetool'}
Hierarchy/Composition: -
Primitive Info: Narrowing
NameSpace: Jdk -> Jdk
Mapping:
Other
>
to
==
Add or Remove Method invocation
m.getTotalCpus()
to
m.getTotalExecutedJobs()
m.getCurrentDaemonThreadCount()
to
m.getTotalCancelledJobs()
neighbors.size()
to
m.getTotalBusyTime()
m.getCurrentThreadCount()
to
m.getCurrentCancelledJobs()
Rename Variable
avgCpusPerNode
to
totalExecutedJobs
avgDaemonThreadCnt
to
totalCancelJobs
avgNodesPerHost
to
totalBusyTime
avgThreadCnt
to
curCancelJobs