Hi,
I'm using Jalopy 0.2.8 with Netbeans 3.3.2 on Win NT.
I've noticed a problem when I reformat the following code:
public class JalopyTest
{
Class[] myClasses = { (new String[0]).getClass() };
}
After reformat it becomes:
public class JalopyTest
{
Class[] myClasses = { (new String[0])).getClass() };
}
This code does not compile anymore, because there is
a second right brace behind String[0].
Marco Hunsicker
None
None
Public
|
Date: 2002-07-31 19:54 Logged In: YES |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use