mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-38094 - NA: ErrorHandlerWrapper.createSAXParseException
This commit is contained in:
@@ -142,6 +142,7 @@ public class InspectionProfileConvertor {
|
||||
if (files == null || files.length != 1) {
|
||||
return;
|
||||
}
|
||||
if (!files[0].isFile()) return;
|
||||
final File dest = new File(profileDirectory, OLD_DEFAUL_PROFILE + XML_EXTENSION);
|
||||
try {
|
||||
Document doc = JDOMUtil.loadDocument(files[0]);
|
||||
|
||||
Reference in New Issue
Block a user