RE: [Patch] StringInputStream
ECTED] Sent: Tue 28/12/2004 10:25 To: Ant Developers List Cc: Subject: [Patch] StringInputStream - removed unused imports - changed to On a related note: Parameter x must not be null Wouldn
[Patch] StringInputStream
- removed unused imports - changed to On a related note: Parameter x must not be null Wouldn't it make sense to throw some kind of exception if parameter x was null? At the beginning of the method, not later on when some other method tries something and gets hit with a NullPointerException. S