Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1060 by santiago...@gmail.com: Static modifier missing in inner classes (VerveineJ) http://code.google.com/p/moose-technology/issues/detail?id=1060
If I have the following Java Code
public class A { public static innerClass{
} }
public is the only modifier of innerClass in the MSE. That is, the static modifier is missing.