Guy Gascoigne - Piggford
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
Guy Gascoigne - Piggford 进行了评论, -
Guy Gascoigne - Piggford 进行了评论, -
Guy Gascoigne - Piggford 创建了一个帖子, Grails 2.x project import
How do you successfully import a grails 2.x project from sources in the IDEA 16 eap? This used to be really easy but now when I do it I get my plugins all tagged as grails modules, but the main ap... -
-
-
Guy Gascoigne - Piggford 创建了一个帖子, 已回答gradle based project and code style
Currently we have a gradle build where we've customized the gradle project to generate an idea project that includes our preferred code styles and inspection preferences. I would like to achieve t... -
-
Guy Gascoigne - Piggford 创建了一个帖子, Font rendering question wrt. Cardea and jdk 7
Following seeing http://bulenkov.com/2013/06/23/retina-support-in-oracle-jdk-1-7/ I thought I'd take a look at the latest EAP (130.1486 currently) and see how it did using the eap of jdk 1.7.0_40 (... -
-
Guy Gascoigne - Piggford 创建了一个帖子, Ambiguous method call
I have a constructor defined as: public Handler( final Class clazz ) calling it like this: new Handler( getClass() ); which calls down to: public final native Class<?> getClass(); on O...