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 47714 - Prescan sources is broken
Summary: Prescan sources is broken
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@performance
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2004-08-23 15:03 UTC by Marian Mirilovic
Modified: 2011-05-25 11:36 UTC (History)
1 user (show)

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 Marian Mirilovic 2004-08-23 15:03:42 UTC
After commit :



2004-08-17 12:57  thurka

	* java/src/org/netbeans/modules/java/settings/:
Bundle.properties,
	JavaSettings.java, JavaSettingsBeanInfo.java:
	 unused code in JavaSettings removed;
Bundle.properties cleanup



is no more possible build performance tests,
please fix it ASAP :

we need :
JavaSettings.getDefault().getPrescanSources();
JavaSettings.getDefault().setPrescanSources(false);
Comment 1 Jan Becicka 2004-08-23 15:32:53 UTC
Please update your tests. This option is not valid since refactoring
merge.
Comment 2 Jan Becicka 2004-08-23 15:45:18 UTC
I added new system property to disable resolving of java badges:
Checking in JavaNode.java;
/cvs/java/src/org/netbeans/modules/java/JavaNode.java,v  <-- 
JavaNode.java
new revision: 1.113; previous revision: 1.112
done

Usage: -J-Dperf.dont.resolve.java.badges=true
Comment 3 Marian Mirilovic 2004-08-23 16:04:46 UTC
Thanks Honza,

tests updated ;)
Comment 4 Marian Mirilovic 2004-08-23 16:44:34 UTC
verified/closed