Class AvoidDuplicateLiteralsRule.ExceptionParser

  • Enclosing class:
    AvoidDuplicateLiteralsRule

    @Deprecated
    public static class AvoidDuplicateLiteralsRule.ExceptionParser
    extends java.lang.Object
    Deprecated.
    This ad-hoc solution will be integrated into the global properties framework somehow
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionParser​(char delimiter)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> parse​(java.lang.String s)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionParser

        public ExceptionParser​(char delimiter)
        Deprecated.
    • Method Detail

      • parse

        public java.util.Set<java.lang.String> parse​(java.lang.String s)
        Deprecated.