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

Summary: Tens of new parsers are created for Java editor
Product: java Reporter: Tomas Zezula <tzezula>
Component: SourceAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: jungi
Priority: P2    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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