This is the mail archive of the java-patches@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: Patch: java.lang.Class


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> I wrote a little patch to fix little issues in
Michael> java.lang.Class. It adds the serialVersionUID field and adds
Michael> "throws SecurityException" to two methods.

The serialVersionUID part is ok.

I think our standard is not to declare SecurityException in throws,
since it is a RuntimeException.  Instead it should go in the javadoc.
Speaking of which, we could stand to merge in the classpath javadoc
for Class.

Tom


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