added TODO comment about incomplete port
This commit is contained in:
parent
4b209708c6
commit
11fad553fd
|
|
@ -63,6 +63,7 @@ public class EmptyBlockCheck extends Check
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO: port BlockOption.TEXT
|
||||
if (aAST.getChildCount() == 0) {
|
||||
DetailAST parent = aAST.getParent();
|
||||
String parentText = parent.getText();
|
||||
|
|
|
|||
Loading…
Reference in New Issue