Pavel Vorona created GROOVY-7593: ------------------------------------ Summary: Constructor of @Immutable class is not accessible at compile time from .java classes Key: GROOVY-7593 URL: https://issues.apache.org/jira/browse/GROOVY-7593 Project: Groovy Issue Type: Bug Affects Versions: 2.3.9 Environment: Intellij IDEA 14.4, Gradle build Reporter: Pavel Vorona Priority: Minor
Constructor is nicely visible from other .groovy classes, but when I am trying to use it from .java class i get exception "constructor in class cannot be applied to given types; required: no arguments found: [skiped] reason: actual and formal argument lists differ in length" -- This message was sent by Atlassian JIRA (v6.3.4#6332)