所以下面的代码产生一个红色的x
Groovy:Apparent variable ‘ExampleB’ was found in a static scope but doesn’t refer to a local variable,static
fIEld or class. Possible causes:
package domain.com.so;class ExampleA { static belongsTo = [exampleB: ExampleB] static constraints = { }}
此代码产生一个简单的错误:
Groovy:Apparent variable ‘ExampleA’ was found in a static scope but doesn’t refer to a local variable,static fIEld
or class. Possible causes:
package domain.com.so;class ExampleB { static hasMany = [exampleAs: ExampleA] static constraints = { }}解决方法 通常当STS抱怨这样的事情时,我会跑
grails clean
和
grails compile --refresh-dependencIEs总结
以上是内存溢出为你收集整理的grails – Groovy:在静态范围内找到了表观变量xyz,但没有引用局部变量,静态字段或类.可能的原因:全部内容,希望文章能够帮你解决grails – Groovy:在静态范围内找到了表观变量xyz,但没有引用局部变量,静态字段或类.可能的原因:所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)