Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: Grails-Autobase-0.8.2.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:grails 1.1 with autobase 0.8.3
Description
class: GroovyPrecondition.groovy
method: private void addNestedPrecondition(Precondition p)
Bug happen when executing grails test-app inside intellij idea, when executing from command line works fine.
I'm guessing that idea 1st makes the conversion from groovy to java, then compiles.
Changing the modifier to public fixed in my environment
Project is abandoned