cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/Main.java
Thu, 19 Dec 2013 15:43:00 +0100 Suppress the loggers as soon as possible
Fri, 02 Aug 2013 22:52:24 +0200 Fixing compilation after recent changes in HintsPanel.
Sun, 28 Apr 2013 21:55:14 +0200 Adjusting to recent NB trunk changes.
Sat, 12 Jan 2013 00:01:25 +0100 Show the declarative hints in the customizer dialog.
Tue, 09 Oct 2012 08:18:39 -0700 #21: adding --hint-file command line option, allowing to specify a file with the rules to apply.
Wed, 26 Sep 2012 18:52:44 +0200 Even more generic way to strip unwanted characters from the hint description.
Wed, 26 Sep 2012 15:49:23 +0200 When constructing id category, strip additional non-alphanumeric characters.
Mon, 24 Sep 2012 10:37:19 +0200 Unregister whatever is registered in the MainLookup, so that the tool can be safely run repeatedly in the same VM.
Mon, 24 Sep 2012 09:27:01 +0200 Run only the declarative hints unless something else is requested.
Fri, 21 Sep 2012 20:48:10 +0200 Print hint display name as a warning category.
Thu, 21 Jun 2012 09:56:13 +0200 Option to show the configuration dialog to specify enabled hints.
Sat, 16 Jun 2012 23:41:09 +0200 Fixing scripted tests and a bug revealed by those, both introduced by recent addition of config-file
Sat, 16 Jun 2012 11:36:34 +0200 Ability to specify hint settings in a separate configuration file, the command line tool is able to use that file to configure itself.
Wed, 18 Apr 2012 19:46:49 +0200 PositionRef.getLine returns 0-based line numbers, while the warning format mandates 1-based line numbers.
Wed, 11 Apr 2012 22:06:07 +0200 Disabling extra automatically enabled logging in the RepositoryUpdater.
Wed, 11 Apr 2012 21:59:35 +0200 The command line tool now accepts --source cmd. line parameter. Ant task supports it as well.
Sat, 10 Mar 2012 21:14:34 +0100 Adjusting to recent introduction of Java Hints SPI
Tue, 21 Feb 2012 22:37:57 +0100 Reorganizing the source code, fixing cmdline indexing
Sat, 17 Dec 2011 12:14:20 +0100 Include ability to test declarative hints using the command line tool.
Tue, 15 Nov 2011 12:38:11 +0100 More updates to recent NB proper changes.
Tue, 15 Nov 2011 11:21:09 +0100 Also work with ClassPath-based hints.
Tue, 01 Nov 2011 19:36:49 +0100 Fixing the warning output pattern to correspond to javac' warning lines.
Tue, 01 Nov 2011 19:35:51 +0100 When no hints are specified on the command line, run all hints that are enabled by default.
Tue, 26 Jul 2011 14:53:17 +0200 Adjusting to recent changes in java.hints - try two.
Wed, 08 Jun 2011 19:53:01 +0200 Updating to recent changes in NetBeans proper - parts of Jackpot synced to NetBeans (again) and removed
Fri, 11 Feb 2011 22:33:43 +0100 Introducing several changes to Jackpot 3.0 proper needed for a full-blown server backend
Tue, 28 Dec 2010 22:16:52 +0100 The tool has --config option now
Wed, 22 Dec 2010 13:43:37 +0100 New parameter for the command line tool: --no-apply that disables application of the fixes and prints 'errors' instead.
Sun, 12 Dec 2010 22:19:40 +0100 Explictly enable progress (do not depend on Console), disable logs unless enabled.
Sun, 12 Dec 2010 22:19:39 +0100 Ability to generate diffs directly from the tools
Thu, 09 Dec 2010 15:59:03 +0100 Adding support for explicit source path
Sat, 04 Dec 2010 07:05:07 +0100 Introducing standalone command line tool