Bug 484250

Summary: Please add resource leak analysis exception for org.apache.commons.compress.utils.IOUtils.closesQuietly
Product: [Eclipse Project] JDT Reporter: Matthijs Kooijman <matthijs>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: jarthana, stephan.herrmann
Version: 4.5.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Matthijs Kooijman CLA 2015-12-11 14:10:53 EST
In https://bugs.eclipse.org/bugs/show_bug.cgi?id=381445 some method names were added to a hardcoded lists of "synonyms" for the built-in close() method on resources. org.apache.commons.compress.utils.IOUtils.closeQuietly() is another such method. Can it be added to the list?