Victor Rentea

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
-
Victor Rentea created a post, AnsweredHow to access "find usages" functionality from my own plugin?
I am implementing some advanced refactoring support for java and I want to reuse the existing "Find Usages" of a local variable, specifically to whether a reference to that variable is a "READ" or ... -
Victor Rentea created a post, AnsweredAdd a maven library to the test fixture of a plugin
I want to test a plugin adding several inspections related to commonly used frameworks like Lombok and Hibernate(JPA). In my automated plugin tests I am trying to configure a project in my fixture... -
-
-
Victor Rentea created a post, AnsweredAnalyze Parameter Mutation - Code inspection
HI all, I dream of a way to hint at method call site whether a parameter mutates somewhere in the call tree under that method. Any fields that change could be collected and presented like checkC... -
Victor Rentea created a post, AnsweredChanging the background color/image of a specific editor
I am building a plugin to help me do more engaging live presentations. 1) I want to set the background image of a specific editor. Is there any way to do that? I know about setting a background ima...