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.
Build: NetBeans IDE Dev (Build nbms-and-javadoc-8822-on-20120304) VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b16, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b14 OS: Windows 7 User Comments: GUEST: Working in JavaFX code and pressed the . operator and Netbeans never displayed the code completion dialog and instead showed the enclosed exception. GUEST: want display code completion for Button instance GUEST: auto complete GUEST: presses CTRL+SPACE to view javadoc of javafx Rectangle Stacktrace: java.lang.AssertionError: Null methodName. Signature: [visibleProperty()], Names: [visiblePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait] at org.netbeans.modules.java.source.TreeLoader$3.setParamNames(TreeLoader.java:572) at org.netbeans.modules.java.source.TreeLoader$3.handleStartTag(TreeLoader.java:493) at javax.swing.text.html.parser.DocumentParser.handleStartTag(DocumentParser.java:160) at javax.swing.text.html.parser.Parser.startTag(Parser.java:437) at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1948) at javax.swing.text.html.parser.Parser.parseContent(Parser.java:2066)
Created attachment 116520 [details] stacktrace
Created attachment 117444 [details] stacktrace Edit an in a JavaFX project a .java file. I whant to add a if (usernameField. At the dot I become the error.
Created attachment 117485 [details] stacktrace
This bug already has 10 duplicates see http://statistics.netbeans.org/exceptions/detail.do?id=185236
This bug already has 20 duplicates see http://statistics.netbeans.org/exceptions/detail.do?id=185236
Dusan, it seem this is in your scope. Please reassign if not.
Fixed in jet-main. http://hg.netbeans.org/jet-main/rev/98157b302c78
Integrated into 'main-golden', will be available in build *201204190400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-golden/rev/98157b302c78 User: Dusan Balek <dbalek@netbeans.org> Log: Issue #209390: AssertionError: Null methodName. Signature: [visibleProperty()], Names: [visiblePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait] - fixed.
*** Bug 155903 has been marked as a duplicate of this bug. ***