Github user matthiasblaesing commented on the issue:

    https://github.com/apache/incubator-netbeans/pull/11
  
    I agree with your interpretation, but I'm missing cleanup of the created 
file in this test. What do you think about this alternative approach:
    - use `java.io.File#createTempFile` to create a test file at the beginning 
of the test
    - wrap the test procedure in to a `try {} finally {}` and delete the temp 
file in the finally clause


---

Reply via email to