mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Java: Override toString() for statements
Additionally remove redundant QLDoc which is inherited anyways.
This commit is contained in:
@@ -10,10 +10,10 @@ Test.java:
|
||||
# 6| 1: [Javadoc] /** A JavaDoc comment with a single line. */
|
||||
# 6| 0: [JavadocText] A JavaDoc comment with a single line.
|
||||
# 7| 3: [TypeAccess] void
|
||||
# 7| 5: [BlockStmt] stmt
|
||||
# 7| 5: [BlockStmt] { ... }
|
||||
# 21| 3: [Method] test
|
||||
# 21| 3: [TypeAccess] void
|
||||
# 21| 5: [BlockStmt] stmt
|
||||
# 21| 5: [BlockStmt] { ... }
|
||||
TestWindows.java:
|
||||
# 0| [CompilationUnit] TestWindows
|
||||
# 5| 1: [Class] TestWindows
|
||||
@@ -26,7 +26,7 @@ TestWindows.java:
|
||||
# 6| 1: [Javadoc] /** A JavaDoc comment with a single line. */
|
||||
# 6| 0: [JavadocText] A JavaDoc comment with a single line.
|
||||
# 7| 3: [TypeAccess] void
|
||||
# 7| 5: [BlockStmt] stmt
|
||||
# 7| 5: [BlockStmt] { ... }
|
||||
# 21| 3: [Method] test
|
||||
# 21| 3: [TypeAccess] void
|
||||
# 21| 5: [BlockStmt] stmt
|
||||
# 21| 5: [BlockStmt] { ... }
|
||||
|
||||
Reference in New Issue
Block a user