[ 
https://issues.apache.org/jira/browse/TIKA-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18069905#comment-18069905
 ] 

ASF GitHub Bot commented on TIKA-4704:
--------------------------------------

Copilot commented on code in PR #2727:
URL: https://github.com/apache/tika/pull/2727#discussion_r3015435363


##########
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/src/test/java/org/apache/tika/detect/zip/ZipDetectionTest.java:
##########
@@ -29,6 +29,7 @@
 
 import org.apache.tika.TikaTest;
 import org.apache.tika.detect.Detector;
+import org.apache.tika.io.TemporaryResources;

Review Comment:
   The `TemporaryResources` import is currently unused in this test class. 
Please remove it (or use `TemporaryResources` explicitly if that was the 
intent) to avoid failing builds that enforce no-unused-imports via 
Checkstyle/Spotless.
   ```suggestion
   
   ```





> Avoid remaining temp files
> --------------------------
>
>                 Key: TIKA-4704
>                 URL: https://issues.apache.org/jira/browse/TIKA-4704
>             Project: Tika
>          Issue Type: Task
>    Affects Versions: 3.3.0
>            Reporter: Tilman Hausherr
>            Priority: Minor
>             Fix For: 4.0.0, 3.3.1
>
>         Attachments: screenshot-1.png
>
>
> This is my temp directory after a successful build of tika 3. We should try 
> to lessen this.
>  !screenshot-1.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to