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 122946 - subversion diff makes NullPointerException
Summary: subversion diff makes NullPointerException
Status: RESOLVED DUPLICATE of bug 85316
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 10:30 UTC by kleinerdrache
Modified: 2007-12-12 13:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log as it says to attach. (215.24 KB, text/plain)
2007-11-28 10:31 UTC, kleinerdrache
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kleinerdrache 2007-11-28 10:30:13 UTC
Hi there!

I try to diff a file via subversion, update, commit and so on works correct, but on diff (on a file) I get

java.lang.NullPointerException
	at org.netbeans.modules.subversion.ui.diff.MultiDiffView.addPropertyChangeListener(MultiDiffView.java:277)
	at javax.swing.plaf.synth.SynthPanelUI.installListeners(SynthPanelUI.java:49)
	at javax.swing.plaf.synth.SynthPanelUI.installUI(SynthPanelUI.java:38)
	at javax.swing.JComponent.setUI(JComponent.java:673)
	at javax.swing.JPanel.setUI(JPanel.java:136)
	at javax.swing.JPanel.updateUI(JPanel.java:109)
	at javax.swing.JPanel.<init>(JPanel.java:69)
	at javax.swing.JPanel.<init>(JPanel.java:92)
	at javax.swing.JPanel.<init>(JPanel.java:100)
	at org.netbeans.modules.subversion.ui.diff.MultiDiffView.<init>(MultiDiffView.java:95)
	at org.netbeans.modules.subversion.ui.diff.DiffMainPanel$DiffPrepareTask.run(DiffMainPanel.java:660)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)

It seems there is no network activity after trying to diff.

Please help!
Comment 1 kleinerdrache 2007-11-28 10:31:36 UTC
Created attachment 53589 [details]
messages.log as it says to attach.
Comment 2 Tomas Stupka 2007-11-28 11:45:08 UTC
please evaluate
Comment 3 kleinerdrache 2007-11-28 13:12:29 UTC
I updated now all found modules, but there is no change.  The Problem still exists (since about min. 2 weeks).
Comment 4 Maros Sandor 2007-12-12 13:55:30 UTC

*** This issue has been marked as a duplicate of 85316 ***