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 44105

Summary: [perf] Avoid known usages of java source hierarchy
Product: java Reporter: _ rkubacki <rkubacki>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: issues
Priority: P2 Keywords: PERFORMANCE, UMBRELLA
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 44099, 44103, 45008, 45040, 45103, 46253, 46256, 46262, 46341, 47481    
Bug Blocks:    

Description _ rkubacki 2004-06-01 15:56:42 UTC
The purpose of existing bridge between MDR and
Java src model is to keep backward compatibility
but we need to try to avoid all known usages as
soon as possible. Reasons include:

- JDK1.5 features will not be supported in
java-src-model

- performance problems - the bridge does a lot of
work to mimic an old behaviour that should be avoided

- obvoiusly maintainance and similar aspects
Comment 1 Tomas Hurka 2004-06-22 08:41:38 UTC
Moved to new subcomponent java/javacore.
Comment 2 Martin Matula 2004-07-19 15:37:29 UTC
DEFECT->TASK (after agreement with perf. team) since this is an
UMBRELLA issue
Comment 3 Jan Becicka 2005-09-30 09:32:51 UTC
All dependent issues fixed.
Comment 4 Quality Engineering 2007-09-20 12:49:17 UTC
Reorganization of java component