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 142083 - New breakpoint in method header invokes class breakpoint
Summary: New breakpoint in method header invokes class breakpoint
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 15:49 UTC by Petr Cyhelsky
Modified: 2010-02-08 21:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-07-29 15:49:06 UTC
Product Version: NetBeans IDE Dev (Build 080729)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

Observed When the caret is inside method header (before the curly parenthesis) and the new breakpoint dialog is invoked
- it is preset as class breakpoint, not as method breakpoint as it should be.

Steps to reproduce: Have some java file -> place caret inside its header -> press ctrl-shift-F8 to invoke new breakpoint
dialog
Comment 1 Daniel Prusa 2010-02-08 06:28:17 UTC
Fixed.
http://hg.netbeans.org/main/rev/e26a7a22a9a3
Comment 2 Quality Engineering 2010-02-08 21:43:25 UTC
Integrated into 'main-golden', will be available in build *201002090200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e26a7a22a9a3
User: Daniel Prusa <dprusa@netbeans.org>
Log: #142083: New breakpoint in method header invokes class breakpoint