- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getJavadocBefore (0.07 seconds)
-
build-conventions/src/main/java/org/elasticsearch/gradle/internal/checkstyle/MissingJavadocTypeCheck.java
if (shouldCheck(ast)) { final FileContents contents = getFileContents(); final int lineNo = ast.getLineNo(); final TextBlock textBlock = contents.getJavadocBefore(lineNo); if (textBlock == null) { log(ast, MSG_JAVADOC_MISSING); } } } /** * Whether we should check this node. *
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 10 23:06:44 GMT 2021 - 5.5K bytes - Click Count (0)