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 154885 - diff sidebar not correctly refreshed after committing refactored class
Summary: diff sidebar not correctly refreshed after committing refactored class
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 08:31 UTC by matusdekanek
Modified: 2008-12-08 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (45.94 KB, text/plain)
2008-12-08 08:32 UTC, matusdekanek
Details
screenshot (143.90 KB, text/plain)
2008-12-08 08:33 UTC, matusdekanek
Details
screenshot(correct mime type) (143.90 KB, image/png)
2008-12-08 08:35 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2008-12-08 08:31:34 UTC
Create svn versioned Java application (default from dialog)
Refactor|Rename Main.java (for example to main.java)
File with new name should be listed in "Subversion" view as "[Locally Copied]" and old one "[Locally Deleted]". 
Commit project
Diff sidebar shows change of name on line "public class main {", even though no changes were made after commit
Close and open file again does not help. 

No other functionality is affected, so it is not a big problem.

Product Version: NetBeans IDE Dev (Build 200812080201)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.24-22-generic running on i386; UTF-8; en_US (nb)
Comment 1 matusdekanek 2008-12-08 08:32:43 UTC
Created attachment 74668 [details]
messages.log
Comment 2 matusdekanek 2008-12-08 08:33:33 UTC
Created attachment 74669 [details]
screenshot
Comment 3 matusdekanek 2008-12-08 08:35:42 UTC
Created attachment 74670 [details]
screenshot(correct mime type)
Comment 4 matusdekanek 2008-12-08 09:12:20 UTC
also many other subversion actions (switching working copy to branch/trunk..) cause diff sidebar to mark unexpected 
lines as changed/new/deleted. As far as I remember, this behaviour was not observed in older versions, maybe it is just 
in newest trunk build.