Bugs item #2501029, was opened at 2009-01-12 10:35
Message generated for change (Settings changed) made by elmuerte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2501029&group_id=82370

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: Compiletime - Java
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Michiel Hendriks (elmuerte)
Assigned to: Nobody/Anonymous (nobody)
Summary: Java dummy generator does not handle static code correctly

Initial Comment:
<code>
static
        {
                // static initializer test
                try {
                        // this works
                        Class<?> c = Class.forName("BasicTests.MainClass");
                        // this produces incorrect dummy code
                        Class.forName("BasicTests.MainClass");
                }
                catch (Exception e)
                {}
        }
</code>

----------------------------------------------------------------------

>Comment By: Michiel Hendriks (elmuerte)
Date: 2009-04-17 09:31

Message:
Considering bug #2711967 this one can probably be fixed

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2501029&group_id=82370

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Composestar-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/composestar-developers

Reply via email to