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 251078 - warning "Boxed value identify comparison" not given
Summary: warning "Boxed value identify comparison" not given
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 19:26 UTC by kalle1
Modified: 2015-04-09 12:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of missing warning (55.47 KB, image/png)
2015-03-10 19:26 UTC, kalle1
Details
screenshot of project hints settings (132.93 KB, application/octet-stream)
2015-03-10 19:27 UTC, kalle1
Details
messages.log of session with failure (permanent) (33.86 KB, text/x-log)
2015-03-10 19:28 UTC, kalle1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kalle1 2015-03-10 19:26:17 UTC
Created attachment 152537 [details]
screenshot of missing warning

see attached screenshot and logs
Comment 1 kalle1 2015-03-10 19:27:32 UTC
Created attachment 152538 [details]
screenshot of project hints settings
Comment 2 kalle1 2015-03-10 19:28:44 UTC
Created attachment 152539 [details]
messages.log of session with failure (permanent)
Comment 3 kalle1 2015-03-10 21:38:48 UTC
I just realized that the generation of warnings seems to crash globally for the whole IDE and not just some files opened in the editor.
Comment 4 Svata Dedic 2015-04-09 12:01:44 UTC
I've checked the behaviour in the dev and 8.0.2 versions - seems to work fine: "Long values compared using == or !=" warning is given on the while condition line.

Try to narrow the code to some sample which can be attached + export relevant settings.