From: SourceForge.net <no...@so...> - 2005-08-23 02:16:24
|
Bugs item #1266716, was opened at 2005-08-23 02:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1266716&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynamicJava Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: array declaration in interface yields error Initial Comment: The following code compiles fine in the definitionspane: interface myInterfaceI { int[] someIntArray = {}; } But in the interactionspane we get: ClassFormatError: Illegal field modifiers in class myInterfaceI: 0x9 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1266716&group_id=44253 |