This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCJ and DK compliance stats?


>>>>> "Kevin" == Kevin A Burton <burton@openprivacy.org> writes:

Tom> Also it should ignore when unchecked exceptions are declared in a
Tom> `throws' clause, as this is a meaningless difference.

Kevin> Perhaps.  What do you mean by uncheck exceptions?  AKA
Kevin> RuntimeExceptions?

Yes.  If you have a method like this:

    public void foo () throws VirtualMachineError, NullPointerException
    { ... }

then the throws info is not needed.  You could also write:

    public void foo ()
    { ... }

The difference between these functions is merely cosmetic.

Tom> With the exception of AWT, I believe we're actually pretty close
Tom> to 1.2.

Kevin> And swing... right?

Yeah.  I wasn't including javax.*.  Also we don't have CORBA in the
tree, but there is a CORBA implementation out that you can use.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]