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] Fix for Dialog and FileDialog argument handling


>>>>> "Fernando" == Fernando Nasser <fnasser@redhat.com> writes:

Fernando> I wonder if this can be considered an obvious fix.

Yeah, I think so.  Please check it in.

Fernando>   FileDialog(Frame parent, String title, int mode)
Fernando> +   throws IllegalArgumentException

Our standard is not to declare unchecked exceptions.
It makes sense to mention them in the javadoc though.

Tom


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