Andrey Mashenkov created IGNITE-24922:
-----------------------------------------

             Summary: Get rid of IgniteNameUtils.parse method
                 Key: IGNITE-24922
                 URL: https://issues.apache.org/jira/browse/IGNITE-24922
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Mashenkov


As for now, IgniteNameUtils have 2 methods with same signature, which do the 
same:
{code:java}
List<String> parse(String name) {
List<String> parseName(String name) {
{code}

The last one follow more strict contract, implements argument validation, and 
non-confusing javadoc.
Let's get rid of the first one.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to