Issue 1060 in moose-technology: Static modifier missing in inner classes (VerveineJ)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 1060 in moose-technology: Static modifier missing in inner classes (VerveineJ)

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1060 by [hidden email]: 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.


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1060 in moose-technology: Static modifier missing in inner classes (VerveineJ)

moose-technology
Updates:
        Status: Fixed

Comment #2 on issue 1060 by [hidden email]: Static modifier missing  
in inner classes (VerveineJ)
http://code.google.com/p/moose-technology/issues/detail?id=1060

Went for the simple solution:
Added "static" modifier for classes, did not change attributes and methods  
(therefore use hasClassScope boolean property, not the modifier)

This is annoying because the static keyword is not treated consistently
Might decide to go for duplication of information in attributes/methods in  
the future...

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev