This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 42908

Summary: Incorrect cache dir
Product: contrib Reporter: Jesse Glick <jglick>
Component: TasklistAssignee: tasklist-issues@contrib <tasklist-issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach
Priority: P3 Keywords: ARCH
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2004-05-06 17:52:01 UTC
tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/Cache.java
says

String loc = System.getProperty("netbeans.user") +
File.separatorChar + "cache" + File.separatorChar
+ "all-todos.ser";

$userdir/cache/ is now $userdir/var/cache/ so
please update this.
Comment 1 Jan Lahoda 2004-05-19 17:50:28 UTC
*** Issue 43591 has been marked as a duplicate of this issue. ***
Comment 2 Ondrej Rypacek 2004-05-27 10:59:27 UTC
fixed.