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 270595

Summary: Deadlock while creating fxml
Product: xml Reporter: Tomas Zezula <tzezula>
Component: CodeAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: Dev   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Tomas Zezula 2017-05-09 06:34:43 UTC
Created attachment 164284 [details]
Thread dump

1) Created maven project.
2) Created New Empty File "client.fxml"
3) Typed '<' in the editor.
Comment 1 Svata Dedic 2017-05-09 07:21:38 UTC
Fixed as jet-main#3914eb1afe72; end of token stream was not checked correctly.
Comment 2 Svata Dedic 2017-05-09 07:22:09 UTC
Note: it is necessary to type <? then stop typing so that CC will trigger and attempts to analyze incomplete PI.
Comment 3 Quality Engineering 2017-05-11 01:43:55 UTC
Integrated into 'main-silver', will be available in build *201705110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3914eb1afe72
User: Svata Dedic <sdedic@netbeans.org>
Log: #270595: Fixed livelock - endless loop looking for end of declaration