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 269791 - NullPointerException at de.foopara.phpcsmd.ViolationRegistry.put
Summary: NullPointerException at de.foopara.phpcsmd.ViolationRegistry.put
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 11:57 UTC by kRk
Modified: 2017-02-10 11:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218848


Attachments
stacktrace (459 bytes, text/plain)
2017-02-10 11:57 UTC, kRk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kRk 2017-02-10 11:57:39 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
OS: Linux

User Comments:
GUEST: no data

kRk: Dunno




Stacktrace: 
java.lang.NullPointerException
   at de.foopara.phpcsmd.ViolationRegistry.put(ViolationRegistry.java:148)
   at de.foopara.phpcsmd.ViolationRegistry.setPhpcs(ViolationRegistry.java:46)
   at de.foopara.phpcsmd.exec.phpcs.Phpcs.run(Phpcs.java:122)
   at de.foopara.phpcsmd.generics.GenericExecute.execute(GenericExecute.java:27)
   at de.foopara.phpcsmd.threads.QAThread.qarun(QAThread.java:139)
   at de.foopara.phpcsmd.threads.QAThread.run(QAThread.java:93)
Comment 1 kRk 2017-02-10 11:57:41 UTC
Created attachment 163607 [details]
stacktrace