Skip to content


Closed Api d'AbstractPlugin revisité
nuiton / maven-helper-plugin #18 · created by Tony Chemit
Amélioration de la cinématique de l'AbstractPlugin. * La méthode d'initialisation ne retourne pas d'état mais déclanche des exceptions si quelque chose ne va pas * Ajout d'un point d'entrée pour ne ...
updated
Closed NuitonFieldExpressionValidator should not be abstract
nuiton / nuiton-utils #139 · created by Tony Chemit
As the FieldExpressionValidator is not abstract, this one has the same behaviour. *(from redmine issue 1824 created on 2011-11-27, closed on 2011-11-27)*
updated
Closed [ApplicationConfig] add method to launch all Action in step order
nuiton / nuiton-utils #138 · created by Tony Chemit
Il n'y a actuellement qu'un methode doAction(step), il serait pratique d'avoir une methode qui lance toutes les actions dans l'ordre de leur step. *(from redmine issue 1823 created on 2011-11-24, clo...
updated
Closed Option list strangely generated
retired / jrst #85 · created by Tony Chemit
If I got this command line :
-importAndRenameRegion region newName
it is html generated as :
-importAndRenameRegion region

newName

instead of
-importAndRenameRegion region newName

*(from re...
updated
Closed Logs are not really helpful
retired / jrst #84 · created by Tony Chemit
When parsing errors are written in logs, we cannot know in which it was. So when you got a big website written in rst. It can be painful to know where to search. Ex : 2011/11/22 05:10:12 WARN (JRST...
updated
Closed Error when usin setOrderByArguments(...) together with findPage(...)
nuiton / topia #502 · created by Tony Chemit
Dans mon appli, j'utilise le code suivant:
PaginationParameter paginationParameter = PaginationParameter.of(0, 50);

EmailTopiaDao dao = getPersistenceContext().getEmailDao();
PaginationResult result...
updated
Closed Use java 8 API to scan code
nuiton / i18n #135 · created by Tony Chemit
We should upgrade the grammer used to parse java files, while using the java 8 new syntax, the parser plugin complains a lot. Here is some example of cries:
line 125:31 no viable alternative at inpu...
updated