主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nick Pratt
活动总数
674
最后的活动
2020年03月24日 17:29
成员加入日期
2003年12月09日 15:09
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
243
活动概览
帖子(150)
评论(280)
按最近的活动排序
最近的活动
投票数
创建于
2004年10月29日 14:37
Is there any benefit (from a serialization) standpoint to a class having:serialVersionUID = 9782673681281L;vs.serialVersionUID = 1L;
社区
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 票
创建于
2004年10月29日 16:04
A serializable class doesnt have a UID specified, so when the object is serialized, an ID is generated on the fly based on methods, parameters, other stuff.If you make a change to the class, even i...
社区
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 票
创建于
2004年10月29日 16:43
So why not just simply stick UID=1 as the intention action, and not worry about ObjectStreams and OOP calls?Nick
社区
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 票
创建于
2004年10月29日 17:21
Bloch only states that you should give it a random number, or "its also fine to pick a number out of thin air".The easiest solution as I see it is:private static final long serialVersionUID = 1L;{:-)
社区
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 票
创建于
2004年10月04日 14:31
Martin - both 0.17 and 0.18 have problems connecting to JBoss on startup. 0.18 actually pops up several NPE and other internal error dialogs (the ones that state the plugin is bad and that IDEA sho...
社区
IntelliJ IDEA Plugin Users
[ANN] JBoss Integration Plugin 0.18 (beta) released
0 票
创建于
2004年10月04日 20:06
Sent via email.Nick
社区
IntelliJ IDEA Plugin Users
[ANN] JBoss Integration Plugin 0.18 (beta) released
0 票
创建于
2008年12月22日 15:20
The plugin Im looking at currently has the following:extends RunConfigurationBase implements ModuleRunConfigurationI dont see an obvious way to pass JVM params in here, or have I missed something, ...
社区
IntelliJ IDEA Open API and Plugin Development
Passing JVM params to runtime config
0 票
创建于
2009年08月07日 03:43
Many thanks for the tips. Are you still involved with the JFlex plugin for IntelliJ? I know the API has changed in Maia, but it would be nice if... :-)Ill try and develop a simple language plugin ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Plugin Development
0 票
创建于
2009年08月09日 18:14
Im just going to repeat this in the slim chance that anyone at Jetbrains missed this point - the documentation/SDK for writing a custom language plugin in IntelliJ is pitiful.We have all this poten...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Plugin Development
0 票
创建于
2010年02月11日 20:12
(I will just add that I dont have access to the IDEA source code, and I'm not allowed to download it)
社区
IntelliJ IDEA Open API and Plugin Development
How to create component that puts a button around the outside of the main window?
0 票
«
第一页
‹
上一页
下一页
›
最后
»