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 99257

Summary: Add API for retrieval of method arguments
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: API, API_REVIEW_FAST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 79131, 99254    
Attachments: The proposed API change & test.

Description Martin Entlicher 2007-03-28 15:43:06 UTC
In order to be able to find out method arguments even when no debug information
is available, we need a way how to retrieve the argument names from the source file.

A new API in EditorContext is necessary to be able to retrieve the arguments
from editor.
Comment 1 Martin Entlicher 2007-03-28 17:29:43 UTC
Created attachment 40099 [details]
The proposed API change & test.
Comment 2 Martin Entlicher 2007-03-28 17:32:03 UTC
Please review this simple and compatible API change in debugger. Thanks.
Comment 3 Martin Entlicher 2007-04-04 11:24:44 UTC
Thanks for the review, I'm going to integrate that later today.
Comment 4 Martin Entlicher 2007-04-04 13:54:20 UTC
The new API is in trunk:

/shared/data/ccvs/repository/debuggerjpda/api/apichanges.xml,v  <--  apichanges.xml
new revision: 1.19; previous revision: 1.18

/shared/data/ccvs/repository/debuggerjpda/api/manifest.mf,v  <--  manifest.mf
new revision: 1.21; previous revision: 1.20

/shared/data/ccvs/repository/debuggerjpda/api/src/org/netbeans/api/debugger/jpda/CallStackFrame.java,v
 <--  CallStackFrame.java
new revision: 1.11; previous revision: 1.10

/shared/data/ccvs/repository/debuggerjpda/api/src/org/netbeans/spi/debugger/jpda/EditorContext.java,v
 <--  EditorContext.java
new revision: 1.11; previous revision: 1.10
Comment 5 Quality Engineering 2010-04-29 09:32:26 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.