Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341896 - NPE in SVNHistoryPage resource state listener [ID-Q5KRR]
Summary: NPE in SVNHistoryPage resource state listener [ID-Q5KRR]
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 09:03 EDT by the.j.anonymus CLA
Modified: 2011-04-08 13:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description the.j.anonymus CLA 2011-04-05 09:03:13 EDT
Version:	0.7.9.I20110207-1700

SVN Client:	org.eclipse.team.svn.connector.svnkit16 2.2.2.I20110124-1700 SVN/1.6.15 SVNKit/1.3.5 (http://svnkit.com/) r7406

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.6.0_24-b07, java.vendor=Sun Microsystems Inc., line.separator=
 , java.class.version=50.0, os.name=Windows XP, os.arch=x86, user.country=DE, os.version=5.1, eclipse.commands=-os win32 -ws win32 -arch x86 -showsplash D:\_software\eclipse\\plugins\org.eclipse.platform_3.6.2.v201102101200\splash.bmp -launcher D:\_software\eclipse\eclipse.exe -name Eclipse --launcher.library D:\_software\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222\eclipse_1312.dll -startup D:\_software\eclipse\\plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -product org.eclipse.epp.package.jee.product -data D:\_workspace\erf -launcher D:\_software\eclipse\eclipse.exe -product org.eclipse.epp.package.jee.product -vm C:\Programme\Java\jre6\bin\client\jvm.dll , java.version=1.6.0_24, osgi.framework.version=3.6.2.R36x_v20110210, file.separator=\, java.vm.info=mixed mode, sharing, path.separator=;, user.timezone=Europe/Berlin, user.language=de, java.vm.name=Java HotSpot(TM) Client VM, file.encoding=Cp1252}

java.lang.NullPointerException
java.lang.NullPointerException
	at org.eclipse.team.svn.ui.history.SVNHistoryPage.resourcesStateChanged(SVNHistoryPage.java:266)
	at org.eclipse.team.svn.core.svnstorage.SVNRemoteStorage$3.runImpl(SVNRemoteStorage.java:185)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility$1$1.run(ProgressMonitorUtility.java:60)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility$1.run(ProgressMonitorUtility.java:58)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Alexander Gurov CLA 2011-04-08 13:29:56 EDT
Fixed.