Home
last modified time | relevance | path

Searched refs:periodIndex (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/gui/
DProGuardGUI.java782 int periodIndex = comments.indexOf('.', dashIndex); in addClassSpecifications() local
784 … String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim(); in addClassSpecifications()
785 String toolTip = comments.substring(periodIndex + 1); in addClassSpecifications()