| Re: [aspectj-users] constructor problem in inner class |
> Is this a problem of the Java compiler and how it handles inner classes or is it a problem of the AspectJ compiler? Who knows it?
I knows it. And it is isnt an AspectJ bug, we don't have any of those ;)
yes, I know - only features ;-)
It just so happens I wrote a blog post about how the compiler handles private inner classes and it precisely explains what you are seeing.
http://andrewclement.blogspot.com/ - see the article on "Compiler variation: javac and jdt"
regards Oliver