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 - replacement for JavaSettings.getDefault().setParsingErrors(int)
Summary: replacement for JavaSettings.getDefault().setParsingErrors(int)
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-12-01 20:34 UTC by Martin Schovanek
Modified: 2011-08-31 14:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?