主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bas Leijdekkers
活动总数
1072
最后的活动
2024年03月14日 19:13
成员加入日期
2003年05月15日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
426
活动概览
文章(0)
帖子(41)
评论(605)
按最近的活动排序
最近的活动
投票数
创建于
2011年01月25日 12:33
Are you sure you have the latest EAP build (102.216)?http://youtrack.jetbrains.net/issue/IDEA-22870Bas
社区
IntelliJ IDEA Users
What happened to Back/Forward?
0 票
创建于
2011年02月23日 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...
社区
IntelliJ IDEA Users
How do I generate an .ipr file?
0 票
创建于
2011年07月11日 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...
社区
IntelliJ IDEA Users
Why do I get IO resource opened but not safely closed
0 票
创建于
2011年07月11日 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...
社区
IntelliJ IDEA Users
Why do I get IO resource opened but not safely closed
0 票
创建于
2011年07月11日 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
社区
IntelliJ IDEA Users
Why do I get IO resource opened but not safely closed
0 票
创建于
2011年10月20日 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 { //...
社区
IntelliJ IDEA Users
'OutputStreamWriter' should be opened in front of a 'try' block and closed in the corresponding 'finally' block
0 票
创建于
2011年11月08日 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....
社区
IntelliJ IDEA Users
CVS aggregator module and Changes Window
0 票
创建于
2011年11月09日 13:35
Could submit a bug report here http://youtrack.jetbrains.net/and attach the cvs.log?Thank you,Bas
社区
IntelliJ IDEA Users
CVS aggregator module and Changes Window
0 票
创建于
2011年12月21日 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...
社区
IntelliJ IDEA Users
Unable to check out project from CVS (E -f update: New directory `cashWS' -- ignored)
0 票
创建于
2011年12月21日 12:31
Sorry for the duplicate reply.Bas
社区
IntelliJ IDEA Users
Unable to check out project from CVS (E -f update: New directory `cashWS' -- ignored)
0 票
«
第一页
‹
上一页
下一页
›
最后
»