Wed, 11 Nov 2009 23:13:55 +0100 Jan Lahoda A sketch of rules debugger.
Wed, 11 Nov 2009 23:13:17 +0100 Jan Lahoda When looking for hints, search also bootclasspath.
Sun, 08 Nov 2009 21:55:07 +0100 Jan Lahoda Look for rule files also on bootclasspath.
Sun, 08 Nov 2009 17:18:06 +0100 Jan Lahoda Improving found duplicates GUI.
Sat, 07 Nov 2009 19:32:41 +0100 Jan Lahoda When constructing bulk pattern, make sure that identifier(s) in patterns like "$0.isDirectory()" are used.
Sat, 07 Nov 2009 19:32:41 +0100 Jan Lahoda When indexing a file, ignore all exceptions that are thrown during indexing process.
Sat, 07 Nov 2009 19:32:41 +0100 Jan Lahoda Standalone indexer should ignore parsing errors (errors from enter/attribution phase are expected).
Sat, 07 Nov 2009 19:32:41 +0100 Jan Lahoda Standlone indexer/web.api need to have org-openide-filesystems.jar on (runtime) classpath.
Fri, 06 Nov 2009 21:15:03 +0100 Jan Lahoda Register correct source roots when doing batch search.
Fri, 06 Nov 2009 21:15:03 +0100 Jan Lahoda When looking for hints, use correct SourceForBinaryQuery to get correct set of source roots (and eliminate any duplicities).
Fri, 06 Nov 2009 21:15:03 +0100 Jan Lahoda When searching for pattern or refactoring among opened projects, use only source roots that actually belong to the opened projects, not to their dependencies.
Fri, 06 Nov 2009 21:15:03 +0100 Jan Lahoda Produce warnings/problems instead of exceptions in batch mode if there is too few or too many fixes for a given hint/warning.
Fri, 06 Nov 2009 21:15:03 +0100 Jan Lahoda latex2html is not strictly required for build.
Tue, 27 Oct 2009 19:07:36 +0100 Jan Lahoda Adapting to recent changes in JavacParser.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Ability to rename variables (both definition and use).
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Pattern consisting solely of one variable should work.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Multitree variable should also match variable modifiers.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Run patterns/refactoring over a specified folder.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Faster mimetype evaluation.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Using EditorCookie instead of EditCookie to get the CloneableEditorSupport.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Introducing API that allows to access individual trees matched by multitree variable.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Enhancing multistatement variables to generic multitrees variables.
Sun, 18 Oct 2009 11:23:45 +0200 Jan Lahoda Workarounding broken TreeUtilities.findNameSpan for some.<param>thing().
Tue, 29 Sep 2009 21:29:48 +0200 Jan Lahoda #1144(workaround): generalizing c.new I() {} causes an IllegalArgumentException.
Sun, 27 Sep 2009 20:03:29 +0200 Jan Lahoda Fixing server-side classpath.
Sun, 27 Sep 2009 20:02:40 +0200 Jan Lahoda Jackpot is a friend of gototest now, no need to any hacks.
Wed, 23 Sep 2009 06:58:19 +0200 Jan Lahoda Hint preventing some not-try-finally uses of AbstractDocument read/write locks.
Wed, 23 Sep 2009 06:57:07 +0200 Jan Lahoda Basic support for try-catch constructs.
Wed, 23 Sep 2009 06:56:57 +0200 Jan Lahoda Duplicates that are covered by other (bigger) duplicates should not be reported.
Tue, 15 Sep 2009 18:49:28 +0200 Jan Lahoda Automated merge with file:///tmp/jjj
Tue, 15 Sep 2009 18:48:53 +0200 Jan Lahoda s/java2/java3
Fri, 11 Sep 2009 09:01:23 +0200 Jan Lahoda Correctly including the Jerig jar files in the libs.jerig NBM.
Thu, 10 Sep 2009 23:08:38 +0200 Jan Lahoda Updating to recent change in cluster names/ids.
Thu, 10 Sep 2009 23:08:37 +0200 Jan Lahoda A sketch of duplicates finder.
Thu, 10 Sep 2009 23:08:35 +0200 Jan Lahoda Adding Jerig library.
Sun, 06 Sep 2009 23:04:18 +0200 Jan Lahoda The rule file can contain imports, which should be handled correctly now.
Sun, 06 Sep 2009 23:04:17 +0200 Jan Lahoda Adding dependencies on (nb)junit and insane, so that the classpath inside NB is correct.
Tue, 25 Aug 2009 19:54:23 +0200 Jan Lahoda Removing ditz.
Tue, 25 Aug 2009 19:37:32 +0200 Jan Lahoda Adding correct licenses.
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda Ability to parse (and attribute) pattern with one or more methods/variables.
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda Cleanup: making a nested class from the anonymous innerclass that contains the actual impl. of JavaFix.
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda The hints can specify suppress warnings keys now.
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda Allow fixes to show "processing" errors/warnings to the user (used by refactoring only).
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda Support for options in the hints file and on the patterns and fixes.
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda Support for conditions on fixes.
Sat, 15 Aug 2009 08:13:02 +0200 Jan Lahoda Adjusting the indexer (factory) to recent API change in indexing API (#169995).
Sat, 25 Jul 2009 09:46:05 +0200 Jan Lahoda Fixing indexing using the NFABasedBulkSearch.
Thu, 23 Jul 2009 03:05:58 +0200 Jan Lahoda Incrementing spec. versions.
Thu, 23 Jul 2009 02:49:31 +0200 Jan Lahoda Correcting the NFA search to find an occurrence of the pattern embedded into a pure member select.
Wed, 22 Jul 2009 23:47:41 +0200 Jan Lahoda Fixing test.
Wed, 22 Jul 2009 22:19:56 +0200 Jan Lahoda When resolving constraints, use j.l.Object as scope, to prevent IOOBE in package-info.java, etc.
Wed, 22 Jul 2009 22:11:49 +0200 Jan Lahoda The Apply Pattern refactoring should work correctly now.
Wed, 22 Jul 2009 22:05:35 +0200 Jan Lahoda Preventing ISE and NPE in the CopyFinder.
Wed, 22 Jul 2009 22:00:32 +0200 Jan Lahoda Adjusting embedding to the recent changes in the file format (to allow custom conditions, etc.).
Wed, 22 Jul 2009 21:59:32 +0200 Jan Lahoda Hint for wrong string comparison.
Wed, 22 Jul 2009 21:58:42 +0200 Jan Lahoda Hint for synchronization on non-final field.
Tue, 21 Jul 2009 21:09:48 +0200 Jan Lahoda Introducing NFA based bulk search. Also adding simple bulk search based on the CopyFinder (currently for testing only, not fully featured).
Tue, 21 Jul 2009 19:49:38 +0200 Jan Lahoda Small performance improvement.
Tue, 21 Jul 2009 18:48:55 +0200 Jan Lahoda Introducing folder for papers.
Tue, 21 Jul 2009 18:37:05 +0200 Jan Lahoda Enabling Go to Test/Go to Tested Class actions.