Dierk Koenig

- 活动总数 40
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
Dierk Koenig 创建了一个帖子, "Clojure classes are not attached to module"
Hi,when trying to run any clojure code I get the above message.I added the clojure 1.0 jar as a global library - to no avail.I tried both with diana 8.1.3 and the latest maia (10597).any ideas?Dierk -
Dierk Koenig 创建了一个帖子, Bug report: error marker when Java class extends a Groovy class
Hi,since 8.1 build #9732 I get an error marker on my Java class that extends any arbitrary Groovy class saying:"should be declared abstract or implement getMetaClass()".IIRC, this was all fine in 8... -
Dierk Koenig 创建了一个帖子, Grails starter configuration destroyed on Project Save
Hi,since version 8, build #9013 (on Mac, if that makes a difference), my Grails starter config getsmangled whenever the project is saved.My original starter config is:<configuration default="false"... -
Dierk Koenig 创建了一个帖子, Domain Class Dependency diagram: erroneous 1..1 labelling
Hi,the domain class dependency diagrams show 1..1 labels, where there is actually a *..1 relation.For examples and general discussion see http://jira.codehaus.org/browse/GRAILS-3376,which points to... -
-
-
-
Dierk Koenig 创建了一个帖子, feature request: warn when type becomes unknown after refactoring
Types can either be known (declared or inferred) or unknown, in which case IDEA marks them underlined. That is great!Some refactorings like renaming and such can lead to the situation that a refere... -
-
Dierk Koenig 创建了一个帖子, Feature request: allow execution of a single functional grails test
In Grails, I can execute a single functional test like org.me.MyDomainTests.groovy by calling grails test-app MyDomainHowever, the Grails test integration in IDEA doesn't support that extra paramet...