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 35240 - J2EE debugger requires access to some JPDA debugger methods and fields
Summary: J2EE debugger requires access to some JPDA debugger methods and fields
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-01 20:07 UTC by David Weatherford
Modified: 2010-04-29 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed patch (1.56 KB, patch)
2003-08-01 20:08 UTC, David Weatherford
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Weatherford 2003-08-01 20:07:12 UTC
J2EEDebugger subclasses JPDADebugger.  Some
methods, classes, and
fields that currently have "package" or "private"
protection in
JPDADebugger and related classes need to be
promoted to "protected"
so that J2EEDebugger can access them.  The changes
needed are
attached.

If there is a better way to grant J2EEDebugger
access to these
methods/fields, please suggest it.
Comment 1 David Weatherford 2003-08-01 20:08:36 UTC
Created attachment 11191 [details]
proposed patch
Comment 2 Jan Jancura 2003-08-20 14:58:57 UTC
fixed in prj40_prototype
Comment 3 Quality Engineering 2010-04-29 09:14:23 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.