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 271618 - Can't disable "Use functional operations" hint
Summary: Can't disable "Use functional operations" hint
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-10 19:24 UTC by mbaranczak
Modified: 2017-10-10 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mbaranczak 2017-10-10 19:24:15 UTC
I turned off this editor hint, but it's had no effect - the editor is still flagging lines like this with a warning:

for (String s: something)

In my opinion, the new functional features of Java mostly just obfuscate code for no good reason, and this hint should have never been enabled by default - but that's a matter of preference. The fact that it can't be switched off is just a bug.

-MB