5
I Use This!
Inactive

News

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Posted over 5 years ago by Jean Couteau
Dans les xmi1.2, il faut que les stereotypes soient ajoutés au niveau du modèle et pas du package. Il faudrait modifier le xpath des stereotypes pour aller aussi les chercher dans tous les packages. A vérifier qu'il y a pas un truc similaire en 2.1. (from redmine issue 48 created on 2009-09-10, closed on 2010-04-06)
Posted over 5 years ago by Arnaud Thimel
Arnaud Thimel (bb253291) at 07 Jan 14:27 [iso] code style
Posted over 5 years ago by Arnaud Thimel
Arnaud Thimel (4800fbba) at 07 Jan 14:29 Merge branch 'feature/276-getDifferenceInDays' into 'develop' ... and 2 more commits
Posted over 5 years ago by Jean Couteau
Yet another hours lost due to this crappy DateUtil. Here is a test that shows a very strange bevavior (may require a french locale and or france timezone) It seems that passing two dates: one in CET, the other in CEST lead to a strange result. ... [More] @Test public void testCetVsCest() { Date observationBeginDay = DateUtils.truncate(DateUtil.createDate(0, 0, 21, 18, 3, 2011), Calendar.DAY_OF_MONTH); Date observationEndDay = DateUtils.truncate(DateUtil.createDate(0, 0, 23, 28, 3, 2011), Calendar.DAY_OF_MONTH); int observationTimeInDays = DateUtil.getDifferenceInDays(observationBeginDay, observationEndDay); Assert.assertEquals(10, observationTimeInDays); } (from redmine issue 3565 created on 2014-11-05) [Less]
Posted over 5 years ago by Arnaud Thimel
Yet another hours lost due to this crappy DateUtil. Here is a test that shows a very strange bevavior (may require a french locale and or france timezone) It seems that passing two dates: one in CET, the other in CEST lead to a strange result. ... [More] @Test public void testCetVsCest() { Date observationBeginDay = DateUtils.truncate(DateUtil.createDate(0, 0, 21, 18, 3, 2011), Calendar.DAY_OF_MONTH); Date observationEndDay = DateUtils.truncate(DateUtil.createDate(0, 0, 23, 28, 3, 2011), Calendar.DAY_OF_MONTH); int observationTimeInDays = DateUtil.getDifferenceInDays(observationBeginDay, observationEndDay); Assert.assertEquals(10, observationTimeInDays); } (from redmine issue 3565 created on 2014-11-05) [Less]
Posted over 5 years ago by Arnaud Thimel
Posted over 5 years ago by Arnaud Thimel
Arnaud Thimel (bb253291) at 07 Jan 14:29
Posted over 5 years ago by Arnaud Thimel
Arnaud Thimel (ad4a3c79) at 07 Jan 14:49 Missing headers ... and 1 more commit
Posted over 5 years ago by Maven Release
Maven Release (764c46f2) at 07 Jan 14:55 [jgitflow-maven-plugin]updating poms for 3.1-rc-1 branch with snaps...
Posted over 5 years ago by Maven Release
Maven Release (eb552617) at 07 Jan 14:57 [jgitflow-maven-plugin]Updating develop poms back to pre merge state ... and 5 more commits