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 239201 - Maven JUnit exception while parsing forkCount "0.5C"
Summary: Maven JUnit exception while parsing forkCount "0.5C"
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 14:21 UTC by Jaroslav Havlin
Modified: 2013-12-09 10:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Possible fix (1.14 KB, application/octet-stream)
2013-12-06 14:21 UTC, Jaroslav Havlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Havlin 2013-12-06 14:21:56 UTC
Created attachment 142917 [details]
Possible fix

While reproducing bug 239165, I've encountered a problem with surefire property "forkCount" set to value "0.5C".

I've tried to fix it locally, using the attached patch.
Please check it and integrate it (or let me know that I can commit it) if it seems ok to you. Thanks.
Comment 1 Milos Kleint 2013-12-09 09:23:17 UTC
the patch looks ok to me, reassigning to theofanis who wrote the code though
Comment 2 Theofanis Oikonomou 2013-12-09 10:44:40 UTC
Changeset: 3e18b2cb3265
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2013-12-09 11:45
Message:
Comment 3 Theofanis Oikonomou 2013-12-09 10:46:12 UTC
Thank you Jardo for the patch