Sun, 06 Mar 2011 19:23:09 +0100 Jan Lahoda Fixing @SuppressWarnings for marks-based hints. marks
Sun, 06 Mar 2011 17:38:53 +0100 Jan Lahoda Let the (marks based) API clients compute their own ErrorDescription and Fixes. marks
Sun, 06 Mar 2011 14:37:09 +0100 Jan Lahoda Generalizing Conditions to the API, fixing the otherwise condition for fixes. The rule debugger is not functional. marks
Sat, 05 Mar 2011 23:03:17 +0100 Jan Lahoda Allow to search for usages on remote side using an attributed remote index.
Fri, 25 Feb 2011 19:39:47 +0100 Jan Lahoda Close Lucene indices after use to avoid too many open files error
Fri, 18 Feb 2011 20:16:26 +0100 Jan Lahoda Merging recent trunk/default changes to marks branch marks
Tue, 15 Feb 2011 20:16:07 +0100 Jan Lahoda A crude sketch of find-type over net.
Tue, 15 Feb 2011 20:14:52 +0100 Jan Lahoda Adding project license.
Tue, 15 Feb 2011 18:39:41 +0100 Jan Lahoda Say whether the index is attributed in capabilities().
Mon, 14 Feb 2011 20:43:35 +0100 Jan Lahoda Computing duplicates incrementally, including incremental computation UI.
Sat, 12 Feb 2011 00:49:24 +0100 Jan Lahoda Automated merge with http://bitbucket.org/jlahoda/jackpot30/
Fri, 11 Feb 2011 22:33:43 +0100 Jan Lahoda Experiment: server backend that is able to produce full indices (including partially attributed Jackpot 3.0 index) and do full search including occurrence verification and possibly also apply rewrite rules
Fri, 11 Feb 2011 22:33:43 +0100 Jan Lahoda Introducing several changes to Jackpot 3.0 proper needed for a full-blown server backend
Wed, 09 Feb 2011 18:10:03 +0100 Jan Lahoda Keeping ability to specify resource as a variable inside try-catch patterns (porting from NetBeans proper)
Tue, 08 Feb 2011 23:16:16 +0100 Jan Lahoda Automated merge with file:///media/karta/space/src/jackpot30/working
Tue, 08 Feb 2011 23:13:13 +0100 Jan Lahoda The index is now able to compute how many times is a given pattern occurring in the given file - should help with categorization of the occurrences.
Tue, 08 Feb 2011 22:08:44 +0100 Jan Lahoda Allow patterns like if ($cond) $then else $else$, where the else section is optional.
Tue, 08 Feb 2011 19:23:13 +0100 Jan Lahoda Correcting the highlighted occurrence span in the preview ("snippet") and the file overview ("show").
Tue, 08 Feb 2011 19:22:21 +0100 Jan Lahoda Let all web-based queries use \n instead of \r\n - possibly the index itself should do this normalization (either on store or on load)?
Thu, 03 Feb 2011 23:15:18 +0100 Jan Lahoda junit moved to the extra cluster
Fri, 28 Jan 2011 01:21:51 +0100 Jan Lahoda Keeping the recent patterns used in the Apply pattern and Find pattern occurrences dialogs
Wed, 26 Jan 2011 21:11:09 +0100 Jan Lahoda The in-IDE Jackpot index should not attribute the files: if the index is constructed for opened source roots, Java support's caches contains enough data; for indices constructed from BatchSearch, the attribution data would be broken anyway.
Wed, 26 Jan 2011 21:05:31 +0100 Jan Lahoda More adjustments for Lucene 3.0.3
Wed, 26 Jan 2011 21:05:05 +0100 Jan Lahoda Updated by the IDE
Tue, 25 Jan 2011 19:49:04 +0100 Jan Lahoda In BatchSearch.getVerifiedSpans, catch all exceptions so if processing of one file breaks, the processing of other files continues.
Tue, 25 Jan 2011 19:49:03 +0100 Jan Lahoda Preparing for Lucene library upgrade in NetBeans proper
Sun, 23 Jan 2011 16:49:34 +0100 Jan Lahoda Introducing ConditionAPIHacks.getDeclaration.
Sun, 23 Jan 2011 13:59:19 +0100 Jan Lahoda Empty (declarative) fix should removing the matching part from the parent
Sat, 22 Jan 2011 21:51:05 +0100 Jan Lahoda Moving scoping from file's Context to HintContext/SPI. marks
Sat, 22 Jan 2011 19:28:36 +0100 Jan Lahoda Fixing declarative hints lexer and parser after the marks introduction. marks
Fri, 21 Jan 2011 23:13:54 +0100 Jan Lahoda web.api also needs to depend on the spi-editor-hints.
Fri, 21 Jan 2011 18:30:16 +0100 Jan Lahoda Correcting resolution of index location under hudson (adjusting to changes done in indexers)
Thu, 20 Jan 2011 23:30:03 +0100 Jan Lahoda Prevent generating QualIdents inside import clauses
Wed, 19 Jan 2011 18:56:40 +0100 Jan Lahoda Starting an experiment with 'marks' support - porting an older patch marks
Sun, 16 Jan 2011 19:22:56 +0100 Jan Lahoda HintsAnnotationProcessingImpl cleanup
Sun, 16 Jan 2011 19:22:56 +0100 Jan Lahoda Using TaskListener to get attributed trees instead of attributing them outselves (analogous to AbstractTypeProcessor)
Sun, 16 Jan 2011 19:22:56 +0100 Jan Lahoda Indexing in the standalone compiler+associated changes in hudson plugin
Sun, 16 Jan 2011 19:22:56 +0100 Jan Lahoda Adjusting standalone compiler such that several processors can be run
Sun, 16 Jan 2011 19:22:56 +0100 Jan Lahoda Starting with an attributed index: allowing to augment file content with set of erased types occurring in the file
Sun, 16 Jan 2011 13:56:54 +0100 Jan Lahoda Incrementing spec. versions cd /media/karta/space/src/jackpot30/working/kit
Sun, 16 Jan 2011 13:56:54 +0100 Jan Lahoda New refactoring experiment: invert boolean (see NB#148567)
Sun, 16 Jan 2011 13:56:54 +0100 Jan Lahoda Introducing 'otherwise' condition (currently meaningfull only on fixes), which will be true if and only if no other fix is available
Sun, 16 Jan 2011 13:56:54 +0100 Jan Lahoda New condition: matchesWithBind - if the given variable matches the given pattern, all pattern variables that were not bound before are bound to the values from the matching.
Thu, 06 Jan 2011 22:50:12 +0100 Jan Lahoda Correcting the exclusion patterns for converto to diamond in argument position
Thu, 06 Jan 2011 20:47:24 +0100 Jan Lahoda Support for wildcards in CopyFinder
Thu, 06 Jan 2011 19:27:11 +0100 Jan Lahoda Enhancing DefaultRuleUtilities.elementKindMatches: ability to specify any number of kinds
Thu, 06 Jan 2011 19:27:11 +0100 Jan Lahoda Disabling the coverage-report target, as the original testcoverage-suite.coverage-report disappeared or was renamed and test coverage is not used now
Thu, 06 Jan 2011 19:27:11 +0100 Jan Lahoda Disabling tests for hudson during the continuous build, as that causes build failures on some builders
Thu, 06 Jan 2011 19:27:11 +0100 Jan Lahoda Making the Convert to diamond hint configurable
Thu, 06 Jan 2011 19:27:10 +0100 Jan Lahoda Improving versioning of indices inside the IDE.
Tue, 28 Dec 2010 22:16:52 +0100 Jan Lahoda The tool has --config option now
Mon, 27 Dec 2010 15:06:57 +0100 Jan Lahoda Small cleanup, diffs are computed in generic indexing part (but not completelly correct, esp. for svn), first test attempt.
Wed, 22 Dec 2010 13:43:37 +0100 Jan Lahoda New parameter for the command line tool: --no-apply that disables application of the fixes and prints 'errors' instead.
Fri, 17 Dec 2010 21:19:03 +0100 Jan Lahoda Adjusting to recent changes in java.source
Fri, 17 Dec 2010 21:18:14 +0100 Jan Lahoda Reload segments when changed on disk (in standalone mode)
Thu, 16 Dec 2010 23:09:00 +0100 Jan Lahoda If there is no display name specified in the job's configuration, use the job's name.
Wed, 15 Dec 2010 19:27:30 +0100 Jan Lahoda Utilities.parseAndAttribute should be able to return positions of (sub)trees of the pattern and correcting locations of parse errors.
Wed, 15 Dec 2010 19:11:13 +0100 Jan Lahoda The comma (,) is also not well handled by the Hudson ugrade job.
Wed, 15 Dec 2010 18:24:28 +0100 Jan Lahoda '==' is not handled very well in the hint name by the Hudson upgrade build - using 'eq' instead
Tue, 14 Dec 2010 19:42:46 +0100 Jan Lahoda Adding a hint that allows to ignore == operator while performing the Convert to switch over Strings operation without the need to manually alter the preferences.