dev@grizzly.java.net

Re: Tutorial Contribution

From: Sven Reimers <sven.reimers_at_gmail.com>
Date: Tue, 24 Jul 2007 01:01:26 +0200

I thought I had a fix for this already but I will check once more -
anonymous innerclasses are quite complex to lookup in the old
JavaModel from NetBeans.

-Sven

On 7/24/07, Ken Cavanaugh <Ken.Cavanaugh_at_sun.com> wrote:
> Another thing I just noticed:
>
> I got a couple of notes from FindBugs in the ORB class
> com.sun.corba.se.impl.codegen.ByteCodeUtility. One was in the
> ByteCodeUtility class, and double clicking on the note put me in the
> appropriate place in the source file. However, another report on an
> anonymous inner class (ByteCodeUtility$1) came back with
>
> "No source file could be found for BugInstance"
>
> Is this a known problem?
>
> Thanks,
>
> Ken.
>
>