Re: instrumentation on anonymous class.

"David Brosius" <[email protected]>
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <1288635493.v2.mailanyonewebmail-596227@fuseweb2d>
the error is shown in a constructor, does the error only occur in constructors?your code would seem to be like this, which doesn't complain in eclipsepublic class Outer extends JButton {    public Outer() {        addActionListener(new ActionListener() {            {                 OuterWrapper.writeToFile(Integer.valueOf(System.identityHashCode(this)));             }            public void actionPerformed(ActionEvent ae) {            }        });    }} Can you post the javap of the method Test$1, method: >;init;[email protected]
message-footer.txt (text/plain, 238 B)
-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.