NilsBaumgartner1994
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created getSupers is empty
AnsweredI am developing a plugin which shall analyse all java files in a project given a path.So the first point is to get the project: String projectPath = "/data/";ProjectManager projectManager = Project... -
Created Plugin needs Gradle to be installed
AnsweredI want to start IntelliJ in headless mode to analyse projects. Therefore i created a plugin (using the template). When starting i want to load all files and that required libraries are loaded. Ther...