GlobalInspectionsTest

This commit is contained in:
Dmitry Avdeev
2012-02-15 20:05:45 +04:00
parent ab878c4568
commit 33230a65d2
3 changed files with 62 additions and 0 deletions
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<problems />
@@ -0,0 +1,6 @@
public class Foo {
public void emptyMethod() {
}
}