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:
@@ -7,14 +7,14 @@ varargs/Test.java:
|
||||
# 4| 0: [Parameter] is
|
||||
# 4| 0: [ArrayTypeAccess] ...[]
|
||||
# 4| 0: [TypeAccess] int
|
||||
# 4| 5: [BlockStmt] stmt
|
||||
# 4| 5: [BlockStmt] { ... }
|
||||
# 5| 4: [Method] g
|
||||
# 5| 3: [TypeAccess] void
|
||||
#-----| 4: (Parameters)
|
||||
# 5| 0: [Parameter] os
|
||||
# 5| 0: [ArrayTypeAccess] ...[]
|
||||
# 5| 0: [TypeAccess] Object
|
||||
# 5| 5: [BlockStmt] stmt
|
||||
# 5| 5: [BlockStmt] { ... }
|
||||
# 6| 5: [Method] h
|
||||
# 6| 3: [TypeAccess] void
|
||||
#-----| 4: (Parameters)
|
||||
@@ -23,21 +23,21 @@ varargs/Test.java:
|
||||
# 6| 1: [Parameter] ss
|
||||
# 6| 0: [ArrayTypeAccess] ...[]
|
||||
# 6| 0: [TypeAccess] String
|
||||
# 6| 5: [BlockStmt] stmt
|
||||
# 6| 5: [BlockStmt] { ... }
|
||||
# 8| 6: [Method] ff
|
||||
# 8| 3: [TypeAccess] void
|
||||
#-----| 4: (Parameters)
|
||||
# 8| 0: [Parameter] is
|
||||
# 8| 0: [ArrayTypeAccess] ...[]
|
||||
# 8| 0: [TypeAccess] int
|
||||
# 8| 5: [BlockStmt] stmt
|
||||
# 8| 5: [BlockStmt] { ... }
|
||||
# 9| 7: [Method] gg
|
||||
# 9| 3: [TypeAccess] void
|
||||
#-----| 4: (Parameters)
|
||||
# 9| 0: [Parameter] os
|
||||
# 9| 0: [ArrayTypeAccess] ...[]
|
||||
# 9| 0: [TypeAccess] Object
|
||||
# 9| 5: [BlockStmt] stmt
|
||||
# 9| 5: [BlockStmt] { ... }
|
||||
# 10| 8: [Method] hh
|
||||
# 10| 3: [TypeAccess] void
|
||||
#-----| 4: (Parameters)
|
||||
@@ -46,9 +46,9 @@ varargs/Test.java:
|
||||
# 10| 1: [Parameter] ss
|
||||
# 10| 0: [ArrayTypeAccess] ...[]
|
||||
# 10| 0: [TypeAccess] String
|
||||
# 10| 5: [BlockStmt] stmt
|
||||
# 11| 9: [BlockStmt] stmt
|
||||
# 12| 0: [ExprStmt] stmt
|
||||
# 10| 5: [BlockStmt] { ... }
|
||||
# 11| 9: [BlockStmt] { ... }
|
||||
# 12| 0: [ExprStmt] ...;
|
||||
# 12| 0: [MethodAccess] asList(...)
|
||||
# 12| -1: [TypeAccess] Arrays
|
||||
# 12| 0: [IntegerLiteral] 1
|
||||
|
||||
Reference in New Issue
Block a user