Get the exact character on which this problem starts in code line relative. @return Number of characters past the start of the line if known where the code associated with the Problem starts.
()
| 73 | * code associated with the Problem starts. |
| 74 | */ |
| 75 | public int getStartOffset(); |
| 76 | |
| 77 | /** |
| 78 | * Get the exact character on which this problem ends in code line relative. |
no outgoing calls
no test coverage detected