This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: ZipFile.getInputStream shouldn't throw NoSuchElement.
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: David Holmes <dholmes at dltech dot com dot au>, classpath at gnu dot org,java-patches at gcc dot gnu dot org
- Date: 09 Jun 2004 14:57:07 -0600
- Subject: Re: Patch: ZipFile.getInputStream shouldn't throw NoSuchElement.
- References: <NFBBKALFDCPFIDBNKAPCAEBCEEAA.dholmes@dltech.com.au><1086791145.2960.42.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Applications are depending on this behaviour, and it's an intuitive
Anthony> enough result that I think we should just make this change.
If Sun returns null here, and applications depend on this, then we
should just be compatible and make a @specnote in the javadoc
explaining the situation.
Tom