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 - [perf] Avoid known usages of java source hierarchy
Summary: [perf] Avoid known usages of java source hierarchy
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE, UMBRELLA
Depends on: 44099 44103 45008 45040 45103 46253 46256 46262 46341 47481
Blocks:
  Show dependency tree
 
Reported: 2004-06-01 15:56 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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