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 140053 - [65cat] NullPointerException when try to diff remote changes
Summary: [65cat] NullPointerException when try to diff remote changes
Status: RESOLVED DUPLICATE of bug 139768
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-15 12:15 UTC by _ theanuradha
Modified: 2008-07-15 15:19 UTC (History)
1 user (show)

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 _ theanuradha 2008-07-15 12:15:04 UTC
[ JDK VERSION : 1.6.0 ]

NullPointerException when try to diff remote changes

Steps 
 1 Create project and add it to SVN repo 
 2 Change it locally (make a local change)
 3 invoke show changes 
 4.try to diff change file
Comment 1 sunbiz 2008-07-15 14:33:16 UTC
I actually tried with 3 different projects and none of them threw NPE. Does it show for a specific filetype?? Did u add 
it to your SVN repo?? I have tried starting a new project to a repository as well as existing project and still 
couldn't get the exception... Does it work fine with a pre-existing project in the repo and checking the diff??
Comment 2 _ theanuradha 2008-07-15 14:37:55 UTC
what is your version my one is deadlock Build 20080715105254 on XP 
Comment 3 sunbiz 2008-07-15 14:42:22 UTC
Im using the Build 200807101204 on Windows Vista (JDK 1.6.0_u10) and cannot generate this error.
Comment 4 _ theanuradha 2008-07-15 14:44:41 UTC
It start happen from yesterday try this
http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/ build 
Comment 5 Maros Sandor 2008-07-15 14:58:08 UTC
There is no stack trace here in this report but I assume this is a dup, reopen otherwise.

*** This issue has been marked as a duplicate of 139768 ***
Comment 6 _ theanuradha 2008-07-15 15:04:02 UTC
java.lang.NullPointerException
	at
org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$RefreshDiffTask.computeDiff(EditableDiffView.java:980)
	at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$RefreshDiffTask.run(EditableDiffView.java:948)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
	at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.<init>(EditableDiffView.java:267)
	at
org.netbeans.modules.diff.builtin.DefaultDiffControllerProvider.createDiffController(DefaultDiffControllerProvider.java:58)
	at org.netbeans.api.diff.DiffController.create(DiffController.java:90)
	at org.netbeans.modules.subversion.ui.diff.MultiDiffPanel$DiffPrepareTask.run(MultiDiffPanel.java:672)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 7 Maros Sandor 2008-07-15 15:10:16 UTC
Yes, the stack trace confirms this is a dup.


*** This issue has been marked as a duplicate of 139768 ***
Comment 8 _ theanuradha 2008-07-15 15:19:31 UTC
I see is this fix on deadlock ?