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 270428 - I found bug in netbeans there is an error in code but netbeans code compiled successfully .
Summary: I found bug in netbeans there is an error in code but netbeans code compiled ...
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-18 09:03 UTC by niopatel86
Modified: 2017-04-18 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (77.49 KB, text/plain)
2017-04-18 09:03 UTC, niopatel86
Details
Screenshot of bug . (112.56 KB, image/png)
2017-04-18 09:04 UTC, niopatel86
Details

Note You need to log in before you can comment on or make changes to this bug.
Description niopatel86 2017-04-18 09:03:29 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.0-21-generic running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

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

ACTUAL:
  nothing happens

EXPECTED:
  message pops up
Comment 1 niopatel86 2017-04-18 09:03:33 UTC
Created attachment 164130 [details]
IDE log
Comment 2 niopatel86 2017-04-18 09:04:45 UTC
Created attachment 164131 [details]
Screenshot of bug .
Comment 3 petrk 2017-04-18 15:13:12 UTC
This is not an error, because "int abvv = UserID = ..." is a valid statement in C++. 

On screenshot I can see a warning - probably, it's about unused variable.