[Soot-list] Bug (and fix?) in FastHierarchy

Michael Pradel michael at binaervarianz.de
Mon Feb 11 06:28:49 EST 2013


Yes, this seems to work. Thanks for fixing it!

Michael

>
> The following seems to make sense to me:
>
>                     if( concreteType.declaresMethod( methodSig ) ) {
>                         SootMethod method = concreteType.getMethod( methodSig );
>                         if ( isVisible(concreteType, m) ) {
> 				if (method.isAbstract())
> 					throw new RuntimeException(...);
> 				else {
> 				    ret.add( concreteType.getMethod( methodSig ) );
> 				    break;
> 				}								
> 			}
>                     }



More information about the Soot-list mailing list