Bug 287843 - InputStream not closed
Summary: InputStream not closed
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows NT
: P2 major (vote)
Target Milestone: 1.6.6   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 11:34 EDT by Andrew Clement CLA
Modified: 2009-09-03 18:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2009-08-27 11:34:01 EDT
org.aspectj.weaver.Lint.loadDefaultProperties. It uses an InputStream to 
load the properties but doesn't close it once the Properties have been 
loaded. At least that's the behaviour in 1.6.5.
Comment 1 Andrew Clement CLA 2009-09-03 18:59:47 EDT
fixed