mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
java: Inline expectation should have space before $
This commit is contained in:
@@ -8,10 +8,10 @@ public class Test3Super extends Test2 { // We might want an alert here for the
|
||||
}
|
||||
|
||||
public void y() {
|
||||
super.x = 0; //$ MISSING: Alert
|
||||
super.x = 0; // $ MISSING: Alert
|
||||
}
|
||||
|
||||
public void yLst() {
|
||||
super.lst.add("Hello!"); //$ MISSING: Alert
|
||||
super.lst.add("Hello!"); // $ MISSING: Alert
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user