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 226029

Summary: Add getSession()/setSession() methods to JPDABreakpoint class.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: The API change.

Description Martin Entlicher 2013-02-12 16:23:15 UTC
In order to fix issue #145784, session-specific breakpoints were introduced.
We need public methods to be able to access the session, which is the breakpoint set for.

Therefore we propose to add public methods getSession() and setSession() to JPDABreakpoint class.
Comment 1 Martin Entlicher 2013-02-12 16:26:50 UTC
Created attachment 131309 [details]
The API change.
Comment 2 Martin Entlicher 2013-02-12 16:27:27 UTC
Please review this simple API change.
Comment 3 Martin Entlicher 2013-02-18 14:49:05 UTC
Thanks for the review, I plan to push the change tomorrow.
Comment 4 Martin Entlicher 2013-02-19 12:20:46 UTC
Pushed as changeset:   246834:878bf015da81
http://hg.netbeans.org/core-main/rev/878bf015da81
Comment 5 Quality Engineering 2013-02-23 04:13:49 UTC
Integrated into 'main-golden', will be available in build *201302222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/878bf015da81
User: mentlicher@netbeans.org
Log: #226029: getSession()/setSession() methods are added to JPDABreakpoint class.