Issue 534 in moose-technology: inFusion should export the initialization of attributes in Java static constructs

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

Issue 534 in moose-technology: inFusion should export the initialization of attributes in Java static constructs

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-ExternalTools

New issue 534 by [hidden email]: inFusion should export the  
initialization of attributes in Java static constructs
http://code.google.com/p/moose-technology/issues/detail?id=534

        static
        {
                RATE_CODES = new HashSet<String>(3);
                RATE_CODES.add(RATE_ASSITANT_SERVICE);
                RATE_CODES.add(RATE_MEDICAL_SERVICE);
                RATE_CODES.add(RATE_TECHNICAL_SERVICE);
        }

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev