Andreas Schaefer
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
Andreas Schaefer created a post, Cannot run Code Smell Detector in File Change Event anymore
Hi I use the CodeSmellDetector findCodeSmells() in an Event that is fired after a Java class has changed. This worked until now 2018IntelliJ release. The CodeSmellDetector is complaining that the ... -
-
Andreas Schaefer created a post, Execute a Maven Build from a Plugin Action
I have a plugin with a toolbar and on of the action is to first build a maven project and then deploy the artifact to a server. The action (an AbstractProjectAction) is using a ProgressManager to s... -
-
Andreas Schaefer created a post, Dynamically Discover Maven Archetypes
In my Plugin I need to find and add User Archetypes as I want to guide the user during the Project / Module configuration. I can manually find and add the Archetypes and build the project but this ... -
-
Andreas Schaefer created a post, Checking Java Files for Errors
I am compiling Java classes when they are saved in order to HotSwap them afterwards. In order to avoid unnecessary compilation I would like to figure out when IntelliJ has discovered errors in the ... -
-