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 256938 - all of a sudden, source code java error indications do not show in either the editor window or in the Projects window
Summary: all of a sudden, source code java error indications do not show in either the...
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 22:08 UTC by johnqjones
Modified: 2015-12-04 08:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (103.69 KB, text/plain)
2015-12-02 22:08 UTC, johnqjones
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnqjones 2015-12-02 22:08:16 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.11-b03

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops u
Comment 1 johnqjones 2015-12-02 22:08:20 UTC
Created attachment 157628 [details]
IDE log
Comment 2 Jiri Prox 2015-12-03 13:58:36 UTC
Can you please attach C:\Users\John Jones\AppData\Roaming\NetBeans\8.1\var\log\ModalitySelectionPanel_3.dump
Comment 3 johnqjones 2015-12-03 21:47:55 UTC
Have found what caused problem but it shouldn't have done any more than create an error.

line 37 of my source was:
private void setComboBoxTexts(javax.swing.JComboBox cb , enum en) {

If you comment out the erroneous /* , enum en */ the problem goes away.
Comment 4 Jiri Prox 2015-12-04 08:21:55 UTC
reproducible

thanks for testcase!