You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/08/04 15:46:20 UTC

[jira] [Created] (TINKERPOP-1399) NumberHelper needs to go into util and have a private constructor

Marko A. Rodriguez created TINKERPOP-1399:
---------------------------------------------

             Summary: NumberHelper needs to go into util and have a private constructor
                 Key: TINKERPOP-1399
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1399
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.2.1
            Reporter: Marko A. Rodriguez
            Assignee: Daniel Kuppitz


{{NumberHelper}} is in the {{traversal/}} package. That is not good as its just a utility class. It should be moved to {{traversal/util}}. Moreover, it needs a private constructor so it can't be built as all methods are public static.

This would be a breaking change though I doubt anyone uses this class outside of internal TinkerPop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)