move the creation of the local variables out of the for loop since this
commitfab9c6e33b68a50760adda4649e57d9ef38ea918
authorJochen Keil <jochen.keil@gmail.com>
Wed, 23 Jun 2010 16:06:51 +0000 (23 18:06 +0200)
committerJochen Keil <jochen.keil@gmail.com>
Wed, 23 Jun 2010 16:06:51 +0000 (23 18:06 +0200)
tree42cf8a48992acacee25879036d1de235c6515677
parenta0bcd90e83f344ec1e468e548b551c57c7a04325
move the creation of the local variables out of the for loop since this
is likely for stack/heap (with boxed variables..) overflow. a good
compiler would propably fix this but who knows..
Pheromone.java