Match |
Replace |
Instances |
isVeryGood |
isGood |
isChange |
Relevant Instances |
Commits |
Project |
Link |
new AtomicInteger() |
new LongAdder() |
2 |
False |
False |
True |
2 |
['108d6ad0a92868b89861d5b6ddccb5ef640a286e'] |
['neo4j'] |
Link |
:[TCIVar].get() |
:[TCIVar].sum() |
4 |
True |
True |
True |
4 |
['7d95e45b760c33dc56efcc8ba76dcfbb9875b2aa', '108d6ad0a92868b89861d5b6ddccb5ef640a286e'] |
['JGroups', 'neo4j'] |
Link |
:[TCIVar].addAndGet(:[v1]) |
:[TCIVar].add(:[v1]) |
7 |
True |
True |
True |
7 |
['43ae97a44131873008baa4bdf10d5a04191daa89', '2d950cebaaf1d03ce355415e993d46309a4f278b', '108d6ad0a92868b89861d5b6ddccb5ef640a286e', '91bef559247e33abca341be3d273339d02530195'] |
['buck', 'jetty.project', 'pinpoint', 'neo4j'] |
Link |
:[TCIVar].get() |
:[TCIVar].intValue() |
15 |
True |
True |
True |
15 |
['c266ad314b81328784421858ab576c5af1c57381', '43ae97a44131873008baa4bdf10d5a04191daa89', '91bef559247e33abca341be3d273339d02530195'] |
['camel', 'buck', 'jetty.project'] |
Link |
:[TCIVar].get() |
:[TCIVar].longValue() |
2 |
False |
False |
True |
2 |
['56198619bbe0e53808af842dc34c063243464b45'] |
['neo4j'] |
Link |
LocalFallbackStats.builder().setLocallyExecutedRules(:[v0].get()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.get()).setTotalExecutedRules(localFallbackTotalExecutions.get()).build() |
LocalFallbackStats.builder().setLocallyExecutedRules(:[v0].intValue()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.intValue()).setTotalExecutedRules(localFallbackTotalExecutions.intValue()).build() |
2 |
False |
False |
True |
2 |
['43ae97a44131873008baa4bdf10d5a04191daa89'] |
['buck'] |
Link |
:[TCIVar].set(0) |
:[TCIVar].reset() |
9 |
True |
True |
True |
9 |
['7d95e45b760c33dc56efcc8ba76dcfbb9875b2aa', '91bef559247e33abca341be3d273339d02530195'] |
['JGroups', 'jetty.project'] |
Link |
LocalFallbackStats.builder().setLocallyExecutedRules(:[TCIVar].get()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.get()).setTotalExecutedRules(localFallbackTotalExecutions.get()).build() |
LocalFallbackStats.builder().setLocallyExecutedRules(:[TCIVar].intValue()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.intValue()).setTotalExecutedRules(localFallbackTotalExecutions.intValue()).build() |
1 |
False |
False |
True |
1 |
['43ae97a44131873008baa4bdf10d5a04191daa89'] |
['buck'] |
Link |
:[TCIVar].incrementAndGet() |
:[TCIVar].increment() |
16 |
True |
True |
True |
16 |
['2d950cebaaf1d03ce355415e993d46309a4f278b', '7d95e45b760c33dc56efcc8ba76dcfbb9875b2aa', '91bef559247e33abca341be3d273339d02530195', '43ae97a44131873008baa4bdf10d5a04191daa89', '56198619bbe0e53808af842dc34c063243464b45'] |
['neo4j', 'buck', 'JGroups', 'pinpoint', 'jetty.project'] |
Link |
:[TCIVar].incrementAndGet() |
:[TCIVar].intValue() |
1 |
False |
False |
True |
1 |
['5e72fc3ce904d355ed34a3e5d62b7994eeaf419b'] |
['mpush'] |
Link |
:[TCIVar].decrementAndGet() |
:[TCIVar].decrement() |
2 |
False |
False |
True |
2 |
['56198619bbe0e53808af842dc34c063243464b45'] |
['neo4j'] |
Link |