Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bas Leijdekkers
Total activity
1072
Last activity
March 14, 2024 19:13
Member since
May 15, 2003 14:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
426
Activity overview
Articles (0)
Posts (41)
Comments (605)
Sort by recent activity
Recent activity
Votes
Created
January 25, 2011 12:33
Are you sure you have the latest EAP build (102.216)?http://youtrack.jetbrains.net/issue/IDEA-22870Bas
Community
IntelliJ IDEA Users
What happened to Back/Forward?
0 votes
Created
February 23, 2011 12:38
I am not sure I understand, but perhaps you used the directory based project format when you created your project. That would mean your project settings are stored in a .idea directory. There is no...
Community
IntelliJ IDEA Users
How do I generate an .ipr file?
0 votes
Created
July 11, 2011 15:58
Enable the "Allow resource to be opened inside a 'try' block" checkbox in the inspections settings and the inspection will not warn on your code. You may have to resize the settings screen to see t...
Community
IntelliJ IDEA Users
Why do I get IO resource opened but not safely closed
0 votes
Created
July 11, 2011 19:41
The inspection should already recognize utility methods to close streams quietly. Code it like this to prevent the warning, or use the "Allow resource to be opened inside a 'try' block" checkbox:im...
Community
IntelliJ IDEA Users
Why do I get IO resource opened but not safely closed
0 votes
Created
July 11, 2011 22:26
IOUtils.closeQuietly() or any other close method should automagically be detected as closing a stream. If it doesn't that's a bug, please submit it to YouTrack with sample code.Bas
Community
IntelliJ IDEA Users
Why do I get IO resource opened but not safely closed
0 votes
Created
October 20, 2011 20:09
The recommended way is to code it like this: class Sample { public static void main(String[] args) throws IOException { FileOutputStream fos = new FileOutputStream("filename"); try { //...
Community
IntelliJ IDEA Users
'OutputStreamWriter' should be opened in front of a 'try' block and closed in the corresponding 'finally' block
0 votes
Created
November 08, 2011 13:27
Do you mean you are using "Ampersand modules" (http://ximbiot.com/cvs/manual/cvs-1.12.13/cvs_18.html)?It is possible there are some bugs in the way IntelliJ IDEA handles these (see http://youtrack....
Community
IntelliJ IDEA Users
CVS aggregator module and Changes Window
0 votes
Created
November 09, 2011 13:35
Could submit a bug report here http://youtrack.jetbrains.net/and attach the cvs.log?Thank you,Bas
Community
IntelliJ IDEA Users
CVS aggregator module and Changes Window
0 votes
Created
December 21, 2011 12:10
That cvs output look slightly incorrect. Perhaps the cvs server is incorrectly configured. Instead of "E -f update: New directory `directoryname' -- ignored" it should say "E cvs update: New direct...
Community
IntelliJ IDEA Users
Unable to check out project from CVS (E -f update: New directory `cashWS' -- ignored)
0 votes
Created
December 21, 2011 12:31
Sorry for the duplicate reply.Bas
Community
IntelliJ IDEA Users
Unable to check out project from CVS (E -f update: New directory `cashWS' -- ignored)
0 votes
«
First
‹
Previous
Next
›
Last
»