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 - Deadlock while creating fxml
Summary: Deadlock while creating fxml
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: PC All
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-09 06:34 UTC by Tomas Zezula
Modified: 2017-05-11 01:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (24.50 KB, text/plain)
2017-05-09 06:34 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
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