dev@grizzly.java.net

Re: Tutorial Contribution

From: Ken Cavanaugh <Ken.Cavanaugh_at_Sun.COM>
Date: Mon, 23 Jul 2007 15:57:27 -0700

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.