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

Eric Bodden eric.bodden at ec-spride.de
Mon Feb 11 06:44:43 EST 2013


Ok, I pushed the change.

Thanks again for reporting this!

Cheers,
Eric

On 11 February 2013 12:28, Michael Pradel <michael at binaervarianz.de> wrote:
> 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;
>>                                 }
>>                         }
>>                     }
>
>



-- 
Eric Bodden, Ph.D., http://sse.ec-spride.de/ http://bodden.de/
Head of Secure Software Engineering Group at EC SPRIDE
Tel: +49 6151 16-75422    Fax: +49 6151 16-72051
Room 3.2.14, Mornewegstr. 30, 64293 Darmstadt


More information about the Soot-list mailing list