Jacques Morel

- 活动总数 1033
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 346
-
创建于 Incremental compile sometimes does not recompile all indirected impacted classes
Has anybody else experienced problems with classes that did get recompiled after one dependency changed?Running tests in IDEA sometimes lead to ClassCastException or NoSuchMethodException because s... -
创建于 Copyright plugin exception
I always get this exception when creating a new class using the EAP.com.intellij.util.IncorrectOperationException: Incorrect comment "/* CopyrightPlugin (c) 2004 Your Corporation. All Rights Reserv... -
创建于 [ANN] TDDTracker for Pallada 0.4 available
In order to maintain a version for Aurora I created a new plugin called "tddTracker for IDEA 4.1."Please uninstall the previous plugin and install the new one.Changes: Updated for 2079 -
创建于 [ANN] JUnitTestPlugin for Pallada 1.32 available
In order to maintain a version for Aurora I created a new plugin called "unitTest for IDEA 4.1."Please uninstall the previous plugin and install the new one.Changes: Updated for 2079 -
创建于 [ANN] Clearecase for Pallada 1.32 available
In order to maintain a version for Aurora I created a new plugin called "ClearcasePlugin for IDEA 4.1."Please uninstall the previous plugin and install the new one.Changes: Updated for 2079 -
创建于 Move refactoring: what is the difference between the different MoveDestination
1. RenameFactoring.addElement: I will assume that I can add my own renames that will be added like setXXX and getXXX are on the rename of a field XXX2. I quite not see the difference between Autocr... -
创建于 Can the newly opened api allows to extend the refactoring (rename/move)
Up until now, there was no way to extend refactorings such as rename/move to pick up custom framework constraints.This is the case of renaming a field that would understand the naming convention of... -
创建于 We can export Module Libraries now... almost ;-(
I am not sure since when but we can now export Libraries of Modules to dependent Modules:Go to the Order tab of the Module settings (yes I know not very intuitive see http://www.intellij.net/tracke... -
创建于 VCS OpenAPI: externally changed jar/zip/iml/ipr files are not included in ci
Like before I return false from my Vcs.makrExternalChangesAsUpToDate. Any external text file changes will be picked up by IDEA.However IDEA does not pick up any changes in zip/jar files and any of ... -
创建于 New OpenAPI doesn't support mock testing
I am trying to update my plugins to Pallada (unittest, tdd, clearcase). Unfortunately this is very difficult because all my internal tests mock your openapi and some concrete classes that I have to...