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 185259 - Introduce API for Attach History
Summary: Introduce API for Attach History
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks: 185237
  Show dependency tree
 
Reported: 2010-04-29 13:30 UTC by Egor Ushakov
Modified: 2010-05-11 15:54 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-04-29 13:30:40 UTC
CND would like to use Attach History but now it uses reflection for calling save/load methods in controller. Please introduce an API for that, now it looks like a hack.
Comment 1 Daniel Prusa 2010-05-03 09:58:19 UTC
We planed to introduce API for Attach History, but it has not been done yet. The reflection was used to test the concept before adding the API.
Comment 2 Egor Ushakov 2010-05-04 05:41:01 UTC
Do you plan it for 6.9?
Comment 3 Martin Entlicher 2010-05-11 15:54:14 UTC
Reflection used by spi.debugger.ui/src/org/netbeans/modules/debugger/ui/actions/ConnectorPanel.java and spi.debugger.ui/src/org/netbeans/modules/debugger/ui/actions/DebugMainProjectAction.java to access load/save/getDisplayName methods should be replaced with some API.
But we're approaching code-freeze on Monday, therefore we'll plan to make the API into the next release.