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
February 24, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 votes
Created
October 26, 2016 10:19
Official comment
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
Community
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Provider
0 votes
Created
October 26, 2016 10:01
Official comment
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
Community
IntelliJ IDEA Open API and Plugin Development
Inspecting libraries' code, BaseJavaLocalInspectionTool doesn't work
0 votes
Created
October 20, 2016 13:39
I don't think this is possible. Why do you want to do this programmatically? Bas
Community
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Provider
0 votes
Created
September 30, 2016 18:02
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Reusing and copying code in com.siyeh.*
0 votes
Edited
September 22, 2016 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/...
Community
IntelliJ IDEA Users
Complex Structural Search and Replace
0 votes
Created
September 21, 2016 19:19
Official comment
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...
Community
IntelliJ IDEA Users
Complex Structural Search and Replace
0 votes
Created
July 08, 2016 11:10
Official comment
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...
Community
IntelliJ IDEA Users
Structural search and generic types
0 votes
Created
July 08, 2016 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...
Community
IntelliJ IDEA EAP Users
Find and Replace Try/Catch Using Search Structurally
0 votes
Created
July 07, 2006 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
Community
IntelliJ IDEA EAP Users
Project Roots won't open
0 votes
«
First
‹
Previous
Next
›
Last
»