Class AllAsciiCharactersStopWords

  • All Implemented Interfaces:
    StopWords, ExtensionPoint

    @Extension
    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class AllAsciiCharactersStopWords
    extends Object
    implements StopWords
    To avoid corrupting the content of the files in the bundle just in case we have an object name as 'a' or '.', we avoid replacing one single character (ascii codes actually). A one single character in other languages could have a meaning, so we remain replacing them. Example: 日 (Sun)
    • Constructor Detail

      • AllAsciiCharactersStopWords

        public AllAsciiCharactersStopWords()