Jacques Morel

- Total activity 1033
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 346
-
Created 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... -
Created 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... -
Created [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 -
Created [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 -
Created [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 -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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...