Hani Suleiman
- 活动总数 1008
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 380
-
创建于 Generate persistence classes from schema is...a bit crap
Is this still a work in progress? Generating JPA classes from a schema makes some very bizarre choices. For example, for database column named 'fooBar', the generated property is foobar. So it's go... -
创建于 Adding JDK6 on OSX
For those with the right NDAs and so on, has anyone managed to do this on OSX? With the latest EAP, I'm unable to click on the 'add JSDK' button, but works if I hit 'enter' instead. Adding the JDK ... -
创建于 Toolwindows on OSX
For years now, every now and then, a tool window on OSX gets 'stuck'. This means that you can click the button (happens most often to me in the debug window), it is pressed and something gets focus... -
创建于 Does anyone find 'find unused declaration' vaguely useful?
I love the idea of this inspection, but the problem is that it's basically aimed at JavaSE apps and doesnt understand web frameworks or the idea of pojos (the same applies in fact for the 'declarat... -
创建于 Named query resolution
How does IDEA figure out what PU to use to find named queries? Right now it's barfing on most of my ejb3 facets, saying it can't find queries.In my class I have: @PersistenceContext(unitName = "ti... -
创建于 Plugin classloading?
In the latest EAP (6951) The Orion plugin fails to start up, with this error:Caused by: java.lang.NoClassDefFoundError: com/intellij/javaee/run/configuration/J2EEConfigurationType at java.lang.Clas... -
创建于 Custom completion in editor
Inside of a string in the editor window, I'd like to be able to offer completions under certain circumstances, how would I go about doing this? As a practical example, I want the following to show ... -
创建于 JPAQL: Will it become usable soon?
I've noticed that very little progress has been made with JPAQL in the last few builds, so was wondering on whether it'll be improved over its rather sorry current state or scrapped.Some issues:Poo... -
创建于 Best...feature...ever, in the latest EAP!
I can now uninstall multiple plugins...AT THE SAME TIME! -
创建于 ejb3 entity view...where oh where are you!
Looking over the beta 'new features' document, I was amazed and astounded to see a rather pretty ejb3 entity diagram showing.Now, I have some ejb3 entities, as it happens, with many relationships b...