Searched refs:onlyFileNameNoSuffix (Results 1 – 1 of 1) sorted by relevance
585 String onlyFileNameNoSuffix = null; in setName() local588 onlyFileNameNoSuffix = onlyFileName+GRAMMAR_FILE_EXTENSION; in setName()591 onlyFileNameNoSuffix = onlyFileName.substring(0,lastDot); in setName()593 if ( !name.equals(onlyFileNameNoSuffix) ) { in setName()