Issue Details (XML | Word | Printable)

Key: GRAILSPLUGINS-1176
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Robert Fischer
Reporter: Gustavo Cheminn Madruga
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails Plugins

override of method addNestedPrecondition has wrong modifier

Created: 19/May/09 07:10 PM   Updated: 19/May/09 07:10 PM
Component/s: Grails-Autobase
Affects Version/s: Grails-Autobase-0.8.2.5
Fix Version/s: None

Time Tracking:
Not Specified

Environment: grails 1.1 with autobase 0.8.3


 Description  « Hide

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



There are no comments yet on this issue.