return Integer.valueOf(portStr); | return Integer.parseInt(portStr); | Integer.valueOf(portStr) | Integer.parseInt(portStr) | hadoop | 736eb17a796a1c1ad5f4db2c6a64f6752db7bec3 | org.apache.hadoop.ha.SshFenceByTcpPort.Args | | _1 | parseConfiggedPort |
---|
_2 | parseConfiggedPort |
---|
| | | | Returns | True |
size=Integer.valueOf(tmp); | size=Integer.parseInt(tmp); | Integer.valueOf(tmp) | Integer.parseInt(tmp) | JGroups | 907873eee48e2936f4b46e96cc6d50c341ce92c1 | org.jgroups.demos.ReplCacheDemo | | | | | | AssignedTo | True |
count=Integer.valueOf(total.getNodeValue()); | count=Integer.parseInt(total.getNodeValue()); | Integer.valueOf(total.getNodeValue()) | Integer.parseInt(total.getNodeValue()) | camel | d3afbd0d8d85668d22a7863891c5a6cbd71b1e41 | org.apache.camel.parser.helper.RouteCoverageHelper | | | | | | AssignedTo | True |
value = Integer.valueOf(part) | value = Integer.parseInt(part) | Integer.valueOf(part) | Integer.parseInt(part) | jetty.project | f901efc413c702328e3cd918f0b562441dd9d761 | org.eclipse.jetty.util.IPAddressMap.OctetPattern | | | | | | AssignedTo | True |
value = Integer.valueOf(this.poolSize) | value = Integer.parseInt(this.poolSize) | Integer.valueOf(this.poolSize) | Integer.parseInt(this.poolSize) | spring-framework | 703d54677e94463f773c0b25a764c2a368c3d517 | org.springframework.scheduling.config.TaskExecutorFactoryBean | | | | | | AssignedTo | True |