Konrad Windszus created SLING-10450:
---------------------------------------
Summary: ContentPackage2FeatureModelConverter.java should
implement Closeable
Key: SLING-10450
URL: https://issues.apache.org/jira/browse/SLING-10450
Project: Sling
Issue Type: Improvement
Components: Content-Package to Feature Model Converter
Reporter: Konrad Windszus
Fix For: Content-Package to Feature Model Converter 1.1.4
Forgetting to call {{cleanup}} on the {{ContentPackage2FeatureModelConverter}}
leads to big dangling temp folders. To allow semantic code checks detect such
failures, the class should implement {{Closeable}} and call {{cleanup}} in its
{{close}} method.
Look at [https://github.com/adobe/aemanalyser-maven-plugin/issues/76] for a
concrete issue caused by this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)