You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/09 01:11:16 UTC

[GitHub] [netbeans] lkishalmi commented on issue #3728: netbeans 13 pollutes the log dir with hundreds of java class dump files

lkishalmi commented on issue #3728:
URL: https://github.com/apache/netbeans/issues/3728#issuecomment-1062450831


   Well, they are generated by the [JavacParser](https://github.com/apache/netbeans/blob/d9bd08eee487bd4492429f0aea1f4b48e49cfc35/java/java.source.base/src/org/netbeans/modules/java/source/parsing/JavacParser.java#L1283). They could help to reproduce/fix some Javac parser issues.
   
   If you are really troubled with them the following parameter can be added in the netbeans.conf:
   ```
   -J-Dorg.netbeans.modules.java.source.parsing.JavacParser.maxDumps=1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists