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 270918 - NullPointerException at java.util.regex.Matcher.getTextLength
Summary: NullPointerException at java.util.regex.Matcher.getTextLength
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-20 17:40 UTC by Alexander Simon
Modified: 2017-06-20 17:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229509


Attachments
stacktrace (3.69 KB, text/plain)
2017-06-20 17:40 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2017-06-20 17:40:41 UTC
Build: NetBeans IDE Dev (Build 20170620-8a572bea6812)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: SunOS

User Comments:
alexvsimon: convert field




Stacktrace: 
java.lang.NullPointerException
   at java.util.regex.Matcher.getTextLength(Matcher.java:1283)
   at java.util.regex.Matcher.reset(Matcher.java:309)
   at java.util.regex.Matcher.<init>(Matcher.java:229)
   at java.util.regex.Pattern.matcher(Pattern.java:1093)
   at org.netbeans.modules.cnd.converted.ConvertedSupport.alterConvertCommand(ConvertedSupport.java:989)
   at org.netbeans.modules.cnd.converted.ConvertedSupport.convertInOutput(ConvertedSupport.java:852)
Comment 1 Alexander Simon 2017-06-20 17:40:43 UTC
Created attachment 164584 [details]
stacktrace