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

Summary: New breakpoint in method header invokes class breakpoint
Product: debugger Reporter: Petr Cyhelsky <cyhelsky>
Component: JavaAssignee: issues@debugger <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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