[Soot-list] anyone try soot (dava) on scala 2.8.x compiled code successfully?

Craig Bordelon bord at iscp.telcordia.com
Thu Jan 6 12:00:06 EST 2011


hi all
rather new to soot and was unable to get soot 2.4.0 to work with scala compiled code. Had to use the allow-phantom-refs with the -f dava and recieved all these warnings -- see below. anyone else see these? and what causes these as at least the first two classes are not at all present in the scala libraries.


Warning: scala.collection.immutable.Stream$StreamWithFilter$$anonfun$foreach$1 i
s a phantom class!
Warning: scala.Either$$anonfun$joinRight$1 is a phantom class!
Warning: scala.Either$$anonfun$joinLeft$1 is a phantom class!
Warning: scala.Predef$Ensuring$$anonfun$ensuring$1 is a phantom class!
Warning: scala.Predef$Ensuring$$anonfun$ensuring$2 is a phantom class!
Warning: scala.collection.mutable.ArrayBuffer$$anonfun$remove$1 is a phantom cla
ss!
Warning: scala.xml.MetaData$$anonfun$toString$1 is a phantom class!
Warning: scala.xml.MetaData$$anonfun$toString1$1 is a phantom class!
Warning: scala.xml.NamespaceBinding$$anonfun$buildString$1 is a phantom class!
Warning: scala.xml.NamespaceBinding$$anonfun$toString$1 is a phantom class!
Warning: scala.xml.Utility$$anonfun$appendQuoted$1 is a phantom class!
Warning: scala.xml.Utility$$anonfun$escape$1 is a phantom class!
Warning: scala.collection.mutable.LinkedListLike$$anonfun$insert$1 is a phantom 
class!
Warning: scala.Enumeration$$anonfun$Value$1 is a phantom class!
Warning: scala.xml.EntityRef$$anonfun$text$1 is a phantom class!
Warning: scala.collection.immutable.BitSet$$anonfun$$plus$1 is a phantom class!
Warning: scala.collection.immutable.BitSet$$anonfun$$minus$1 is a phantom class!

Warning: scala.collection.mutable.FlatHashTable$$anonfun$newThreshold$1 is a pha
ntom class!
Warning: scala.collection.mutable.FlatHashTable$$anonfun$checkConsistent$1$$anon
fun$apply$mcVI$sp$1 is a phantom class!


thanks to anyone with idea about this,
bord


More information about the Soot-list mailing list