Bug 32746 - InputStream not closed in o.a.j.c.JDTCompiler
Summary: InputStream not closed in o.a.j.c.JDTCompiler
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 5.5.6
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 09:52 UTC by Dominik Drzewiecki
Modified: 2004-12-17 04:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Drzewiecki 2004-12-17 09:52:34 UTC
I keep investigating the cause of the jar locking and I found that the
InputStream in an anonymous inner class INameEnvironment in method
findType(String) is not closed. Is this intended to be so or a developer's overlook?
Comment 1 Remy Maucherat 2004-12-17 13:58:14 UTC
It definitely doesn't hurt to fix this. Thanks.