I was curious to see if the janitor is supposed to clean abandoned cache dirs for other apps than the current one so I had a look at the code and while doing so I found this line.
https://github.com/apache/netbeans/blob/c1ee059fa5772440986a5e51384c20fcfbcd04ce/platform/janitor/src/org/netbeans/modules/janitor/Janitor.java#L250 Should that be a test for cacheDir instead of user dir? /Patrik
