a more generic way to disprefer *Ex, *Impl classes and String.subSequence method

This commit is contained in:
peter.gromov
2010-11-17 21:18:06 +03:00
parent ebff15c9eb
commit 1dc9d6426e
10 changed files with 45 additions and 64 deletions
@@ -2,7 +2,7 @@ class A{
{
String str;
str.subSequence(<caret>);
str.substring(<caret>);
jhasgfjhsdgf();
}
}