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 90456

Summary: replacement for JavaSettings.getDefault().setParsingErrors(int)
Product: java Reporter: Martin Schovanek <mschovanek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: mmirilovic
Priority: P1 Keywords: T9Y
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Schovanek 2006-12-01 20:34:27 UTC
In performance tests we used to use:
JavaSettings.getDefault().setParsingErrors(0);

to turn off the error highlighting feature, but it is not supported by new
JavaSettings. Can you please introduce a replacement for it?