主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月24日 14:22
Having a single inspection tool report for multiple categories is currently not possible. You will have to implement a separate inspection tool for each type of problem. This also allows the user t...
社区
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 票
创建于
2016年10月26日 10:19
正式评论
Sorry, I don't know of any way to get exactly what you want. Perhaps your inspections could not show any results when the user is not logged in? You may also want to submit a feature request. Bas
社区
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Provider
0 票
创建于
2016年10月26日 10:01
正式评论
Library code is not analysed by design. It makes little sense to provide warnings on code that is not strictly part of the project and can/should not be changed. Or do you have a good reason? Bas
社区
IntelliJ IDEA Open API and Plugin Development
Inspecting libraries' code, BaseJavaLocalInspectionTool doesn't work
0 票
创建于
2016年10月20日 13:39
I don't think this is possible. Why do you want to do this programmatically? Bas
社区
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Provider
0 票
创建于
2016年09月30日 18:02
正式评论
All com.siyeh.* code is provided with under the Apache License, Version 2.0 just like the rest of the IntelliJ IDEA Community code. So the same rules apply: http://www.apache.org/licenses/LICENSE-2...
社区
IntelliJ IDEA Open API and Plugin Development
Reusing and copying code in com.siyeh.*
0 票
已编辑于
2016年09月22日 13:21
The pattern you have constructed is the recommended way to do this. And from the information you have provided I don't see why it doesn't work for you. Could you perhaps create some self contained/...
社区
IntelliJ IDEA Users
Complex Structural Search and Replace
0 票
创建于
2016年09月21日 19:19
正式评论
Could be just a mistake in your post here, but your search template searches for `Helper.get()` while the example method uses `Helper.getClient()'. Other than that I don't see anything obviously wr...
社区
IntelliJ IDEA Users
Complex Structural Search and Replace
0 票
创建于
2016年07月08日 11:10
正式评论
Unfortunately because the expected type of the argument of the get() method is Object, and not a generic parameter, you can't use a query like that to find it. I don't know of a way to find what yo...
社区
IntelliJ IDEA Users
Structural search and generic types
0 票
创建于
2016年07月08日 10:55
You probably want to use a query something like this: try { $TryStatement$;} catch($ExceptionType$ $Exception$) { Log.error("$string$");} $TryStatement$ min: 1 max: unlimited Unfortunately this w...
社区
IntelliJ IDEA EAP Users
Find and Replace Try/Catch Using Search Structurally
0 票
创建于
2006年07月07日 22:11
Is there anything I can do to keep working?See http://www.intellij.net/forums/thread.jspa?threadID=235288 where Sascha Weinreuter explains a way to fix your project.Bas
社区
IntelliJ IDEA EAP Users
Project Roots won't open
0 票
«
第一页
‹
上一页
下一页
›
最后
»