Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mihhon
Total activity
7
Last activity
October 24, 2019 12:31
Member since
October 22, 2019 11:40
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
October 24, 2019 12:31
I do not see why this dubious case is a reason for you not to implement such a feature. Usual thing for this kind of analysis is to filter out JDK classes or to limit search to a module or a folder...
Community
IntelliJ IDEA Users
transitive backward dependencies
0 votes
Created
October 22, 2019 19:48
@Petrpublic class AA {} public class BB extends AA {} public class CC extends BB {} public class DD { AA aa;} public class EE { DD dd;}
Community
IntelliJ IDEA Users
Backwards Dependency Analysis
0 votes
Created
October 22, 2019 11:40
Hi, I need to find transitive backward dependencies , it looks like Idea does not do it - I use version Ultimate 2018.1 Example : class CC extends BB that implements AA , class EE has a field of cl...
Community
IntelliJ IDEA Users
Backwards Dependency Analysis
0 votes