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 58190 - Editor needs reflection to access JMI information
Summary: Editor needs reflection to access JMI information
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: API, PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-04-21 18:43 UTC by _ rkubacki
Modified: 2005-09-14 14:51 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 2005-04-21 18:43:49 UTC
See o.n.m.editor.java.JMIUtils.getDefintion looking for
Feature.getWrappedObject(). This access is slow and indicates possible flaw in APIs.
Comment 1 Jan Becicka 2005-09-01 18:27:42 UTC
Checking in JMIUtils.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/JMIUtils.java,v  <-- 
JMIUtils.java
new revision: 1.34; previous revision: 1.33
done
Comment 2 _ rkubacki 2005-09-14 14:51:46 UTC
I just deleted another similar case from syntax support.

Checking in
java/editor/src/org/netbeans/modules/editor/java/NbJavaSyntaxSupport.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/NbJavaSyntaxSupport.java,v
 <--  NbJavaSyntaxSupport.java
new revision: 1.7; previous revision: 1.6