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

Summary: I found bug in netbeans there is an error in code but netbeans code compiled successfully .
Product: cnd Reporter: niopatel86
Component: Code ModelAssignee: petrk
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
Screenshot of 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.