-
cowwoc committed revision 36 to the Jace SVN repository, changing 66 files.
2009-12-10 04:47:15 UTC by cowwoc
-
cowwoc committed revision 35 to the Jace SVN repository, changing 30 files.
2009-09-24 21:08:19 UTC by cowwoc
-
cowwoc committed revision 34 to the Jace SVN repository, changing 28 files.
2009-09-24 03:34:10 UTC by cowwoc
-
cowwoc committed revision 33 to the Jace SVN repository, changing 28 files.
2009-09-24 03:04:56 UTC by cowwoc
-
cowwoc committed revision 32 to the Jace SVN repository, changing 104 files.
2009-09-24 02:09:36 UTC by cowwoc
-
cowwoc committed revision 31 to the Jace SVN repository, changing 9 files.
2009-08-31 03:33:56 UTC by cowwoc
-
cowwoc committed revision 30 to the Jace SVN repository, changing 8 files.
2009-08-24 03:53:34 UTC by cowwoc
-
cowwoc committed revision 29 to the Jace SVN repository, changing 22 files.
2009-08-15 06:45:51 UTC by cowwoc
-
cowwoc committed revision 28 to the Jace SVN repository, changing 22 files.
2009-07-31 04:45:20 UTC by cowwoc
-
A Java class is allowed to have a constant with the same name as the class itself. For example:
public class ABC {
public static final int ABC = 1;
}
In this case, Jace produces a proxy with an ABC() method for obtaining the constant value, but the compiler mistakes the ABC() method for a constructor signature and produces an error.
2009-07-30 22:31:44 UTC by ctrueden