Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nick Pratt
Total activity
674
Last activity
March 24, 2020 17:29
Member since
December 09, 2003 15:09
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
243
Activity overview
Posts (150)
Comments (280)
Sort by recent activity
Recent activity
Votes
Created
October 29, 2004 14:37
Is there any benefit (from a serialization) standpoint to a class having:serialVersionUID = 9782673681281L;vs.serialVersionUID = 1L;
Community
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 votes
Created
October 29, 2004 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...
Community
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 votes
Created
October 29, 2004 16:43
So why not just simply stick UID=1 as the intention action, and not worry about ObjectStreams and OOP calls?Nick
Community
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 votes
Created
October 29, 2004 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;{:-)
Community
IntelliJ IDEA Plugin Users
Inspection Gadgets - RFE
0 votes
Created
October 04, 2004 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...
Community
IntelliJ IDEA Plugin Users
[ANN] JBoss Integration Plugin 0.18 (beta) released
0 votes
Created
October 04, 2004 20:06
Sent via email.Nick
Community
IntelliJ IDEA Plugin Users
[ANN] JBoss Integration Plugin 0.18 (beta) released
0 votes
Created
December 22, 2008 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, ...
Community
IntelliJ IDEA Open API and Plugin Development
Passing JVM params to runtime config
0 votes
Created
August 07, 2009 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Plugin Development
0 votes
Created
August 09, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Plugin Development
0 votes
Created
February 11, 2010 20:12
(I will just add that I dont have access to the IDEA source code, and I'm not allowed to download it)
Community
IntelliJ IDEA Open API and Plugin Development
How to create component that puts a button around the outside of the main window?
0 votes
«
First
‹
Previous
Next
›
Last
»