Sun, 28 Mar 2010 11:55:20 +0200 Jan Lahoda More reliable and deterministic declarative hint tests.
Sun, 28 Mar 2010 09:16:27 +0200 Jan Lahoda Adjusting to recent changes in NetBeans.
Sat, 27 Mar 2010 23:23:38 +0100 Jan Lahoda Much more precise bulk search for patterns like java.util.Arrays.asList(...).
Thu, 25 Mar 2010 23:03:04 +0100 Jan Lahoda Making the refactoring bridge eager.
Thu, 25 Mar 2010 22:10:10 +0100 Jan Lahoda Fixing tests.
Thu, 25 Mar 2010 18:50:41 +0100 Jan Lahoda Introducing test that runs the standalone compiler using external process.
Thu, 25 Mar 2010 18:32:49 +0100 Jan Lahoda Adding a hacky apisupport bridge (API inside apisupport.project would be nice, but requirements are still unknown), and adding "ensure-dependency" option that allows to force addition of a particular dependency.
Thu, 25 Mar 2010 18:32:48 +0100 Jan Lahoda Passing correct constraints to JavaFix.
Thu, 25 Mar 2010 18:32:48 +0100 Jan Lahoda The global options are copied to both hint and fix options.
Wed, 24 Mar 2010 18:47:02 +0100 Jan Lahoda EvaluationSpanTask is a Java task, which specifies a phase (to suppress warning about missing phase).
Wed, 24 Mar 2010 18:43:27 +0100 Jan Lahoda #182589: normalizing File before passing it into FileUtil.toFileObject.
Wed, 24 Mar 2010 18:37:16 +0100 Jan Lahoda Fixing NPE reported by Ernie (DebugTopComponent returned null from getHints()).
Sun, 14 Mar 2010 21:40:51 +0100 Jan Lahoda #181580: correcting pattern matching for patterns like $t.method() - need to check the type of $t, etc. Also fixes #181930. (backport from NetBeans)
Fri, 05 Mar 2010 22:44:00 +0100 Jan Lahoda Scripts to convert patches between NetBeans and Jackpot.
Fri, 05 Mar 2010 00:15:00 +0100 Jan Lahoda Adding findbugs target to bridges/refactoring module.
Thu, 04 Mar 2010 23:48:26 +0100 Jan Lahoda Sketch of refactoring support.
Wed, 03 Mar 2010 20:30:14 +0100 Jan Lahoda Updating to recent changes in javac.
Mon, 01 Mar 2010 20:40:11 +0100 Jan Lahoda Build hudson build during continuous build.
Mon, 01 Mar 2010 20:39:46 +0100 Jan Lahoda Improvements to the hudson plugin and stanalone compiler - better UI, better options for the standalone compiler.
Sun, 28 Feb 2010 08:23:33 +0100 Jan Lahoda Adding a place for examples to the UI.
Sun, 28 Feb 2010 08:15:46 +0100 Jan Lahoda Adding ability to specify multiple patterns in the standalone mode.
Sat, 27 Feb 2010 20:21:12 +0100 Jan Lahoda Correct escaping of patterns in URIs.
Thu, 25 Feb 2010 23:13:53 +0100 Jan Lahoda Building javadoc for the conditionapi and adding JavadocForBinaryQueryImplementation, so that the javadoc is used by the code completion.
Thu, 25 Feb 2010 21:27:49 +0100 Jan Lahoda Correct escaping of patterns for URL.
Wed, 24 Feb 2010 00:58:28 +0100 Jan Lahoda More correct parsing of multi-statement patterns.
Tue, 23 Feb 2010 23:52:47 +0100 Jan Lahoda Updating to recent NB versions.
Mon, 22 Feb 2010 21:38:18 +0100 Jan Lahoda Sort the result according to the relative path.
Mon, 22 Feb 2010 18:26:30 +0100 Jan Lahoda Adding performance statistics to the web query.
Mon, 22 Feb 2010 18:20:20 +0100 Jan Lahoda Updated by the IDE.
Mon, 22 Feb 2010 18:18:42 +0100 Jan Lahoda Loading the occurrences snippets using AJAX.
Sun, 21 Feb 2010 20:56:03 +0100 Jan Lahoda Do not construct duplicates index by default.
Sun, 21 Feb 2010 20:47:29 +0100 Jan Lahoda Escape code for HTML.
Sat, 20 Feb 2010 16:08:22 +0100 Jan Lahoda Improving web UI - also using freemarker to format the pages.
Thu, 18 Feb 2010 07:51:19 +0100 Jan Lahoda Fixing test (removing absolute paths).
Wed, 17 Feb 2010 23:23:22 +0100 Jan Lahoda BatchUtilities.applyFixes requires a ProgressHandleWrapper.
Wed, 17 Feb 2010 23:22:53 +0100 Jan Lahoda Fixing test (ignoring order of the found files).
Wed, 17 Feb 2010 23:21:54 +0100 Jan Lahoda The standalone compiler should not crash if the primary fix is not a JavaFix - should print a warning.
Tue, 16 Feb 2010 18:38:42 +0100 Jan Lahoda Adding progress to the refactoring dialogs, various related improvements.
Tue, 16 Feb 2010 18:32:43 +0100 Jan Lahoda Making the standalone jar constructor more reliable: copy Bundles from all packages from where any class was copied, removing classes from the resources list.
Tue, 16 Feb 2010 18:19:51 +0100 Jan Lahoda Do not uselessly resolve TreePathHandle.
Mon, 15 Feb 2010 19:02:45 +0100 Jan Lahoda Updated by the IDE.
Mon, 15 Feb 2010 19:02:02 +0100 Jan Lahoda BulkSearch can sometimes throw an exception (e.g. StackOverflowError), which is hard to diagnose without knowing the particular file - listing the exception as a problem and printing the exception together with the file name to the log.
Mon, 15 Feb 2010 18:47:17 +0100 Jan Lahoda Preventing NPE.
Mon, 15 Feb 2010 18:44:06 +0100 Jan Lahoda Eliminating duplicated dependencies.
Wed, 10 Feb 2010 20:14:35 +0100 Jan Lahoda Upgrading to a new hudson.
Wed, 10 Feb 2010 18:08:31 +0100 Jan Lahoda findbugs support for server/compiler.
Wed, 10 Feb 2010 18:08:10 +0100 Jan Lahoda Hacks.constructScope should delegate to Utilities.constructScope, disabling annotation processing in Utilities.constructScope.
Tue, 09 Feb 2010 22:32:28 +0100 Jan Lahoda Use default enabled flag.
Tue, 09 Feb 2010 21:40:13 +0100 Jan Lahoda Sketch of a Hhudson plugin to integrate Jackpot's standalone compiler with ant builds in hudson.
Tue, 09 Feb 2010 21:40:08 +0100 Jan Lahoda A "standalone" compiler for Jackpot - hints are performed during the compilation.
Tue, 09 Feb 2010 16:46:52 +0100 Jan Lahoda The java.hints bridge should also bridge the java.hints' JavaFixes into jackpot's JavaFixes, to support batch fixing.
Sat, 06 Feb 2010 21:11:58 +0100 Jan Lahoda Updating to recent versions from java.hints, cleanup, creating a separate bridge between java.hints and jackpot.
Thu, 04 Feb 2010 23:13:56 +0100 Jan Lahoda Default name for hint should be inferred from the file name.
Wed, 27 Jan 2010 17:57:58 +0100 Jan Lahoda Clusters do not have version numbers anymore.
Tue, 19 Jan 2010 19:29:57 +0100 Jan Lahoda Updating borrowed tests to recent versions.
Mon, 04 Jan 2010 18:52:35 +0100 Jan Lahoda Arithmetic over hardcoded constants (should be enabled only when a specific option is enabled?).
Mon, 04 Jan 2010 18:51:12 +0100 Jan Lahoda Do not throw exceptions when enum constant parameter to a condition cannot be resolved.
Sun, 03 Jan 2010 12:16:18 +0100 Jan Lahoda Cleanup: using a member class instead of ann. inner class for the ReplaceParameters class.
Mon, 28 Dec 2009 22:37:41 +0100 Jan Lahoda Use an explicit source level when compiling custom conditions.
Mon, 28 Dec 2009 23:28:05 +0100 Jan Lahoda Use correct location of the javac-api when resolving conditions, even in tests.