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 27, 2015 10:49
Sorry, you are right, I am wrong, the functionality for finding lambda's is/should be included in IntelliJ IDEA 13.1. Unfortunately, you seem to have hit a bug. I will try and see if the problem is...
Community
IntelliJ IDEA Users
Java 8 Lambdas in Structural Search
0 votes
Created
February 25, 2015 10:01
You are using IntelliJ IDEA 13.1? Lambda matching is only available in IntelliJ IDEA 14, I'm afraid.Bas
Community
IntelliJ IDEA Users
Java 8 Lambdas in Structural Search
0 votes
Created
February 18, 2015 10:38
osbald wrote:Shame we don't have a wiki to share useful macros.Stackoverflow is pretty good for that in my opinion:http://stackoverflow.com/questions/tagged/structural-search+intellij-ideaBas
Community
IntelliJ IDEA Users
Detecting Log and Throw
0 votes
Created
February 17, 2015 12:11
Using Structural Replace, start with the existing template "try's"Modify the template as follows:try { $TryStatement$;} catch($ExceptionType$ $ExceptionDcl$) { $CatchStatement1$; $LogStatement$;...
Community
IntelliJ IDEA Users
Detecting Log and Throw
0 votes
Created
February 17, 2015 11:38
It's possible but it's not easy:)Here's an example to find methods overriding a method of java.util.AbstractList:- start with the existing template "methods of the class"- add an extends or impleme...
Community
IntelliJ IDEA Users
Structural search for implementing methods ?
0 votes
Created
December 12, 2014 14:40
An answer using Structural Search (or as I like to call it "Find Usages on Steroids").To find all calls to methods of a specific class in Java code you can use a query like the following:$a$.$metho...
Community
IntelliJ IDEA Users
How can I search for all method calls to a specified interface or class?
1 vote
Created
September 01, 2014 09:45
Hi Joachim,You were probably experiencing this issue: http://youtrack.jetbrains.com/issue/IDEA-124965Which is fixed in the IntelliJ IDEA 14 EAP.Sorry for the late answer.Bas
Community
IntelliJ IDEA Users
custom scope in structural search
0 votes
Created
September 01, 2014 09:38
Hi Otto,To find all Map declarations where the key is of an enum type use the following Structural Search query:$M$<$E$, $V$>E Text/regexp: Enum (all enums extend java.lang.Enum implicitly)Apply co...
Community
IntelliJ IDEA Users
Constraint for enum in structural search and replace
0 votes
Created
April 05, 2014 16:26
Hi Luke, Sorry for the late reply, but this looks like a bug. Could you submit a bug report?http://youtrack.jetbrains.com/newIssue?project=IDEA&clearDraft=true&summary=Structural+Search+Inspection+...
Community
IntelliJ IDEA Users
Structural Search Inspection not working for Structural Search that does?
0 votes
Created
March 21, 2014 10:04
There wasn't time to get this feature into version 13.1. I have created a YouTrack issue for it, so you can track it if you wantThe Live Templates static import behavior should be better in 13.1, I...
Community
IntelliJ IDEA Users
Structurally Replace with Static Import
0 votes
«
First
‹
Previous
Next
›
Last
»