8081828384858687888990
this.swcFile = swcFile; this.swc = new SWC(swcFile); if (!swcFile.exists() || !swcFile.isFile()) { swc.addProblem(new LibraryNotFoundProblem(swcFile.getAbsolutePath())); return; } ZipFile zipFile = null; catalogReader = null;