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 46262 - Javadoc module should not use org.openide.src hierarchy
Summary: Javadoc module should not use org.openide.src hierarchy
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PERFORMANCE
Depends on: 47538
Blocks: 44105
  Show dependency tree
 
Reported: 2004-07-16 20:23 UTC by _ rkubacki
Modified: 2006-03-24 10:33 UTC (History)
0 users

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 _ rkubacki 2004-07-16 20:23:09 UTC
issue #46260 is an example of possible problems.
Performance of MDR bridge is another reason.
Comment 1 Jan Becicka 2004-08-04 08:50:04 UTC
We are going to remove dependency on org.openide.src in promo-E.
Comment 2 Jan Pokorsky 2004-09-07 11:43:07 UTC
The javadoc module has been rewritten to do not access mdr via
org.openide.src any more (auto comment, auto correct, node factory).
It supports jdk1.5 features now.

fixed in
/cvs/java/nbproject/project.xml
new revision: 1.8; previous revision: 1.7
/cvs/java/src/org/netbeans/modules/java/ui/nodes/SourceNodes.java
new revision: 1.5; previous revision: 1.4
/cvs/javadoc/nbproject/project.xml
new revision: 1.5; previous revision: 1.4
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentAction.java
new revision: 1.28; previous revision: 1.27
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentListCellRenderer.java
new revision: 1.21; previous revision: 1.20
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentPanel.form
new revision: 1.20; previous revision: 1.19
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentPanel.java
new revision: 1.52; previous revision: 1.51
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentTopComponent.java
new revision: 1.32; previous revision: 1.31
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommenter.java
new revision: 1.39; previous revision: 1.38
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/Bundle.properties
new revision: 1.38; previous revision: 1.37
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/CorrectJavaDocAction.java
new revision: 1.9; previous revision: 1.8
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/ElementDescriptor.java
initial revision: 1.1
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JMIUtils.java
initial revision: 1.1
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocEditor.java
new revision: 1.15; previous revision: 1.14
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocEditorPanel.java
new revision: 1.50; previous revision: 1.49
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocPropertySupport.java
new revision: 1.11; previous revision: 1.10
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocPropertySupportFactory.java
new revision: 1.13; previous revision: 1.12
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/NewTagDialog.java
new revision: 1.17; previous revision: 1.16
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/ParamTagPanel.java
new revision: 1.24; previous revision: 1.23
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/StandardTagPanel.java
new revision: 1.23; previous revision: 1.22
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/ThrowsTagPanel.java
new revision: 1.23; previous revision: 1.22
Comment 3 Milan Kubec 2005-07-15 08:58:11 UTC
Radime, please verify this issue. Thanks.
Comment 4 _ rkubacki 2005-07-15 09:52:28 UTC
The module dependency is still here and a lot of UI uses classes from old source
hierarchy. Sooner or later we would like to get rid of it but this is not a
performance problem now and definitely not a P2 at this moment. Let's close it now.