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 91192 - localhistory: No refresh on Local history view
Summary: localhistory: No refresh on Local history view
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 12:29 UTC by Peter Pis
Modified: 2007-01-09 08:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
FNFE (1.32 KB, text/plain)
2006-12-18 13:54 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-12-18 12:29:13 UTC
org.netbeans.modules.localhistory [1.1.1 061218]

NetBeans IDE Dev (Build 061212)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Open project.
2. Modify and save some file of the project.
3. Select the file and invoke "Local History | Show Local History" popup menu
action.
4. "Local History" view is opened. 
5. Modify and save the same file of the project.

Save action doesn't create new revision for the history of the file.
Comment 1 Tomas Stupka 2006-12-18 13:07:05 UTC
the new file version is created, it's "just" the view which doesn't refresh itself.
Comment 2 Peter Pis 2006-12-18 13:54:22 UTC
Created attachment 36743 [details]
FNFE
Comment 3 Peter Pis 2006-12-18 13:57:09 UTC
Attached exception (FNFE) occurs according to incorrect refreshing the view
while specific revision is being removed.
Comment 4 Tomas Stupka 2006-12-19 12:17:57 UTC
fixed

Checking in LocalHistoryView.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/ui/view/Attic/LocalHistoryView.java,v
 <--  LocalHistoryView.java
new revision: 1.1.2.9; previous revision: 1.1.2.8
done
Comment 5 Peter Pis 2006-12-19 14:29:00 UTC
Verified.
Comment 6 Peter Pis 2007-01-09 08:30:30 UTC
Reassigning localhistory issues to appropriate component.