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

Summary: Can't disable "Use functional operations" hint
Product: java Reporter: mbaranczak <mbaranczak>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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