This page is no longer maintained — Please continue to the home page at www.scala-lang.org

@BeanInfo warning: "Could not determine source class"

1 reply
Josh Stratton
Joined: 2009-04-23,
User offline. Last seen 42 years 45 weeks ago.

I'm just getting started with javabeans in scala and was wondering if
I should be concerned about this warning...

[warn] Could not determine source for class
com.googlecode.project.SettingsBeanInfo

@BeanInfo class Settings(var foo:Int=640, var bar:Int=480)

When I add the @BeanInfo annotation to get the BeanInfo class created,
it appears to get created, but I wanted know what the warning actually
meant. I'm using sbt, but figured it was a scalac issue.

Thanks.

Philippe Lhoste
Joined: 2010-09-02,
User offline. Last seen 42 years 45 weeks ago.
Re: @BeanInfo warning: "Could not determine source class"

On 15/11/2010 06:37, Josh Stratton wrote:
> I'm just getting started with javabeans in scala and was wondering if
> I should be concerned about this warning...
>
> [warn] Could not determine source for class
> com.googlecode.project.SettingsBeanInfo
>
> @BeanInfo class Settings(var foo:Int=640, var bar:Int=480)
>
> When I add the @BeanInfo annotation to get the BeanInfo class created,
> it appears to get created, but I wanted know what the warning actually
> meant. I'm using sbt, but figured it was a scalac issue.

FYI, if I compile a simple Scala file with:

fsc.bat -d bin -deprecation -Xmigration Base.scala

with the above line (and import scala.reflect.BeanInfo, of course), I don't have this
warning. So, maybe it is related to sbt, after all. Or something else.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland