|
From: <ma...@us...> - 2006-09-08 14:58:36
|
Revision: 130
http://svn.sourceforge.net/objectlabkit/?rev=130&view=rev
Author: marchy
Date: 2006-09-08 07:58:19 -0700 (Fri, 08 Sep 2006)
Log Message:
-----------
cleaning up maven2 setup - removed all the spring rich client stuff that was there before and starting afresh, kinda a minimalist approach ;)
Modified Paths:
--------------
trunk/datecalc-common/pom.xml
trunk/datecalc-jdk/pom.xml
trunk/datecalc-joda/pom.xml
trunk/pom.xml
Modified: trunk/datecalc-common/pom.xml
===================================================================
--- trunk/datecalc-common/pom.xml 2006-09-08 13:17:23 UTC (rev 129)
+++ trunk/datecalc-common/pom.xml 2006-09-08 14:58:19 UTC (rev 130)
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- /*
- * ========================================================================
- * ObjectLab Financial Ltd, proud sponsor of The Kit.
- * ========================================================================
- */
--->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ /*
+ * ========================================================================
+ * ObjectLab Financial Ltd, proud sponsor of The Kit.
+ * ========================================================================
+ */
+-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
@@ -33,14 +33,4 @@
</plugins>
</reporting>
- <dependencies>
- <!-- TODO test cases should use log4j transparently -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
</project>
\ No newline at end of file
Modified: trunk/datecalc-jdk/pom.xml
===================================================================
--- trunk/datecalc-jdk/pom.xml 2006-09-08 13:17:23 UTC (rev 129)
+++ trunk/datecalc-jdk/pom.xml 2006-09-08 14:58:19 UTC (rev 130)
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- /*
- * ========================================================================
- * ObjectLab Financial Ltd, proud sponsor of The Kit.
- * ========================================================================
- */
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<!--
+ /*
+ * ========================================================================
+ * ObjectLab Financial Ltd, proud sponsor of The Kit.
+ * ========================================================================
+ */
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
@@ -34,18 +34,10 @@
<dependencies>
<dependency>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-common</artifactId>
<version>${pom.version}</version>
</dependency>
-
- <!-- TODO test cases should use log4j transparently -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
</project>
\ No newline at end of file
Modified: trunk/datecalc-joda/pom.xml
===================================================================
--- trunk/datecalc-joda/pom.xml 2006-09-08 13:17:23 UTC (rev 129)
+++ trunk/datecalc-joda/pom.xml 2006-09-08 14:58:19 UTC (rev 130)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
@@ -28,28 +28,12 @@
<dependencies>
<dependency>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-common</artifactId>
<version>${pom.version}</version>
</dependency>
- <!-- Internal
<dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-resources</artifactId>
- <optional>true</optional>
- </dependency>
- -->
-
- <!-- TODO test cases should use log4j transparently -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>test</scope>
- </dependency>
-
- <!-- Dependency injection -->
- <dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.3</version>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-09-08 13:17:23 UTC (rev 129)
+++ trunk/pom.xml 2006-09-08 14:58:19 UTC (rev 130)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>net.objectlab.kit</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc</artifactId>
<packaging>pom</packaging>
<name>ObjectLab Kit</name>
@@ -14,372 +14,32 @@
Why re-inventing the wheel???
</description>
- <issueManagement>
- <system>jira</system>
- <url>http://opensource2.atlassian.com/projects/spring/browse/RCP</url>
- </issueManagement>
- <ciManagement>
- <system>continuum</system>
- <notifiers>
- <notifier>
- <type>mail</type>
- <configuration>
- <address>spr...@li...</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
- <inceptionYear>2006</inceptionYear>
- <mailingLists>
- <mailingList>
- <name>User list</name>
- <subscribe>http://forum.springframework.org/forumdisplay.php?f=28</subscribe>
- <unsubscribe>http://forum.springframework.org/forumdisplay.php?f=28</unsubscribe>
- <post>http://forum.springframework.org/forumdisplay.php?f=28</post>
- <archive>http://forum.springframework.org/forumdisplay.php?f=28</archive>
- </mailingList>
- <mailingList>
- <name>Developer list</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev</unsubscribe>
- <!-- This list is not part of the spring-rich-c SF project but of the springframework -->
- <post>spr...@li...</post>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum=springframework-rcp-dev</archive>
- <otherArchives>
- <otherArchive>http://news.gmane.org/gmane.comp.java.springframework.rcp.devel</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Version control commits</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs</unsubscribe>
- <post>spr...@li...</post>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum=spring-rich-c-cvs</archive>
- <otherArchives>
- <otherArchive>http://news.gmane.org/gmane.comp.java.springframework.rcp.commits</otherArchive>
- </otherArchives>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>benoitx</id>
- <name>Benoit Xhenseval</name>
- <email>kit AT objectlab DOT co DOT UK</email>
- <roles>
- <role>Project Leader</role>
- <role>Java developer</role>
- </roles>
- <timezone/>
- </developer>
- <developer>
- <id>mjekot</id>
- <name>Marcin Jekot</name>
- <email/>
- <roles>
- <role>Java developer</role>
- </roles>
- <timezone/>
- </developer>
- </developers>
- <contributors/>
-
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <scm>
- <connection>
- scm:svn:https://svn.sourceforge.net/svnroot/spring-rich-c/trunk/spring-richclient/
- </connection>
- <developerConnection>
- scm:svn:https://svn.sourceforge.net/svnroot/spring-rich-c/trunk/spring-richclient/
- </developerConnection>
- <url>
- http://svn.sourceforge.net/viewcvs.cgi/spring-rich-c/trunk/spring-richclient/
- </url>
- </scm>
- <organization>
- <name>ObjectLab</name>
- <url>http://www.objectlab.co.uk</url>
- </organization>
-
- <build>
-<!-- <pluginManagement> -->
- <plugins>
- <!--
- Last time synchronized with the latest plugin releases:
- 2006-06-21
- See http://news.gmane.org/gmane.comp.apache.maven.announce
- -->
-
- <!-- Building -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-help-plugin</artifactId>
- <version>2.0.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.1</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <testFailureIgnore>true</testFailureIgnore>
- <forkMode>never</forkMode>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <excludes>
- <exclude>**/*AbstractTests.java</exclude>
- </excludes>
- </configuration>
- </plugin>
-
- <!-- Packaging -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.0</version>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.0.1</version>
-
- </plugin>
-<!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <version>2.1</version>
- </plugin>
-
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-4</version>
- <configuration>
- <tagBase>
- https://svn.sourceforge.net/svnroot/spring-rich-c/tags
- </tagBase>
- </configuration>
- </plugin>
--->
- <!-- IDE -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <downloadSources>true</downloadSources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-idea-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <downloadSources>true</downloadSources>
- <downloadJavadocs>true</downloadJavadocs>
- </configuration>
- </plugin>
-
- <!--Site -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-5</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.0.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <!--<plugin>-->
- <!--<groupId>org.codehaus.mojo</groupId>-->
- <!--<artifactId>taglist-maven-plugin</artifactId>-->
- <!--<version>???</version>-->
- <!--</plugin>-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- <version>2.0-beta-1-SNAPSHOT</version>
- </plugin>
- <!--
- TODO checkstyle rules must be configured so it no longer
- generates a 4 mb file which is hard to site-deploy...
- -->
- <!--<plugin>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-checkstyle-plugin</artifactId>-->
- <!--<version>2.1</version>-->
- <!--</plugin>-->
- <!--
- TODO Changelog is unfinished:
- - has also a problem with the netbeans (cvs)lib dependency
- - is moving from mojo.codehaus.org to maven.apache.org
- -->
- <!--<plugin>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-changelog-plugin</artifactId>-->
- <!--<version>???</version>-->
- <!--</plugin>-->
-
- </plugins>
-<!-- </pluginManagement>
- <plugins>
- </plugins>-->
- </build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <!--<plugin>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-changelog-plugin</artifactId>-->
- <!--</plugin>-->
- </plugins>
- </reporting>
-
- <profiles>
- <profile>
- <id>fast</id>
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
- </profile>
- </profiles>
-
<modules>
<module>datecalc-common</module>
<module>datecalc-jdk</module>
<module>datecalc-joda</module>
</modules>
-
- <repositories>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>springRichclientRepository</id>
- <name>Spring rich client repository</name>
- <url>http://spring-rich-c.sourceforge.net/maven2repository</url>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <!-- currently only needed to use jdepend report -->
- <pluginRepository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>codehaus-snapshots</id>
- <name>Snapshot repository from codehaus</name>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
-
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
</dependency>
- <!--
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- </dependency>
- -->
</dependencies>
<dependencyManagement>
@@ -395,146 +55,11 @@
<version>${pom.version}</version>
</dependency>
<dependency>
- <groupId>net.objectlab.kit.</groupId>
+ <groupId>net.objectlab.kit.datecalc</groupId>
<artifactId>datecalc-joda</artifactId>
<version>${pom.version}</version>
</dependency>
- <!--
- Declare all dependency versions and default scopes here, but not optional.
- Each module should declare it's direct dependency and possibily overwrite scope/optional.
- -->
-
- <!-- Internal
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-resources</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-resources</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-core</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-core</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-binding</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-binding</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-form</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-form</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-support</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-support</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-tiger</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-tiger</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-sandbox</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-sandbox</artifactId>
- <type>test-jar</type>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.richclient</groupId>
- <artifactId>spring-richclient-full</artifactId>
- <version>${pom.version}</version>
- <type>pom</type>
- </dependency>
--->
- <!-- Testing -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.12</version>
- <scope>runtime</scope>
- <optional>true</optional>
- </dependency>
-
</dependencies>
</dependencyManagement>
- <distributionManagement>
- <repository>
- <id>shell.sourceforge.net</id>
- <url>
- scp://shell.sourceforge.net/home/groups/s/sp/spring-rich-c/htdocs/maven2repository
- </url>
- </repository>
- <site>
- <id>shell.sourceforge.net</id>
- <url>
- scp://shell.sourceforge.net/home/groups/s/sp/spring-rich-c/htdocs/
- </url>
- </site>
- <!-- Archive deployment -->
- <!--<site>-->
- <!--<id>shell.sourceforge.net</id>-->
- <!--<url>-->
- <!--scp://shell.sourceforge.net/home/groups/s/sp/spring-rich-c/htdocs/archive/${pom.version}/-->
- <!--</url>-->
- <!--</site>-->
- </distributionManagement>
-
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ma...@us...> - 2006-09-08 14:59:39
|
Revision: 131
http://svn.sourceforge.net/objectlabkit/?rev=131&view=rev
Author: marchy
Date: 2006-09-08 07:59:22 -0700 (Fri, 08 Sep 2006)
Log Message:
-----------
adding eclipse project files in toplevel root folder - just as an option for development
Added Paths:
-----------
trunk/.classpath
trunk/.project
trunk/.settings/
trunk/.settings/org.eclipse.jdt.core.prefs
trunk/.settings/org.eclipse.jdt.ui.prefs
Added: trunk/.classpath
===================================================================
--- trunk/.classpath (rev 0)
+++ trunk/.classpath 2006-09-08 14:59:22 UTC (rev 131)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="datecalc-common/src/main/java"/>
+ <classpathentry kind="src" path="datecalc-common/src/test/java"/>
+ <classpathentry kind="src" path="datecalc-jdk/src/main/java"/>
+ <classpathentry kind="src" path="datecalc-jdk/src/test/java"/>
+ <classpathentry kind="src" path="datecalc-joda/src/main/java"/>
+ <classpathentry kind="src" path="datecalc-joda/src/test/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/joda-time/joda-time/1.3/joda-time-1.3.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/.project
===================================================================
--- trunk/.project (rev 0)
+++ trunk/.project 2006-09-08 14:59:22 UTC (rev 131)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>objectlabkit</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/.settings/org.eclipse.jdt.core.prefs 2006-09-08 14:59:22 UTC (rev 131)
@@ -0,0 +1,12 @@
+#Fri Sep 08 16:51:16 CAT 2006
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Added: trunk/.settings/org.eclipse.jdt.ui.prefs
===================================================================
--- trunk/.settings/org.eclipse.jdt.ui.prefs (rev 0)
+++ trunk/.settings/org.eclipse.jdt.ui.prefs 2006-09-08 14:59:22 UTC (rev 131)
@@ -0,0 +1,4 @@
+#Fri Sep 08 16:51:16 CAT 2006
+eclipse.preferences.version=1
+internal.default.compliance=default
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-09 12:45:32
|
Revision: 133
http://svn.sourceforge.net/objectlabkit/?rev=133&view=rev
Author: benoitx
Date: 2006-09-09 05:45:09 -0700 (Sat, 09 Sep 2006)
Log Message:
-----------
Improve site by enabling Changes, ChangeLog, FileActivity and DeveloperActivity reports. (require svn.exe to be in the path).
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-joda/qalab.xml
trunk/project.properties
trunk/project.xml
trunk/src/site/index.xml
Added Paths:
-----------
trunk/src/site/changes.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2006-09-08 15:16:33 UTC (rev 132)
+++ trunk/common-build/project.xml 2006-09-09 12:45:09 UTC (rev 133)
@@ -112,7 +112,7 @@
<report>maven-simian-plugin</report>
<report>maven-cobertura-plugin</report>
<report>maven-qalab-plugin</report>
- <!--<report>maven-ydoc-plugin</report>-->
+ <report>maven-ydoc-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-junit-report-plugin</report>
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-08 15:16:33 UTC (rev 132)
+++ trunk/datecalc-common/qalab.xml 2006-09-09 12:45:09 UTC (rev 133)
@@ -57,8 +57,10 @@
<summaryresult date="2006-09-06" filecount="18" statvalue="1" type="checkstyle"/>
<summaryresult date="2006-09-06" filecount="17" statvalue="66" type="cobertura-line"/>
<summaryresult date="2006-09-06" filecount="17" statvalue="68" type="cobertura-branch"/>
- <summaryresult date="2006-09-07" filecount="17" statvalue="65" type="cobertura-line"/>
- <summaryresult date="2006-09-07" filecount="17" statvalue="67" type="cobertura-branch"/>
+ <summaryresult date="2006-09-07" filecount="17" statvalue="64" type="cobertura-line"/>
+ <summaryresult date="2006-09-07" filecount="17" statvalue="64" type="cobertura-branch"/>
+ <summaryresult date="2006-09-09" filecount="17" statvalue="63" type="cobertura-line"/>
+ <summaryresult date="2006-09-09" filecount="17" statvalue="64" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -103,6 +105,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -139,6 +143,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="95" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -167,6 +173,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -182,6 +190,7 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -195,6 +204,7 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -222,6 +232,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="92" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="92" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -247,6 +259,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -265,6 +279,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -311,6 +327,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -320,14 +338,17 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="94" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="88" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="88" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -336,16 +357,26 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="93" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="93" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
+ <file
+ id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
+ </file>
</qalab>
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-09-08 15:16:33 UTC (rev 132)
+++ trunk/datecalc-jdk/qalab.xml 2006-09-09 12:45:09 UTC (rev 133)
@@ -58,8 +58,10 @@
<summaryresult date="2006-09-06" filecount="2" statvalue="32" type="simian"/>
<summaryresult date="2006-09-06" filecount="21" statvalue="84" type="cobertura-line"/>
<summaryresult date="2006-09-06" filecount="21" statvalue="89" type="cobertura-branch"/>
- <summaryresult date="2006-09-07" filecount="19" statvalue="91" type="cobertura-line"/>
+ <summaryresult date="2006-09-07" filecount="19" statvalue="93" type="cobertura-line"/>
<summaryresult date="2006-09-07" filecount="19" statvalue="92" type="cobertura-branch"/>
+ <summaryresult date="2006-09-09" filecount="17" statvalue="93" type="cobertura-line"/>
+ <summaryresult date="2006-09-09" filecount="17" statvalue="92" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -266,8 +268,10 @@
<result date="2006-09-05" statvalue="84" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="79" type="cobertura-line"/>
<result date="2006-09-06" statvalue="84" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="78" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="79" type="cobertura-line"/>
<result date="2006-09-07" statvalue="84" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="79" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="84" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -284,6 +288,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -308,6 +314,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="91" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -319,8 +327,8 @@
<result date="2006-09-05" statvalue="86" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="69" type="cobertura-line"/>
<result date="2006-09-06" statvalue="66" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="76" type="cobertura-line"/>
- <result date="2006-09-07" statvalue="66" type="cobertura-branch"/>
+ <result date="2006-09-07" statvalue="80" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="71" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/jdk/JdkDateCalculatorFactory.java">
@@ -341,7 +349,7 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="95" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
</file>
<file
@@ -361,7 +369,7 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="90" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_JdkDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkDateCalculator.java">
@@ -404,7 +412,7 @@
id="net_objectlab_kit_datecalc_jdk_DefaultJdkCalendarCalculatorFactory.java" path="net/objectlab/kit/datecalc/jdk/DefaultJdkCalendarCalculatorFactory.java">
<result date="2006-09-06" statvalue="87" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_JdkCalendarCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarCalculator.java">
@@ -441,38 +449,82 @@
id="net_objectlab_kit_datecalc_jdk_CalendarBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
- <result date="2006-09-07" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="90" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="90" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
+ <file
+ id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
+ <result date="2006-09-09" statvalue="77" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="71" type="cobertura-branch"/>
+ </file>
+ <file
+ id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
+ </file>
+ <file
+ id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
+ </file>
+ <file id="net_objectlab_kit_datecalc_jdk_DateDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateDateCalculator.java">
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
+ </file>
+ <file id="net_objectlab_kit_datecalc_jdk_DateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java">
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
+ </file>
+ <file
+ id="net_objectlab_kit_datecalc_jdk_DateKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java">
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
+ </file>
</qalab>
Modified: trunk/datecalc-joda/qalab.xml
===================================================================
--- trunk/datecalc-joda/qalab.xml 2006-09-08 15:16:33 UTC (rev 132)
+++ trunk/datecalc-joda/qalab.xml 2006-09-09 12:45:09 UTC (rev 133)
@@ -61,8 +61,10 @@
<summaryresult date="2006-09-05" filecount="17" statvalue="93" type="cobertura-branch"/>
<summaryresult date="2006-09-06" filecount="19" statvalue="95" type="cobertura-line"/>
<summaryresult date="2006-09-06" filecount="19" statvalue="96" type="cobertura-branch"/>
- <summaryresult date="2006-09-07" filecount="19" statvalue="95" type="cobertura-line"/>
- <summaryresult date="2006-09-07" filecount="19" statvalue="96" type="cobertura-branch"/>
+ <summaryresult date="2006-09-07" filecount="19" statvalue="94" type="cobertura-line"/>
+ <summaryresult date="2006-09-07" filecount="19" statvalue="93" type="cobertura-branch"/>
+ <summaryresult date="2006-09-09" filecount="19" statvalue="94" type="cobertura-line"/>
+ <summaryresult date="2006-09-09" filecount="19" statvalue="93" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_joda_package.html" path="net/objectlab/kit/datecalc/joda/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -177,6 +179,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_BackwardHandler.java" path="net/objectlab/kit/datecalc/joda/BackwardHandler.java">
<result date="2006-08-08" statvalue="28" type="cobertura-line"/>
@@ -361,8 +365,10 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="83" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="83" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="91" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java">
@@ -376,6 +382,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_LocalDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateCalculator.java">
<result date="2006-09-02" statvalue="100" type="cobertura-line"/>
@@ -387,8 +395,10 @@
<result date="2006-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
- <result date="2006-09-07" statvalue="100" type="cobertura-line"/>
- <result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-07" statvalue="76" type="cobertura-line"/>
+ <result date="2006-09-07" statvalue="71" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="76" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="71" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateForwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java">
@@ -402,6 +412,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java">
@@ -415,6 +427,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java">
@@ -428,6 +442,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java">
@@ -441,6 +457,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java">
@@ -454,6 +472,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayForwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java">
@@ -467,6 +487,8 @@
<result date="2006-09-06" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java">
@@ -480,6 +502,8 @@
<result date="2006-09-06" statvalue="100" ...
[truncated message content] |
|
From: <be...@us...> - 2006-09-09 15:02:05
|
Revision: 134
http://svn.sourceforge.net/objectlabkit/?rev=134&view=rev
Author: benoitx
Date: 2006-09-09 08:01:14 -0700 (Sat, 09 Sep 2006)
Log Message:
-----------
Improve coverage by removing code never called (null detection done somewhere else).
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
trunk/project.properties
trunk/src/site/navigation.xml
Added Paths:
-----------
trunk/src/site/tenor.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/common-build/project.xml 2006-09-09 15:01:14 UTC (rev 134)
@@ -26,6 +26,7 @@
/var/www/solutions/website/objectlab.co.uk/
</siteDirectory>
<repository>
+ <url>https://svn.sourceforge.net/svnroot/objectlabkit</url>
<connection>
scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk
</connection>
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-09-09 15:01:14 UTC (rev 134)
@@ -36,7 +36,7 @@
* @author $LastModifiedBy$
* @version $Revision: 128 $ $Date: 2006-09-08 15:14:46 +0200 (Fri, 08 Sep 2006) $
*/
-public class CalendarDateCalculator extends AbstractDateCalculator<Calendar> {
+public class CalendarDateCalculator extends AbstractDateCalculator<Calendar> {
private WorkingWeek workingWeek = WorkingWeek.DEFAULT;
@@ -68,42 +68,21 @@
}
public CalendarDateCalculator moveByDays(final int days) {
- if (getCurrentBusinessDate() == null) {
- initialise();
- }
getCurrentBusinessDate().add(Calendar.DAY_OF_MONTH, days);
-
+
if (getHolidayHandler() != null) {
setCurrentBusinessDate(getHolidayHandler().moveCurrentDate(this));
}
-
+
return this;
}
- private void initialise() {
- if (getStartDate() == null) {
- setStartDate(Calendar.getInstance());
- } else if (getCurrentBusinessDate() == null) {
- setCurrentBusinessDate(Calendar.getInstance());
- }
- }
-
@Override
- protected DateCalculator<Calendar> createNewCalculator(final String name, final Calendar startDate, final Set<Calendar> holidays,
- final HolidayHandler<Calendar> handler) {
+ protected DateCalculator<Calendar> createNewCalculator(final String name, final Calendar startDate,
+ final Set<Calendar> holidays, final HolidayHandler<Calendar> handler) {
return new CalendarDateCalculator(name, startDate, holidays, handler);
}
-/*
- * @Override public JdkCalendarBaseDateCalculator combine(final DateCalculator<Calendar>
- * calendar) { return (JdkCalendarBaseDateCalculator) super.combine(calendar); }
- *
- * @Override public JdkCalendarBaseDateCalculator moveByTenor(final Tenor tenor) {
- * return (JdkCalendarBaseDateCalculator) super.moveByTenor(tenor); }
- *
- * @Override public JdkCalendarBaseDateCalculator moveByBusinessDays(final int
- * businessDays) { return (JdkCalendarBaseDateCalculator)
- * super.moveByBusinessDays(businessDays); }
- */
+
@Override
protected Calendar getToday() {
return Utils.blastTime(Calendar.getInstance());
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-09-09 15:01:14 UTC (rev 134)
@@ -40,10 +40,6 @@
protected Date move(final DateCalculator<Date> calculator, final int step) {
final Calendar cal = Utils.getCal(calculator.getCurrentBusinessDate());
- if (cal == null) {
- return null;
- }
-
while (calculator.isNonWorkingDay(cal.getTime())) {
cal.add(Calendar.DAY_OF_MONTH, step);
}
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java 2006-09-09 15:01:14 UTC (rev 134)
@@ -35,8 +35,7 @@
*/
public final class JodaExcelDateUtil {
- private JodaExcelDateUtil() {
- }
+ private JodaExcelDateUtil() {}
public static LocalDate getLocalDate(final double date, final boolean use1904windowing) {
final Date javaDate = ExcelDateUtil.getJavaDate(date, use1904windowing);
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java 2006-09-09 15:01:14 UTC (rev 134)
@@ -47,7 +47,10 @@
setStartDate(startDate);
}
- // TODO throw an exception if the WorkinWeek type is wrong
+ /**
+ * @todo throw an exception if the WorkinWeek type is wrong
+ *
+ */
public void setWorkingWeek(final WorkingWeek week) {
if (week instanceof JodaWorkingWeek) {
workingWeek = (JodaWorkingWeek) week;
@@ -63,9 +66,6 @@
}
public DateCalculator<LocalDate> moveByDays(final int days) {
- if (getCurrentBusinessDate() == null) {
- initialise();
- }
setCurrentBusinessDate(getCurrentBusinessDate().plusDays(days));
if (getHolidayHandler() != null) {
@@ -75,14 +75,6 @@
return this;
}
- protected void initialise() {
- if (getStartDate() == null) {
- setStartDate(new LocalDate());
- } else if (getCurrentBusinessDate() == null) {
- setCurrentBusinessDate(new LocalDate());
- }
- }
-
@Override
protected DateCalculator<LocalDate> createNewCalculator(final String name, final LocalDate startDate,
final Set<LocalDate> holidays, final HolidayHandler<LocalDate> handler) {
Modified: trunk/project.properties
===================================================================
--- trunk/project.properties 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/project.properties 2006-09-09 15:01:14 UTC (rev 134)
@@ -27,7 +27,7 @@
# goal on each project when you run it through multiproject:site.
maven.multiproject.site.goals=site, dashboard:report-single
#
-maven.dashboard.aggregators = csfiles,cserrors,junittests,junitfailures,juniterrors,junitpassrate,pmdfiles,pmdviolations,fbfiles,fbviolations,simiantdl
+maven.dashboard.aggregators = cserrors,pmdviolations,fbviolations,simiantdl,junittests,junitfailures,juniterrors,junitpassrate,coberturalipc,coberturaloc
#maven.dashboard.aggregators = csfiles,cswarnings,cserrors,junittests,junitfailures,juniterrors,junitpassrate,pmdfiles,pmdviolations,simiantdl,jcoveragelipc,jcoverageloc
maven.pmd.check.tests=false
Modified: trunk/src/site/navigation.xml
===================================================================
--- trunk/src/site/navigation.xml 2006-09-09 12:45:09 UTC (rev 133)
+++ trunk/src/site/navigation.xml 2006-09-09 15:01:14 UTC (rev 134)
@@ -16,6 +16,7 @@
<item name="DateCalc JODA"
href="multiproject/datecalc-joda/index.html" />
<item name="Holiday Handling" href="algo.html" />
+ <item name="Tenor Handling" href="tenor.html" />
<item name="JavaDoc" class="newWindow" target="_new" href="apidocs/index.html" />
</menu>
<!--
Added: trunk/src/site/tenor.xml
===================================================================
--- trunk/src/site/tenor.xml (rev 0)
+++ trunk/src/site/tenor.xml 2006-09-09 15:01:14 UTC (rev 134)
@@ -0,0 +1,19 @@
+<document>
+ <properties>
+ <author email="Ki...@ob...">Benoit Xhenseval</author>
+ <title>ObjectLab Kit - Tenor Handling</title>
+ </properties>
+ <head>
+
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="Tenor Handling">
+
+ <subsection name="Spot">
+ </subsection>
+
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-09 22:18:11
|
Revision: 136
http://svn.sourceforge.net/objectlabkit/?rev=136&view=rev
Author: benoitx
Date: 2006-09-09 15:17:41 -0700 (Sat, 09 Sep 2006)
Log Message:
-----------
tidy up,add link to statsvn.
Modified Paths:
--------------
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/src/site/navigation.xml
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-09-09 16:31:12 UTC (rev 135)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-09-09 22:17:41 UTC (rev 136)
@@ -100,7 +100,9 @@
* handler and not count towards the number of days to move.
*
* @param businessDays
- * @param daysToSpot number of days to "spot" days, this can vary from one market to the other.
+ * @param daysToSpot
+ * number of days to "spot" days, this can vary from one market
+ * to the other.
* @return the current businessCalendar (so one can do
* calendar.moveByTenor(StandardTenor.T_2M).getCurrentBusinessDate();)
*/
@@ -108,7 +110,7 @@
if (tenor == null) {
throw new IllegalArgumentException("Tenor cannot be null");
}
-
+
// get to the Spot date first:
moveByDays(daysToSpot);
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-09-09 16:31:12 UTC (rev 135)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-09-09 22:17:41 UTC (rev 136)
@@ -183,13 +183,17 @@
DateCalculator<E> combine(DateCalculator<E> calculator);
/**
- * Move the current date by a given tenor, please note that all tenors are relative to
- * the SPOT day which is a number of days from the current date. This method therefore,
- * calculates the SPOT day first, moves it if it falls on a holiday and then goes to the
- * calculated day according to the Tenor.
+ * Move the current date by a given tenor, please note that all tenors are
+ * relative to the SPOT day which is a number of days from the current date.
+ * This method therefore, calculates the SPOT day first, moves it if it
+ * falls on a holiday and then goes to the calculated day according to the
+ * Tenor.
*
- * @param tenor the Tenor to reach.
- * @param daysToSpot number of days to "spot" days, this can vary from one market to the other.
+ * @param tenor
+ * the Tenor to reach.
+ * @param daysToSpot
+ * number of days to "spot" days, this can vary from one market
+ * to the other.
* @return the current DateCalculator
*/
DateCalculator<E> moveByTenor(final Tenor tenor, final int daysToSpot);
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java 2006-09-09 16:31:12 UTC (rev 135)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java 2006-09-09 22:17:41 UTC (rev 136)
@@ -54,6 +54,7 @@
/**
* Based on UK Holidays for Aug 2006.
+ *
* @param startDate
* @param tenor
* @param daysToSpot
@@ -61,7 +62,7 @@
* @param holidayHandlerType
*/
protected void checkMoveByTenor(final String startDate, final Tenor tenor, final int daysToSpot, final String expectedDate,
- final String holidayHandlerType) {
+ final String holidayHandlerType) {
final DateCalculator<E> cal = newDateCalculator("bla", holidayHandlerType);
cal.setNonWorkingDays(createUKHolidays());
cal.setStartDate(newDate(startDate));
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java 2006-09-09 16:31:12 UTC (rev 135)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java 2006-09-09 22:17:41 UTC (rev 136)
@@ -35,7 +35,8 @@
*/
public final class JodaExcelDateUtil {
- private JodaExcelDateUtil() {}
+ private JodaExcelDateUtil() {
+ }
public static LocalDate getLocalDate(final double date, final boolean use1904windowing) {
final Date javaDate = ExcelDateUtil.getJavaDate(date, use1904windowing);
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java 2006-09-09 16:31:12 UTC (rev 135)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java 2006-09-09 22:17:41 UTC (rev 136)
@@ -17,9 +17,9 @@
import net.objectlab.kit.datecalc.common.AbstractKitCalculatorsFactory;
import net.objectlab.kit.datecalc.common.DateCalculator;
-import net.objectlab.kit.datecalc.common.KitCalculatorsFactory;
import net.objectlab.kit.datecalc.common.HolidayHandlerType;
import net.objectlab.kit.datecalc.common.IMMDateCalculator;
+import net.objectlab.kit.datecalc.common.KitCalculatorsFactory;
import net.objectlab.kit.datecalc.common.PeriodCountCalculator;
import org.joda.time.YearMonthDay;
Modified: trunk/src/site/navigation.xml
===================================================================
--- trunk/src/site/navigation.xml 2006-09-09 16:31:12 UTC (rev 135)
+++ trunk/src/site/navigation.xml 2006-09-09 22:17:41 UTC (rev 136)
@@ -18,6 +18,7 @@
<item name="Holiday Handling" href="algo.html" />
<item name="Tenor Handling" href="tenor.html" />
<item name="JavaDoc" class="newWindow" target="_new" href="apidocs/index.html" />
+ <item name="Stat SVN" class="newWindow" target="_new" href="statsvn/index.html" />
</menu>
<!--
<menu name="Related Projects">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ma...@us...> - 2006-09-10 12:05:14
|
Revision: 137
http://svn.sourceforge.net/objectlabkit/?rev=137&view=rev
Author: marchy
Date: 2006-09-10 05:04:30 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
modified defaults for the eclipse project in the root folder
Modified Paths:
--------------
trunk/.classpath
trunk/.settings/org.eclipse.jdt.core.prefs
trunk/.settings/org.eclipse.jdt.ui.prefs
Modified: trunk/.classpath
===================================================================
--- trunk/.classpath 2006-09-09 22:17:41 UTC (rev 136)
+++ trunk/.classpath 2006-09-10 12:04:30 UTC (rev 137)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="datecalc-common/src/main/java"/>
- <classpathentry kind="src" path="datecalc-common/src/test/java"/>
- <classpathentry kind="src" path="datecalc-jdk/src/main/java"/>
- <classpathentry kind="src" path="datecalc-jdk/src/test/java"/>
- <classpathentry kind="src" path="datecalc-joda/src/main/java"/>
- <classpathentry kind="src" path="datecalc-joda/src/test/java"/>
+ <classpathentry output="datecalc-common/target/classes" kind="src" path="datecalc-common/src/main/java"/>
+ <classpathentry output="datecalc-common/target/test-classes" kind="src" path="datecalc-common/src/test/java"/>
+ <classpathentry output="datecalc-jdk/target/classes" kind="src" path="datecalc-jdk/src/main/java"/>
+ <classpathentry output="datecalc-jdk/target/test-classes" kind="src" path="datecalc-jdk/src/test/java"/>
+ <classpathentry output="datecalc-joda/target/classes" kind="src" path="datecalc-joda/src/main/java"/>
+ <classpathentry output="datecalc-joda/target/test-classes" kind="src" path="datecalc-joda/src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
<classpathentry kind="var" path="M2_REPO/joda-time/joda-time/1.3/joda-time-1.3.jar"/>
Modified: trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/.settings/org.eclipse.jdt.core.prefs 2006-09-09 22:17:41 UTC (rev 136)
+++ trunk/.settings/org.eclipse.jdt.core.prefs 2006-09-10 12:04:30 UTC (rev 137)
@@ -1,4 +1,4 @@
-#Fri Sep 08 16:51:16 CAT 2006
+#Sun Sep 10 14:02:26 CAT 2006
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
@@ -10,3 +10,249 @@
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_assignment=0
+org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
+org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
+org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
+org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
+org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
+org.eclipse.jdt.core.formatter.blank_lines_after_package=1
+org.eclipse.jdt.core.formatter.blank_lines_before_field=1
+org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
+org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
+org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
+org.eclipse.jdt.core.formatter.blank_lines_before_method=1
+org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
+org.eclipse.jdt.core.formatter.blank_lines_before_package=0
+org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
+org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
+org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false
+org.eclipse.jdt.core.formatter.comment.format_comments=true
+org.eclipse.jdt.core.formatter.comment.format_header=false
+org.eclipse.jdt.core.formatter.comment.format_html=true
+org.eclipse.jdt.core.formatter.comment.format_source_code=true
+org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
+org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
+org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
+org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
+org.eclipse.jdt.core.formatter.comment.line_length=80
+org.eclipse.jdt.core.formatter.compact_else_if=true
+org.eclipse.jdt.core.formatter.continuation_indentation=2
+org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
+org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
+org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
+org.eclipse.jdt.core.formatter.indent_empty_lines=false
+org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
+org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
+org.eclipse.jdt.core.formatter.indentation.size=8
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
+org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
+org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
+org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
+org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
+org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
+org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
+org.eclipse.jdt.core.formatter.lineSplit=131
+org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
+org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
+org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
+org.eclipse.jdt.core.formatter.tabulation.char=space
+org.eclipse.jdt.core.formatter.tabulation.size=4
+org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true
Modified: trunk/.settings/org.eclipse.jdt.ui.prefs
===================================================================
--- trunk/.settings/org.eclipse.jdt.ui.prefs 2006-09-09 22:17:41 UTC (rev 136)
+++ trunk/.settings/org.eclipse.jdt.ui.prefs 2006-09-10 12:04:30 UTC (rev 137)
@@ -1,4 +1,6 @@
-#Fri Sep 08 16:51:16 CAT 2006
+#Sun Sep 10 14:02:26 CAT 2006
eclipse.preferences.version=1
+formatter_profile=_objectlabkit
+formatter_settings_version=10
internal.default.compliance=default
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * $$Id$$\r\n * \r\n * Copyright 2006 the original author or authors.\r\n *\r\n * Licensed under the Apache License, Version 2.0 (the "License"); you may not\r\n * use this file except in compliance with the License. You may obtain a copy of\r\n * the License at\r\n *\r\n * http\://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n * License for the specific language governing permissions and limitations under\r\n * the License.\r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @TODO javadoc\r\n * \r\n * @author ${user}\r\n * @author $$LastChangedBy$$\r\n * @version $$Revision$$, $$Date$$\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/**\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development...
[truncated message content] |
|
From: <ma...@us...> - 2006-09-10 14:36:47
|
Revision: 143
http://svn.sourceforge.net/objectlabkit/?rev=143&view=rev
Author: marchy
Date: 2006-09-10 07:35:56 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
renamed AbstractPeriodCountCalculator to AbstractPeriodCountCalculatorTest, and added ACT_ACT test cases based on joda implementations (they should still be checked tho?) the jdk ones fail, will look into this next
Modified Paths:
--------------
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDatePeriodCountCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculatorTest.java
Added Paths:
-----------
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
Removed Paths:
-------------
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculator.java
Deleted: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculator.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculator.java 2006-09-10 13:55:43 UTC (rev 142)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculator.java 2006-09-10 14:35:56 UTC (rev 143)
@@ -1,385 +0,0 @@
-package net.objectlab.kit.datecalc.common;
-
-import java.math.BigDecimal;
-
-import junit.framework.Assert;
-import junit.framework.TestCase;
-
-public abstract class AbstractPeriodCountCalculator<E> extends TestCase {
-
- private static final String[][] ACT_365 = {
- // name start end period dayDiff yearDiff
- { "0D", "2006-08-08", "2006-08-08", "ACT_365", "0", "0.00" },
- { "1D", "2006-08-08", "2006-08-09", "ACT_365", "1", "0.002740" },
- { "1W", "2006-08-08", "2006-08-15", "ACT_365", "7", "0.019178" },
- { "1M", "2006-08-08", "2006-09-08", "ACT_365", "31", "0.084932" },
- { "3M", "2006-08-08", "2006-11-08", "ACT_365", "92", "0.252055" },
- { "6M", "2006-08-08", "2007-02-08", "ACT_365", "184", "0.504110" },
- { "9M", "2006-08-08", "2007-05-08", "ACT_365", "273", "0.747945" },
- { "1Y", "2006-08-08", "2007-08-08", "ACT_365", "365", "1.000000" },
- { "2Y", "2006-08-08", "2008-08-08", "ACT_365", "731", "2.002740" },
- { "3Y", "2006-08-08", "2009-08-10", "ACT_365", "1098", "3.008219" },
- { "4Y", "2006-08-08", "2010-08-09", "ACT_365", "1462", "4.005479" },
- { "5Y", "2006-08-08", "2011-08-08", "ACT_365", "1826", "5.002740" },
- { "7Y", "2006-08-08", "2013-08-08", "ACT_365", "2557", "7.005479" },
- { "10Y", "2006-08-08", "2016-08-08", "ACT_365", "3653", "10.008219" },
- { "15Y", "2006-08-08", "2021-08-09", "ACT_365", "5480", "15.013699" },
- { "20Y", "2006-08-08", "2026-08-10", "ACT_365", "7307", "20.019178" },
- { "30Y", "2006-08-08", "2036-08-08", "ACT_365", "10958", "30.021918" },
- // leap year - funny date...
- { "0D", "2008-02-29", "2008-02-29", "ACT_365", "0", "0.00" },
- { "1D", "2008-02-29", "2008-03-03", "ACT_365", "3", "0.008219" },
- { "1W", "2008-02-29", "2008-03-07", "ACT_365", "7", "0.019178" },
- { "1M", "2008-02-29", "2008-03-31", "ACT_365", "31", "0.084932" },
- { "3M", "2008-02-29", "2008-05-29", "ACT_365", "90", "0.246575" },
- { "6M", "2008-02-29", "2008-08-29", "ACT_365", "182", "0.498630" },
- { "9M", "2008-02-29", "2008-11-28", "ACT_365", "273", "0.747945" },
- { "1Y", "2008-02-29", "2009-02-27", "ACT_365", "364", "0.997260" },
- { "2Y", "2008-02-29", "2010-02-26", "ACT_365", "728", "1.994521" },
- { "3Y", "2008-02-29", "2011-02-28", "ACT_365", "1095", "3.000000" },
- { "4Y", "2008-02-29", "2012-02-29", "ACT_365", "1461", "4.002740" },
- { "5Y", "2008-02-29", "2013-02-28", "ACT_365", "1826", "5.002740" },
- { "7Y", "2008-02-29", "2015-02-27", "ACT_365", "2555", "7.000000" },
- { "10Y", "2008-02-29", "2018-02-28", "ACT_365", "3652", "10.005479" },
- { "15Y", "2008-02-29", "2023-02-28", "ACT_365", "5478", "15.008219" },
- { "20Y", "2008-02-29", "2028-02-29", "ACT_365", "7305", "20.013699" },
- { "30Y", "2008-02-29", "2038-02-26", "ACT_365", "10955", "30.013699" },
- // start date end of month...
- { "0D", "1998-12-31", "1998-12-31", "ACT_365", "0", "0.00" },
- { "1D", "1998-12-31", "1999-01-01", "ACT_365", "1", "0.002740" },
- { "1W", "1998-12-31", "1999-01-07", "ACT_365", "7", "0.019178" },
- { "1M", "1998-12-31", "1999-01-29", "ACT_365", "29", "0.079452" },
- { "3M", "1998-12-31", "1999-03-31", "ACT_365", "90", "0.246575" },
- { "6M", "1998-12-31", "1999-06-30", "ACT_365", "181", "0.495890" },
- { "9M", "1998-12-31", "1999-09-30", "ACT_365", "273", "0.747945" },
- { "1Y", "1998-12-31", "1999-12-31", "ACT_365", "365", "1.000000" },
- { "2Y", "1998-12-31", "2000-12-29", "ACT_365", "729", "1.997260" },
- { "3Y", "1998-12-31", "2001-12-31", "ACT_365", "1096", "3.002740" },
- { "4Y", "1998-12-31", "2002-12-31", "ACT_365", "1461", "4.002740" },
- { "5Y", "1998-12-31", "2003-12-31", "ACT_365", "1826", "5.002740" },
- { "7Y", "1998-12-31", "2005-12-30", "ACT_365", "2556", "7.002740" },
- { "10Y", "1998-12-31", "2008-12-31", "ACT_365", "3653", "10.008219" },
- { "15Y", "1998-12-31", "2013-12-31", "ACT_365", "5479", "15.010959" },
- { "20Y", "1998-12-31", "2018-12-31", "ACT_365", "7305", "20.013699" },
- { "30Y", "1998-12-31", "2028-12-29", "ACT_365", "10956", "30.016438" }
- // end of set
- };
-
- private static final String[][] ACT_360 = {
- // name start end period dayDiff yearDiff
- { "0D", "2006-08-08", "2006-08-08", "ACT_360", "0", "0.00" },
- { "1D", "2006-08-08", "2006-08-09", "ACT_360", "1", "0.002778" },
- { "1W", "2006-08-08", "2006-08-15", "ACT_360", "7", "0.019444" },
- { "1M", "2006-08-08", "2006-09-08", "ACT_360", "31", "0.086111" },
- { "3M", "2006-08-08", "2006-11-08", "ACT_360", "92", "0.255556" },
- { "6M", "2006-08-08", "2007-02-08", "ACT_360", "184", "0.511111" },
- { "9M", "2006-08-08", "2007-05-08", "ACT_360", "273", "0.758333" },
- { "1Y", "2006-08-08", "2007-08-08", "ACT_360", "365", "1.013889" },
- { "2Y", "2006-08-08", "2008-08-08", "ACT_360", "731", "2.030556" },
- { "3Y", "2006-08-08", "2009-08-10", "ACT_360", "1098", "3.050000" },
- { "4Y", "2006-08-08", "2010-08-09", "ACT_360", "1462", "4.061111" },
- { "5Y", "2006-08-08", "2011-08-08", "ACT_360", "1826", "5.072222" },
- { "7Y", "2006-08-08", "2013-08-08", "ACT_360", "2557", "7.102778" },
- { "10Y", "2006-08-08", "2016-08-08", "ACT_360", "3653", "10.147222" },
- { "15Y", "2006-08-08", "2021-08-09", "ACT_360", "5480", "15.222222" },
- { "20Y", "2006-08-08", "2026-08-10", "ACT_360", "7307", "20.297222" },
- { "30Y", "2006-08-08", "2036-08-08", "ACT_360", "10958", "30.438889" },
- // leap year - funny date...
- { "0D", "2008-02-29", "2008-02-29", "ACT_360", "0", "0.00" },
- { "1D", "2008-02-29", "2008-03-03", "ACT_360", "3", "0.008333" },
- { "1W", "2008-02-29", "2008-03-07", "ACT_360", "7", "0.019444" },
- { "1M", "2008-02-29", "2008-03-31", "ACT_360", "31", "0.086111" },
- { "3M", "2008-02-29", "2008-05-29", "ACT_360", "90", "0.250000" },
- { "6M", "2008-02-29", "2008-08-29", "ACT_360", "182", "0.505556" },
- { "9M", "2008-02-29", "2008-11-28", "ACT_360", "273", "0.758333" },
- { "1Y", "2008-02-29", "2009-02-27", "ACT_360", "364", "1.011111" },
- { "2Y", "2008-02-29", "2010-02-26", "ACT_360", "728", "2.022222" },
- { "3Y", "2008-02-29", "2011-02-28", "ACT_360", "1095", "3.041667" },
- { "4Y", "2008-02-29", "2012-02-29", "ACT_360", "1461", "4.058333" },
- { "5Y", "2008-02-29", "2013-02-28", "ACT_360", "1826", "5.072222" },
- { "7Y", "2008-02-29", "2015-02-27", "ACT_360", "2555", "7.097222" },
- { "10Y", "2008-02-29", "2018-02-28", "ACT_360", "3652", "10.144444" },
- { "15Y", "2008-02-29", "2023-02-28", "ACT_360", "5478", "15.216667" },
- { "20Y", "2008-02-29", "2028-02-29", "ACT_360", "7305", "20.291667" },
- { "30Y", "2008-02-29", "2038-02-26", "ACT_360", "10955", "30.430556" },
- // start date end of month...
- { "0D", "1998-12-31", "1998-12-31", "ACT_360", "0", "0.00" },
- { "1D", "1998-12-31", "1999-01-01", "ACT_360", "1", "0.002778" },
- { "1W", "1998-12-31", "1999-01-07", "ACT_360", "7", "0.019444" },
- { "1M", "1998-12-31", "1999-01-29", "ACT_360", "29", "0.080556" },
- { "3M", "1998-12-31", "1999-03-31", "ACT_360", "90", "0.250000" },
- { "6M", "1998-12-31", "1999-06-30", "ACT_360", "181", "0.502778" },
- { "9M", "1998-12-31", "1999-09-30", "ACT_360", "273", "0.758333" },
- { "1Y", "1998-12-31", "1999-12-31", "ACT_360", "365", "1.013889" },
- { "2Y", "1998-12-31", "2000-12-29", "ACT_360", "729", "2.025000" },
- { "3Y", "1998-12-31", "2001-12-31", "ACT_360", "1096", "3.044444" },
- { "4Y", "1998-12-31", "2002-12-31", "ACT_360", "1461", "4.058333" },
- { "5Y", "1998-12-31", "2003-12-31", "ACT_360", "1826", "5.072222" },
- { "7Y", "1998-12-31", "2005-12-30", "ACT_360", "2556", "7.100000" },
- { "10Y", "1998-12-31", "2008-12-31", "ACT_360", "3653", "10.147222" },
- { "15Y", "1998-12-31", "2013-12-31", "ACT_360", "5479", "15.219444" },
- { "20Y", "1998-12-31", "2018-12-31", "ACT_360", "7305", "20.291667" },
- { "30Y", "1998-12-31", "2028-12-29", "ACT_360", "10956", "30.433333" }
- // end of set
- };
-
- private static final String[][] CONV_30_360 = {
- // name start end period dayDiff yearDiff
- { "0D", "2006-08-08", "2006-08-08", "CONV_30_360", "0", "0.00" },
- { "1D", "2006-08-08", "2006-08-09", "CONV_30_360", "1", "0.002778" },
- { "1W", "2006-08-08", "2006-08-15", "CONV_30_360", "7", "0.019444" },
- { "1M", "2006-08-08", "2006-09-08", "CONV_30_360", "30", "0.083333" },
- { "3M", "2006-08-08", "2006-11-08", "CONV_30_360", "90", "0.250000" },
- { "6M", "2006-08-08", "2007-02-08", "CONV_30_360", "180", "0.500000" },
- { "9M", "2006-08-08", "2007-05-08", "CONV_30_360", "270", "0.750000" },
- { "1Y", "2006-08-08", "2007-08-08", "CONV_30_360", "360", "1.000000" },
- { "2Y", "2006-08-08", "2008-08-08", "CONV_30_360", "720", "2.000000" },
- { "3Y", "2006-08-08", "2009-08-10", "CONV_30_360", "1082", "3.005556" },
- { "4Y", "2006-08-08", "2010-08-09", "CONV_30_360", "1441", "4.002778" },
- { "5Y", "2006-08-08", "2011-08-08", "CONV_30_360", "1800", "5.000000" },
- { "7Y", "2006-08-08", "2013-08-08", "CONV_30_360", "2520", "7.000000" },
- { "10Y", "2006-08-08", "2016-08-08", "CONV_30_360", "3600", "10.000000" },
- { "15Y", "2006-08-08", "2021-08-09", "CONV_30_360", "5401", "15.002778" },
- { "20Y", "2006-08-08", "2026-08-10", "CONV_30_360", "7202", "20.005556" },
- { "30Y", "2006-08-08", "2036-08-08", "CONV_30_360", "10800", "30.000000" },
- // leap year - funny date...
- { "0D", "2008-02-29", "2008-02-29", "CONV_30_360", "0", "0.00" },
- { "1D", "2008-02-29", "2008-03-03", "CONV_30_360", "4", "0.011111" },
- { "1W", "2008-02-29", "2008-03-07", "CONV_30_360", "8", "0.022222" },
- { "1M", "2008-02-29", "2008-03-31", "CONV_30_360", "32", "0.088889" },
- { "3M", "2008-02-29", "2008-05-29", "CONV_30_360", "90", "0.250000" },
- { "6M", "2008-02-29", "2008-08-29", "CONV_30_360", "180", "0.500000" },
- { "9M", "2008-02-29", "2008-11-28", "CONV_30_360", "269", "0.747222" },
- { "1Y", "2008-02-29", "2009-02-27", "CONV_30_360", "358", "0.994444" },
- { "2Y", "2008-02-29", "2010-02-26", "CONV_30_360", "717", "1.991667" },
- { "3Y", "2008-02-29", "2011-02-28", "CONV_30_360", "1079", "2.997222" },
- { "4Y", "2008-02-29", "2012-02-29", "CONV_30_360", "1440", "4.000000" },
- { "5Y", "2008-02-29", "2013-02-28", "CONV_30_360", "1799", "4.997222" },
- { "7Y", "2008-02-29", "2015-02-27", "CONV_30_360", "2518", "6.994444" },
- { "10Y", "2008-02-29", "2018-02-28", "CONV_30_360", "3599", "9.997222" },
- { "15Y", "2008-02-29", "2023-02-28", "CONV_30_360", "5399", "14.997222" },
- { "20Y", "2008-02-29", "2028-02-29", "CONV_30_360", "7200", "20.000000" },
- { "30Y", "2008-02-29", "2038-02-26", "CONV_30_360", "10797", "29.991667" },
- // start date end of month...
- { "0D", "1998-12-31", "1998-12-31", "CONV_30_360", "0", "0.000000" },
- { "1D", "1998-12-31", "1999-01-01", "CONV_30_360", "1", "0.002778" },
- { "1W", "1998-12-31", "1999-01-07", "CONV_30_360", "7", "0.019444" },
- { "1M", "1998-12-31", "1999-01-29", "CONV_30_360", "29", "0.080556" },
- { "3M", "1998-12-31", "1999-03-31", "CONV_30_360", "90", "0.250000" },
- { "6M", "1998-12-31", "1999-06-30", "CONV_30_360", "180", "0.500000" },
- { "9M", "1998-12-31", "1999-09-30", "CONV_30_360", "270", "0.750000" },
- { "1Y", "1998-12-31", "1999-12-31", "CONV_30_360", "360", "1.000000" },
- { "2Y", "1998-12-31", "2000-12-29", "CONV_30_360", "719", "1.997222" },
- { "3Y", "1998-12-31", "2001-12-31", "CONV_30_360", "1080", "3.000000" },
- { "4Y", "1998-12-31", "2002-12-31", "CONV_30_360", "1440", "4.000000" },
- { "5Y", "1998-12-31", "2003-12-31", "CONV_30_360", "1800", "5.000000" },
- { "7Y", "1998-12-31", "2005-12-30", "CONV_30_360", "2520", "7.000000" },
- { "10Y", "1998-12-31", "2008-12-31", "CONV_30_360", "3600", "10.000000" },
- { "15Y", "1998-12-31", "2013-12-31", "CONV_30_360", "5400", "15.000000" },
- { "20Y", "1998-12-31", "2018-12-31", "CONV_30_360", "7200", "20.000000" },
- { "30Y", "1998-12-31", "2028-12-29", "CONV_30_360", "10799", "29.997222" }
- // end of set
- };
-
- private static final String[][] CONV_360E_ISDA = {
- // name start end period dayDiff yearDiff
- { "0D", "2006-08-08", "2006-08-08", "CONV_360E_ISDA", "0", "0.00" },
- { "1D", "2006-08-08", "2006-08-09", "CONV_360E_ISDA", "1", "0.002778" },
- { "1W", "2006-08-08", "2006-08-15", "CONV_360E_ISDA", "7", "0.019444" },
- { "1M", "2006-08-08", "2006-09-08", "CONV_360E_ISDA", "30", "0.083333" },
- { "3M", "2006-08-08", "2006-11-08", "CONV_360E_ISDA", "90", "0.250000" },
- { "6M", "2006-08-08", "2007-02-08", "CONV_360E_ISDA", "180", "0.500000" },
- { "9M", "2006-08-08", "2007-05-08", "CONV_360E_ISDA", "270", "0.750000" },
- { "1Y", "2006-08-08", "2007-08-08", "CONV_360E_ISDA", "360", "1.000000" },
- { "2Y", "2006-08-08", "2008-08-08", "CONV_360E_ISDA", "720", "2.000000" },
- { "3Y", "2006-08-08", "2009-08-10", "CONV_360E_ISDA", "1082", "3.005556" },
- { "4Y", "2006-08-08", "2010-08-09", "CONV_360E_ISDA", "1441", "4.002778" },
- { "5Y", "2006-08-08", "2011-08-08", "CONV_360E_ISDA", "1800", "5.000000" },
- { "7Y", "2006-08-08", "2013-08-08", "CONV_360E_ISDA", "2520", "7.000000" },
- { "10Y", "2006-08-08", "2016-08-08", "CONV_360E_ISDA", "3600", "10.000000" },
- { "15Y", "2006-08-08", "2021-08-09", "CONV_360E_ISDA", "5401", "15.002778" },
- { "20Y", "2006-08-08", "2026-08-10", "CONV_360E_ISDA", "7202", "20.005556" },
- { "30Y", "2006-08-08", "2036-08-08", "CONV_360E_ISDA", "10800", "30.000000" },
- // leap year - funny date...
- { "0D", "2008-02-29", "2008-02-29", "CONV_360E_ISDA", "0", "0.00" },
- { "1D", "2008-02-29", "2008-03-03", "CONV_360E_ISDA", "4", "0.011111" },
- { "1W", "2008-02-29", "2008-03-07", "CONV_360E_ISDA", "8", "0.022222" },
- { "1M", "2008-02-29", "2008-03-31", "CONV_360E_ISDA", "31", "0.086111" },
- { "3M", "2008-02-29", "2008-05-29", "CONV_360E_ISDA", "90", "0.250000" },
- { "6M", "2008-02-29", "2008-08-29", "CONV_360E_ISDA", "180", "0.500000" },
- { "9M", "2008-02-29", "2008-11-28", "CONV_360E_ISDA", "269", "0.747222" },
- { "1Y", "2008-02-29", "2009-02-27", "CONV_360E_ISDA", "358", "0.994444" },
- { "2Y", "2008-02-29", "2010-02-26", "CONV_360E_ISDA", "717", "1.991667" },
- { "3Y", "2008-02-29", "2011-02-28", "CONV_360E_ISDA", "1079", "2.997222" },
- { "4Y", "2008-02-29", "2012-02-29", "CONV_360E_ISDA", "1440", "4.000000" },
- { "5Y", "2008-02-29", "2013-02-28", "CONV_360E_ISDA", "1799", "4.997222" },
- { "7Y", "2008-02-29", "2015-02-27", "CONV_360E_ISDA", "2518", "6.994444" },
- { "10Y", "2008-02-29", "2018-02-28", "CONV_360E_ISDA", "3599", "9.997222" },
- { "15Y", "2008-02-29", "2023-02-28", "CONV_360E_ISDA", "5399", "14.997222" },
- { "20Y", "2008-02-29", "2028-02-29", "CONV_360E_ISDA", "7200", "20.000000" },
- { "30Y", "2008-02-29", "2038-02-26", "CONV_360E_ISDA", "10797", "29.991667" },
- // start date end of month...
- { "0D", "1998-12-31", "1998-12-31", "CONV_360E_ISDA", "0", "0.00" },
- { "1D", "1998-12-31", "1999-01-01", "CONV_360E_ISDA", "1", "0.002778" },
- { "1W", "1998-12-31", "1999-01-07", "CONV_360E_ISDA", "7", "0.019444" },
- { "1M", "1998-12-31", "1999-01-29", "CONV_360E_ISDA", "29", "0.080556" },
- { "3M", "1998-12-31", "1999-03-31", "CONV_360E_ISDA", "90", "0.250000" },
- { "6M", "1998-12-31", "1999-06-30", "CONV_360E_ISDA", "180", "0.500000" },
- { "9M", "1998-12-31", "1999-09-30", "CONV_360E_ISDA", "270", "0.750000" },
- { "1Y", "1998-12-31", "1999-12-31", "CONV_360E_ISDA", "360", "1.000000" },
- { "2Y", "1998-12-31", "2000-12-29", "CONV_360E_ISDA", "719", "1.997222" },
- { "3Y", "1998-12-31", "2001-12-31", "CONV_360E_ISDA", "1080", "3.000000" },
- { "4Y", "1998-12-31", "2002-12-31", "CONV_360E_ISDA", "1440", "4.000000" },
- { "5Y", "1998-12-31", "2003-12-31", "CONV_360E_ISDA", "1800", "5.000000" },
- { "7Y", "1998-12-31", "2005-12-30", "CONV_360E_ISDA", "2520", "7.000000" },
- { "10Y", "1998-12-31", "2008-12-31", "CONV_360E_ISDA", "3600", "10.000000" },
- { "15Y", "1998-12-31", "2013-12-31", "CONV_360E_ISDA", "5400", "15.000000" },
- { "20Y", "1998-12-31", "2018-12-31", "CONV_360E_ISDA", "7200", "20.000000" },
- { "30Y", "1998-12-31", "2028-12-29", "CONV_360E_ISDA", "10799", "29.997222" }
- // end of set
- };
-
- private static final String[][] CONV_360E_ISMA = {
- // name start end period dayDiff yearDiff
- { "0D", "2006-08-08", "2006-08-08", "CONV_360E_ISMA", "0", "0.00" },
- { "1D", "2006-08-08", "2006-08-09", "CONV_360E_ISMA", "1", "0.002778" },
- { "1W", "2006-08-08", "2006-08-15", "CONV_360E_ISMA", "7", "0.019444" },
- { "1M", "2006-08-08", "2006-09-08", "CONV_360E_ISMA", "30", "0.083333" },
- { "3M", "2006-08-08", "2006-11-08", "CONV_360E_ISMA", "90", "0.250000" },
- { "6M", "2006-08-08", "2007-02-08", "CONV_360E_ISMA", "180", "0.500000" },
- { "9M", "2006-08-08", "2007-05-08", "CONV_360E_ISMA", "270", "0.750000" },
- { "1Y", "2006-08-08", "2007-08-08", "CONV_360E_ISMA", "360", "1.000000" },
- { "2Y", "2006-08-08", "2008-08-08", "CONV_360E_ISMA", "720", "2.000000" },
- { "3Y", "2006-08-08", "2009-08-10", "CONV_360E_ISMA", "1082", "3.005556" },
- { "4Y", "2006-08-08", "2010-08-09", "CONV_360E_ISMA", "1441", "4.002778" },
- { "5Y", "2006-08-08", "2011-08-08", "CONV_360E_ISMA", "1800", "5.000000" },
- { "7Y", "2006-08-08", "2013-08-08", "CONV_360E_ISMA", "2520", "7.000000" },
- { "10Y", "2006-08-08", "2016-08-08", "CONV_360E_ISMA", "3600", "10.000000" },
- { "15Y", "2006-08-08", "2021-08-09", "CONV_360E_ISMA", "5401", "15.002778" },
- { "20Y", "2006-08-08", "2026-08-10", "CONV_360E_ISMA", "7202", "20.005556" },
- { "30Y", "2006-08-08", "2036-08-08", "CONV_360E_ISMA", "10800", "30.000000" },
- // leap year - funny date...
- { "0D", "2008-02-29", "2008-02-29", "CONV_360E_ISMA", "0", "0.00" },
- { "1D", "2008-02-29", "2008-03-03", "CONV_360E_ISMA", "4", "0.011111" },
- { "1W", "2008-02-29", "2008-03-07", "CONV_360E_ISMA", "8", "0.022222" },
- { "1M", "2008-02-29", "2008-03-31", "CONV_360E_ISMA", "31", "0.086111" },
- { "3M", "2008-02-29", "2008-05-29", "CONV_360E_ISMA", "90", "0.250000" },
- { "6M", "2008-02-29", "2008-08-29", "CONV_360E_ISMA", "180", "0.500000" },
- { "9M", "2008-02-29", "2008-11-28", "CONV_360E_ISMA", "269", "0.747222" },
- { "1Y", "2008-02-29", "2009-02-27", "CONV_360E_ISMA", "358", "0.994444" },
- { "2Y", "2008-02-29", "2010-02-26", "CONV_360E_ISMA", "717", "1.991667" },
- { "3Y", "2008-02-29", "2011-02-28", "CONV_360E_ISMA", "1079", "2.997222" },
- { "4Y", "2008-02-29", "2012-02-29", "CONV_360E_ISMA", "1440", "4.000000" },
- { "5Y", "2008-02-29", "2013-02-28", "CONV_360E_ISMA", "1799", "4.997222" },
- { "7Y", "2008-02-29", "2015-02-27", "CONV_360E_ISMA", "2518", "6.994444" },
- { "10Y", "2008-02-29", "2018-02-28", "CONV_360E_ISMA", "3599", "9.997222" },
- { "15Y", "2008-02-29", "2023-02-28", "CONV_360E_ISMA", "5399", "14.997222" },
- { "20Y", "2008-02-29", "2028-02-29", "CONV_360E_ISMA", "7200", "20.000000" },
- { "30Y", "2008-02-29", "2038-02-26", "CONV_360E_ISMA", "10797", "29.991667" },
- // start date end of month...
- { "0D", "1998-12-31", "1998-12-31", "CONV_360E_ISMA", "0", "0.00" },
- { "1D", "1998-12-31", "1999-01-01", "CONV_360E_ISMA", "1", "0.002778" },
- { "1W", "1998-12-31", "1999-01-07", "CONV_360E_ISMA", "7", "0.019444" },
- { "1M", "1998-12-31", "1999-01-29", "CONV_360E_ISMA", "29", "0.080556" },
- { "3M", "1998-12-31", "1999-03-31", "CONV_360E_ISMA", "90", "0.250000" },
- { "6M", "1998-12-31", "1999-06-30", "CONV_360E_ISMA", "180", "0.500000" },
- { "9M", "1998-12-31", "1999-09-30", "CONV_360E_ISMA", "270", "0.750000" },
- { "1Y", "1998-12-31", "1999-12-31", "CONV_360E_ISMA", "360", "1.000000" },
- { "2Y", "1998-12-31", "2000-12-29", "CONV_360E_ISMA", "719", "1.997222" },
- { "3Y", "1998-12-31", "2001-12-31", "CONV_360E_ISMA", "1080", "3.000000" },
- { "4Y", "1998-12-31", "2002-12-31", "CONV_360E_ISMA", "1440", "4.000000" },
- { "5Y", "1998-12-31", "2003-12-31", "CONV_360E_ISMA", "1800", "5.000000" },
- { "7Y", "1998-12-31", "2005-12-30", "CONV_360E_ISMA", "2520", "7.000000" },
- { "10Y", "1998-12-31", "2008-12-31", "CONV_360E_ISMA", "3600", "10.000000" },
- { "15Y", "1998-12-31", "2013-12-31", "CONV_360E_ISMA", "5400", "15.000000" },
- { "20Y", "1998-12-31", "2018-12-31", "CONV_360E_ISMA", "7200", "20.000000" },
- { "30Y", "1998-12-31", "2028-12-29", "CONV_360E_ISMA", "10799", "29.997222" }
- // end of set
- };
-
- //TODO fill with values
- private static final String[][] ACT_ACT = null;
-
- private PeriodCountCalculator<E> cal;
-
- public void setUp() {
- cal = getPeriodCountCalculator();
- }
-
- public abstract PeriodCountCalculator<E> getPeriodCountCalculator();
-
- public abstract E parseDate(String string);
-
- public abstract E getDate();
-
- public void testSanity() {
- Assert.assertNotNull(cal);
- }
-
- public void testConv30EvIsma() {
- runtests(CONV_360E_ISMA);
- }
-
- public void testConv30Ev360() {
- runtests(CONV_360E_ISDA);
- }
-
- public void testConv30v360() {
- runtests(CONV_30_360);
- }
-
- public void testAct365() {
- runtests(ACT_365);
- }
-
- public void testAct360() {
- runtests(ACT_360);
- }
-
- public void testActAct() {
- runtests(ACT_ACT);
- }
-
-
- public void testUnsupportedType() {
- Assert.assertNotNull(cal);
-
- final PeriodCountBasis pcount = PeriodCountBasis.ACT_UST;
- final E start = getDate();
- final E end = getDate();
-
- try {
- cal.yearDiff(start, end, pcount);
- Assert.fail("Should have refused the algo...");
- } catch (final UnsupportedOperationException e) {
- // ok
- }
-
- try {
- cal.monthDiff(start, end, pcount);
- Assert.fail("Should have refused the algo...");
- } catch (final UnsupportedOperationException e) {
- // ok
- }
- }
-
- private void runtests(String[][] tests) {
- for (final String[] test : tests) {
- runtest(cal, test);
- }
- }
-
- private void runtest(final PeriodCountCalculator<E> cal, final String[] test) {
- final String name = test[0];
- final E start = parseDate(test[1]);
- final E end = parseDate(test[2]);
- final PeriodCountBasis pcount = PeriodCountBasis.valueOf(test[3]);
- final int dayDiff = Integer.parseInt(test[4]);
- Assert.assertEquals(name + " Basis:" + pcount + " start:" + start + " dayDiff", dayDiff, cal.dayDiff(start, end, pcount));
-
- final BigDecimal yearDiff = new BigDecimal(cal.yearDiff(start, end, pcount)).setScale(6, BigDecimal.ROUND_HALF_UP);
- Assert.assertTrue(name + " Basis:" + pcount + " yearDiff expected:" + test[5] + " got:" + yearDiff, (new BigDecimal(
- test[5])).compareTo(yearDiff) == 0);
- }
-
-}
Added: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java (rev 0)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java 2006-09-10 14:35:56 UTC (rev 143)
@@ -0,0 +1,444 @@
+package net.objectlab.kit.datecalc.common;
+
+import java.math.BigDecimal;
+
+import junit.framework.Assert;
+import junit.framework.TestCase;
+
+public abstract class AbstractPeriodCountCalculatorTest<E> extends TestCase {
+
+ private static final String[][] ACT_365 = {
+ // name start end period dayDiff yearDiff
+ { "0D", "2006-08-08", "2006-08-08", "ACT_365", "0", "0.00" },
+ { "1D", "2006-08-08", "2006-08-09", "ACT_365", "1", "0.002740" },
+ { "1W", "2006-08-08", "2006-08-15", "ACT_365", "7", "0.019178" },
+ { "1M", "2006-08-08", "2006-09-08", "ACT_365", "31", "0.084932" },
+ { "3M", "2006-08-08", "2006-11-08", "ACT_365", "92", "0.252055" },
+ { "6M", "2006-08-08", "2007-02-08", "ACT_365", "184", "0.504110" },
+ { "9M", "2006-08-08", "2007-05-08", "ACT_365", "273", "0.747945" },
+ { "1Y", "2006-08-08", "2007-08-08", "ACT_365", "365", "1.000000" },
+ { "2Y", "2006-08-08", "2008-08-08", "ACT_365", "731", "2.002740" },
+ { "3Y", "2006-08-08", "2009-08-10", "ACT_365", "1098", "3.008219" },
+ { "4Y", "2006-08-08", "2010-08-09", "ACT_365", "1462", "4.005479" },
+ { "5Y", "2006-08-08", "2011-08-08", "ACT_365", "1826", "5.002740" },
+ { "7Y", "2006-08-08", "2013-08-08", "ACT_365", "2557", "7.005479" },
+ { "10Y", "2006-08-08", "2016-08-08", "ACT_365", "3653", "10.008219" },
+ { "15Y", "2006-08-08", "2021-08-09", "ACT_365", "5480", "15.013699" },
+ { "20Y", "2006-08-08", "2026-08-10", "ACT_365", "7307", "20.019178" },
+ { "30Y", "2006-08-08", "2036-08-08", "ACT_365", "10958", "30.021918" },
+ // leap year - funny date...
+ { "0D", "2008-02-29", "2008-02-29", "ACT_365", "0", "0.00" },
+ { "1D", "2008-02-29", "2008-03-03", "ACT_365", "3", "0.008219" },
+ { "1W", "2008-02-29", "2008-03-07", "ACT_365", "7", "0.019178" },
+ { "1M", "2008-02-29", "2008-03-31", "ACT_365", "31", "0.084932" },
+ { "3M", "2008-02-29", "2008-05-29", "ACT_365", "90", "0.246575" },
+ { "6M", "2008-02-29", "2008-08-29", "ACT_365", "182", "0.498630" },
+ { "9M", "2008-02-29", "2008-11-28", "ACT_365", "273", "0.747945" },
+ { "1Y", "2008-02-29", "2009-02-27", "ACT_365", "364", "0.997260" },
+ { "2Y", "2008-02-29", "2010-02-26", "ACT_365", "728", "1.994521" },
+ { "3Y", "2008-02-29", "2011-02-28", "ACT_365", "1095", "3.000000" },
+ { "4Y", "2008-02-29", "2012-02-29", "ACT_365", "1461", "4.002740" },
+ { "5Y", "2008-02-29", "2013-02-28", "ACT_365", "1826", "5.002740" },
+ { "7Y", "2008-02-29", ...
[truncated message content] |
|
From: <be...@us...> - 2006-09-10 15:49:54
|
Revision: 150
http://svn.sourceforge.net/objectlabkit/?rev=150&view=rev
Author: benoitx
Date: 2006-09-10 08:49:08 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
Added more tests for the Tenor code.
Plus implementation for JODA.
There is NO implementation for JDK and yes, you need to do it, thanks! :-)
More tests to follow for backward and modified preceeding.
Modified Paths:
--------------
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/DateTimeExcelDateUtilTest.java
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-09-10 15:38:09 UTC (rev 149)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-09-10 15:49:08 UTC (rev 150)
@@ -67,8 +67,6 @@
return startDate;
}
- protected abstract E getToday();
-
/** Set both start date and current date */
public void setStartDate(final E startDate) {
this.startDate = startDate;
@@ -111,11 +109,21 @@
throw new IllegalArgumentException("Tenor cannot be null");
}
- final TenorCode tenorCode = tenor.getCode();
+ TenorCode tenorCode = tenor.getCode();
if (tenorCode != TenorCode.OVERNIGHT) {
// get to the Spot date first:
moveByDays(daysToSpot);
}
+ int unit = tenor.getUnits();
+ if (tenorCode==TenorCode.WEEK) {
+ tenorCode = TenorCode.DAY;
+ unit *= DAYS_IN_WEEK;
+ }
+
+ if (tenorCode==TenorCode.YEAR) {
+ tenorCode = TenorCode.MONTH;
+ unit *= 12;
+ }
// move by tenor
switch (tenorCode) {
@@ -124,15 +132,17 @@
case SPOT:
return this;
case DAY:
- return moveByDays(tenor.getUnits());
- case WEEK:
- return moveByDays(tenor.getUnits() * DAYS_IN_WEEK);
+ return moveByDays(unit);
+ case MONTH:
+ return moveByMonths(unit);
default:
throw new UnsupportedOperationException("Sorry not yet...");
}
}
+ protected abstract DateCalculator<E> moveByMonths(int months);
+
public void setHolidayHandler(final HolidayHandler<E> holidayHandler) {
this.holidayHandler = holidayHandler;
}
@@ -228,6 +238,8 @@
return cal;
}
+ protected abstract E getToday();
+
protected abstract DateCalculator<E> createNewCalculator(String calcName, E theStartDate, Set<E> holidays,
HolidayHandler<E> handler);
}
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-09-10 15:38:09 UTC (rev 149)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-09-10 15:49:08 UTC (rev 150)
@@ -39,13 +39,13 @@
public static final Tenor T_1M = new Tenor(1, TenorCode.MONTH);
- public static final Tenor T_2M = new Tenor(1, TenorCode.MONTH);
+ public static final Tenor T_2M = new Tenor(2, TenorCode.MONTH);
- public static final Tenor T_3M = new Tenor(1, TenorCode.MONTH);
+ public static final Tenor T_3M = new Tenor(3, TenorCode.MONTH);
- public static final Tenor T_6M = new Tenor(1, TenorCode.MONTH);
+ public static final Tenor T_6M = new Tenor(6, TenorCode.MONTH);
- public static final Tenor T_9M = new Tenor(1, TenorCode.MONTH);
+ public static final Tenor T_9M = new Tenor(9, TenorCode.MONTH);
public static final Tenor T_1Y = new Tenor(1, TenorCode.YEAR);
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java 2006-09-10 15:38:09 UTC (rev 149)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java 2006-09-10 15:49:08 UTC (rev 150)
@@ -209,6 +209,7 @@
checkMoveByTenor("2006-08-08", new Tenor(11, TenorCode.DAY), 0, "2006-08-18", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(12, TenorCode.DAY), 0, "2006-08-18", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(13, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-09-26", new Tenor(4, TenorCode.DAY), 0, "2006-09-29", HolidayHandlerType.BACKWARD);
}
public void testMoveByTenorWeek() {
@@ -216,4 +217,35 @@
checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 0, "2006-08-22", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 0, "2006-09-05", HolidayHandlerType.BACKWARD);
}
+
+ public void testMoveByTenorMonth() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 0, "2006-09-29", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 0, "2006-10-31", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 0, "2006-02-28", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 0, "2008-02-29", HolidayHandlerType.BACKWARD);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 0, "2006-09-08", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 0, "2006-09-08", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 0, "2006-10-06", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 0, "2007-01-08", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorYear() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 0, "2007-08-31", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 0, "2008-08-29", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 0, "2009-02-27", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 0, "2012-02-29", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 0, "2006-08-31", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorOvernight() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 0, "2006-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
+ }
}
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java 2006-09-10 15:38:09 UTC (rev 149)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java 2006-09-10 15:49:08 UTC (rev 150)
@@ -199,11 +199,137 @@
checkMoveByTenor("2006-08-08", new Tenor(11, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.FORWARD);
checkMoveByTenor("2006-08-08", new Tenor(12, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.FORWARD);
checkMoveByTenor("2006-08-08", new Tenor(13, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-09-26", new Tenor(4, TenorCode.DAY), 0, "2006-10-02", HolidayHandlerType.FORWARD);
}
+ public void testMoveByTenorDaysOneDayToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 1, "2006-08-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 1, "2006-08-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(10, TenorCode.DAY), 1, "2006-08-18", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(11, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(12, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(13, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorDaysTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 2, "2006-08-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 2, "2006-08-14", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(10, TenorCode.DAY), 2, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(11, TenorCode.DAY), 2, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(12, TenorCode.DAY), 2, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-07", new Tenor(13, TenorCode.DAY), 2, "2006-08-22", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
public void testMoveByTenorWeek() {
checkMoveByTenor("2006-08-08", StandardTenor.T_1W, 0, "2006-08-15", HolidayHandlerType.FORWARD);
checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 0, "2006-08-22", HolidayHandlerType.FORWARD);
checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 0, "2006-09-05", HolidayHandlerType.FORWARD);
}
+
+ public void testMoveByTenorWeekOneDayToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1W, 1, "2006-08-16", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 1, "2006-08-23", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 1, "2006-09-06", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorWeekTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1W, 2, "2006-08-17", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 2, "2006-08-24", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 2, "2006-09-07", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorMonth() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 0, "2006-10-02", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 0, "2006-10-31", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 0, "2006-02-28", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 0, "2008-02-29", HolidayHandlerType.FORWARD);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 0, "2006-09-08", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 0, "2006-09-11", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 0, "2006-10-09", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 0, "2007-01-08", HolidayHandlerType.FORWARD);
+ }
+
+ public void testMoveByTenorMonthOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 1, "2006-10-02", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 1, "2006-11-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 1, "2006-03-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 1, "2008-03-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 1, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 1, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 1, "2006-10-09", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 1, "2007-01-09", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorMonthTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 2, "2006-10-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 2, "2006-11-06", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 2, "2006-03-02", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 2, "2008-03-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 2, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 2, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 2, "2006-10-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 2, "2007-01-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorYear() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 0, "2007-08-31", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 0, "2008-09-01", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 0, "2009-03-02", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 0, "2012-02-29", HolidayHandlerType.FORWARD);
+ }
+
+
+ public void testMoveByTenorYearOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 1, "2007-09-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 1, "2008-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 1, "2009-03-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 1, "2012-03-05", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorYearTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 2, "2007-09-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 2, "2008-09-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 2, "2009-03-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 2, "2012-03-05", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 0, "2006-08-31", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 0, "2006-08-29", HolidayHandlerType.FORWARD);
+ }
+
+ public void testMoveByTenorSpotOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 1, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 1, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorSpotTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 2, "2006-09-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 2, "2006-08-31", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorOvernight() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 0, "2006-08-29", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 0, "2006-09-01", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 0, "2006-08-30", HolidayHandlerType.FORWARD);
+ }
+
+ public void testMoveByTenorOvernightOneDayToSpot() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 1, "2006-08-25", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 1, "2006-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 1, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 1, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorOvernightTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 2, "2006-08-25", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 2, "2006-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 2, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 2, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
}
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java 2006-09-10 15:38:09 UTC (rev 149)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java 2006-09-10 15:49:08 UTC (rev 150)
@@ -193,6 +193,27 @@
}
+ public void testAddAcrossMonth() {
+ final DateCalculator<E> cal = newDateCalculator("bla", HolidayHandlerType.MODIFIED_FOLLLOWING);
+
+ cal.setStartDate(newDate("2006-07-28"));
+ cal.moveByDays(1);
+ checkDate("31/7", cal, "2006-07-31");
+
+ cal.moveByDays(1);
+ checkDate("do move to next month", cal, "2006-08-01");
+
+ // now if it due to roll over:
+ cal.setStartDate(newDate("2006-07-28"));
+ final Set<E> holidays = newHolidaysSet();
+ holidays.clear();
+ holidays.add(newDate("2006-07-31"));
+ cal.setNonWorkingDays(holidays);
+ cal.moveByDays(1);
+
+ checkDate("do NOT move to next month", cal, "2006-07-28");
+ }
+
public void testMoveByTenorDays() {
checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 0, "2006-08-09", HolidayHandlerType.MODIFIED_FOLLLOWING);
checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 0, "2006-08-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
@@ -200,6 +221,7 @@
checkMoveByTenor("2006-08-08", new Tenor(11, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
checkMoveByTenor("2006-08-08", new Tenor(12, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
checkMoveByTenor("2006-08-08", new Tenor(13, TenorCode.DAY), 0, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-09-26", new Tenor(4, TenorCode.DAY), 0, "2006-09-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
}
public void testMoveByTenorDaysOneDayToSpot() {
@@ -238,24 +260,96 @@
checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 2, "2006-09-07", HolidayHandlerType.MODIFIED_FOLLLOWING);
}
- public void testAddAcrossMonth() {
- final DateCalculator<E> cal = newDateCalculator("bla", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ public void testMoveByTenorMonth() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 0, "2006-09-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 0, "2006-10-31", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 0, "2006-02-28", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 0, "2008-02-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 0, "2006-09-08", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 0, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 0, "2006-10-09", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 0, "2007-01-08", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
- cal.setStartDate(newDate("2006-07-28"));
- cal.moveByDays(1);
- checkDate("31/7", cal, "2006-07-31");
+ public void testMoveByTenorMonthOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 1, "2006-10-02", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 1, "2006-11-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 1, "2006-03-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 1, "2008-03-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 1, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 1, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 1, "2006-10-09", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 1, "2007-01-09", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
- cal.moveByDays(1);
- checkDate("do move to next month", cal, "2006-08-01");
+ public void testMoveByTenorMonthTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 2, "2006-10-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 2, "2006-11-06", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 2, "2006-03-02", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 2, "2008-03-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 2, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 2, "2006-09-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 2, "2006-10-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 2, "2007-01-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
- // now if it due to roll over:
- cal.setStartDate(newDate("2006-07-28"));
- final Set<E> holidays = newHolidaysSet();
- holidays.clear();
- holidays.add(newDate("2006-07-31"));
- cal.setNonWorkingDays(holidays);
- cal.moveByDays(1);
+ public void testMoveByTenorYear() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 0, "2007-08-31", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 0, "2008-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 0, "2009-02-27", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 0, "2012-02-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
- checkDate("do NOT move to next month", cal, "2006-07-28");
+ public void testMoveByTenorYearOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 1, "2007-09-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 1, "2008-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 1, "2009-03-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 1, "2012-03-05", HolidayHandlerType.MODIFIED_FOLLLOWING);
}
+
+ public void testMoveByTenorYearTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 2, "2007-09-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 2, "2008-09-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 2, "2009-03-03", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 2, "2012-03-05", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 0, "2006-08-31", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 0, "2006-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorSpotOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 1, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 1, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorSpotTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 2, "2006-09-04", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 2, "2006-08-31", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorOvernight() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 0, "2006-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 0, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 0, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorOvernightOneDayToSpot() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 1, "2006-08-25", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 1, "2006-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 1, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 1, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
+
+ public void testMoveByTenorOvernightTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 2, "2006-08-25", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 2, "2006-08-29", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 2, "2006-09-01", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 2, "2006-08-30", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ }
}
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java 2006-09-10 15:38:09 UTC (rev 149)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java 2006-0...
[truncated message content] |
|
From: <be...@us...> - 2006-09-11 09:24:23
|
Revision: 156
http://svn.sourceforge.net/objectlabkit/?rev=156&view=rev
Author: benoitx
Date: 2006-09-11 02:23:35 -0700 (Mon, 11 Sep 2006)
Log Message:
-----------
Added more tests for Tenor.
Some .classpath etc where referencing non-existing directories.
Modified Paths:
--------------
trunk/.classpath
trunk/datecalc-common/.project
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandler.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandlerType.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountBasis.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Tenor.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/TenorCode.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Utils.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/WorkingWeek.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculator.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/DateTimeExcelDateUtilTest.java
Modified: trunk/.classpath
===================================================================
--- trunk/.classpath 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/.classpath 2006-09-11 09:23:35 UTC (rev 156)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry output="datecalc-common/target/classes" kind="src" path="datecalc-common/src/main/java"/>
- <classpathentry output="datecalc-common/target/test-classes" kind="src" path="datecalc-common/src/test/java"/>
- <classpathentry output="datecalc-jdk/target/classes" kind="src" path="datecalc-jdk/src/main/java"/>
- <classpathentry output="datecalc-jdk/target/test-classes" kind="src" path="datecalc-jdk/src/test/java"/>
- <classpathentry output="datecalc-joda/target/classes" kind="src" path="datecalc-joda/src/main/java"/>
- <classpathentry output="datecalc-joda/target/test-classes" kind="src" path="datecalc-joda/src/test/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
- <classpathentry kind="var" path="M2_REPO/joda-time/joda-time/1.3/joda-time-1.3.jar"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry path="datecalc-common/src/main/java" output="datecalc-common/target/classes" kind="src"/>
+ <classpathentry path="datecalc-common/src/test/java" output="datecalc-common/target/test-classes" kind="src"/>
+ <classpathentry path="datecalc-jdk/src/main/java" output="datecalc-jdk/target/classes" kind="src"/>
+ <classpathentry path="datecalc-jdk/src/test/java" output="datecalc-jdk/target/test-classes" kind="src"/>
+ <classpathentry path="datecalc-joda/src/main/java" output="datecalc-joda/target/classes" kind="src"/>
+ <classpathentry path="datecalc-joda/src/test/java" output="datecalc-joda/target/test-classes" kind="src"/>
+ <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
+ <classpathentry path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" kind="var"/>
+ <classpathentry path="M2_REPO/joda-time/joda-time/1.3/joda-time-1.3.jar" kind="var"/>
+ <classpathentry path="" kind="output"/>
</classpath>
Modified: trunk/datecalc-common/.project
===================================================================
--- trunk/datecalc-common/.project 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/.project 2006-09-11 09:23:35 UTC (rev 156)
@@ -1,14 +1,17 @@
-<projectDescription>
- <name>datecalc-common</name>
- <comment>Common Date Calculator methods</comment>
- <projects/>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments/>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>datecalc-common</name>
+ <comment>DateCalc Common library is the library used by both JDK and JODA libraries.</comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -34,6 +34,8 @@
* @param <E>
*/
public abstract class AbstractDateCalculator<E> implements DateCalculator<E> {
+ private static final int MONTHS_IN_YEAR = 12;
+
protected static final int DAYS_IN_WEEK = 7;
private String name;
@@ -115,30 +117,37 @@
moveByDays(daysToSpot);
}
int unit = tenor.getUnits();
- if (tenorCode==TenorCode.WEEK) {
+ if (tenorCode == TenorCode.WEEK) {
tenorCode = TenorCode.DAY;
- unit *= DAYS_IN_WEEK;
+ unit *= DAYS_IN_WEEK;
}
-
- if (tenorCode==TenorCode.YEAR) {
+
+ if (tenorCode == TenorCode.YEAR) {
tenorCode = TenorCode.MONTH;
- unit *= 12;
+ unit *= MONTHS_IN_YEAR;
}
+ DateCalculator<E> calc = this;
+
// move by tenor
switch (tenorCode) {
case OVERNIGHT:
- return moveByDays(1);
+ calc = moveByDays(1);
+ break;
case SPOT:
- return this;
+ calc = this;
+ break;
case DAY:
- return moveByDays(unit);
+ calc = moveByDays(unit);
+ break;
case MONTH:
- return moveByMonths(unit);
+ calc = moveByMonths(unit);
+ break;
default:
throw new UnsupportedOperationException("Sorry not yet...");
}
+ return calc;
}
protected abstract DateCalculator<E> moveByMonths(int months);
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandler.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandler.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandler.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -20,11 +20,11 @@
/**
* This will be called to determine whether the date should be moved according
* to the special algorithm used.
- *
+ *
* @author Benoit Xhenseval
* @author $LastChangedBy$
* @version $Revision$ $Date$
- *
+ *
* @param <E>
*/
public interface HolidayHandler<E> {
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandlerType.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandlerType.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandlerType.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -23,7 +23,7 @@
* @author Benoit Xhenseval
* @author $LastChangedBy$
* @version $Revision$ $Date$
- *
+ *
*/
public final class HolidayHandlerType {
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountBasis.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountBasis.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountBasis.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -17,7 +17,6 @@
*/
package net.objectlab.kit.datecalc.common;
-
/**
* Defines some standard Day Count basis.
*
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountCalculator.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountCalculator.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -19,7 +19,7 @@
/**
* Interface that defines a financial market way of calculating difference in
- * days, month (or part of) and year (or part of).
+ * days, month (or part of) and year (or part of).
*
* @TODO Improve javadoc.
*
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -23,7 +23,7 @@
* @author Benoit Xhenseval
* @author $LastChangedBy$
* @version $Revision$ $Date$
- *
+ *
*/
public final class StandardTenor {
private StandardTenor() {
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Tenor.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Tenor.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Tenor.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -20,11 +20,11 @@
/**
* Holds only valid unit and TenorCode: Day, Week, Month, Year, IMM, Overnight,
* TomNext, Spot, SpotNext, SpotWeek.
- *
+ *
* @author Benoit Xhenseval
* @author $LastChangedBy$
* @version $Revision$ $Date$
- *
+ *
*/
public class Tenor {
private int units = 0;
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/TenorCode.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/TenorCode.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/TenorCode.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -19,16 +19,14 @@
/**
* enum of Tenor Codes held by a {@link Tenor}
- *
+ *
* @author Benoit Xhenseval
* @author $LastChangedBy$
* @version $Revision$ $Date$
- *
+ *
*/
public enum TenorCode {
- OVERNIGHT("ON", false),
- SPOT("SP", false),
- DAY("D", true), WEEK("W", true), MONTH("M", true), YEAR("Y", true);
+ OVERNIGHT("ON", false), SPOT("SP", false), DAY("D", true), WEEK("W", true), MONTH("M", true), YEAR("Y", true);
private final String code;
@@ -47,8 +45,9 @@
}
/**
- * @param code string representation of the <code>TenorCode</code>
- * @return a <code>TenorCode</code> represented by the string argument
+ * @param code
+ * string representation of the <code>TenorCode</code>
+ * @return a <code>TenorCode</code> represented by the string argument
*/
public static TenorCode fromCode(final String code) {
for (final TenorCode ct : TenorCode.values()) {
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Utils.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Utils.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Utils.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -45,9 +45,11 @@
}
/**
- * Removes set's all "time" fields to zero, leaving only the date portion of the Calendar.
- * The Calendar passe
- * @param cal to Calendar object to blast, note, it will be modified
+ * Removes set's all "time" fields to zero, leaving only the date portion of
+ * the Calendar. The Calendar passe
+ *
+ * @param cal
+ * to Calendar object to blast, note, it will be modified
* @return the calendar object modified (same instance)
*/
public static Calendar blastTime(final Calendar cal) {
@@ -81,7 +83,7 @@
throw new IllegalArgumentException("\"" + dateStr + "\"" + " is an invalid date, the pattern is : " + DATE_PATTERN);
}
}
-
+
/**
*
* @param str
@@ -105,6 +107,7 @@
/**
* Get a Calendar object for a given Date representation
+ *
* @param date
* @return
*/
@@ -116,7 +119,7 @@
cal.setTime(date);
return blastTime(cal);
}
-
+
/**
* Converts a Set of Date objects to a Set of Calendar objects
*
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/WorkingWeek.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/WorkingWeek.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/WorkingWeek.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -26,7 +26,7 @@
* @author Benoit Xhenseval
* @author $LastChangedBy$
* @version $Revision$ $Date$
- *
+ *
*/
public class WorkingWeek {
private static final byte MONDAY = 1;
@@ -91,7 +91,8 @@
* true if working day
* @param dayOfWeek
* e.g. Calendar.MONDAY, Calendar.TUESDAY, etc
- * @return a new instance of a <code>WorkingWeek</code> with the working day set
+ * @return a new instance of a <code>WorkingWeek</code> with the working
+ * day set
*/
public WorkingWeek withWorkingDayFromCalendar(final boolean working, final int dayOfWeek) {
final int day = adjustDay(dayOfWeek);
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -212,24 +212,78 @@
checkMoveByTenor("2006-09-26", new Tenor(4, TenorCode.DAY), 0, "2006-09-29", HolidayHandlerType.BACKWARD);
}
+ public void testMoveByTenorDaysOneDayToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 1, "2006-08-10", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 1, "2006-08-11", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(10, TenorCode.DAY), 1, "2006-08-18", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(11, TenorCode.DAY), 1, "2006-08-18", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(12, TenorCode.DAY), 1, "2006-08-18", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(13, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorDaysTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 2, "2006-08-11", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 2, "2006-08-11", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(10, TenorCode.DAY), 2, "2006-08-18", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(11, TenorCode.DAY), 2, "2006-08-18", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(12, TenorCode.DAY), 2, "2006-08-21", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(13, TenorCode.DAY), 2, "2006-08-22", HolidayHandlerType.BACKWARD);
+ }
+
public void testMoveByTenorWeek() {
checkMoveByTenor("2006-08-08", StandardTenor.T_1W, 0, "2006-08-15", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 0, "2006-08-22", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 0, "2006-09-05", HolidayHandlerType.BACKWARD);
}
+ public void testMoveByTenorWeekOneDayToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1W, 1, "2006-08-16", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 1, "2006-08-23", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 1, "2006-09-06", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorWeekTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1W, 2, "2006-08-17", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.WEEK), 2, "2006-08-24", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(4, TenorCode.WEEK), 2, "2006-09-07", HolidayHandlerType.BACKWARD);
+ }
+
public void testMoveByTenorMonth() {
checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 0, "2006-09-29", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 0, "2006-10-31", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 0, "2006-02-28", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 0, "2008-02-29", HolidayHandlerType.BACKWARD);
-
+
checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 0, "2006-09-08", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 0, "2006-09-08", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 0, "2006-10-06", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 0, "2007-01-08", HolidayHandlerType.BACKWARD);
}
+ public void testMoveByTenorMonthOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 1, "2006-09-29", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 1, "2006-11-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 1, "2006-03-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 1, "2008-02-29", HolidayHandlerType.BACKWARD);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 1, "2006-09-08", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 1, "2006-09-08", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 1, "2006-10-09", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 1, "2007-01-09", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorMonthTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1M, 2, "2006-09-29", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2M, 2, "2006-11-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-01-31", StandardTenor.T_1M, 2, "2006-03-02", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-01-31", StandardTenor.T_1M, 2, "2008-02-29", HolidayHandlerType.BACKWARD);
+
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1M, 2, "2006-09-08", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-09", StandardTenor.T_1M, 2, "2006-09-11", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.MONTH), 2, "2006-10-10", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(5, TenorCode.MONTH), 2, "2007-01-10", HolidayHandlerType.BACKWARD);
+ }
+
public void testMoveByTenorYear() {
checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 0, "2007-08-31", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 0, "2008-08-29", HolidayHandlerType.BACKWARD);
@@ -237,15 +291,54 @@
checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 0, "2012-02-29", HolidayHandlerType.BACKWARD);
}
+ public void testMoveByTenorYearOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 1, "2007-08-31", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 1, "2008-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 1, "2009-02-27", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 1, "2012-02-29", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorYearTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.T_1Y, 2, "2007-08-31", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.T_2Y, 2, "2008-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_1Y, 2, "2009-02-27", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2008-02-29", StandardTenor.T_4Y, 2, "2012-02-29", HolidayHandlerType.BACKWARD);
+ }
+
public void testMoveByTenorSpot() {
checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 0, "2006-08-31", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
}
+ public void testMoveByTenorSpotOneDayToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 1, "2006-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 1, "2006-08-25", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorSpotTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-31", StandardTenor.SPOT, 2, "2006-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.SPOT, 2, "2006-08-25", HolidayHandlerType.BACKWARD);
+ }
+
public void testMoveByTenorOvernight() {
checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 0, "2006-09-01", HolidayHandlerType.BACKWARD);
checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 0, "2006-08-25", HolidayHandlerType.BACKWARD);
}
+
+ public void testMoveByTenorOvernightOneDayToSpot() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 1, "2006-08-25", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 1, "2006-08-25", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 1, "2006-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 1, "2006-08-25", HolidayHandlerType.BACKWARD);
+ }
+
+ public void testMoveByTenorOvernightTwoDaysToSpot() {
+ checkMoveByTenor("2006-08-24", StandardTenor.OVERNIGHT, 2, "2006-08-25", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-25", StandardTenor.OVERNIGHT, 2, "2006-08-25", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-31", StandardTenor.OVERNIGHT, 2, "2006-09-01", HolidayHandlerType.BACKWARD);
+ checkMoveByTenor("2006-08-28", StandardTenor.OVERNIGHT, 2, "2006-08-25", HolidayHandlerType.BACKWARD);
+ }
+
}
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java 2006-09-10 20:38:22 UTC (rev 155)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java 2006-09-11 09:23:35 UTC (rev 156)
@@ -203,21 +203,21 @@
}
public void testMoveByTenorDaysOneDayToSpot() {
- checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 1, "2006-08-10", HolidayHandlerType.MODIFIED_FOLLLOWING);
- checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 1, "2006-08-11", HolidayHandlerType.MODIFIED_FOLLLOWING);
- checkMoveByTenor("2006-08-07", new Tenor(10, TenorCode.DAY), 1, "2006-08-18", HolidayHandlerType.MODIFIED_FOLLLOWING);
- checkMoveByTenor("2006-08-07", new Tenor(11, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
- checkMoveByTenor("2006-08-07", new Tenor(12, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
- checkMoveByTenor("2006-08-07", new Tenor(13, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.MODIFIED_FOLLLOWING);
+ checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 1, "2006-08-10", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-08", new Tenor(2, TenorCode.DAY), 1, "2006-08-11", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(10, TenorCode.DAY), 1, "2006-08-18", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(11, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(12, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.FORWARD);
+ checkMoveByTenor("2006-08-07", new Tenor(13, TenorCode.DAY), 1, "2006-08-21", HolidayHandlerType.FORWARD);
}
public void testMoveByTenorDaysTwoDaysToSpot() {
- checkMoveByTenor("2006-08-08", StandardTenor.T_1D, 2, "2006-08-11", Hol...
[truncated message content] |
|
From: <be...@us...> - 2006-09-11 11:17:58
|
Revision: 157
http://svn.sourceforge.net/objectlabkit/?rev=157&view=rev
Author: benoitx
Date: 2006-09-11 04:17:54 -0700 (Mon, 11 Sep 2006)
Log Message:
-----------
Using Maven2, the jdk and joda tests depend on the common ones, I've added the dependency via a testResource.
Modified Paths:
--------------
trunk/datecalc-jdk/pom.xml
trunk/datecalc-joda/pom.xml
Modified: trunk/datecalc-jdk/pom.xml
===================================================================
--- trunk/datecalc-jdk/pom.xml 2006-09-11 09:23:35 UTC (rev 156)
+++ trunk/datecalc-jdk/pom.xml 2006-09-11 11:17:54 UTC (rev 157)
@@ -31,4 +31,17 @@
</dependency>
</dependencies>
+ <build>
+ <testResources>
+ <testResource>
+ <directory>
+ ../datecalc-common/target/test-classes
+ </directory>
+ <includes>
+ <include>**/*.class</include>
+ </includes>
+ </testResource>
+ </testResources>
+ </build>
+
</project>
\ No newline at end of file
Modified: trunk/datecalc-joda/pom.xml
===================================================================
--- trunk/datecalc-joda/pom.xml 2006-09-11 09:23:35 UTC (rev 156)
+++ trunk/datecalc-joda/pom.xml 2006-09-11 11:17:54 UTC (rev 157)
@@ -1,34 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.objectlab.kit.datecalc</groupId>
- <artifactId>datecalc</artifactId>
- <version>1.0-SNAPSHOT</version>
- </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.objectlab.kit.datecalc</groupId>
+ <artifactId>datecalc</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
- <artifactId>datecalc-joda</artifactId>
- <packaging>jar</packaging>
- <name>Date Calculator for Joda</name>
- <description>
- Date Calculator methods for Joda
- </description>
+ <artifactId>datecalc-joda</artifactId>
+ <packaging>jar</packaging>
+ <name>Date Calculator for Joda</name>
+ <description>Date Calculator methods for Joda</description>
- <dependencies>
- <dependency>
- <groupId>net.objectlab.kit.datecalc</groupId>
- <artifactId>datecalc-common</artifactId>
- <version>${pom.version}</version>
- </dependency>
+ <dependencies>
+ <dependency>
+ <groupId>net.objectlab.kit.datecalc</groupId>
+ <artifactId>datecalc-common</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>1.3</version>
- </dependency>
- </dependencies>
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>1.3</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <testResources>
+ <testResource>
+ <directory>
+ ../datecalc-common/target/test-classes
+ </directory>
+ <includes>
+ <include>**/*.class</include>
+ </includes>
+ </testResource>
+ </testResources>
+ </build>
+
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-14 20:29:22
|
Revision: 179
http://svn.sourceforge.net/objectlabkit/?rev=179&view=rev
Author: benoitx
Date: 2006-09-14 13:28:58 -0700 (Thu, 14 Sep 2006)
Log Message:
-----------
new build.
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-joda/qalab.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2006-09-14 08:18:13 UTC (rev 178)
+++ trunk/common-build/project.xml 2006-09-14 20:28:58 UTC (rev 179)
@@ -44,7 +44,7 @@
<repository>
<url>https://svn.sourceforge.net/viewvc/objectlabkit/</url>
<connection>
- https://svn.sourceforge.net/svnroot/objectlabkit/trunk
+ scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk
</connection>
<developerConnection>
scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-14 08:18:13 UTC (rev 178)
+++ trunk/datecalc-common/qalab.xml 2006-09-14 20:28:58 UTC (rev 179)
@@ -63,6 +63,8 @@
<summaryresult date="2006-09-09" filecount="17" statvalue="64" type="cobertura-branch"/>
<summaryresult date="2006-09-12" filecount="17" statvalue="59" type="cobertura-line"/>
<summaryresult date="2006-09-12" filecount="17" statvalue="62" type="cobertura-branch"/>
+ <summaryresult date="2006-09-14" filecount="17" statvalue="57" type="cobertura-line"/>
+ <summaryresult date="2006-09-14" filecount="17" statvalue="60" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -111,6 +113,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -151,6 +155,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="95" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -183,6 +189,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -200,6 +208,7 @@
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -215,6 +224,7 @@
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -246,6 +256,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="90" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="90" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -275,6 +287,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -297,6 +311,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -347,6 +363,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -362,6 +380,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="88" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="88" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
@@ -370,6 +390,7 @@
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -382,6 +403,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="93" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="82" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="83" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
@@ -392,6 +415,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -399,6 +424,7 @@
<result date="2006-09-07" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -406,5 +432,7 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-09-14 08:18:13 UTC (rev 178)
+++ trunk/datecalc-jdk/qalab.xml 2006-09-14 20:28:58 UTC (rev 179)
@@ -66,6 +66,8 @@
<summaryresult date="2006-09-12" filecount="6" statvalue="6" type="pmd"/>
<summaryresult date="2006-09-12" filecount="17" statvalue="99" type="cobertura-line"/>
<summaryresult date="2006-09-12" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-14" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-09-14" filecount="17" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -278,6 +280,8 @@
<result date="2006-09-09" statvalue="84" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -298,6 +302,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -326,6 +332,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="91" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -465,6 +473,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
@@ -474,6 +484,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
@@ -483,6 +495,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
@@ -494,6 +508,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
@@ -504,6 +520,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
<result date="2006-09-07" statvalue="90" type="cobertura-line"/>
@@ -512,6 +530,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
@@ -521,6 +541,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
@@ -532,6 +554,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
@@ -539,6 +563,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
@@ -548,6 +574,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
@@ -555,12 +583,16 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -569,6 +601,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java">
@@ -576,5 +610,7 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-joda/qalab.xml
===================================================================
--- trunk/datecalc-joda/qalab.xml 2006-09-14 08:18:13 UTC (rev 178)
+++ trunk/datecalc-joda/qalab.xml 2006-09-14 20:28:58 UTC (rev 179)
@@ -69,6 +69,8 @@
<summaryresult date="2006-09-12" filecount="2" statvalue="2" type="pmd"/>
<summaryresult date="2006-09-12" filecount="19" statvalue="98" type="cobertura-line"/>
<summaryresult date="2006-09-12" filecount="19" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-14" filecount="19" statvalue="98" type="cobertura-line"/>
+ <summaryresult date="2006-09-14" filecount="19" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_joda_package.html" path="net/objectlab/kit/datecalc/joda/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -187,6 +189,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_BackwardHandler.java" path="net/objectlab/kit/datecalc/joda/BackwardHandler.java">
<result date="2006-08-08" statvalue="28" type="cobertura-line"/>
@@ -377,6 +381,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="91" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java">
@@ -394,6 +400,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_LocalDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateCalculator.java">
<result date="2006-09-02" statvalue="100" type="cobertura-line"/>
@@ -411,6 +419,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateForwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java">
@@ -428,6 +438,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java">
@@ -445,6 +457,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java">
@@ -462,6 +476,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java">
@@ -479,6 +495,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java">
@@ -496,6 +514,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayForwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java">
@@ -513,6 +533,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java">
@@ -530,6 +552,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java">
@@ -547,6 +571,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_JodaExcelDateUtil.java" path="net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java">
<result date="2006-09-05" statvalue="85" type="cobertura-line"/>
@@ -559,6 +585,8 @@
<result date="2006-09-09" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-12" statvalue="85" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="85" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java">
@@ -572,6 +600,8 @@
<result date="2006-09-12" statvalue="1" type="pmd"/>
<result date="2006-09-12" statvalue="100" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayIMMDateCalculator.java" path="net/objectlab/kit/date...
[truncated message content] |
|
From: <ma...@us...> - 2006-09-17 09:59:38
|
Revision: 184
http://svn.sourceforge.net/objectlabkit/?rev=184&view=rev
Author: marchy
Date: 2006-09-17 02:42:49 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
adding keyword substitution to files
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculator.java
trunk/maven.xml
trunk/project.properties
trunk/project.xml
Property Changed:
----------------
trunk/.project
trunk/.settings/org.eclipse.jdt.core.prefs
trunk/.settings/org.eclipse.jdt.ui.prefs
trunk/LICENSE.txt
trunk/common-build/checkstyle_checks.xml
trunk/common-build/findbugs-exclude-filter.xml
trunk/common-build/objectlab_checks.xml
trunk/common-build/project.properties
trunk/common-build/project.xml
trunk/datecalc-common/.settings/org.eclipse.jdt.core.prefs
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/package.html
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactoryTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractExcelDateUtilTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractIMMDateTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/CalendarExcelDateUtilTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/DateExcelDateUtilTest.java
trunk/datecalc-jdk/.settings/org.eclipse.jdt.core.prefs
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/package.html
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDatePeriodCountCalculatorTest.java
trunk/datecalc-joda/.settings/org.eclipse.jdt.core.prefs
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculator.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/DateTimeExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculatorTest.java
trunk/maven.xml
trunk/pom.xml
trunk/project.properties
trunk/project.xml
trunk/src/site/1d.png
trunk/src/site/1m.png
trunk/src/site/1w.png
trunk/src/site/1y.png
trunk/src/site/2d.png
trunk/src/site/algo.xml
trunk/src/site/backward.png
trunk/src/site/calendar.vsd
trunk/src/site/changes.xml
trunk/src/site/faq.fml
trunk/src/site/forward.png
trunk/src/site/index.xml
trunk/src/site/modif-following.png
trunk/src/site/modif-preceeding.png
trunk/src/site/navigation.xml
trunk/src/site/spot.png
trunk/src/site/tenor.vsd
trunk/src/site/tenor.xml
Property changes on: trunk/.project
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/.settings/org.eclipse.jdt.ui.prefs
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/common-build/checkstyle_checks.xml
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/common-build/findbugs-exclude-filter.xml
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/common-build/objectlab_checks.xml
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/common-build/project.properties
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/common-build/project.xml 2006-09-17 09:42:49 UTC (rev 184)
@@ -3,7 +3,7 @@
<!--
/*
* ========================================================================
- * $Id: JdkCalendarBaseDateCalculator.java 128 2006-09-08 13:14:46Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
Property changes on: trunk/common-build/project.xml
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:keywords
-
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: AbstractDateCalculator.java 108 2006-09-05 10:13:01Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -26,8 +26,8 @@
* viable values for it for now.
*
* @author Marcin Jekot
- * @author $LastChangedBy: benoitx $
- * @version $Revision: 108 $ $Date: 2006-09-05 11:13:01 +0100 (Tue, 05 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
* @param <E>
* a representation of a date, typically JDK: Date, Calendar;
Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: AbstractDateCalculatorFactory.java 125 2006-09-07 17:24:20Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -25,8 +25,8 @@
* Base class for all calculator factories, it handles the holiday registration.
*
* @author Marcin Jekot
- * @author $LastChangedBy: benoitx $
- * @version $Revision: 125 $ $Date: 2006-09-07 19:24:20 +0200 (Thu, 07 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
* @param <E>
* a representation of a date, typically JDK: Date, Calendar;
Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: ExcelDateUtil.java 99 2006-09-04 20:30:25Z marchy $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -25,8 +25,8 @@
* Convert Excel Date to Jdk <code>Date</code> or <code>Calendar</code>.
*
* @author Benoit Xhenseval
- * @author $LastChangedBy: marchy $
- * @version $Revision: 99 $ $Date: 2006-09-04 21:30:25 +0100 (Mon, 04 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
*/
public final class ExcelDateUtil {
Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: DateCalculator.java 109 2006-09-05 11:16:39Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -24,8 +24,8 @@
* December.
*
* @author Benoit Xhenseval
- * @author $LastChangedBy: benoitx $
- * @version $Revision: 109 $ $Date: 2006-09-05 12:16:39 +0100 (Tue, 05 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
* @param <E>
* a representation of a date, typically JDK: Date, Calendar;
* Joda:LocalDate, YearMonthDay
Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: DateCalculatorFactory.java 125 2006-09-07 17:24:20Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -28,8 +28,8 @@
* DateCalculator to get the new set.
*
* @author Benoit Xhenseval
- * @author $LastChangedBy: benoitx $
- * @version $Revision: 125 $ $Date: 2006-09-07 19:24:20 +0200 (Thu, 07 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
* @param <E>
* a representation of a date, typically JDK: Date, Calendar;
Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/package.html
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactoryTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractExcelDateUtilTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractIMMDateTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/CalendarExcelDateUtilTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/DateExcelDateUtilTest.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Property changes on: trunk/datecalc-jdk/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: CalendarBackwardHandler.java 99 2006-09-04 20:30:25Z marchy $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -28,8 +28,8 @@
* <strong>Backward</strong> algorithm.
*
* @author Marcin Jekot
- * @author $LastChangedBy: marchy $
- * @version $Revision: 99 $ $Date: 2006-09-04 21:30:25 +0100 (Mon, 04 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*/
public class CalendarBackwardHandler extends CalendarForwardHandler {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: JdkCalendarBaseDateCalculator.java 128 2006-09-08 13:14:46Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -34,7 +34,7 @@
*
* @author Marcin Jekot
* @author $LastModifiedBy$
- * @version $Revision: 128 $ $Date: 2006-09-08 15:14:46 +0200 (Fri, 08 Sep 2006) $
+ * @version $Revision$ $Date$
*/
public class CalendarDateCalculator extends AbstractDateCalculator<Calendar> {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -29,8 +29,8 @@
* {@link net.objectlab.kit.datecalc.common.IMMDateCalculator}
*
* @author Marcin Jekot
- * @author $LastChangedBy: marchy $
- * @version $Revision: 138 $ $Date: 2006-09-10 14:29:15 +0200 (Sun, 10 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
*/
public class CalendarIMMDateCalculator extends AbstractIMMDateCalculator<Calendar> {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: DefaultJdkDateCalculatorFactory.java 96 2006-09-04 15:01:20Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -30,8 +30,8 @@
* calculators.
*
* @author Marcin Jekot
- * @author $LastChangedBy: benoitx $
- * @version $Revision: 96 $ $Date: 2006-09-04 16:01:20 +0100 (Mon, 04 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
*/
public class CalendarKitCalculatorsFactory extends AbstractKitCalculatorsFactory<Calendar> {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: CalendarModifiedFollowingHandler.java 99 2006-09-04 20:30:25Z marchy $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -28,8 +28,8 @@
* <strong>Modified Following</strong> algorithm.
*
* @author Marcin Jekot
- * @author $LastChangedBy: marchy $
- * @version $Revision: 99 $ $Date: 2006-09-04 21:30:25 +0100 (Mon, 04 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
*/
public class CalendarModifiedFollowingHandler implements HolidayHandler<Calendar> {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: CalendarModifiedPreceedingHandler.java 99 2006-09-04 20:30:25Z marchy $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -27,8 +27,8 @@
* <strong>Modified Preceeding</strong> algorithm.
*
* @author Marcin Jekot
- * @author $LastChangedBy: marchy $
- * @version $Revision: 99 $ $Date: 2006-09-04 21:30:25 +0100 (Mon, 04 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
*/
public class CalendarModifiedPreceedingHandler extends CalendarModifiedFollowingHandler {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: CalendarBackwardHandler.java 99 2006-09-04 20:30:25Z marchy $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -28,8 +28,8 @@
* <strong>Backward</strong> algorithm.
*
* @author Marcin Jekot
- * @author $LastChangedBy: marchy $
- * @version $Revision: 99 $ $Date: 2006-09-04 21:30:25 +0100 (Mon, 04 Sep 2006) $
+ * @author $LastChangedBy$
+ * @version $Revision$ $Date$
*
*/
public class DateBackwardHandler extends DateForwardHandler {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-09-17 09:42:49 UTC (rev 184)
@@ -1,5 +1,5 @@
/*
- * $Id: JdkDateBaseDateCalculator.java 125 2006-09-07 17:24:20Z benoitx $
+ * $Id$
*
* Copyright 2006 the original author or authors.
*
@@ -35,7 +35,7 @@
*
* @author Marcin Jekot
* @author $LastModifiedBy$
- * @version $Revision: 125 $ $Date: 2006-09-07 19:24:20 +0200 (Thu, 07 Sep 2006) $
+ * @version $Revision$ $Date$
*/
public class DateDateCalculator extends AbstractDateCalculator<Date> {
Property changes on: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedBy LastChangedDate LastChangedRevision
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-09-16 16:49:25 UTC (rev 183)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandle...
[truncated message content] |
|
From: <be...@us...> - 2006-09-19 10:17:39
|
Revision: 190
http://svn.sourceforge.net/objectlabkit/?rev=190&view=rev
Author: benoitx
Date: 2006-09-19 03:16:53 -0700 (Tue, 19 Sep 2006)
Log Message:
-----------
Add license header.
Modified Paths:
--------------
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorCombinationTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactoryTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractExcelDateUtilTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractIMMDateTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/CalendarExcelDateUtilTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/DateExcelDateUtilTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/TenorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/UtilsTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/DateTimeExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeekTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateDateCalculatorCombinationTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateForwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayBackwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculatorCombinationTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPrecedingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculatorTest.java
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractBackwardDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Calendar;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorCombinationTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorCombinationTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorCombinationTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import junit.framework.Assert;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactoryTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactoryTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactoryTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Set;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Date;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractDateTestCase.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.HashSet;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractExcelDateUtilTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractExcelDateUtilTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractExcelDateUtilTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import junit.framework.TestCase;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractForwardDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Calendar;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractIMMDateTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractIMMDateTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractIMMDateTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.List;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedFollowingDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Calendar;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractModifiedPreceedingDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Calendar;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.math.BigDecimal;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/CalendarExcelDateUtilTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/CalendarExcelDateUtilTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/CalendarExcelDateUtilTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Calendar;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/DateExcelDateUtilTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/DateExcelDateUtilTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/DateExcelDateUtilTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.Date;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/TenorTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/TenorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/TenorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.util.HashSet;
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/UtilsTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/UtilsTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/UtilsTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.common;
import java.text.SimpleDateFormat;
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.jdk;
import java.util.Date;
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.jdk;
import java.util.Calendar;
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.jdk;
import java.util.Calendar;
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.jdk;
import java.util.Calendar;
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
package net.objectlab.kit.datecalc.jdk;
import java.util.Calendar;
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java 2006-09-19 10:16:11 UTC (rev 189)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java 2006-09-19 10:16:53 UTC (rev 190)
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain...
[truncated message content] |
|
From: <be...@us...> - 2006-09-20 15:39:54
|
Revision: 193
http://svn.sourceforge.net/objectlabkit/?rev=193&view=rev
Author: benoitx
Date: 2006-09-20 08:39:25 -0700 (Wed, 20 Sep 2006)
Log Message:
-----------
Build ready for 1.0.1
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-joda/qalab.xml
trunk/src/site/changes.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2006-09-19 16:57:50 UTC (rev 192)
+++ trunk/common-build/project.xml 2006-09-20 15:39:25 UTC (rev 193)
@@ -142,9 +142,9 @@
<versions>
<version>
- <id>1.0</id>
- <name>1.0</name>
- <tag>v1.0</tag>
+ <id>1.0.1</id>
+ <name>1.0.1</name>
+ <tag>v1.0.1</tag>
</version>
</versions>
</project>
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-19 16:57:50 UTC (rev 192)
+++ trunk/datecalc-common/qalab.xml 2006-09-20 15:39:25 UTC (rev 193)
@@ -67,6 +67,8 @@
<summaryresult date="2006-09-14" filecount="17" statvalue="60" type="cobertura-branch"/>
<summaryresult date="2006-09-18" filecount="17" statvalue="57" type="cobertura-line"/>
<summaryresult date="2006-09-18" filecount="17" statvalue="60" type="cobertura-branch"/>
+ <summaryresult date="2006-09-20" filecount="17" statvalue="57" type="cobertura-line"/>
+ <summaryresult date="2006-09-20" filecount="17" statvalue="60" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -119,6 +121,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -163,6 +167,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="95" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -199,6 +205,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -218,6 +226,7 @@
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -235,6 +244,7 @@
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -270,6 +280,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="90" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="90" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -303,6 +315,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -329,6 +343,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -383,6 +399,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -402,6 +420,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="88" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="88" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
@@ -412,6 +432,7 @@
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -428,6 +449,8 @@
<result date="2006-09-14" statvalue="83" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="82" type="cobertura-line"/>
<result date="2006-09-18" statvalue="83" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="82" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="83" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
@@ -442,6 +465,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -451,6 +476,7 @@
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -462,5 +488,7 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-09-19 16:57:50 UTC (rev 192)
+++ trunk/datecalc-jdk/qalab.xml 2006-09-20 15:39:25 UTC (rev 193)
@@ -70,6 +70,8 @@
<summaryresult date="2006-09-14" filecount="17" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-09-18" filecount="17" statvalue="99" type="cobertura-line"/>
<summaryresult date="2006-09-18" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-20" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-09-20" filecount="17" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -286,6 +288,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -310,6 +314,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -342,6 +348,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="91" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -485,6 +493,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
@@ -498,6 +508,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
@@ -511,6 +523,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
@@ -526,6 +540,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
@@ -540,6 +556,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
<result date="2006-09-07" statvalue="90" type="cobertura-line"/>
@@ -552,6 +570,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
@@ -565,6 +585,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
@@ -580,6 +602,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
@@ -591,6 +615,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
@@ -604,6 +630,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
@@ -615,6 +643,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -625,6 +655,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -637,6 +669,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java">
@@ -648,5 +682,7 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-joda/qalab.xml
===================================================================
--- trunk/datecalc-joda/qalab.xml 2006-09-19 16:57:50 UTC (rev 192)
+++ trunk/datecalc-joda/qalab.xml 2006-09-20 15:39:25 UTC (rev 193)
@@ -73,6 +73,8 @@
<summaryresult date="2006-09-14" filecount="19" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-09-18" filecount="19" statvalue="98" type="cobertura-line"/>
<summaryresult date="2006-09-18" filecount="19" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-20" filecount="19" statvalue="98" type="cobertura-line"/>
+ <summaryresult date="2006-09-20" filecount="19" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_joda_package.html" path="net/objectlab/kit/datecalc/joda/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -195,6 +197,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_BackwardHandler.java" path="net/objectlab/kit/datecalc/joda/BackwardHandler.java">
<result date="2006-08-08" statvalue="28" type="cobertura-line"/>
@@ -389,6 +393,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="91" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java">
@@ -410,6 +416,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_LocalDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateCalculator.java">
<result date="2006-09-02" statvalue="100" type="cobertura-line"/>
@@ -431,6 +439,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateForwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java">
@@ -452,6 +462,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java">
@@ -473,6 +485,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java">
@@ -494,6 +508,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java">
@@ -515,6 +531,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java">
@@ -536,6 +554,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayForwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java">
@@ -557,6 +577,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java">
@@ -578,6 +600,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java">
@@ -599,6 +623,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_JodaExcelDateUtil.java" path="net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java">
<result date="2006-09-05" statvalue="85" type="cobertura-line"/>
@@ -615,6 +641,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="85" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="85" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java">
@@ -632,6 +660,8 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-line"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc...
[truncated message content] |
|
From: <be...@us...> - 2006-09-21 15:33:20
|
Revision: 194
http://svn.sourceforge.net/objectlabkit/?rev=194&view=rev
Author: benoitx
Date: 2006-09-21 08:32:53 -0700 (Thu, 21 Sep 2006)
Log Message:
-----------
Take into account Gerald's comments (thanks).
Put the source files for site in the recommended src/site directory (from xdocs).
Update some web pages.
Modified Paths:
--------------
trunk/common-build/project.properties
trunk/datecalc-common/maven.xml
trunk/datecalc-jdk/maven.xml
trunk/datecalc-jdk/project.xml
trunk/datecalc-joda/maven.xml
trunk/datecalc-joda/project.xml
trunk/src/site/algo.xml
trunk/src/site/changes.xml
trunk/src/site/index.xml
trunk/src/site/tenor.xml
Added Paths:
-----------
trunk/datecalc-common/src/site/index.xml
trunk/datecalc-common/src/site/navigation.xml
trunk/datecalc-jdk/src/site/index.xml
trunk/datecalc-jdk/src/site/navigation.xml
trunk/datecalc-joda/src/site/index.xml
trunk/datecalc-joda/src/site/navigation.xml
Modified: trunk/common-build/project.properties
===================================================================
--- trunk/common-build/project.properties 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/common-build/project.properties 2006-09-21 15:32:53 UTC (rev 194)
@@ -87,6 +87,7 @@
#maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
#maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css
maven.xdoc.theme=stylus
+maven.docs.src=${basedir}/src/site
#
# CHECKSTYLE
Modified: trunk/datecalc-common/maven.xml
===================================================================
--- trunk/datecalc-common/maven.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/datecalc-common/maven.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -15,46 +15,4 @@
<goal name="kit:build" prereqs="jar:install" />
<goal name="kit:rebuild" prereqs="clean,kit:build" />
-
- <goal name="ydoc" prereqs="xdoc:init"
- description="Generate API documentation">
- <path id="maven.ydoc.path">
- <path refid="maven.dependency.classpath" />
- <path location="${maven.build.dest}" />
- <path location="${basedir}/../common-build/ydoc.jar" />
- <path location="${basedir}/../common-build/class2svg.jar" />
- <path location="${basedir}/../common-build/styleed.jar" />
- <path location="${maven.ydoc.resources}" />
- </path>
- <property name="maven.ydoc.path.property" refid="maven.ydoc.path" />
- <mkdir dir="${maven.build.dir}/docs/apidocs" />
- <mkdir dir="${maven.build.dir}/ydoc/" />
- <record name="${maven.build.dir}/ydoc/report.txt" action="start" />
- <echo message="Generating API docs in ${maven.ydoc.destination}" />
- <javadoc sourcepathref="maven.compile.src.set"
- packagenames="net.objectlab.safemargin.*" maxmemory="255m"
- destdir="${maven.build.dir}/docs/apidocs"
- classpath="${maven.ydoc.path.property}" author="true"
- additionalparam="-breakiterator">
- <doclet name="ydoc.doclets.YStandard"
- path="${maven.ydoc.path.property}">
- <param name="-generic" />
- <param name="-umlautogen" />
- <param name="-ymode" value="LOG" />
- <param name="-filterpath"
- value="${maven.ydoc.path.property}" />
- <param name="-filter" value="ydoc.filters.ExcludeFilter" />
- <param name="-tag" value="y.precondition" />
- <param name="-tag" value="y.postcondition" />
- <param name="-tag" value="y.complexity" />
- <param name="-tag" value="param" />
- <param name="-tag" value="return" />
- <param name="-tag" value="see" />
- <param name="-tag" value="y.uml" />
- </doclet>
- </javadoc>
- <ant:record name="${maven.build.dir}/ydoc/report.txt"
- action="stop" />
- </goal>
-
</project>
Added: trunk/datecalc-common/src/site/index.xml
===================================================================
--- trunk/datecalc-common/src/site/index.xml (rev 0)
+++ trunk/datecalc-common/src/site/index.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -0,0 +1,31 @@
+<document>
+ <properties>
+ <author email="Ki...@ob...">Benoit Xhenseval</author>
+ <title>DateCalc Common Intro</title>
+ </properties>
+ <head>
+ <meta name="description"
+ content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ />
+
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="DateCalc Common Introduction">
+
+ <p>DateCalc Common defines the common functionalities (implementation using some generics).</p>
+ <p>Check out the UML diagrams <a href="apidocs/index.html">here</a></p>
+ <p>Also look at the Report menu on the left for project specific items, unit tests, QA etc.</p>
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
Added: trunk/datecalc-common/src/site/navigation.xml
===================================================================
--- trunk/datecalc-common/src/site/navigation.xml (rev 0)
+++ trunk/datecalc-common/src/site/navigation.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="ObjectLab-Kit">
+ <title>ObjectLab Kit</title>
+ <body>
+ <links>
+ <item name="ObjectLab Kit" href="../../index.html" />
+ <item name="DateCalc Common" href="../datecalc-common/index.html" />
+ <item name="DateCalc JDK" href="../datecalc-jdk/index.html" />
+ <item name="DateCalc Joda" href="../datecalc-joda/index.html" />
+ </links>
+
+ </body>
+</project>
\ No newline at end of file
Modified: trunk/datecalc-jdk/maven.xml
===================================================================
--- trunk/datecalc-jdk/maven.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/datecalc-jdk/maven.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -3,7 +3,21 @@
<!--
/*
* ========================================================================
- * ObjectLab Financial Ltd, proud sponsor of The Kit.
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
* ========================================================================
*/
-->
@@ -14,15 +28,5 @@
<goal name="kit:rebuild" prereqs="clean,kit:build" />
- <goal name="kit:build" prereqs="jar:jar">
- <!--
- <echo>ADD Common to full JAR</echo>
- <ant:jar basedir="target/classes"
- jarfile="${maven.build.dir}/${pom.artifactId}-full-${pom.currentVersion}.jar"
- update="yes">
- <fileset dir="${basedir}/../datecalc-common/target/classes"
- excludes="**/Test.class" includes="**/*.class" />
- </ant:jar>
- -->
- </goal>
+ <goal name="kit:build" prereqs="jar:install" />
</project>
Modified: trunk/datecalc-jdk/project.xml
===================================================================
--- trunk/datecalc-jdk/project.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/datecalc-jdk/project.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -74,17 +74,5 @@
</resource>
</resources>
</unitTest>
-
- <!-- This JAR should contain the common jar. -->
- <resources>
- <resource>
- <directory>../datecalc-common/target/</directory>
- <filtering>false</filtering>
- <includes>
- <include>*.jar</include>
- </includes>
- </resource>
- </resources>
</build>
-
</project>
Added: trunk/datecalc-jdk/src/site/index.xml
===================================================================
--- trunk/datecalc-jdk/src/site/index.xml (rev 0)
+++ trunk/datecalc-jdk/src/site/index.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -0,0 +1,31 @@
+<document>
+ <properties>
+ <author email="Ki...@ob...">Benoit Xhenseval</author>
+ <title>DateCalc JDK Intro</title>
+ </properties>
+ <head>
+ <meta name="description"
+ content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ />
+
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="DateCalc JDK Introduction">
+
+ <p>DateCalc JDK provides an implementation for pure JDK.</p>
+ <p>Check out the UML diagrams <a href="apidocs/index.html">here</a></p>
+ <p>Also look at the Report menu on the left for project specific items, unit tests, QA etc.</p>
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
Added: trunk/datecalc-jdk/src/site/navigation.xml
===================================================================
--- trunk/datecalc-jdk/src/site/navigation.xml (rev 0)
+++ trunk/datecalc-jdk/src/site/navigation.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="ObjectLab-Kit">
+ <title>ObjectLab Kit</title>
+ <body>
+ <links>
+ <item name="ObjectLab Kit" href="../../index.html" />
+ <item name="DateCalc Common" href="../datecalc-common/index.html" />
+ <item name="DateCalc JDK" href="../datecalc-jdk/index.html" />
+ <item name="DateCalc Joda" href="../datecalc-joda/index.html" />
+ </links>
+
+ </body>
+</project>
\ No newline at end of file
Modified: trunk/datecalc-joda/maven.xml
===================================================================
--- trunk/datecalc-joda/maven.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/datecalc-joda/maven.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -3,10 +3,24 @@
<!--
/*
* ========================================================================
- * ObjectLab Financial Ltd, proud sponsor of The Kit.
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
* ========================================================================
*/
--->
+-->
<project xmlns:j="jelly:core" xmlns:ant="jelly:ant"
xmlns:artifact="artifact"
@@ -14,16 +28,5 @@
<goal name="kit:rebuild" prereqs="clean,kit:build" />
- <goal name="kit:build" prereqs="jar:jar">
-<!--
- <echo>ADD Common classes to full JAR</echo>
-
- <ant:jar basedir="target/classes"
- jarfile="${maven.build.dir}/${pom.artifactId}-full-${pom.currentVersion}.jar"
- update="yes">
- <fileset dir="${basedir}/../datecalc-common/target/classes"
- excludes="**/Test.class" includes="**/*.class" />
- </ant:jar>
--->
- </goal>
+ <goal name="kit:build" prereqs="jar:install"/>
</project>
Modified: trunk/datecalc-joda/project.xml
===================================================================
--- trunk/datecalc-joda/project.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/datecalc-joda/project.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -79,15 +79,5 @@
</resource>
</resources>
</unitTest>
- <!-- This JAR should contain the common jar. -->
- <resources>
- <resource>
- <directory>../datecalc-common/target/</directory>
- <filtering>false</filtering>
- <includes>
- <include>*.jar</include>
- </includes>
- </resource>
- </resources>
</build>
</project>
Added: trunk/datecalc-joda/src/site/index.xml
===================================================================
--- trunk/datecalc-joda/src/site/index.xml (rev 0)
+++ trunk/datecalc-joda/src/site/index.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -0,0 +1,31 @@
+<document>
+ <properties>
+ <author email="Ki...@ob...">Benoit Xhenseval</author>
+ <title>DateCalc JODA Intro</title>
+ </properties>
+ <head>
+ <meta name="description"
+ content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ />
+
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="DateCalc JODA Introduction">
+
+ <p>DateCalc Joda provides an implementation based on <a href="http://joda-time.sourceforge.net">Joda Time</a>.</p>
+ <p>Check out the UML diagrams <a href="apidocs/index.html">here</a></p>
+ <p>Also look at the Report menu on the left for project specific items, unit tests, QA etc.</p>
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
Added: trunk/datecalc-joda/src/site/navigation.xml
===================================================================
--- trunk/datecalc-joda/src/site/navigation.xml (rev 0)
+++ trunk/datecalc-joda/src/site/navigation.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="ObjectLab-Kit">
+ <title>ObjectLab Kit</title>
+ <body>
+ <links>
+ <item name="ObjectLab Kit" href="../../index.html" />
+ <item name="DateCalc Common" href="../datecalc-common/index.html" />
+ <item name="DateCalc JDK" href="../datecalc-jdk/index.html" />
+ <item name="DateCalc Joda" href="../datecalc-joda/index.html" />
+ </links>
+
+ </body>
+</project>
\ No newline at end of file
Modified: trunk/src/site/algo.xml
===================================================================
--- trunk/src/site/algo.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/src/site/algo.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -1,7 +1,7 @@
<document>
<properties>
<author email="Ki...@ob...">Benoit Xhenseval</author>
- <title>ObjectLab Kit - Holiday Handler Algorithms</title>
+ <title>Holiday Handler Algorithms</title>
</properties>
<head>
<meta name="description"
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/src/site/changes.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -4,7 +4,7 @@
<document>
<properties>
- <title>ObjectLabKit Changes</title>
+ <title>Changes</title>
<author email="ki...@ob...">Benoit Xhenseval</author>
</properties>
<body>
Modified: trunk/src/site/index.xml
===================================================================
--- trunk/src/site/index.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/src/site/index.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -1,7 +1,7 @@
<document>
<properties>
<author email="Ki...@ob...">Benoit Xhenseval</author>
- <title>ObjectLab Kit - Introduction</title>
+ <title>Introduction</title>
</properties>
<head>
<meta name="description"
@@ -27,15 +27,17 @@
project for this but their licence forbids most financial institution from using it. This one is released under
the business-friendly Apache 2.0 license.</p>
- <subsection name="So, what do we provide?">
- <p>The initial release provides 2 modules for <strong>Date calculations</strong>, both depend on the classes in common:</p>
- <ul><li>one for the <a href="./multiproject/datecalc-jdk/index.html">datecalc-jdk.jar JDK</a> with no dependencies</li>
- <li>and one is based on the powerful <a href="./multiproject/datecalc-joda/index.html">datecalc-joda.jar Joda-time</a> library (we recommend it!)</li>
+ <subsection name="So, what is on offer?">
+ <p>The initial release provides 2 implementations for <strong>Date calculations</strong>, both depend on the classes in datecalc-common. So,
+ you need to include:</p>
+ <ul>
+ <li><strong>datecalc-common.jar</strong> (mandatory)</li>
+ <li>and either <strong>datecalc-jdk.jar</strong> OR <strong>datecalc-joda.jar</strong></li>
</ul>
- </subsection>
- <subsection name="Which JDK?">
- <p>1.5+, get over it :-)</p>
+ <p>the <a href="./multiproject/datecalc-jdk/index.html">datecalc-jdk.jar</a> has no dependencies other than JDK 1.5+.
+ <a href="./multiproject/datecalc-joda/index.html">datecalc-joda.jar</a> is based on the powerful
+ <a href="http://joda-time.sourceforge.net">JODA-Time</a> library (we recommend it!)</p>
</subsection>
<subsection name ="Date Calculations? What is that?">
@@ -63,6 +65,19 @@
<p>See this page for some <a href="algo.html">examples</a>.</p>
</subsection>
+ <subsection name="Which JDK?">
+ <p>1.5+, get over it :-)</p>
+ </subsection>
+
+ <subsection name="UML?">
+ <p>We are using yDoc to generate a 'javadoc-like' documentation per module with the added twist of UML diagrams:</p>
+ <ul>
+ <li><a href="multiproject/datecalc-common/apidocs/index.html">UML for DateCalc Common</a></li>
+ <li><a href="multiproject/datecalc-jdk/apidocs/index.html">UML for DateCalc JDK</a></li>
+ <li><a href="multiproject/datecalc-joda/apidocs/index.html">UML for DateCalc JODA</a></li>
+ </ul>
+ </subsection>
+
<subsection name="Main interfaces">
<p>The main interfaces are:</p>
<ul>
Modified: trunk/src/site/tenor.xml
===================================================================
--- trunk/src/site/tenor.xml 2006-09-20 15:39:25 UTC (rev 193)
+++ trunk/src/site/tenor.xml 2006-09-21 15:32:53 UTC (rev 194)
@@ -1,7 +1,7 @@
<document>
<properties>
<author email="Ki...@ob...">Benoit Xhenseval</author>
- <title>ObjectLab Kit - Tenor Handling</title>
+ <title>Tenor Handling</title>
</properties>
<head>
<meta name="description"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-21 15:34:59
|
Revision: 195
http://svn.sourceforge.net/objectlabkit/?rev=195&view=rev
Author: benoitx
Date: 2006-09-21 08:34:52 -0700 (Thu, 21 Sep 2006)
Log Message:
-----------
xdocs no longer required.
qalab.xml updated.
Modified Paths:
--------------
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-joda/qalab.xml
Removed Paths:
-------------
trunk/datecalc-common/xdocs/
trunk/datecalc-jdk/xdocs/
trunk/datecalc-joda/xdocs/
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-21 15:32:53 UTC (rev 194)
+++ trunk/datecalc-common/qalab.xml 2006-09-21 15:34:52 UTC (rev 195)
@@ -69,6 +69,8 @@
<summaryresult date="2006-09-18" filecount="17" statvalue="60" type="cobertura-branch"/>
<summaryresult date="2006-09-20" filecount="17" statvalue="57" type="cobertura-line"/>
<summaryresult date="2006-09-20" filecount="17" statvalue="60" type="cobertura-branch"/>
+ <summaryresult date="2006-09-21" filecount="17" statvalue="57" type="cobertura-line"/>
+ <summaryresult date="2006-09-21" filecount="17" statvalue="60" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -123,6 +125,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -169,6 +173,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="95" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -207,6 +213,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -227,6 +235,7 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -245,6 +254,7 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -282,6 +292,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="90" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="90" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -317,6 +329,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -345,6 +359,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -401,6 +417,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -422,6 +440,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="88" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="87" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
@@ -433,6 +453,7 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -451,6 +472,8 @@
<result date="2006-09-18" statvalue="83" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="82" type="cobertura-line"/>
<result date="2006-09-20" statvalue="83" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="82" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="83" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
@@ -467,6 +490,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -477,6 +502,7 @@
<result date="2006-09-14" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -490,5 +516,7 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-09-21 15:32:53 UTC (rev 194)
+++ trunk/datecalc-jdk/qalab.xml 2006-09-21 15:34:52 UTC (rev 195)
@@ -72,6 +72,8 @@
<summaryresult date="2006-09-18" filecount="17" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-09-20" filecount="17" statvalue="99" type="cobertura-line"/>
<summaryresult date="2006-09-20" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-21" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-09-21" filecount="17" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -290,6 +292,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -316,6 +320,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -350,6 +356,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="91" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -495,6 +503,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
@@ -510,6 +520,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
@@ -525,6 +537,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
@@ -542,6 +556,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
@@ -558,6 +574,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
<result date="2006-09-07" statvalue="90" type="cobertura-line"/>
@@ -572,6 +590,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
@@ -587,6 +607,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
@@ -604,6 +626,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
@@ -617,6 +641,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
@@ -632,6 +658,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
@@ -645,6 +673,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -657,6 +687,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -671,6 +703,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java">
@@ -684,5 +718,7 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-joda/qalab.xml
===================================================================
--- trunk/datecalc-joda/qalab.xml 2006-09-21 15:32:53 UTC (rev 194)
+++ trunk/datecalc-joda/qalab.xml 2006-09-21 15:34:52 UTC (rev 195)
@@ -75,6 +75,8 @@
<summaryresult date="2006-09-18" filecount="19" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-09-20" filecount="19" statvalue="98" type="cobertura-line"/>
<summaryresult date="2006-09-20" filecount="19" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-21" filecount="19" statvalue="98" type="cobertura-line"/>
+ <summaryresult date="2006-09-21" filecount="19" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_joda_package.html" path="net/objectlab/kit/datecalc/joda/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -199,6 +201,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_BackwardHandler.java" path="net/objectlab/kit/datecalc/joda/BackwardHandler.java">
<result date="2006-08-08" statvalue="28" type="cobertura-line"/>
@@ -395,6 +399,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="91" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java">
@@ -418,6 +424,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_LocalDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateCalculator.java">
<result date="2006-09-02" statvalue="100" type="cobertura-line"/>
@@ -441,6 +449,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="95" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateForwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java">
@@ -464,6 +474,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java">
@@ -487,6 +499,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java">
@@ -510,6 +524,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java">
@@ -533,6 +549,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java">
@@ -556,6 +574,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayForwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java">
@@ -579,6 +599,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java">
@@ -602,6 +624,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java">
@@ -625,6 +649,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_JodaExcelDateUtil.java" path="net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java">
<result date="2006-09-05" statvalue="85" type="cobertura-line"/>
@@ -643,6 +669,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="85" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="85" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java">
@@ -662,6 +690,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java">
@@ -681,6 +711,8 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-line"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-21" statvalue="100" type="cob...
[truncated message content] |
|
From: <be...@us...> - 2006-09-22 13:32:37
|
Revision: 196
http://svn.sourceforge.net/objectlabkit/?rev=196&view=rev
Author: benoitx
Date: 2006-09-22 06:32:27 -0700 (Fri, 22 Sep 2006)
Log Message:
-----------
release build.
Modified Paths:
--------------
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-joda/qalab.xml
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-21 15:34:52 UTC (rev 195)
+++ trunk/datecalc-common/qalab.xml 2006-09-22 13:32:27 UTC (rev 196)
@@ -71,6 +71,8 @@
<summaryresult date="2006-09-20" filecount="17" statvalue="60" type="cobertura-branch"/>
<summaryresult date="2006-09-21" filecount="17" statvalue="57" type="cobertura-line"/>
<summaryresult date="2006-09-21" filecount="17" statvalue="60" type="cobertura-branch"/>
+ <summaryresult date="2006-09-22" filecount="17" statvalue="57" type="cobertura-line"/>
+ <summaryresult date="2006-09-22" filecount="17" statvalue="60" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -127,6 +129,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -175,6 +179,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="95" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -215,6 +221,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -236,6 +244,7 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -255,6 +264,7 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -294,6 +304,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="90" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="90" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -331,6 +343,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -361,6 +375,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -419,6 +435,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -442,6 +460,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="87" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="88" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
@@ -454,6 +474,7 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -474,6 +495,8 @@
<result date="2006-09-20" statvalue="83" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="82" type="cobertura-line"/>
<result date="2006-09-21" statvalue="83" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="82" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="83" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
@@ -492,6 +515,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -503,6 +528,7 @@
<result date="2006-09-18" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -518,5 +544,7 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-09-21 15:34:52 UTC (rev 195)
+++ trunk/datecalc-jdk/qalab.xml 2006-09-22 13:32:27 UTC (rev 196)
@@ -74,6 +74,8 @@
<summaryresult date="2006-09-20" filecount="17" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-09-21" filecount="17" statvalue="99" type="cobertura-line"/>
<summaryresult date="2006-09-21" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-22" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-09-22" filecount="17" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -294,6 +296,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -322,6 +326,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -358,6 +364,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="91" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -505,6 +513,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
@@ -522,6 +532,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
@@ -539,6 +551,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
@@ -558,6 +572,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
@@ -576,6 +592,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
<result date="2006-09-07" statvalue="90" type="cobertura-line"/>
@@ -592,6 +610,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
@@ -609,6 +629,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
@@ -628,6 +650,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
@@ -643,6 +667,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
@@ -660,6 +686,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
@@ -675,6 +703,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -689,6 +719,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -705,6 +737,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java">
@@ -720,5 +754,7 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-joda/qalab.xml
===================================================================
--- trunk/datecalc-joda/qalab.xml 2006-09-21 15:34:52 UTC (rev 195)
+++ trunk/datecalc-joda/qalab.xml 2006-09-22 13:32:27 UTC (rev 196)
@@ -77,6 +77,8 @@
<summaryresult date="2006-09-20" filecount="19" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-09-21" filecount="19" statvalue="98" type="cobertura-line"/>
<summaryresult date="2006-09-21" filecount="19" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-09-22" filecount="19" statvalue="98" type="cobertura-line"/>
+ <summaryresult date="2006-09-22" filecount="19" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_joda_package.html" path="net/objectlab/kit/datecalc/joda/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -203,6 +205,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_BackwardHandler.java" path="net/objectlab/kit/datecalc/joda/BackwardHandler.java">
<result date="2006-08-08" statvalue="28" type="cobertura-line"/>
@@ -401,6 +405,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="91" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="91" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java">
@@ -426,6 +432,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_LocalDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateCalculator.java">
<result date="2006-09-02" statvalue="100" type="cobertura-line"/>
@@ -451,6 +459,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="95" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="95" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateForwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java">
@@ -476,6 +486,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java">
@@ -501,6 +513,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java">
@@ -526,6 +540,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java">
@@ -551,6 +567,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java">
@@ -576,6 +594,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayForwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java">
@@ -601,6 +621,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java">
@@ -626,6 +648,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java">
@@ -651,6 +675,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_JodaExcelDateUtil.java" path="net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java">
<result date="2006-09-05" statvalue="85" type="cobertura-line"/>
@@ -671,6 +697,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="85" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="85" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java">
@@ -692,6 +720,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java">
@@ -713,6 +743,8 @@
<result date="2006-09-20" statvalue="100" type="cobertura-branch"/>
<result date="2006-09-21" statvalue="100" type="cobertura-line"/>
<result date="2006-09-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-line"/>
+ <result date="2006-09-22" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecal...
[truncated message content] |
|
From: <be...@us...> - 2006-09-22 17:51:31
|
Revision: 197
http://svn.sourceforge.net/objectlabkit/?rev=197&view=rev
Author: benoitx
Date: 2006-09-22 10:51:05 -0700 (Fri, 22 Sep 2006)
Log Message:
-----------
Add sitemaps and navigation.
Modified Paths:
--------------
trunk/datecalc-common/src/site/index.xml
trunk/datecalc-common/src/site/navigation.xml
trunk/datecalc-jdk/src/site/index.xml
trunk/datecalc-jdk/src/site/navigation.xml
trunk/datecalc-joda/src/site/index.xml
trunk/datecalc-joda/src/site/navigation.xml
trunk/src/site/algo.xml
trunk/src/site/changes.xml
trunk/src/site/navigation.xml
trunk/src/site/tenor.xml
Modified: trunk/datecalc-common/src/site/index.xml
===================================================================
--- trunk/datecalc-common/src/site/index.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/datecalc-common/src/site/index.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -23,8 +23,8 @@
<section name="DateCalc Common Introduction">
<p>DateCalc Common defines the common functionalities (implementation using some generics).</p>
- <p>Check out the UML diagrams <a href="apidocs/index.html">here</a></p>
- <p>Also look at the Report menu on the left for project specific items, unit tests, QA etc.</p>
+ <p>Check out the <a href="apidocs/index.html">UML diagrams here</a></p>
+ <p>Also look at the <a href="maven-reports.html">Project Reports</a> menu on the left for project specific items, unit tests, QA etc.</p>
</section>
</body>
Modified: trunk/datecalc-common/src/site/navigation.xml
===================================================================
--- trunk/datecalc-common/src/site/navigation.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/datecalc-common/src/site/navigation.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="ObjectLab-Kit">
- <title>ObjectLab Kit</title>
+ <title>DateCalc Common</title>
<body>
+ <menu name="DateCalc Common">
+ <item name="Sitemap" href="sitemap.html" />
+ </menu>
<links>
<item name="ObjectLab Kit" href="../../index.html" />
<item name="DateCalc Common" href="../datecalc-common/index.html" />
<item name="DateCalc JDK" href="../datecalc-jdk/index.html" />
<item name="DateCalc Joda" href="../datecalc-joda/index.html" />
</links>
-
+ <sitemap/>
+ <search/>
</body>
</project>
\ No newline at end of file
Modified: trunk/datecalc-jdk/src/site/index.xml
===================================================================
--- trunk/datecalc-jdk/src/site/index.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/datecalc-jdk/src/site/index.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -23,8 +23,8 @@
<section name="DateCalc JDK Introduction">
<p>DateCalc JDK provides an implementation for pure JDK.</p>
- <p>Check out the UML diagrams <a href="apidocs/index.html">here</a></p>
- <p>Also look at the Report menu on the left for project specific items, unit tests, QA etc.</p>
+ <p>Check out the <a href="apidocs/index.html">UML diagrams here</a></p>
+ <p>Also look at the <a href="maven-reports.html">Project Reports</a> menu on the left for project specific items, unit tests, QA etc.</p>
</section>
</body>
Modified: trunk/datecalc-jdk/src/site/navigation.xml
===================================================================
--- trunk/datecalc-jdk/src/site/navigation.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/datecalc-jdk/src/site/navigation.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="ObjectLab-Kit">
- <title>ObjectLab Kit</title>
+ <title>DateCalc JDK</title>
<body>
+ <menu name="DateCalc JDK">
+ <item name="Sitemap" href="sitemap.html" />
+ </menu>
<links>
<item name="ObjectLab Kit" href="../../index.html" />
<item name="DateCalc Common" href="../datecalc-common/index.html" />
<item name="DateCalc JDK" href="../datecalc-jdk/index.html" />
<item name="DateCalc Joda" href="../datecalc-joda/index.html" />
</links>
-
+ <sitemap/>
+ <search/>
</body>
</project>
\ No newline at end of file
Modified: trunk/datecalc-joda/src/site/index.xml
===================================================================
--- trunk/datecalc-joda/src/site/index.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/datecalc-joda/src/site/index.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -23,8 +23,8 @@
<section name="DateCalc JODA Introduction">
<p>DateCalc Joda provides an implementation based on <a href="http://joda-time.sourceforge.net">Joda Time</a>.</p>
- <p>Check out the UML diagrams <a href="apidocs/index.html">here</a></p>
- <p>Also look at the Report menu on the left for project specific items, unit tests, QA etc.</p>
+ <p>Check out the <a href="apidocs/index.html">UML diagrams here</a></p>
+ <p>Also look at the <a href="maven-reports.html">Project Reports</a> menu on the left for project specific items, unit tests, QA etc.</p>
</section>
</body>
Modified: trunk/datecalc-joda/src/site/navigation.xml
===================================================================
--- trunk/datecalc-joda/src/site/navigation.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/datecalc-joda/src/site/navigation.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="ObjectLab-Kit">
- <title>ObjectLab Kit</title>
+ <title>DateCalc JODA</title>
<body>
+ <menu name="DateCalc JODA">
+ <item name="Sitemap" href="sitemap.html" />
+ </menu>
<links>
<item name="ObjectLab Kit" href="../../index.html" />
<item name="DateCalc Common" href="../datecalc-common/index.html" />
<item name="DateCalc JDK" href="../datecalc-jdk/index.html" />
<item name="DateCalc Joda" href="../datecalc-joda/index.html" />
</links>
-
+ <sitemap/>
+ <search/>
</body>
</project>
\ No newline at end of file
Modified: trunk/src/site/algo.xml
===================================================================
--- trunk/src/site/algo.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/src/site/algo.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -5,7 +5,7 @@
</properties>
<head>
<meta name="description"
- content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ content="Each algorithm is explained: forward, backward, etc."
/>
<meta name="keywords"
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/src/site/changes.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -8,8 +8,9 @@
<author email="ki...@ob...">Benoit Xhenseval</author>
</properties>
<body>
- <release version="1.0.1" date="In SVN" description="First Cut">
- <action dev="benoitx" type="add">First cut.</action>
+ <release version="1.0.1" date="2006-09-25" description="First release">
+ <action dev="benoitx" type="add">First official release.</action>
+ <action dev="marchy" type="add">First official release.</action>
</release>
</body>
</document>
Modified: trunk/src/site/navigation.xml
===================================================================
--- trunk/src/site/navigation.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/src/site/navigation.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="QALab">
+<project name="ObjectLab-Kit">
<title>ObjectLab Kit</title>
<body>
<links>
@@ -19,18 +19,9 @@
<item name="Tenor Handling" href="tenor.html" />
<item name="JavaDoc" class="newWindow" target="_new" href="apidocs/index.html" />
<item name="Stat SVN" class="newWindow" target="_new" href="statsvn/index.html" />
+ <item name="Sitemap" href="sitemap.html" />
</menu>
- <!--
- <menu name="Related Projects">
- <item name="CheckStyle" href="http://checkstyle.sourceforge.net/" />
- <item name="PMD" href="http://pmd.sourceforge.net/" />
- <item name="FindBugs" href="http://findbugs.sourceforge.net/" />
- <item name="Cobertura" href="http://cobertura.sourceforge.net/" />
- <item name="Simian" href="http://www.redhillconsulting.com.au/products/simian/" />
- <item name="Hosted by SourceForge" href="http://sourceforge.net/projects/qalab"
- img="http://sourceforge.net/sflogo.php?group_id=140880&type=1"/>
- </menu>
- -->
+ <sitemap/>
<search/>
<menu name="Links">
<item name="QALab" href="http://qalab.sourceforge.net/" />
Modified: trunk/src/site/tenor.xml
===================================================================
--- trunk/src/site/tenor.xml 2006-09-22 13:32:27 UTC (rev 196)
+++ trunk/src/site/tenor.xml 2006-09-22 17:51:05 UTC (rev 197)
@@ -5,7 +5,7 @@
</properties>
<head>
<meta name="description"
- content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ content="Tenor are representation of some specific financial date/durations."
/>
<meta name="keywords"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-10-11 12:19:05
|
Revision: 201
http://svn.sourceforge.net/objectlabkit/?rev=201&view=rev
Author: benoitx
Date: 2006-10-11 05:17:59 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
Add the footer Ad.
Modified Paths:
--------------
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDatePeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculator.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/DateTimeExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeekTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateDateCalculatorCombinationTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateForwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayBackwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculatorCombinationTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPrecedingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculatorTest.java
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -56,3 +56,20 @@
return HolidayHandlerType.BACKWARD;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -102,3 +102,20 @@
return Utils.blastTime(Calendar.getInstance());
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -65,3 +65,20 @@
return HolidayHandlerType.FORWARD;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -147,3 +147,20 @@
return cal.equals(date);
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -99,3 +99,20 @@
return IMMDC;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -72,3 +72,20 @@
return HolidayHandlerType.MODIFIED_FOLLLOWING;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -56,3 +56,20 @@
return HolidayHandlerType.MODIFIED_PRECEEDING;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -123,3 +123,20 @@
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -56,5 +56,21 @@
public String getType() {
return HolidayHandlerType.BACKWARD;
}
+}
-}
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -109,3 +109,20 @@
return this;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -67,5 +67,21 @@
public String getType() {
return HolidayHandlerType.FORWARD;
}
+}
-}
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -61,3 +61,20 @@
return imms;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -85,5 +85,21 @@
public IMMDateCalculator<Date> getIMMDateCalculator() {
return IMMDC;
}
+}
-}
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -75,3 +75,20 @@
return HolidayHandlerType.MODIFIED_FOLLLOWING;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -57,3 +57,20 @@
return HolidayHandlerType.MODIFIED_PRECEEDING;
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -49,3 +49,20 @@
return PCC.yearDiff(Utils.getCal(start), Utils.getCal(end), basis);
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -71,5 +71,21 @@
public String getType() {
return delegate.getType();
}
+}
-}
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -35,3 +35,20 @@
return DateKitCalculatorsFactory.getDefaultInstance();
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java 2006-10-10 20:15:58 UTC (rev 200)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java 2006-10-11 12:17:59 UTC (rev 201)
@@ -35,3 +35,20 @@
return CalendarKitCalculatorsFactory.getDefaultInstance();
}
}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development...
[truncated message content] |
|
From: <be...@us...> - 2006-10-11 12:33:17
|
Revision: 202
http://svn.sourceforge.net/objectlabkit/?rev=202&view=rev
Author: benoitx
Date: 2006-10-11 05:32:38 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
Add middle Ad.
Modified Paths:
--------------
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeekTest.java
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -67,7 +67,15 @@
return !workingWeek.isWorkingDay(date);
}
- public CalendarDateCalculator moveByDays(final int days) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ public CalendarDateCalculator moveByDays(final int days) {
getCurrentBusinessDate().add(Calendar.DAY_OF_MONTH, days);
if (getHolidayHandler() != null) {
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -46,6 +46,14 @@
return move(calculator, 1);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
protected Calendar move(final DateCalculator<Calendar> calculator, final int step) {
final Calendar cal = (Calendar) calculator.getCurrentBusinessDate().clone();
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -106,6 +106,14 @@
return cal;
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
private boolean isIMMMonth(final Calendar cal) {
final int month = cal.get(Calendar.MONTH);
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -81,7 +81,15 @@
return cal;
}
- /**
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ /**
* Create a new PeriodCountCalculator.
*
* @return a PeriodCountCalculator
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -46,7 +46,15 @@
return move(calculator, 1);
}
- protected Calendar move(final DateCalculator<Calendar> calculator, int step) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ protected Calendar move(final DateCalculator<Calendar> calculator, int step) {
final Calendar cal = (Calendar) calculator.getCurrentBusinessDate().clone();
final int month = cal.get(Calendar.MONTH);
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -82,7 +82,15 @@
return diff;
}
- private int dayDiff(final Calendar start, final Calendar end) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ private int dayDiff(final Calendar start, final Calendar end) {
final long diff = Math.abs(start.getTimeInMillis() - end.getTimeInMillis());
final double dayDiff = ((double) diff) / MILLIS_IN_DAY;
return (int) Math.round(dayDiff);
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -62,7 +62,15 @@
setStartDate(date);
}
- // TODO throw an exception if the type is incorrect
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ // TODO throw an exception if the type is incorrect
public void setWorkingWeek(final WorkingWeek week) {
delegate.setWorkingWeek(week);
}
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -49,7 +49,15 @@
return move(calculator, 1);
}
- protected Date move(final DateCalculator<Date> calculator, final int step) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ protected Date move(final DateCalculator<Date> calculator, final int step) {
final Calendar cal = Utils.getCal(calculator.getCurrentBusinessDate());
while (calculator.isNonWorkingDay(cal.getTime())) {
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -45,6 +45,14 @@
return DELEGATE.getNextIMMDate(requestNextIMM, Utils.getCal(theStartDate), period).getTime();
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
public List<Date> getIMMDates(final Date start, final Date end, final IMMPeriod period) {
return buildList(DELEGATE.getIMMDates(Utils.getCal(start), Utils.getCal(end), period));
}
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -45,7 +45,15 @@
return DEFAULT;
}
- /*
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ /*
* (non-Javadoc)
*
* @see net.objectlab.kit.datecalc.jdk.JdkDateCalculatorFactory#getDateCalculator(java.lang.String,
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -49,6 +49,14 @@
return move(calculator, 1);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
protected Date move(final DateCalculator<Date> calculator, int step) {
final Calendar cal = (Calendar) Utils.getCal(calculator.getCurrentBusinessDate()).clone();
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -47,6 +47,14 @@
return move(calculator, -1);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
/**
* Give the type name for this algorithm.
*
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -44,7 +44,15 @@
calculator = dateCalculator;
}
- /**
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ /**
* If the current date of the give calculator is a non-working day, it will
* be moved according to the algorithm implemented.
*
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -36,6 +36,14 @@
Assert.assertFalse("Calendar.SUNDAY", ww.isWorkingDayFromCalendar(Calendar.SUNDAY));
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
public void testSetWorkingDayFromCalendar() {
final WorkingWeek ww = new WorkingWeek();
ww.withWorkingDayFromCalendar(true, Calendar.SUNDAY); // sunday
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -51,7 +51,15 @@
this.calculator = calculator;
}
- /*
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ /*
* (non-Javadoc)
*
* @see net.objectlab.kit.datecalc.common.HolidayHandler#getType()
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -51,6 +51,14 @@
.withDayOfMonth(c.get(Calendar.DAY_OF_MONTH));
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
public static YearMonthDay getYearMonthDay(final double date, final boolean use1904windowing) {
final Calendar c = ExcelDateUtil.getJavaCalendar(date, use1904windowing);
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -47,7 +47,15 @@
this(ww.getWorkingDays());
}
- public boolean isWorkingDay(final LocalDate date) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ public boolean isWorkingDay(final LocalDate date) {
final int dayOfWeek = jodaToCalendarDayConstant(date.getDayOfWeek());
return isWorkingDayFromCalendar(dayOfWeek);
}
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -46,7 +46,15 @@
return move(calculator, -1);
}
- /**
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ /**
* Give the type name for this algorithm.
*
* @return algorithm name.
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -73,6 +73,14 @@
return !workingWeek.isWorkingDay(date);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
public DateCalculator<LocalDate> moveByDays(final int days) {
setCurrentBusinessDate(getCurrentBusinessDate().plusDays(days));
@@ -85,18 +93,8 @@
@Override
public DateCalculator<LocalDate> moveByMonths(final int months) {
- // LocalDate date = getCurrentBusinessDate();
- // int day = date.getDayOfMonth();
- // date = date.withDayOfMonth(1).plusMonths(months);
- //
- // int lastDayOfMonth = date.dayOfMonth().getMaximumValue();
- // if (day>lastDayOfMonth) {
- // day = lastDayOfMonth;
- // }
+ setCurrentBusinessDate(getCurrentBusinessDate().plusMonths(months));
- // setCurrentBusinessDate(date.withDayOfMonth(day));
- setCurrentBusinessDate(getCurrentBusinessDate().plusMonths(months));
-
if (getHolidayHandler() != null) {
setCurrentBusinessDate(getHolidayHandler().moveCurrentDate(this));
}
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -98,6 +98,14 @@
return imm;
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
private LocalDate calculateIMMMonth(final boolean requestNextIMM, LocalDate date, final int month) {
int monthOffset = 0;
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -45,7 +45,15 @@
return DEFAULT;
}
- /**
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ /**
* Create a new DateCalculator for a given name and type of handling.
*
* @param name
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -47,7 +47,15 @@
return move(calculator, 1);
}
- protected LocalDate move(final DateCalculator<LocalDate> calculator, int step) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ protected LocalDate move(final DateCalculator<LocalDate> calculator, int step) {
LocalDate date = calculator.getCurrentBusinessDate();
final int month = date.getMonthOfYear();
while (calculator.isNonWorkingDay(date)) {
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -83,7 +83,15 @@
return diff;
}
- public double monthDiff(final LocalDate start, final LocalDate end, final PeriodCountBasis basis) {
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
+ public double monthDiff(final LocalDate start, final LocalDate end, final PeriodCountBasis basis) {
return yearDiff(start, end, basis) * MONTHS_IN_YEAR;
}
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -68,6 +68,14 @@
delegate.setWorkingWeek(week);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
/**
* is the date a non-working day according to the WorkingWeek?
*/
Modified: trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java
===================================================================
--- trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java 2006-10-11 12:17:59 UTC (rev 201)
+++ trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
@@ -46,6 +46,14 @@
return move(calculator, 1);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design a...
[truncated message content] |
|
From: <be...@us...> - 2006-10-11 12:54:10
|
Revision: 203
http://svn.sourceforge.net/objectlabkit/?rev=203&view=rev
Author: benoitx
Date: 2006-10-11 05:53:07 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
And finally the header Ad.
Modified Paths:
--------------
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java
trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarCalculatorFactoryTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarPeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateBackwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateDateCalculatorCombinationTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateForwardDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateIMMDateTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateModifiedFollowingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDateModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkDatePeriodCountCalculatorTest.java
trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkWorkingWeekTest.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/HolidayHandlerYearMonthDayWrapper.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeek.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayKitCalculatorsFactory.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java
trunk/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculator.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/DateTimeExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/JodaWorkingWeekTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateBackwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateDateCalculatorCombinationTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateForwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/LocalDatePeriodCountCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayBackwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayCalculatorFactoryTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculatorCombinationTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayExcelDateUtilTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayForwardDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPrecedingDateCalculatorTest.java
trunk/datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/YearMonthDayPeriodCountCalculatorTest.java
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarBackwardHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarPeriodCountCalculator.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateDateCalculator.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateForwardHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java
===================================================================
--- trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/HolidayHandlerDateWrapper.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/DateCalculatorFactoryTest.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
* $Id$
*
* Copyright 2006 the original author or authors.
Modified: trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java
===================================================================
--- trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java 2006-10-11 12:32:38 UTC (rev 202)
+++ trunk/datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/JdkCalendarBackwardDateCalculatorTest.java 2006-10-11 12:53:07 UTC (rev 203)
@@ -1,4 +1,19 @@
/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * ...
[truncated message content] |
|
From: <be...@us...> - 2006-10-13 18:49:27
|
Revision: 214
http://svn.sourceforge.net/objectlabkit/?rev=214&view=rev
Author: benoitx
Date: 2006-10-13 11:48:01 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
done a build. new stats.
Modified Paths:
--------------
trunk/datecalc-common/qalab.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-joda/qalab.xml
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-10-13 14:14:17 UTC (rev 213)
+++ trunk/datecalc-common/qalab.xml 2006-10-13 18:48:01 UTC (rev 214)
@@ -79,6 +79,8 @@
<summaryresult date="2006-10-11" filecount="17" statvalue="60" type="cobertura-branch"/>
<summaryresult date="2006-10-12" filecount="17" statvalue="58" type="cobertura-line"/>
<summaryresult date="2006-10-12" filecount="17" statvalue="60" type="cobertura-branch"/>
+ <summaryresult date="2006-10-13" filecount="17" statvalue="58" type="cobertura-line"/>
+ <summaryresult date="2006-10-13" filecount="17" statvalue="60" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -143,6 +145,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -199,6 +203,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="94" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="94" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -247,6 +253,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -272,6 +280,7 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -295,6 +304,7 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -342,6 +352,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="93" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -387,6 +399,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -425,6 +439,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -491,6 +507,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -522,6 +540,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="93" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
@@ -538,6 +558,7 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -566,6 +587,8 @@
<result date="2006-10-11" statvalue="83" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="80" type="cobertura-line"/>
<result date="2006-10-12" statvalue="83" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="80" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="83" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
@@ -592,6 +615,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -607,6 +632,7 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -630,5 +656,7 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-10-13 14:14:17 UTC (rev 213)
+++ trunk/datecalc-jdk/qalab.xml 2006-10-13 18:48:01 UTC (rev 214)
@@ -82,6 +82,8 @@
<summaryresult date="2006-10-11" filecount="17" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-10-12" filecount="17" statvalue="99" type="cobertura-line"/>
<summaryresult date="2006-10-12" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-10-13" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-10-13" filecount="17" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -310,6 +312,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -346,6 +350,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -390,6 +396,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="90" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="90" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -545,6 +553,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
@@ -570,6 +580,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
@@ -595,6 +607,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
@@ -622,6 +636,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
@@ -648,6 +664,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
<result date="2006-09-07" statvalue="90" type="cobertura-line"/>
@@ -672,6 +690,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
@@ -697,6 +717,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
@@ -724,6 +746,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
@@ -747,6 +771,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
@@ -772,6 +798,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
@@ -795,6 +823,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -817,6 +847,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/DateIMMDateCalculator.java">
<result date="2006-09-09" statvalue="100" type="cobertura-line"/>
@@ -841,6 +873,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/DateKitCalculatorsFactory.java">
@@ -864,5 +898,7 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/datecalc-joda/qalab.xml
===================================================================
--- trunk/datecalc-joda/qalab.xml 2006-10-13 14:14:17 UTC (rev 213)
+++ trunk/datecalc-joda/qalab.xml 2006-10-13 18:48:01 UTC (rev 214)
@@ -83,6 +83,8 @@
<summaryresult date="2006-10-10" filecount="19" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-10-12" filecount="19" statvalue="98" type="cobertura-line"/>
<summaryresult date="2006-10-12" filecount="19" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-10-13" filecount="19" statvalue="98" type="cobertura-line"/>
+ <summaryresult date="2006-10-13" filecount="19" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_joda_package.html" path="net/objectlab/kit/datecalc/joda/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -215,6 +217,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_BackwardHandler.java" path="net/objectlab/kit/datecalc/joda/BackwardHandler.java">
<result date="2006-08-08" statvalue="28" type="cobertura-line"/>
@@ -419,6 +423,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="91" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="91" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateBackwardHandler.java">
@@ -450,6 +456,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_LocalDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateCalculator.java">
<result date="2006-09-02" statvalue="100" type="cobertura-line"/>
@@ -481,6 +489,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="97" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="97" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateForwardHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateForwardHandler.java">
@@ -512,6 +522,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedFollowingHandler.java">
@@ -543,6 +555,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/LocalDateModifiedPreceedingHandler.java">
@@ -574,6 +588,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayBackwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayBackwardHandler.java">
@@ -605,6 +621,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayDateCalculator.java">
@@ -636,6 +654,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayForwardHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayForwardHandler.java">
@@ -667,6 +687,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedFollowingHandler.java">
@@ -698,6 +720,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayModifiedPreceedingHandler.java">
@@ -729,6 +753,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_joda_JodaExcelDateUtil.java" path="net/objectlab/kit/datecalc/joda/JodaExcelDateUtil.java">
<result date="2006-09-05" statvalue="85" type="cobertura-line"/>
@@ -755,6 +781,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="85" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="85" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_LocalDateIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/LocalDateIMMDateCalculator.java">
@@ -782,6 +810,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_joda_YearMonthDayIMMDateCalculator.java" path="net/objectlab/kit/datecalc/joda/YearMonthDayIMMDateCalculator.java">
@@ -809,6 +839,8 @@
<result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-line"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_k...
[truncated message content] |
|
From: <be...@us...> - 2006-10-14 23:54:51
|
Revision: 215
http://svn.sourceforge.net/objectlabkit/?rev=215&view=rev
Author: benoitx
Date: 2006-10-14 16:54:02 -0700 (Sat, 14 Oct 2006)
Log Message:
-----------
Our own look and feel, based on the one from struts-menu.
Modified Paths:
--------------
trunk/common-build/project.properties
trunk/datecalc-common/qalab.xml
trunk/datecalc-common/src/site/navigation.xml
trunk/datecalc-jdk/qalab.xml
trunk/datecalc-jdk/src/site/navigation.xml
trunk/datecalc-joda/qalab.xml
trunk/datecalc-joda/src/site/index.xml
trunk/datecalc-joda/src/site/navigation.xml
trunk/src/site/index.xml
trunk/src/site/navigation.xml
Added Paths:
-----------
trunk/datecalc-common/src/site/images/
trunk/datecalc-common/src/site/images/aquadot.jpg
trunk/datecalc-common/src/site/images/bg.gif
trunk/datecalc-common/src/site/images/grayBar.jpg
trunk/datecalc-common/src/site/style/
trunk/datecalc-common/src/site/style/maven-struts-menu.css
trunk/datecalc-jdk/src/site/images/
trunk/datecalc-jdk/src/site/images/aquadot.jpg
trunk/datecalc-jdk/src/site/images/bg.gif
trunk/datecalc-jdk/src/site/images/grayBar.jpg
trunk/datecalc-jdk/src/site/style/
trunk/datecalc-jdk/src/site/style/maven-struts-menu.css
trunk/datecalc-joda/src/site/images/
trunk/datecalc-joda/src/site/images/aquadot.jpg
trunk/datecalc-joda/src/site/images/bg.gif
trunk/datecalc-joda/src/site/images/grayBar.jpg
trunk/datecalc-joda/src/site/style/
trunk/datecalc-joda/src/site/style/maven-struts-menu.css
trunk/src/site/images/
trunk/src/site/images/aquadot.jpg
trunk/src/site/images/bg.gif
trunk/src/site/images/grayBar.jpg
trunk/src/site/style/
trunk/src/site/style/maven-struts-menu.css
Modified: trunk/common-build/project.properties
===================================================================
--- trunk/common-build/project.properties 2006-10-13 18:48:01 UTC (rev 214)
+++ trunk/common-build/project.properties 2006-10-14 23:54:02 UTC (rev 215)
@@ -86,7 +86,7 @@
#maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
#maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css
-maven.xdoc.theme=stylus
+maven.xdoc.theme=struts-menu
maven.docs.src=${basedir}/src/site
#
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-10-13 18:48:01 UTC (rev 214)
+++ trunk/datecalc-common/qalab.xml 2006-10-14 23:54:02 UTC (rev 215)
@@ -81,6 +81,10 @@
<summaryresult date="2006-10-12" filecount="17" statvalue="60" type="cobertura-branch"/>
<summaryresult date="2006-10-13" filecount="17" statvalue="58" type="cobertura-line"/>
<summaryresult date="2006-10-13" filecount="17" statvalue="60" type="cobertura-branch"/>
+ <summaryresult date="2006-10-14" filecount="17" statvalue="58" type="cobertura-line"/>
+ <summaryresult date="2006-10-14" filecount="17" statvalue="60" type="cobertura-branch"/>
+ <summaryresult date="2006-10-15" filecount="17" statvalue="58" type="cobertura-line"/>
+ <summaryresult date="2006-10-15" filecount="17" statvalue="60" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_common_package.html" path="net/objectlab/kit/datecalc/common/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -147,6 +151,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_WorkingWeek.java" path="net/objectlab/kit/datecalc/common/WorkingWeek.java">
<result date="2006-08-08" statvalue="3" type="checkstyle"/>
@@ -205,6 +213,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="94" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="94" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="94" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_TenorCode.java" path="net/objectlab/kit/datecalc/common/TenorCode.java">
<result date="2006-08-08" statvalue="100" type="cobertura-line"/>
@@ -255,6 +267,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandlerType.java" path="net/objectlab/kit/datecalc/common/HolidayHandlerType.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -281,6 +297,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_PeriodCountBasis.java" path="net/objectlab/kit/datecalc/common/PeriodCountBasis.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -305,6 +323,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_StandardTenor.java" path="net/objectlab/kit/datecalc/common/StandardTenor.java">
<result date="2006-08-08" statvalue="100" type="cobertura-branch"/>
@@ -354,6 +374,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="93" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -401,6 +425,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_HolidayHandler.java" path="net/objectlab/kit/datecalc/common/HolidayHandler.java">
<result date="2006-08-23" statvalue="100" type="cobertura-line"/>
@@ -441,6 +469,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -509,6 +541,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_Utils.java" path="net/objectlab/kit/datecalc/common/Utils.java">
<result date="2006-09-04" statvalue="2" type="checkstyle"/>
@@ -542,6 +578,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="93" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
<result date="2006-09-04" statvalue="100" type="cobertura-branch"/>
@@ -559,6 +599,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/common/ExcelDateUtil.java">
<result date="2006-09-05" statvalue="84" type="cobertura-line"/>
@@ -589,6 +631,10 @@
<result date="2006-10-12" statvalue="83" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="80" type="cobertura-line"/>
<result date="2006-10-13" statvalue="83" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="80" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="83" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="80" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="83" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/IMMDateCalculator.java">
<result date="2006-09-06" statvalue="100" type="cobertura-line"/>
@@ -617,6 +663,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -633,6 +683,8 @@
<result date="2006-10-11" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -658,5 +710,9 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
Added: trunk/datecalc-common/src/site/images/aquadot.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/datecalc-common/src/site/images/aquadot.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/datecalc-common/src/site/images/bg.gif
===================================================================
(Binary files differ)
Property changes on: trunk/datecalc-common/src/site/images/bg.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/datecalc-common/src/site/images/grayBar.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/datecalc-common/src/site/images/grayBar.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/datecalc-common/src/site/navigation.xml
===================================================================
--- trunk/datecalc-common/src/site/navigation.xml 2006-10-13 18:48:01 UTC (rev 214)
+++ trunk/datecalc-common/src/site/navigation.xml 2006-10-14 23:54:02 UTC (rev 215)
@@ -14,5 +14,20 @@
</links>
<sitemap/>
<search/>
+ <menu name="Links">
+ <item name="QALab" href="http://qalab.sourceforge.net/" />
+ <item name="ObjectLab" href="http://www.objectlab.co.uk" />
+ </menu>
+ <footer>
+ <a href="http://sourceforge.net">
+ <img src="http://sourceforge.net/sflogo.php?group_id=97367&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" />
+ </a>
+ <script src="http://www.google-analytics.com/urchin.js"
+ type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-615747-1"; urchinTracker();
+ </script>
+ </footer>
</body>
</project>
\ No newline at end of file
Added: trunk/datecalc-common/src/site/style/maven-struts-menu.css
===================================================================
--- trunk/datecalc-common/src/site/style/maven-struts-menu.css (rev 0)
+++ trunk/datecalc-common/src/site/style/maven-struts-menu.css 2006-10-14 23:54:02 UTC (rev 215)
@@ -0,0 +1,176 @@
+body, select, input, li {
+ background: #ffffff;
+ color: #000080;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+}
+
+a img {
+ border: 0;
+}
+
+a:link, a:visited {
+ color: #0000ff;
+}
+
+a:hover {
+ color: #006600 !important;
+ text-decoration: underline overline;
+}
+
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 15px;
+}
+
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+
+h2 {
+ padding: 2px 5px;
+ border: 1px solid #c0c0c0;
+ color: #000080;
+ background-color: #eeeeee;
+ font-weight: bold;
+ font-size: 16px;
+}
+
+h3 {
+ padding: 2px 5px;
+ border: 1px solid #aaaaaa;
+ color: #006400;
+ background-color: #eeeeee;
+ font-size: 14px;
+}
+
+p {
+ line-height: 1.3em;
+ font-size: small;
+}
+/*
+div#banner {
+ background: url(../images/bg.gif);
+}
+
+div#banner img {
+ margin-top: 0px;
+ float: left;
+ margin-bottom: 0px;
+}
+*/
+#breadcrumbs {
+ background: url(../images/grayBar.jpg);
+ border: 1px solid #c0c0c0;
+ height: 17px;
+}
+
+#breadcrumbs a {
+ font-size: 11px;
+ font-weight: bold;
+ margin: 0px 2px;
+ text-decoration: none;
+}
+
+#leftColumn {
+ border: 1px solid #999999;
+ border-top: 0;
+ border-left: 0;
+ background: #eeeeee;
+}
+
+div#navcolumn {
+ font-size: 12px;
+}
+
+div#navcolumn h5 {
+ font-size: 12px;
+ padding-top: 2px;
+}
+
+/*
+div#navcolumn li {
+ background: #eeeeee !important;
+}
+
+*/
+
+div#navcolumn div a {
+ font-size: 11px;
+ text-decoration: none;
+}
+
+table.bodyTable th {
+ color: #ffffff;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th {
+ color: #ffffff;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+/*
+table.bodyTable th, table.bodyTable td {
+ font-size: 1em;
+}*/
+
+table.bodyTable a {
+ text-decoration : none;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+ text-decoration : none;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ background: #ffffdd;
+ border: 1px solid #999999;
+ color: #000000;
+ font-size: 12px !important;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding: 5px 5px 5px 7px;
+}
+
+/*
+.xright a:link, .xright a:visited, .xright a:active {
+ color: #666;
+}
+.xright a:hover {
+ color: #EE33FF;
+}
+.xright, #projectLogo img, #projectLogo span{
+ float:right;
+ text-shadow: #FFFFF;
+}
+
+td, select, input, li{
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 12px;
+ color:#333333;
+}
+*/
+
+#footer {
+ padding: 10px;
+ margin: 20px 0px 20px 0px;
+ border-top: solid #ccc 1px;
+ color: #333333;
+}
+
+.subsectionTitle {
+ font-size: 13px;
+ font-weight: bold;
+ color: #666;
+
+}
Modified: trunk/datecalc-jdk/qalab.xml
===================================================================
--- trunk/datecalc-jdk/qalab.xml 2006-10-13 18:48:01 UTC (rev 214)
+++ trunk/datecalc-jdk/qalab.xml 2006-10-14 23:54:02 UTC (rev 215)
@@ -84,6 +84,10 @@
<summaryresult date="2006-10-12" filecount="17" statvalue="100" type="cobertura-branch"/>
<summaryresult date="2006-10-13" filecount="17" statvalue="99" type="cobertura-line"/>
<summaryresult date="2006-10-13" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-10-14" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-10-14" filecount="17" statvalue="100" type="cobertura-branch"/>
+ <summaryresult date="2006-10-15" filecount="17" statvalue="99" type="cobertura-line"/>
+ <summaryresult date="2006-10-15" filecount="17" statvalue="100" type="cobertura-branch"/>
</summary>
<file id="net_objectlab_kit_datecalc_jdk_package.html" path="net/objectlab/kit/datecalc/jdk/package.html">
<result date="2006-08-08" statvalue="1" type="checkstyle"/>
@@ -314,6 +318,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DatePeriodCountCalculator.java" path="net/objectlab/kit/datecalc/jdk/DatePeriodCountCalculator.java">
@@ -352,6 +360,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_ExcelDateUtil.java" path="net/objectlab/kit/datecalc/jdk/ExcelDateUtil.java">
<result date="2006-09-02" statvalue="4" type="checkstyle"/>
@@ -398,6 +410,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="90" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="90" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="90" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_JdkCalendarBaseDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/JdkCalendarBaseDateCalculator.java">
@@ -555,6 +571,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarForwardHandler.java">
@@ -582,6 +602,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedFollowingHandler.java">
@@ -609,6 +633,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/CalendarModifiedPreceedingHandler.java">
@@ -638,6 +666,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateBackwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateBackwardHandler.java">
<result date="2006-09-07" statvalue="100" type="cobertura-line"/>
@@ -666,6 +698,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_jdk_DateForwardHandler.java" path="net/objectlab/kit/datecalc/jdk/DateForwardHandler.java">
<result date="2006-09-07" statvalue="90" type="cobertura-line"/>
@@ -692,6 +728,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedFollowingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedFollowingHandler.java">
@@ -719,6 +759,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_DateModifiedPreceedingHandler.java" path="net/objectlab/kit/datecalc/jdk/DateModifiedPreceedingHandler.java">
@@ -748,6 +792,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarDateCalculator.java">
@@ -773,6 +821,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarIMMDateCalculator.java" path="net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java">
@@ -800,6 +852,10 @@
<result date="2006-10-12" statvalue="100" type="cobertura-branch"/>
<result date="2006-10-13" statvalue="100" type="cobertura-line"/>
<result date="2006-10-13" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-14" statvalue="100" type="cobertura-branch"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-15" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_jdk_CalendarKitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/jdk/CalendarKitCalculatorsFactory.java">
@@ -825,6 +881,10 @...
[truncated message content] |
|
From: <ma...@us...> - 2006-10-21 17:14:08
|
Revision: 218
http://svn.sourceforge.net/objectlabkit/?rev=218&view=rev
Author: marchy
Date: 2006-10-21 10:13:39 -0700 (Sat, 21 Oct 2006)
Log Message:
-----------
modified the css (and renamed it to maven-objectlabkit.css) to have a unified look and feel (the blues...). still don't know why the collapsed/expanded icons are not showing for the side menu.
Modified Paths:
--------------
trunk/common-build/project.properties
Added Paths:
-----------
trunk/src/site/style/maven-objectlabkit.css
Removed Paths:
-------------
trunk/src/site/style/maven-struts-menu.css
Modified: trunk/common-build/project.properties
===================================================================
--- trunk/common-build/project.properties 2006-10-16 16:28:45 UTC (rev 217)
+++ trunk/common-build/project.properties 2006-10-21 17:13:39 UTC (rev 218)
@@ -86,7 +86,7 @@
#maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
#maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css
-maven.xdoc.theme=struts-menu
+maven.xdoc.theme=objectlabkit
maven.docs.src=${basedir}/src/site
#
Added: trunk/src/site/style/maven-objectlabkit.css
===================================================================
--- trunk/src/site/style/maven-objectlabkit.css (rev 0)
+++ trunk/src/site/style/maven-objectlabkit.css 2006-10-21 17:13:39 UTC (rev 218)
@@ -0,0 +1,146 @@
+body, select, input, li {
+ background: #ffffff;
+ color: #002070;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+}
+
+a img {
+ border: 0;
+}
+
+a:link, a:visited {
+ color: #0020d0;
+ text-decoration: underline;
+}
+
+a:hover {
+ color: #0000ff !important;
+}
+
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 15px;
+}
+
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+
+h2 {
+ padding: 2px 5px;
+ border: 1px solid #c0c0c0;
+ color: #002070;
+ background-color: #eeeeee;
+ font-weight: bold;
+ font-size: 16px;
+}
+
+h3 {
+ padding: 2px 5px;
+ border: 1px solid #aaaaaa;
+ color: #002070;
+ background-color: #eeeeee;
+ font-size: 14px;
+}
+
+p {
+ line-height: 1.3em;
+ font-size: small;
+}
+
+#breadcrumbs {
+ background: url(../images/grayBar.jpg);
+ border: 1px solid #c0c0c0;
+ height: 17px;
+}
+
+#breadcrumbs a {
+ font-size: 11px;
+ font-weight: bold;
+ margin: 0px 2px;
+ text-decoration: none;
+}
+
+#leftColumn {
+ border: 1px solid #999999;
+ border-top: 0;
+ border-left: 0;
+ background: #eeeeee;
+}
+
+div#navcolumn {
+ font-size: 12px;
+}
+
+div#navcolumn h5 {
+ font-size: 12px;
+ padding-top: 2px;
+}
+
+div#navcolumn li {
+ background: #eeeeee !important;
+}
+
+div#navcolumn div a {
+ color: #002070;
+ font-size: 11px;
+ text-decoration: none;
+}
+
+table.bodyTable th {
+ color: #ffffff;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th {
+ color: #ffffff;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable a {
+ text-decoration : none;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+ text-decoration : none;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ background: #ffffdd;
+ border: 1px solid #999999;
+ color: #000000;
+ font-size: 12px !important;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding: 5px 5px 5px 7px;
+}
+
+
+.xright, #projectLogo img, #projectLogo span{
+ float:right;
+ color: #0020a0;
+}
+
+#footer {
+ padding: 10px;
+ margin: 20px 0px 20px 0px;
+ border-top: solid #ccc 1px;
+ color: #333333;
+}
+
+.subsectionTitle {
+ font-size: 13px;
+ font-weight: bold;
+ color: #666;
+}
Deleted: trunk/src/site/style/maven-struts-menu.css
===================================================================
--- trunk/src/site/style/maven-struts-menu.css 2006-10-16 16:28:45 UTC (rev 217)
+++ trunk/src/site/style/maven-struts-menu.css 2006-10-21 17:13:39 UTC (rev 218)
@@ -1,176 +0,0 @@
-body, select, input, li {
- background: #ffffff;
- color: #000080;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
-}
-
-a img {
- border: 0;
-}
-
-a:link, a:visited {
- color: #0000ff;
-}
-
-a:hover {
- color: #006600 !important;
- text-decoration: underline overline;
-}
-
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
- background: url(../images/external.png) right center no-repeat;
- padding-right: 15px;
-}
-
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
- background: url(../images/newwindow.png) right center no-repeat;
- padding-right: 18px;
-}
-
-h2 {
- padding: 2px 5px;
- border: 1px solid #c0c0c0;
- color: #000080;
- background-color: #eeeeee;
- font-weight: bold;
- font-size: 16px;
-}
-
-h3 {
- padding: 2px 5px;
- border: 1px solid #aaaaaa;
- color: #006400;
- background-color: #eeeeee;
- font-size: 14px;
-}
-
-p {
- line-height: 1.3em;
- font-size: small;
-}
-/*
-div#banner {
- background: url(../images/bg.gif);
-}
-
-div#banner img {
- margin-top: 0px;
- float: left;
- margin-bottom: 0px;
-}
-*/
-#breadcrumbs {
- background: url(../images/grayBar.jpg);
- border: 1px solid #c0c0c0;
- height: 17px;
-}
-
-#breadcrumbs a {
- font-size: 11px;
- font-weight: bold;
- margin: 0px 2px;
- text-decoration: none;
-}
-
-#leftColumn {
- border: 1px solid #999999;
- border-top: 0;
- border-left: 0;
- background: #eeeeee;
-}
-
-div#navcolumn {
- font-size: 12px;
-}
-
-div#navcolumn h5 {
- font-size: 12px;
- padding-top: 2px;
-}
-
-/*
-div#navcolumn li {
- background: #eeeeee !important;
-}
-
-*/
-
-div#navcolumn div a {
- font-size: 11px;
- text-decoration: none;
-}
-
-table.bodyTable th {
- color: #ffffff;
- background-color: #bbb;
- text-align: left;
- font-weight: bold;
-}
-
-table.bodyTable th {
- color: #ffffff;
- background-color: #bbb;
- text-align: left;
- font-weight: bold;
-}
-/*
-table.bodyTable th, table.bodyTable td {
- font-size: 1em;
-}*/
-
-table.bodyTable a {
- text-decoration : none;
-}
-
-table.bodyTable tr.a {
- background-color: #ddd;
- text-decoration : none;
-}
-
-table.bodyTable tr.b {
- background-color: #eee;
-}
-
-.source {
- background: #ffffdd;
- border: 1px solid #999999;
- color: #000000;
- font-size: 12px !important;
- margin-left: 10px;
- margin-right: 10px;
- padding: 5px 5px 5px 7px;
-}
-
-/*
-.xright a:link, .xright a:visited, .xright a:active {
- color: #666;
-}
-.xright a:hover {
- color: #EE33FF;
-}
-.xright, #projectLogo img, #projectLogo span{
- float:right;
- text-shadow: #FFFFF;
-}
-
-td, select, input, li{
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-size: 12px;
- color:#333333;
-}
-*/
-
-#footer {
- padding: 10px;
- margin: 20px 0px 20px 0px;
- border-top: solid #ccc 1px;
- color: #333333;
-}
-
-.subsectionTitle {
- font-size: 13px;
- font-weight: bold;
- color: #666;
-
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-11-03 15:59:31
|
Revision: 219
http://svn.sourceforge.net/objectlabkit/?rev=219&view=rev
Author: benoitx
Date: 2006-11-03 07:59:19 -0800 (Fri, 03 Nov 2006)
Log Message:
-----------
First cut at a 'range' feature...
Modified Paths:
--------------
trunk/common-build/project.properties
trunk/datecalc-common/project.xml
trunk/project.properties
Added Paths:
-----------
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DefaultHolidayCalendar.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayCalendar.java
Modified: trunk/common-build/project.properties
===================================================================
--- trunk/common-build/project.properties 2006-10-21 17:13:39 UTC (rev 218)
+++ trunk/common-build/project.properties 2006-11-03 15:59:19 UTC (rev 219)
@@ -102,3 +102,5 @@
maven.pmd.targetjdk=1.5
maven.multiproject.navigation=independent
+
+maven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
Modified: trunk/datecalc-common/project.xml
===================================================================
--- trunk/datecalc-common/project.xml 2006-10-21 17:13:39 UTC (rev 218)
+++ trunk/datecalc-common/project.xml 2006-11-03 15:59:19 UTC (rev 219)
@@ -52,6 +52,15 @@
<excludes>
<exclude>**/Abstract*.java</exclude>
</excludes>
+ <resources>
+ <resource>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/*.txt</include>
+ </includes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
</unitTest>
</build>
Added: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DefaultHolidayCalendar.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DefaultHolidayCalendar.java (rev 0)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DefaultHolidayCalendar.java 2006-11-03 15:59:19 UTC (rev 219)
@@ -0,0 +1,110 @@
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
+ * $Id: DateCalculator.java 200 2006-10-10 20:15:58Z benoitx $
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+package net.objectlab.kit.datecalc.common;
+
+import java.util.Collections;
+import java.util.HashSet;
+import java.util.Set;
+
+/**
+ * @TODO javadoc
+ *
+ * @author xhensevb
+ * @author $LastChangedBy: marchy $
+ * @version $Revision: 138 $ $Date: 2006-09-10 13:29:15 +0100 (Sun, 10 Sep 2006) $
+ *
+ */
+public class DefaultHolidayCalendar<E> implements HolidayCalendar<E> {
+ private Set<E> holidays;
+
+ private E earlyBoundary;
+
+ private E lateBoundary;
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see net.objectlab.kit.datecalc.common.HolidayCalendar#getEarlyBoundary()
+ */
+ public E getEarlyBoundary() {
+ return earlyBoundary;
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see net.objectlab.kit.datecalc.common.HolidayCalendar#getHolidays()
+ */
+ public Set<E> getHolidays() {
+ return holidays;
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see net.objectlab.kit.datecalc.common.HolidayCalendar#getLateBoundary()
+ */
+ public E getLateBoundary() {
+ return lateBoundary;
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see net.objectlab.kit.datecalc.common.HolidayCalendar#setEarlyBoundary(java.lang.Object)
+ */
+ public void setEarlyBoundary(final E earlyBoundary) {
+ this.earlyBoundary = earlyBoundary;
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see net.objectlab.kit.datecalc.common.HolidayCalendar#setHolidays(java.util.Set)
+ */
+ public void setHolidays(final Set<E> holidays) {
+ Set<E> s = new HashSet<E>();
+ s.addAll(holidays);
+
+ this.holidays = Collections.unmodifiableSet(s);
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see net.objectlab.kit.datecalc.common.HolidayCalendar#setLateBoundary(java.lang.Object)
+ */
+ public void setLateBoundary(final E lateBoundary) {
+ this.lateBoundary = lateBoundary;
+ }
+}
Added: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayCalendar.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayCalendar.java (rev 0)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayCalendar.java 2006-11-03 15:59:19 UTC (rev 219)
@@ -0,0 +1,112 @@
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
+ * $Id: HolidayHandler.java 200 2006-10-10 20:15:58Z benoitx $
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+package net.objectlab.kit.datecalc.common;
+
+import java.util.Set;
+
+/**
+ * A Holiday Calendar not only defines a set of holiday dates but an early and
+ * late boundary for these dates, e.g. putting the holidays for 2006 in a set
+ * with limits of 1 Jan 2006 and 31 Dec 2006 means that 2006 is covered, not
+ * that 31 Dec is a holiday itself.
+ *
+ * @author Benoit Xhenseval
+ * @author $LastChangedBy: benoitx $
+ * @version $Revision: 200 $ $Date: 2006-10-10 21:15:58 +0100 (Tue, 10 Oct 2006) $
+ * @since 1.1
+ *
+ * @param <E>
+ * a representation of a date, typically JDK: Date, Calendar;
+ * Joda:LocalDate, YearMonthDay
+ *
+ */
+public interface HolidayCalendar<E> {
+ /**
+ * Returns an immutable set of holidays.
+ *
+ * @return an immutable copy of the holiday set.
+ */
+ Set<E> getHolidays();
+
+ /**
+ * Returns an immutable set of holidays.
+ *
+ * @return an immutable copy of the holiday set.
+ * @throws IllegalArgumentException if the holidays contains dates outside
+ * the range defined by earliest/latest dates.
+ */
+ void setHolidays(final Set<E> holidays);
+
+ /**
+ * Returns the earliest date covered by this HolidayCalendar.
+ * @return E the earliest date covered by this holiday calendar.
+ */
+ E getEarlyBoundary();
+
+ /**
+ * Sets the earliest date (must be <= first date in holiday set)
+ * @param earlyBoundary
+ */
+ void setEarlyBoundary(final E earlyBoundary);
+
+ /**
+ * Returns the latest date covered by this HolidayCalendar.
+ * @return E the latest date covered by this holiday calendar.
+ */
+ E getLateBoundary();
+
+ /**
+ * Sets the latest date (must be <= first date in holiday set)
+ * @param lateBoundary
+ */
+ void setLateBoundary(final E lateBoundary);
+}
+
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development of
+ * bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more about us</a>
+ *
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ *
+ * www.ObjectLab.co.uk
+ */
Modified: trunk/project.properties
===================================================================
--- trunk/project.properties 2006-10-21 17:13:39 UTC (rev 218)
+++ trunk/project.properties 2006-11-03 15:59:19 UTC (rev 219)
@@ -109,4 +109,6 @@
#do.obfuscation=false
#
-maven.ydoc.packages=net.objectlab.kit.*
\ No newline at end of file
+maven.ydoc.packages=net.objectlab.kit.*
+
+maven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|