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
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
May 11, 2016 08:58
Official comment
Of the many hundreds of inspections provided, we try to enable by default only the most useful inspections which produce the fewest unnecessary warnings. Many projects which do not use serializatio...
Community
IntelliJ IDEA Users
Why is "serialVersionUID not present" inspection disabled by default?
0 votes
Created
February 24, 2016 15:45
Ok good, thank you.
Community
IntelliJ IDEA EAP Users
Strange behavior deleting file, IDEA 16 EAP (144.3143.6)
0 votes
Created
February 24, 2016 15:36
Does this happen for every file you try to delete or only that one file? Bas
Community
IntelliJ IDEA EAP Users
Strange behavior deleting file, IDEA 16 EAP (144.3143.6)
0 votes
Created
April 24, 2015 10:03
You could probably achieve this by using a custom scope.https://www.jetbrains.com/idea/help/scopes.htmlBas
Community
IntelliJ IDEA Users
using regexp for file name in Search dialog
0 votes
«
First
‹
Previous
Next
›
Last
»