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 47545 - Rewrite Synchronization and Override methods to JMI
Summary: Rewrite Synchronization and Override methods to JMI
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on: 47029 47477 47491 47542 48241
Blocks:
  Show dependency tree
 
Reported: 2004-08-20 13:40 UTC by Martin Matula
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 Martin Matula 2004-08-20 13:40:15 UTC
Synchronization and Override methods funcionality
should be rewritten to use the new JMI API instead
of the old org.openide.src. This will make it
possible to make these features work with
anonymous classes, JDK 1.5 features and also
should improve the performance.
Comment 1 Daniel Prusa 2004-09-01 15:44:24 UTC
The actions have been rewritten, the issues this task depends on are
fixed. There are still problems with automatic invocation of
synchronization on methods changes in super types, see issue 48311.