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 - Add getSession()/setSession() methods to JPDABreakpoint class.
Summary: Add getSession()/setSession() methods to JPDABreakpoint class.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2013-02-12 16:23 UTC by Martin Entlicher
Modified: 2013-02-23 04:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The API change. (10.67 KB, patch)
2013-02-12 16:26 UTC, Martin Entlicher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.