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 257055 - NullPointerException at org.netbeans.modules.cnd.repository.storage.Storage.getFileName
Summary: NullPointerException at org.netbeans.modules.cnd.repository.storage.Storage.g...
Status: RESOLVED DUPLICATE of bug 243240
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 13:31 UTC by Exceptions Reporter
Modified: 2016-08-31 20:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221576


Attachments
stacktrace (1.69 KB, text/plain)
2015-12-08 13:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-08 13:31:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-icedtea-mockbuild_2013_02_07_23_32-b00
OS: Linux

User Comments:
GUEST: k




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.repository.storage.Storage.getFileName(Storage.java:576)
   at org.netbeans.modules.cnd.repository.storage.StorageManager.getFileNameByIdx(StorageManager.java:261)
   at org.netbeans.modules.cnd.repository.RepositoryImpl.getFileNameById(RepositoryImpl.java:291)
   at org.netbeans.modules.cnd.repository.api.Repository.getFileNameById(Repository.java:120)
   at org.netbeans.modules.cnd.modelimpl.repository.KeyUtilities.getFileNameById(KeyUtilities.java:201)
   at org.netbeans.modules.cnd.modelimpl.impl.services.ReferenceRepositoryImpl.findRelevantFiles(ReferenceRepositoryImpl.java:497)
Comment 1 Exceptions Reporter 2015-12-08 13:31:36 UTC
Created attachment 157722 [details]
stacktrace
Comment 2 Maria Tishkova 2016-08-31 20:45:24 UTC
The build used from Nov 2014 doesn't contain the fix.
Use at least 8.0.2 patch

*** This bug has been marked as a duplicate of bug 243240 ***