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 186079

Summary: SVN Diff left side change tag
Product: versioncontrol Reporter: faramir2 <faramir2>
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: REGRESSION, UI, USABILITY
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description faramir2 2010-05-13 10:57:45 UTC
Product Version = NetBeans IDE 6.9 Beta (Build 201004200117)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_16
Runtime = Java HotSpot(TM) Client VM 14.2-b01

I'm using <editor-fold defaultstate="collapsed" desc="desc"/> tag and when I'm removing or do other change in that area, change tag is in wrong line and either doesn't work.

Sample code:
---v--- cut ---v---
normal code
// <editor-fold defaultstate="collapsed" desc="desc"/>
collapsed code
code
code
code
code
code
// </editor-fold>

// <editor-fold defaultstate="collapsed" desc="desc"/>
code which I'm editing
code - line to remove
code
code
code
code
code
code
code
code
code
code
code
code
// </editor-fold>
normal code

When removing line "code - line to remove" having first code collapsed, change badge is showed in wrong line and doesn't work - clicking don't show popup menu.
Comment 1 Ondrej Vrabec 2010-05-13 11:23:56 UTC

*** This bug has been marked as a duplicate of bug 183772 ***