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 257477 - NullPointerException: The message parameter cannot be null
Summary: NullPointerException: The message parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Nette (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-08 11:23 UTC by josef.sabl
Modified: 2016-02-17 02:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215936


Attachments
stacktrace (1.72 KB, text/plain)
2016-01-08 11:23 UTC, josef.sabl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description josef.sabl 2016-01-08 11:23:21 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
GUEST: Trying debug with Nette Tester .phpt file with xdebug enabled.
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000

GUEST: asa

josef.sabl: Didn't do anything really

GUEST: running nette tester

GUEST: a

GUEST: Nette tester started

GUEST: a

GUEST: <Please provide a description of the problem or the steps to reproduce>wewew




Stacktrace: 
java.lang.NullPointerException: The message parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.php.project.ui.testrunner.TestCaseImpl.setFailureInfo(TestCaseImpl.java:96)
   at org.netbeans.modules.php.nette.tester.commands.Tester$ParsingProcessor.mapFailureInfoInternal(Tester.java:488)
   at org.netbeans.modules.php.nette.tester.commands.Tester$ParsingProcessor.mapFailureInfo(Tester.java:474)
   at org.netbeans.modules.php.nette.tester.commands.Tester$ParsingProcessor.map(Tester.java:449)
   at org.netbeans.modules.php.nette.tester.commands.Tester$ParsingProcessor.addTestCases(Tester.java:438)
Comment 1 josef.sabl 2016-01-08 11:23:24 UTC
Created attachment 158062 [details]
stacktrace
Comment 2 junichi11 2016-02-16 05:52:32 UTC
Tomas, could you look at this?

Thanks.
Comment 3 Tomas Mysik 2016-02-16 09:16:00 UTC
Taking over.

Would it be possible to get the project where this error occurs? Or at least the TAP output of the test run (simply reproduce this issue and open the Output window, the TAP output is printed there).

Thanks.
Comment 4 Tomas Mysik 2016-02-16 09:17:39 UTC
Or provide _exact_ steps to reproduce, that would help as well, of course.

Thanks.
Comment 5 Tomas Mysik 2016-02-16 09:25:08 UTC
I just fixed the NPE; feel free to reopen but please provide the exact steps or the TAP output or a sample project.

Thanks.

http://hg.netbeans.org/web-main/rev/7a3811cf7cac
Comment 6 Quality Engineering 2016-02-17 02:48:55 UTC
Integrated into 'main-silver', will be available in build *201602170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7a3811cf7cac
User: Tomas Mysik <tmysik@netbeans.org>
Log: #257477 - NullPointerException: The message parameter cannot be null