Thu, 28 Apr 2011 20:13:40 +0200 Jan Lahoda Preventing various exception in the RemoteIndices dialog release701_base
Thu, 28 Apr 2011 20:13:40 +0200 Jan Lahoda Show remotely computed types in the Go to Type dialog
Thu, 28 Apr 2011 20:13:39 +0200 Jan Lahoda Support for multivariables MatcherUtilities.matches and in the declarative matches conditions
Thu, 28 Apr 2011 20:13:39 +0200 Jan Lahoda Basic support for try-with-resources.
Tue, 26 Apr 2011 19:56:59 +0200 Jan Lahoda JavacTool needs to be part of the standalone jar
Mon, 25 Apr 2011 16:15:35 +0200 Jan Lahoda Removing dependency on org.netbeans.modules.parsing.lucene, so that borrowedtests are compilable again.
Sun, 24 Apr 2011 19:55:34 +0200 Jan Lahoda Updated by the IDE.
Sat, 16 Apr 2011 15:02:23 +0200 Jan Lahoda Adjusting to recent changes in java.source.
Fri, 15 Apr 2011 23:22:59 +0200 Jan Lahoda Updating to recent change in the javac's model
Tue, 05 Apr 2011 06:43:49 +0200 Jan Lahoda Preventing some exceptions from the editor-based duplicates.
Wed, 23 Mar 2011 22:45:54 +0100 Jan Lahoda bitbucket-13: when the rewrite target cannot be resolved, keep it verbatim in the result.
Wed, 23 Mar 2011 22:45:53 +0100 Jan Lahoda bitbucket-12: must ensure that the file is parsed while detecting element on which GlobalFU should be performed, preventing exception from ProgressHandleWrapper when not progress actually happens, GlobalFU notifies the user when there are not remote indices
Mon, 21 Mar 2011 18:37:22 +0100 Jan Lahoda The doNotREgisterClassPath flag to BatchSearch.verify should work again
Mon, 21 Mar 2011 18:37:22 +0100 Jan Lahoda Show (remotly) computed duplicates in editor
Tue, 15 Mar 2011 19:19:18 +0100 Jan Lahoda Fixing duplicates query in the server/backend+ensuring that indexing will create the duplicates index in backend
Tue, 15 Mar 2011 19:19:18 +0100 Jan Lahoda Fixing a crash in standalone compiler cause by non-normalized File
Tue, 08 Mar 2011 21:53:58 +0100 Jan Lahoda Making the Global Find Usages work over all known element types
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.