Sun, 17 Jun 2012 13:55:46 +0200 Jan Lahoda During tests, only run the one testing hardcoded hint.
Sat, 16 Jun 2012 23:41:09 +0200 Jan Lahoda Fixing scripted tests and a bug revealed by those, both introduced by recent addition of config-file
Sat, 16 Jun 2012 22:41:27 +0200 Jan Lahoda Need to specify integral impl. version.
Sat, 16 Jun 2012 11:36:34 +0200 Jan Lahoda Ability to specify hint settings in a separate configuration file, the command line tool is able to use that file to configure itself.
Sun, 10 Jun 2012 18:47:13 +0200 Jan Lahoda Do not create generalized tree - serialize the generalized form directly when going through the tree, including computing its value.
Sat, 02 Jun 2012 16:05:32 +0200 Jan Lahoda Show progress while downloading the index from the server.
Thu, 17 May 2012 07:56:41 +0200 Jan Lahoda Trying to ensure that both the maven plugin and jackpot tool are in the local repository before running the plugin's test
Thu, 17 May 2012 07:37:08 +0200 Jan Lahoda When running a test project, let it have the same environment variables.
Wed, 16 May 2012 18:35:28 +0200 Jan Lahoda Run jackpot on jackpot - at least on some of the projects
Wed, 16 May 2012 18:13:49 +0200 Jan Lahoda Disabling recursive listeners while indexing
Tue, 15 May 2012 13:30:31 +0200 Jan Lahoda When computing element's display name, must also accept class-like signatures.
Mon, 14 May 2012 20:48:02 +0200 Jan Lahoda Ignore empty results (or empty result file references).
Sun, 13 May 2012 22:46:20 +0200 Jan Lahoda Must specify source level explicitly.
Sun, 13 May 2012 22:21:31 +0200 Jan Lahoda Starting with Maven plugin for the cmdline tool
Fri, 11 May 2012 22:33:59 +0200 Jan Lahoda Preventing NPE.
Mon, 07 May 2012 15:41:41 +0200 Jan Lahoda Must also change the IndexingBuilder's config.jelly.
Mon, 07 May 2012 10:16:41 +0200 Jan Lahoda Having multiple @DataBoundConstructors is apparently not a good idea - trying different approach.
Mon, 07 May 2012 00:17:05 +0200 Jan Lahoda Files that do not belong under the indexed basedir should not be recorded in the index.
Sun, 06 May 2012 23:57:55 +0200 Jan Lahoda Per project ignore patterns.
Sun, 06 May 2012 22:59:06 +0200 Jan Lahoda A type variable may extend another type variable.
Sun, 06 May 2012 11:01:49 +0200 Jan Lahoda Ensure the usages related Documents for a single input file are not duplicated.
Sat, 05 May 2012 15:31:47 +0200 Jan Lahoda The external binaries should actually be downloaded by the global build script
Fri, 04 May 2012 21:39:23 +0200 Jan Lahoda javac-{api,impl}-nb-... renamed to nb-javac-{api,impl}, adjusting
Fri, 04 May 2012 16:34:02 +0200 Jan Lahoda Make sure the external libraries are downloaded before building the remoting support
Wed, 25 Apr 2012 08:33:42 +0200 Jan Lahoda Adjusting to recent change in ElementOverlay
Wed, 25 Apr 2012 07:20:09 +0200 Jan Lahoda Not adding jackpot.jar on the bootclasspath - the javax.model.** is escaped anyway, and having jackpot.jar on bootCP can cause false negatives for CollectionRemove hint
Wed, 25 Apr 2012 07:16:45 +0200 Jan Lahoda javac-api-....jar has been renamed to nb-javac-api.jar
Wed, 18 Apr 2012 19:46:49 +0200 Jan Lahoda PositionRef.getLine returns 0-based line numbers, while the warning format mandates 1-based line numbers.
Tue, 17 Apr 2012 18:29:31 +0200 Jan Lahoda Improving the stability of index upload: inability to refresh the web frontend should not crash the build, temporary storage should be cleared if something goes wrong.
Tue, 17 Apr 2012 18:25:23 +0200 Jan Lahoda Must load the saved configuration.
Fri, 13 Apr 2012 21:14:44 +0200 Jan Lahoda Better use CDATA to escape the output of a failed test
Wed, 11 Apr 2012 22:06:07 +0200 Jan Lahoda Disabling extra automatically enabled logging in the RepositoryUpdater.
Wed, 11 Apr 2012 21:59:35 +0200 Jan Lahoda The command line tool now accepts --source cmd. line parameter. Ant task supports it as well.
Tue, 10 Apr 2012 23:17:52 +0200 Jan Lahoda Must use source level==1.6
Tue, 10 Apr 2012 19:44:31 +0200 Jan Lahoda Starting with ant bindings for Jackpot cmdline tool
Sun, 08 Apr 2012 18:25:48 +0200 Jan Lahoda Declarative/scripted tests need to use unique names
Sun, 08 Apr 2012 18:24:57 +0200 Jan Lahoda Updated by the IDE
Sat, 07 Apr 2012 20:43:06 +0200 Jan Lahoda Stripping the field type from a field's handle, as needed for the web client. Trying to keep compatibility with existing clients and transient compatibility with existing indices
Sat, 07 Apr 2012 20:39:57 +0200 Jan Lahoda When an unknown segment ID is given, produce error 404 rather that crash with an exception
Wed, 04 Apr 2012 23:23:48 +0200 Jan Lahoda There is no HintPreferencesProvider in NB proper, and does not seem to be really used in Jackpot/cmd line anyway, so removing.
Wed, 04 Apr 2012 17:24:20 +0200 Jan Lahoda BatchUtilities.removeUnusedImports is not in NB proper anymore, adding to jackpot's BatchUtilities.
Wed, 04 Apr 2012 08:35:21 +0200 Jan Lahoda Must also include the lexer-related libraries in web.main
Tue, 03 Apr 2012 23:48:40 +0200 Jan Lahoda Improving the web.ui: ability to perform find usages
Tue, 03 Apr 2012 19:10:31 +0200 Jan Lahoda Fixing dependencies of apisupport bridge, and using the correct ProjectDependencyUpgrader.
Fri, 30 Mar 2012 23:42:34 +0200 Jan Lahoda Improving the web UI - deleting Search Type, introducing Search Symbol with icons and method headers.
Sun, 25 Mar 2012 19:47:12 +0200 Jan Lahoda Adding necessary compile-time dependencies
Sun, 25 Mar 2012 19:46:05 +0200 Jan Lahoda CodeHintProviderImpl currently resolves customizer providers eagerly, so need to copy them to the jar output, even though these won't be normally used.
Wed, 14 Mar 2012 14:07:46 +0100 Jan Lahoda Automated merge with file:///media/karta/space/src/jackpot30/working
Wed, 14 Mar 2012 14:06:29 +0100 Jan Lahoda Cleaning up dependencies, removing unnecessary impl. dependencies
Wed, 14 Mar 2012 07:35:49 +0100 Jan Lahoda Download extra NBMS from update center rather than downloading the whole extra cluster.
Wed, 14 Mar 2012 07:15:13 +0100 Jan Lahoda Should ignore non-existing hudson plugin file
Tue, 13 Mar 2012 20:13:15 +0100 Jan Lahoda Ability to specify extra parameters for the maven part of the build
Mon, 12 Mar 2012 21:10:53 +0100 Jan Lahoda Merged into trunk separate-by-function-cleanup
Mon, 12 Mar 2012 21:10:10 +0100 Jan Lahoda Merging separate-by-function-cleanup branch into trunk/default branch
Sun, 11 Mar 2012 17:00:55 +0100 Jan Lahoda Update center for remoting needs to include Jackpot 3.0 Common APIs, making the common APIs autoload separate-by-function-cleanup
Sun, 11 Mar 2012 14:07:11 +0100 Jan Lahoda Using requires.nb.javac, to fix the tests. separate-by-function-cleanup
Sun, 11 Mar 2012 12:39:49 +0100 Jan Lahoda More updates to adjust the codebase to recent changes in NB proper, and some more build-related fixes separate-by-function-cleanup
Sat, 10 Mar 2012 21:29:16 +0100 Jan Lahoda Need to download external libraries and copy platform jars before building separate-by-function-cleanup
Sat, 10 Mar 2012 21:14:34 +0100 Jan Lahoda Adjusting to recent introduction of Java Hints SPI separate-by-function-cleanup
Sat, 10 Mar 2012 20:57:35 +0100 Jan Lahoda Adjusting building to the new structure separate-by-function-cleanup