GCJ and DK compliance stats?

Tom Tromey tromey@redhat.com
Sat Nov 17 09:01:00 GMT 2001


>>>>> "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


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /