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 271398

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: JTD
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: DiegoRosilan, diesil, hink084, jdlee, jirodan, JTD, mtst99, muellermi, pvbernhard
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227110
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description JTD 2017-08-29 12:40:23 UTC
Build: NetBeans IDE Dev (Build 201707210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 7

User Comments:
JTD: 1) Open an *.fxml file
2) Went to line that read:
                                        <Spinner fx:id="appADDCovAmtSc" amountToStepBy="1000" editable="true" initialValue="0" layoutX="310.0" layoutY="320.0" max="300000" min="0" prefHeight="26.0" prefWidth="113.0" /> -->

3) Attempted to begin to comment out the line by typing "-->" at the end of the line.
4) Immediately produced the AssertionError exception reported.

jdlee: Editing FXML

GUEST: Insert new XML element inside existing FXML where previous element is already closed e.g. </TableColumn>

GUEST: code complete in fxml (JavaFX8)

I clicked the shortcut for code completion.

jdlee: Edit FXML source

GUEST: on type code in fxml document

GUEST: Editing FXML changing cellValueFactory.  Note that the underlying model was incorrect as far as the names of the property setters and getters.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
   at com.sun.tools.javac.code.Symtab.enterClass(Symtab.java:730)
   at com.sun.tools.javadoc.main.DocEnv.<init>(DocEnv.java:161)
   at org.netbeans.modules.java.source.JavadocEnv.<init>(JavadocEnv.java:103)
   at org.netbeans.modules.java.source.JavadocEnv.<init>(JavadocEnv.java:89)
Comment 1 JTD 2017-08-29 12:40:27 UTC
Created attachment 165045 [details]
stacktrace
Comment 2 muellermi 2018-02-17 12:11:30 UTC
Created attachment 165634 [details]
stacktrace

edit fxml file
Comment 3 muellermi 2018-02-17 12:26:30 UTC
Created attachment 165635 [details]
stacktrace

edit fxml. problem occurs at every 2 key entries
Comment 4 muellermi 2018-02-17 12:41:30 UTC
Created attachment 165636 [details]
stacktrace

editing fxml - problem occurs when changing values screen coorditnates like layoutX="123"
it does not occur when changing an id or action