Andreas Schaefer
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
-
Andreas Schaefer 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 ... -
-