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)