Wed, 11 Nov 2009 23:13:55 +0100A sketch of rules debugger.
Jan Lahoda <jlahoda@netbeans.org> [Wed, 11 Nov 2009 23:13:55 +0100] rev 255
A sketch of rules debugger.

Wed, 11 Nov 2009 23:13:17 +0100When looking for hints, search also bootclasspath.
Jan Lahoda <jlahoda@netbeans.org> [Wed, 11 Nov 2009 23:13:17 +0100] rev 254
When looking for hints, search also bootclasspath.

Sun, 08 Nov 2009 21:55:07 +0100Look for rule files also on bootclasspath.
Jan Lahoda <jlahoda@netbeans.org> [Sun, 08 Nov 2009 21:55:07 +0100] rev 253
Look for rule files also on bootclasspath.

Sun, 08 Nov 2009 17:18:06 +0100Improving found duplicates GUI.
Jan Lahoda <jlahoda@netbeans.org> [Sun, 08 Nov 2009 17:18:06 +0100] rev 252
Improving found duplicates GUI.

Sat, 07 Nov 2009 19:32:41 +0100When constructing bulk pattern, make sure that identifier(s) in patterns like "$0.isDirectory()" are used.
Jan Lahoda <jlahoda@netbeans.org> [Sat, 07 Nov 2009 19:32:41 +0100] rev 251
When constructing bulk pattern, make sure that identifier(s) in patterns like "$0.isDirectory()" are used.

Sat, 07 Nov 2009 19:32:41 +0100When indexing a file, ignore all exceptions that are thrown during indexing process.
Jan Lahoda <jlahoda@netbeans.org> [Sat, 07 Nov 2009 19:32:41 +0100] rev 250
When indexing a file, ignore all exceptions that are thrown during indexing process.

Sat, 07 Nov 2009 19:32:41 +0100Standalone indexer should ignore parsing errors (errors from enter/attribution phase are expected).
Jan Lahoda <jlahoda@netbeans.org> [Sat, 07 Nov 2009 19:32:41 +0100] rev 249
Standalone indexer should ignore parsing errors (errors from enter/attribution phase are expected).

Sat, 07 Nov 2009 19:32:41 +0100Standlone indexer/web.api need to have org-openide-filesystems.jar on (runtime) classpath.
Jan Lahoda <jlahoda@netbeans.org> [Sat, 07 Nov 2009 19:32:41 +0100] rev 248
Standlone indexer/web.api need to have org-openide-filesystems.jar on (runtime) classpath.

Fri, 06 Nov 2009 21:15:03 +0100Register correct source roots when doing batch search.
Jan Lahoda <jlahoda@netbeans.org> [Fri, 06 Nov 2009 21:15:03 +0100] rev 247
Register correct source roots when doing batch search.

Fri, 06 Nov 2009 21:15:03 +0100When looking for hints, use correct SourceForBinaryQuery to get correct set of source roots (and eliminate any duplicities).
Jan Lahoda <jlahoda@netbeans.org> [Fri, 06 Nov 2009 21:15:03 +0100] rev 246
When looking for hints, use correct SourceForBinaryQuery to get correct set of source roots (and eliminate any duplicities).
Adding DefaulRuleUtilities.matches.