Reduce scope of variables

This commit is contained in:
thatsIch
2015-09-30 14:22:21 +02:00
parent dca09fe0a6
commit 059523f543
70 changed files with 151 additions and 199 deletions
@@ -170,7 +170,6 @@ public final class ASMIntegration implements IClassTransformer
}
String iFace = null;
String iName = null;
if( an.values.get( 0 ).equals( "iface" ) )
{
@@ -181,6 +180,7 @@ public final class ASMIntegration implements IClassTransformer
iFace = (String) an.values.get( 3 );
}
String iName = null;
if( an.values.get( 0 ).equals( "iname" ) )
{
iName = ( (String[]) an.values.get( 1 ) )[1];