find usages tests -> community

This commit is contained in:
peter
2012-01-27 23:24:53 +01:00
parent e1bd141018
commit e1d93313e0
33 changed files with 1285 additions and 0 deletions
@@ -0,0 +1,4 @@
class Class1{
Exception e;
String s; //newtodo
}
@@ -0,0 +1,4 @@
class B{
Exception e;
Thread thread; //todo
}