Ok, I just created https://github.com/apache/netbeans/pull/7693
/Patrik Den tors 22 aug. 2024 kl 20:15 skrev Patrik Karlström < pata.karlst...@gmail.com>: > Thanks, I will try. > > Den tors 22 aug. 2024 kl 20:12 skrev Michael Bien <mbie...@gmail.com>: > >> if you open a PR, please base it on the "delivery" branch. There is a >> chance to get fixes like this into NB 23 still if they are reviewed in >> time. >> >> -mbien >> >> >> On 22.08.24 16:04, Patrik Karlström wrote: >> > 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 >> > >> >>