- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
SI-2741 - is it fixed in 2.8.2?
Tue, 2011-12-13, 22:16
Hi All,
Is this issue fixed in 2.8.2? I can't see it in the fix/revision
list, but have seen the time-lines could match.
I don't have the issue in 2.9.1, but have it in 2.8.2/2.8.1 and I'm
just wondering if the fix is in, and if its not another issue.
Stack trace:
java.lang.Error: T in class BaseFunctionalityTest cannot be
instantiated from scales.xml.SaxonBaseFunctionalityTest
at scala.tools.nsc.symtab.SymbolTable.abort(SymbolTable.scala:33)
at scala.tools.nsc.symtab.Types$AsSeenFromMap.throwError$1(Types.scala:3301)
at scala.tools.nsc.symtab.Types$AsSeenFromMap.instParam$1(Types.scala:3304)
at scala.tools.nsc.symtab.Types$AsSeenFromMap.toInstance$1(Types.scala:3315)
at scala.tools.nsc.symtab.Types$AsSeenFromMap.apply(Types.scala:3331)
at scala.tools.nsc.symtab.Types$AsSeenFromMap.apply(Types.scala:3209)
at scala.tools.nsc.symtab.Types$TypeMap$$anonfun$mapOverArgs$1.apply(Types.scala:3034)
at scala.tools.nsc.symtab.Types$TypeMap$$anonfun$mapOverArgs$1.apply(Types.scala:3030)
at scala.tools.nsc.symtab.Types$class.map2Conserve(Types.scala:4760)
........
I don't seem to have a T at all either. (SaxonBaseFunctionalityTest is
in another sbt sub project / jar ).
Cheers,
Chris