Bug 11823 - npe when trying to set source to rt.jar
Summary: npe when trying to set source to rt.jar
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-20 07:12 EST by Adam Kiezun CLA
Modified: 2002-06-04 04:56 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 Adam Kiezun CLA 2002-03-20 07:12:28 EST
20020319

i tried to attach source to rt.jar (ibm 1.3)

java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
	at org.eclipse.jdt.core.JavaCore.updateVariableValue(JavaCore.java:1072)
	at org.eclipse.jdt.core.JavaCore.setClasspathVariable(JavaCore.java:933)
	at 
org.eclipse.jdt.internal.ui.wizards.buildpaths.VariableBlock$VariableBlockRunnab
le.run(VariableBlock.java:312)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run
(ModalContext.java:98)
Comment 1 Philipe Mulet CLA 2002-05-28 07:43:32 EDT
IPath.segment(0) can answer null back.
Comment 2 Philipe Mulet CLA 2002-05-28 07:43:46 EDT
Fixed
Comment 3 Philipe Mulet CLA 2002-06-04 04:55:19 EDT
Verified