This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225260 - Early cleaning of parser cache causes creation of a new instance of javac during groovy indexing
Summary: Early cleaning of parser cache causes creation of a new instance of javac dur...
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 223776
  Show dependency tree
 
Reported: 2013-01-23 20:10 UTC by Tomas Zezula
Modified: 2013-01-24 13:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2013-01-23 20:10:34 UTC
Early cleaning of parser cache causes creation of a new instance of javac during groovy indexing. The reason of early cleaning is usage of obsolete TimedWeakReference<T> which was introduced in time the SoftReference was problematic which is not true anymore.
Comment 1 Tomas Zezula 2013-01-23 20:11:39 UTC
Fixed jet-main f4c75d0eab18
Comment 2 Tomas Zezula 2013-01-23 20:27:35 UTC
Transplanted into release 73 4333dbaf6306
Comment 3 Quality Engineering 2013-01-24 00:54:10 UTC
Integrated into 'releases', will be available in build *201301232200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/4333dbaf6306
User: Tomas Zezula <tzezula@netbeans.org>
Log: #225260:Early cleaning of parser cache causes creation of a new instance of javac during groovy indexing
Comment 4 Quality Engineering 2013-01-24 03:01:25 UTC
Integrated into 'main-golden', will be available in build *201301240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f4c75d0eab18
User: Tomas Zezula <tzezula@netbeans.org>
Log: #225260:Early cleaning of parser cache causes creation of a new instance of javac during groovy indexing
Comment 5 Jiri Prox 2013-01-24 13:35:08 UTC
verified