You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Cyrille Artho (JIRA)" <ji...@apache.org> on 2014/04/14 04:40:14 UTC

[jira] [Created] (MATH-1115) Constructor of PolyhedronsSet throws NullPointerException

Cyrille Artho created MATH-1115:
-----------------------------------

             Summary: Constructor of PolyhedronsSet throws NullPointerException
                 Key: MATH-1115
                 URL: https://issues.apache.org/jira/browse/MATH-1115
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.2
         Environment: Mac OS 10.9 with Java 6, 7
            Reporter: Cyrille Artho


The following statement throws a NullPointerException:
new org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet(0.0d, 0.0d, 0.0d, 0.0d, 0.0d, 0.0d);

I found that other numbers also produce that effect. The stack trace:
java.lang.NullPointerException
        at org.apache.commons.math3.geometry.partitioning.BSPTree.fitToCell(BSPTree.java:297)
        at org.apache.commons.math3.geometry.partitioning.BSPTree.insertCut(BSPTree.java:155)
        at org.apache.commons.math3.geometry.partitioning.RegionFactory.buildConvex(RegionFactory.java:55)
        at org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet.buildBoundary(PolyhedronsSet.java:119)
        at org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet.<init>(PolyhedronsSet.java:97)



--
This message was sent by Atlassian JIRA
(v6.2#6252)