ericssmith / scalafx

Automatically exported from code.google.com/p/scalafx
Other
0 stars 0 forks source link

SFX8: Test suite compilation error in scalafx.scene.transform.TransformSpec.scala w/ b108 #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When compiling the ScalaFX test suite with this build and current SFX-8 branch, 
the following compiler error is thrown up:

[error] 
{PATH}\scalafx\src\test\scala\scalafx\scene\transform\TransformSpec.scala:46: 
object creation impossible, since method impl_derive in class Transform of type 
(x$1: 
com.sun.javafx.geom.transform.BaseTransform)com.sun.javafx.geom.transform.BaseTr
ansform is not defined
[error]   override protected def getJavaClassInstance = new jfxst.Transform{
[error]                                                     ^

The cause is that javafx.scene.transform.Transform now has two unimplemented 
abstract methods, the existing impl_apply method and a new impl_derive method.

Original issue reported on code.google.com by mike@hindsight-consulting.com on 23 Sep 2013 at 9:50

GoogleCodeExporter commented 9 years ago
Just fixed it. Did not see earlier that you posted an issue for this.

Original comment by jpsacha on 24 Sep 2013 at 1:22