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 270680 - Tens of new parsers are created for Java editor
Summary: Tens of new parsers are created for Java editor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-18 15:03 UTC by Tomas Zezula
Modified: 2017-05-24 19:38 UTC (History)
1 user (show)

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 2017-05-18 15:03:32 UTC
Tens of new parsers are created for Java editor.
All these new Javac parsers are created by DeclarativeHint, they are MIME parsers with no source. Even the JavacParser is cached the backend JavacTaskImpl is thrown away as the JS do not match.
Comment 1 Tomas Zezula 2017-05-18 15:05:15 UTC
Fixed jet-main 4ef531e1307e
Comment 2 Quality Engineering 2017-05-24 19:38:35 UTC
Integrated into 'main-silver', will be available in build *201705241652* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4ef531e1307e
User: Tomas Zezula <tzezula@netbeans.org>
Log: #270680:Tens of new parsers are created for Java editor