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 249153 - NullPointerException at org.openide.util.MapFormat.processPattern
Summary: NullPointerException at org.openide.util.MapFormat.processPattern
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-05 15:16 UTC by J Bachorik
Modified: 2015-06-03 16:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213933


Attachments
stacktrace (1.58 KB, text/plain)
2014-12-05 15:16 UTC, J Bachorik
Details
stacktrace (1.58 KB, text/plain)
2014-12-09 12:52 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2014-12-05 15:16:34 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b22, Java(TM) SE Runtime Environment, 1.8.0_20-ea-b23
OS: Linux

User Comments:
yardus: opening JTreg project (http://hg.openjdk.java.net/code-tools/jtreg)




Stacktrace: 
java.lang.NullPointerException
   at org.openide.util.MapFormat.processPattern(MapFormat.java:193)
   at org.openide.util.MapFormat.format(MapFormat.java:265)
   at java.text.Format.format(Format.java:157)
   at org.netbeans.modules.free.project.FreeProject.getCompileCp(FreeProject.java:283)
   at org.netbeans.modules.free.project.ClassPathProviderImpl.<init>(ClassPathProviderImpl.java:93)
   at org.netbeans.modules.free.project.FreeProject.<init>(FreeProject.java:220)
Comment 1 J Bachorik 2014-12-05 15:16:36 UTC
Created attachment 150919 [details]
stacktrace
Comment 2 J Bachorik 2014-12-09 12:52:24 UTC
Created attachment 150987 [details]
stacktrace

opening a project?
Comment 3 Tomas Stupka 2015-06-03 16:28:40 UTC
third party?