Andreas Schaefer
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created 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 ... -
Created 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... -
Created 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 ... -
Created 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 ... -
Created Listen to Maven Build Events
I need to execute taks after a module / project is built with the Maven plugin. I could not find a listener that would inform me about this.Are there listeners in Maven Plugin that can be used?Are ... -
Created Persist User Data on a Virtual File
I need to know when a filre has changed while IntelliJ was down. I use a UserData on the Virtual File but that is not restored after a restart. Then I tried to use the BulkFileListener but I don't ... -
Created HotSwap Fails due to 'delete method not implemented'
HiI am developing a plugin that allows users to HotSwap classes on a Sling Based Server. This is my setup:- IntelliJ CE 14.0.3, build 139.1117- Remote Debug Server with Socket, Attached on localhos...