Files
codeql/java/ql/src/Metrics/Callables/CNumberOfParameters1.java
2018-08-30 10:48:05 +01:00

6 lines
351 B
Java

void printAnnotation(String annotationMessage, int annotationLine, int annotationOffset,
int annotationLength) {
System.out.println("Message: " + annotationMessage);
System.out.println("Line: " + annotationLine);
System.out.println("Offset: " + annotationOffset);
System.out.println("Length: " + annotationLength);