commit | 7df2d91a0194ff7e1155c219ad6371c063f14e01 | [log] [tgz] |
---|---|---|
author | Stephan Herrmann <stephan@cs.tu-berlin.de> | Tue Oct 25 23:29:38 2011 +0000 |
committer | Stephan Herrmann <stephan@cs.tu-berlin.de> | Tue Oct 25 23:29:38 2011 +0000 |
tree | ffa71a83836f03b6602097bd6912b5897e2f9fa5 | |
parent | 3516406c44c1f8cb2dd1985520fb93d23f533c01 [diff] |
Fix regression triggered by Bug 349326 - [1.7] new warning for missing try-with-resources Due to eager super-resolving we might get called back into getMemberType while the array is being sorted, => need to perform sorting on a copy!