Searched refs:dashIndex (Results 1 – 1 of 1) sorted by relevance
774 int dashIndex = comments.indexOf('-'); in addClassSpecifications() local775 int periodIndex = comments.indexOf('.', dashIndex); in addClassSpecifications()776 String panelName = comments.substring(0, dashIndex).trim(); in addClassSpecifications()777 … String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim(); in addClassSpecifications()