aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder
diff options
context:
space:
mode:
authorAndrey Turbanov <turbanoff@gmail.com>2021-11-20 20:37:02 +0300
committerAndrey Turbanov <turbanoff@gmail.com>2021-11-20 20:37:02 +0300
commitbfd6fee99d2685751a6d49eb29a0173c3f825c09 (patch)
tree33383e16d3008206284965d88254f648d4f5668c /bcel-builder
parent0f85ca109b9e6ab849e201e76f62d5023cbfcb98 (diff)
downloadaspectj-bfd6fee99d2685751a6d49eb29a0173c3f825c09.tar.gz
aspectj-bfd6fee99d2685751a6d49eb29a0173c3f825c09.zip
Cleanup redundant boxing.
Methods Integer.parseInt/Boolean.parseBoolean should be preferred over Integer.valueOf/Boolean.valueOf/ if final result is primitive. They are generally faster and generate less garbage.
Diffstat (limited to 'bcel-builder')
0 files changed, 0 insertions, 0 deletions