Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tmpgit
/
intellij-community
Public
forked from
JetBrains/intellij-community
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
intellij-community
java
structuralsearch-java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 3, 2015
SSR: cleanup collection of named elements
BasLeijdekkers
committed
ad8fb6a
View commit details
Copy full SHA for ad8fb6a
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
Cleanup (formatting)
trespasserw
committed
921bf31
View commit details
Copy full SHA for 921bf31
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
[java] Java 9's try-with-resources in structural search
trespasserw
committed
0afda74
View commit details
Copy full SHA for 0afda74
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
IDEA-141680 (SSR "use static import if possible" corrupts generics invocations)
BasLeijdekkers
committed
758d550
View commit details
Copy full SHA for 758d550
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
SSR: keep order of modifiers when replacing annotation
BasLeijdekkers
committed
4de06c3
View commit details
Copy full SHA for 4de06c3
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
SSR: replace members correctly (IDEA-127444 & IDEA-127835)
BasLeijdekkers
committed
af42d7d
View commit details
Copy full SHA for af42d7d
View code at this point
Browse repository at this point
SSR: don't forget unmatched class content (Java)
BasLeijdekkers
committed
b2e25c3
View commit details
Copy full SHA for b2e25c3
View code at this point
Browse repository at this point
SSR: proper replacing for multiple (Java) variables in a single declaration
BasLeijdekkers
committed
0761b6d
View commit details
Copy full SHA for 0761b6d
View code at this point
Browse repository at this point
SSR: fix matching multiple fields in a single declaration
BasLeijdekkers
committed
8190148
View commit details
Copy full SHA for 8190148
View code at this point
Browse repository at this point
Commits on May 31, 2015
SSR: do not generate illegal modifier combinations when replacing
BasLeijdekkers
committed
10fe972
View commit details
Copy full SHA for 10fe972
View code at this point
Browse repository at this point
Commits on May 30, 2015
SSR: improve replacement of polyadic expressions and assertion statements
BasLeijdekkers
committed
f2f46e9
View commit details
Copy full SHA for f2f46e9
View code at this point
Browse repository at this point
Commits on May 29, 2015
SSR: keep unmatched resource lists and finally blocks when replacing try/catch statements
BasLeijdekkers
committed
c6213bc
View commit details
Copy full SHA for c6213bc
View code at this point
Browse repository at this point
SSR: replacement: cleanup handling of no substitution
BasLeijdekkers
committed
8bb61bd
View commit details
Copy full SHA for 8bb61bd
View code at this point
Browse repository at this point
SSR: cleanup
BasLeijdekkers
committed
a8b486d
View commit details
Copy full SHA for a8b486d
View code at this point
Browse repository at this point
Commits on May 27, 2015
SSR: improve polyadic expression matching
BasLeijdekkers
committed
042abe8
View commit details
Copy full SHA for 042abe8
View code at this point
Browse repository at this point
Commits on May 25, 2015
SSR: lenient matching if element is not present in pattern
BasLeijdekkers
committed
007e9e7
View commit details
Copy full SHA for 007e9e7
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
SSR: Match multi-catch correctly
BasLeijdekkers
committed
75afac2
View commit details
Copy full SHA for 75afac2
View code at this point
Browse repository at this point
IDEA-129079 (Using structural search to find multiply try/catch/catch statements)
BasLeijdekkers
committed
d966c2e
View commit details
Copy full SHA for d966c2e
View code at this point
Browse repository at this point
IDEA-129766 (Structural replace of try/finally block deletes catch block)
BasLeijdekkers
committed
f5e4963
View commit details
Copy full SHA for f5e4963
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
SSR: improve java array initializer matching and add more tests
BasLeijdekkers
committed
8d049b8
View commit details
Copy full SHA for 8d049b8
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
SSR: fix java array initializer matching (IDEA-138047)
BasLeijdekkers
committed
e983730
View commit details
Copy full SHA for e983730
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
SSR: existing templates can have properties on Complete Match (enables e.g. more advanced html/xml patterns)
BasLeijdekkers
committed
01b9c80
View commit details
Copy full SHA for 01b9c80
View code at this point
Browse repository at this point
SSR: Constraints only allowed on first of variable
BasLeijdekkers
committed
1fd7a91
View commit details
Copy full SHA for 1fd7a91
View code at this point
Browse repository at this point
SSR: no need to look in supers when searching for singletons
BasLeijdekkers
committed
0534f1a
View commit details
Copy full SHA for 0534f1a
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
SSR: stricter string constraints parsing -> disallow more than one target per pattern
BasLeijdekkers
committed
46b5a7b
View commit details
Copy full SHA for 46b5a7b
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
SSR: more lenient if statement matching
BasLeijdekkers
committed
076f4e4
View commit details
Copy full SHA for 076f4e4
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
SSR: fix replacing for with foreach
BasLeijdekkers
committed
1029249
View commit details
Copy full SHA for 1029249
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
SSR: fix replacing/deleting simple annotations
BasLeijdekkers
committed
4e010f8
View commit details
Copy full SHA for 4e010f8
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
SSR: fix method javadoc matching (second part of IDEA-126909)
BasLeijdekkers
committed
89e8f7a
View commit details
Copy full SHA for 89e8f7a
View code at this point
Browse repository at this point
SSR: fix field javadoc matching (part of IDEA-126909)
BasLeijdekkers
committed
2c686df
View commit details
Copy full SHA for 2c686df
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
SSR: match annotated instanceof expression correctly
BasLeijdekkers
committed
1c0a734
View commit details
Copy full SHA for 1c0a734
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
EA-64632 (NPE: JavaMatchingVisitor.matchType)
BasLeijdekkers
committed
7d1c0fc
View commit details
Copy full SHA for 7d1c0fc
View code at this point
Browse repository at this point
SSR: operator assignment is also read access
BasLeijdekkers
committed
5237477
View commit details
Copy full SHA for 5237477
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
SSR: simpler language check
BasLeijdekkers
committed
a9d14ab
View commit details
Copy full SHA for a9d14ab
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
SSR: find annotations in more places
BasLeijdekkers
committed
88091ef
View commit details
Copy full SHA for 88091ef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.