Wed, 20 May 2009 22:55:23 +0200 Jan Lahoda Preventing NPE in ImmutableTreeTranslator.
Wed, 20 May 2009 16:12:09 +0200 Jan Lahoda Support for statements.
Wed, 20 May 2009 13:49:11 +0200 Jan Lahoda listAllHints in batch apply works again.
Mon, 18 May 2009 18:40:59 +0200 Jan Lahoda Adding hints for DataObject and Node - untested.
Mon, 18 May 2009 18:30:17 +0200 Jan Lahoda Adding NetBeans upgrade patch.
Mon, 18 May 2009 17:45:16 +0200 Jan Lahoda Lexer should accept multi-letter variables.
Mon, 18 May 2009 09:45:43 +0200 Jan Lahoda Upgrading to match current declarative hint file format.
Mon, 18 May 2009 09:43:27 +0200 Jan Lahoda Various improvements to make the o.o.text.Line.show upgrade script work.
Mon, 18 May 2009 09:41:11 +0200 Jan Lahoda If the caller does not set a display name, create a default one based on the "to" pattern.
Mon, 18 May 2009 09:40:00 +0200 Jan Lahoda Adding a reasonable toString.
Sun, 17 May 2009 20:25:38 +0200 Jan Lahoda Improving the editor support for the hints files.
Fri, 15 May 2009 22:11:50 +0200 Jan Lahoda Making tests compilable again.
Fri, 15 May 2009 22:00:38 +0200 Jan Lahoda BatchApply works somehow again.
Fri, 15 May 2009 17:22:34 +0200 Jan Lahoda Add HintDescriptionFactory used to create the HintDescription, also adding displayName to the HD.
Fri, 15 May 2009 16:29:37 +0200 Jan Lahoda Adding hacky ClassPathBasedHintProvider.
Thu, 14 May 2009 23:35:57 +0200 Jan Lahoda Correctly pass constraints to the CopyFinder.computeDuplicates (to prevent false occurrence reports).
Thu, 14 May 2009 15:47:57 +0200 Jan Lahoda Findbugs support.
Thu, 14 May 2009 15:46:19 +0200 Jan Lahoda Automated merge with file:///media/karta/space/src/jackpot30/working
Thu, 14 May 2009 14:05:11 +0200 Jan Lahoda Resolving deprecation warning.
Thu, 14 May 2009 11:19:40 +0200 Jan Lahoda Generate HTML report for issues.
Thu, 14 May 2009 11:13:32 +0200 Jan Lahoda Using ditz for bugtracking.
Wed, 13 May 2009 18:48:08 +0200 Jan Lahoda Allow hints without display names.
Wed, 13 May 2009 18:46:36 +0200 Jan Lahoda Statement and block with a single statement should be considered equivalent (except for the root of the match).
Wed, 13 May 2009 14:17:46 +0200 Jan Lahoda Support for variables in patterns.
Tue, 12 May 2009 17:48:22 +0200 Jan Lahoda Enhancing tests.
Tue, 12 May 2009 17:13:52 +0200 Jan Lahoda Trying to fix test failures in Hudson.
Tue, 12 May 2009 16:55:52 +0200 Jan Lahoda Adding a debugging message, to help debug failing tests on hudson.
Tue, 12 May 2009 15:24:33 +0200 Jan Lahoda Adding hackish support for transformations.
Tue, 12 May 2009 15:23:06 +0200 Jan Lahoda Fixing CCE.
Tue, 12 May 2009 15:22:42 +0200 Jan Lahoda Adjusting bulk search to consider Member Selects and Identifiers as equivalent, where appropriate.
Mon, 11 May 2009 15:14:34 +0200 Jan Lahoda Correcting package clause.
Mon, 11 May 2009 13:25:20 +0200 Jan Lahoda Removing obsolete code (moved to code's tests).
Mon, 11 May 2009 13:24:37 +0200 Jan Lahoda Adding test.
Mon, 11 May 2009 13:24:14 +0200 Jan Lahoda Adjusting to new location of the annotations.
Mon, 11 May 2009 08:01:33 +0200 Jan Lahoda Correcting registration entries to point to new locations.
Mon, 11 May 2009 07:48:07 +0200 Jan Lahoda Fixing compilation errors.
Mon, 11 May 2009 07:41:57 +0200 Jan Lahoda Splitting the hints module into more manageable parts.
Sun, 10 May 2009 19:54:28 +0200 Jan Lahoda Updated by the IDE.
Sun, 10 May 2009 19:53:00 +0200 Jan Lahoda A declarative hint for testing.
Sat, 09 May 2009 21:07:19 +0200 Jan Lahoda The declarative hints should work again.
Sat, 09 May 2009 21:06:37 +0200 Jan Lahoda Separate the declarative hint with ";;" instead of ";".
Sat, 09 May 2009 21:05:46 +0200 Jan Lahoda Spelling.
Sat, 09 May 2009 12:48:42 +0200 Jan Lahoda Also run the "original" CopyFinder tests.
Sat, 09 May 2009 12:27:17 +0200 Jan Lahoda Support for statements in the Pattern.
Wed, 06 May 2009 21:15:36 +0200 Jan Lahoda No tests should be run for the borrowed tests project, not even under test coverage.
Wed, 06 May 2009 19:49:12 +0200 Jan Lahoda There are no tests in hintsimpl yet, so disable test coverage in the module.
Wed, 06 May 2009 19:36:08 +0200 Jan Lahoda Updating test infra from the upstream.
Wed, 06 May 2009 19:32:18 +0200 Jan Lahoda Measure test coverage.
Tue, 05 May 2009 15:15:55 +0200 Jan Lahoda Updated by the IDE.
Tue, 05 May 2009 10:05:12 +0200 Jan Lahoda Beginning of pattern-based hints.
Tue, 05 May 2009 09:56:38 +0200 Jan Lahoda Timeout 10 seconds seems to be too strict for Eee.
Sun, 03 May 2009 21:02:01 +0200 Jan Lahoda apisupport cluster is also required now.
Sun, 03 May 2009 19:59:49 +0200 Jan Lahoda Porting a lot of code from the lang project.
Sun, 03 May 2009 12:31:31 +0200 Jan Lahoda Use correct license headers.
Sun, 03 May 2009 12:30:54 +0200 Jan Lahoda Bulk Tree Pattern Matching using regular expression (not very efficient).
Wed, 29 Apr 2009 18:43:39 +0200 Jan Lahoda @TriggerTreeKind works again. Cleanup. Introducing module for testing hints.
Wed, 29 Apr 2009 14:39:16 +0200 Jan Lahoda Cleanup, tests.
Wed, 29 Apr 2009 11:07:52 +0200 Jan Lahoda Correcting ignore list and adding missing files.
Wed, 29 Apr 2009 01:45:21 +0200 Jan Lahoda Adding build script.
Wed, 29 Apr 2009 01:31:27 +0200 Jan Lahoda Importing an experimental stuff on hints. Includes everything. Compilable, but may not do anything reasonable.