File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/main/java/org/jboss/tools/intellij/componentanalysis Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 2727import com .redhat .exhort .api .v4 .DependencyReport ;
2828import com .redhat .exhort .api .v4 .ProviderReport ;
2929import com .redhat .exhort .api .v4 .Source ;
30- import org .apache .commons .io .FileUtils ;
3130import org .jboss .tools .intellij .exhort .ApiService ;
3231
33- import java .io .IOException ;
34- import java .nio .file .Files ;
35- import java .nio .file .Path ;
3632import java .util .Collections ;
3733import java .util .Map ;
3834import java .util .Objects ;
@@ -171,14 +167,4 @@ public static boolean performAnalysis(String packageManager,
171167 }
172168 return false ;
173169 }
174-
175- private static void deleteTempDir (Path tempDirectory ) {
176- try {
177- FileUtils .deleteDirectory (tempDirectory .toFile ());
178- } catch (IOException e ) {
179- LOG .warn ("Failed to delete temp directory: " + tempDirectory , e );
180- }
181- }
182-
183-
184170}
You can’t perform that action at this time.
0 commit comments