The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.github.quickhull3d.Face | 1 |
com.github.quickhull3d.QuickHull3D | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unused public or protected field: com.github.quickhull3d.Face.index | STYLE | UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in com.github.quickhull3d.QuickHull3D.setFromQhull(double[], int, boolean): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 366 | High |
Found reliance on default encoding in com.github.quickhull3d.QuickHull3D.setFromQhull(double[], int, boolean): new java.io.PrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 365 | High |
com.github.quickhull3d.QuickHull3D.setFromQhull(double[], int, boolean) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 396 | Medium |
Exception is caught when Exception is not thrown in com.github.quickhull3d.QuickHull3D.setFromQhull(double[], int, boolean) | STYLE | REC_CATCH_EXCEPTION | 405 | Medium |