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 201219 - NullPointerException at org.netbeans.modules.clearcase.client.Cleartool.checkReady
Summary: NullPointerException at org.netbeans.modules.clearcase.client.Cleartool.check...
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: ClearCase (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 15:37 UTC by jyeary
Modified: 2015-02-04 03:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148371


Attachments
stacktrace (1.27 KB, text/plain)
2011-08-22 15:37 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jyeary 2011-08-22 15:37:48 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
jyeary: Attempting to open a directory to check for changes in ClearCase.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.clearcase.client.Cleartool.checkReady(Cleartool.java:96)
   at org.netbeans.modules.clearcase.client.Cleartool.<init>(Cleartool.java:84)
   at org.netbeans.modules.clearcase.client.ClearcaseClient.ensureCleartool(ClearcaseClient.java:409)
   at org.netbeans.modules.clearcase.client.ClearcaseClient.access$100(ClearcaseClient.java:77)
   at org.netbeans.modules.clearcase.client.ClearcaseClient$CommandRunnable.run(ClearcaseClient.java:219)
   at org.netbeans.modules.clearcase.client.ClearcaseClient.execImpl(ClearcaseClient.java:168)
Comment 1 jyeary 2011-08-22 15:37:53 UTC
Created attachment 110136 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:35:56 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.