api/src/org/netbeans/modules/jackpot30/impl/hints/HintsInvoker.java
Sun, 06 Mar 2011 19:23:09 +0100 Fixing @SuppressWarnings for marks-based hints.
Sun, 06 Mar 2011 17:38:53 +0100 Let the (marks based) API clients compute their own ErrorDescription and Fixes.
Sun, 06 Mar 2011 14:37:09 +0100 Generalizing Conditions to the API, fixing the otherwise condition for fixes. The rule debugger is not functional.
Sat, 22 Jan 2011 21:51:05 +0100 Moving scoping from file's Context to HintContext/SPI.
Wed, 19 Jan 2011 18:56:40 +0100 Starting an experiment with 'marks' support - porting an older patch
Wed, 01 Dec 2010 18:49:05 +0100 Support for switch statement
Mon, 01 Mar 2010 20:39:46 +0100 Improvements to the hudson plugin and stanalone compiler - better UI, better options for the standalone compiler.
Tue, 23 Feb 2010 23:52:47 +0100 Updating to recent NB versions.
Sat, 06 Feb 2010 21:11:58 +0100 Updating to recent versions from java.hints, cleanup, creating a separate bridge between java.hints and jackpot.
Wed, 09 Dec 2009 14:25:57 +0100 TreeUtilities.parseType has currently troubles with scope == java.lang.Object, workarounding.
Sun, 06 Sep 2009 23:04:18 +0200 The rule file can contain imports, which should be handled correctly now.
Sat, 15 Aug 2009 08:13:02 +0200 The hints can specify suppress warnings keys now.
Sat, 15 Aug 2009 08:13:02 +0200 Allow fixes to show "processing" errors/warnings to the user (used by refactoring only).
Wed, 22 Jul 2009 22:19:56 +0200 When resolving constraints, use j.l.Object as scope, to prevent IOOBE in package-info.java, etc.
Tue, 23 Jun 2009 10:43:35 +0200 The Find Occurrences allows to report verified occurrences.
Sun, 21 Jun 2009 20:46:10 +0200 Ability to have more than one implementation of BulkSearch.
Fri, 05 Jun 2009 12:30:47 +0200 Log times into Timers and Counters.
Sat, 30 May 2009 17:48:28 +0200 Support for multistatement variables.
Tue, 26 May 2009 17:25:40 +0200 The approximate search returns candidate TreePaths, should improve performance.
Fri, 15 May 2009 22:00:38 +0200 BatchApply works somehow again.
Fri, 15 May 2009 16:29:37 +0200 Adding hacky ClassPathBasedHintProvider.
Thu, 14 May 2009 23:35:57 +0200 Correctly pass constraints to the CopyFinder.computeDuplicates (to prevent false occurrence reports).
Wed, 13 May 2009 14:17:46 +0200 Support for variables in patterns.
Tue, 12 May 2009 15:24:33 +0200 Adding hackish support for transformations.
Mon, 11 May 2009 07:41:57 +0200 Splitting the hints module into more manageable parts.