|
From: <be...@us...> - 2006-08-24 13:48:19
|
Revision: 45 Author: benoitx Date: 2006-08-24 06:48:14 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=45&view=rev Log Message: ----------- tidy up. Modified Paths: -------------- trunk/datecalc-common/maven.xml trunk/datecalc-common/pom.xml trunk/datecalc-common/project.xml Modified: trunk/datecalc-common/maven.xml =================================================================== --- trunk/datecalc-common/maven.xml 2006-08-24 13:47:52 UTC (rev 44) +++ trunk/datecalc-common/maven.xml 2006-08-24 13:48:14 UTC (rev 45) @@ -1,65 +1,60 @@ <?xml version="1.0"?> <!-- - /* - * ======================================================================== - * - * - * ======================================================================== - */ ---> + /* + * ======================================================================== + * ObjectLab Financial Ltd, proud sponsor of The Kit. + * ======================================================================== + */ +--> <project xmlns:j="jelly:core" xmlns:core="jelly:core" - xmlns:maven="jelly:maven" xmlns:ant="jelly:ant" - xmlns:define="jelly:define" xmlns:doc="doc" xmlns:util="jelly:util" - xmlns:log="jelly:log"> - - <goal name="kit:build" prereqs="jar:install" /> - <goal name="kit:rebuild" prereqs="kit:build" /> + xmlns:maven="jelly:maven" xmlns:ant="jelly:ant" + xmlns:define="jelly:define" xmlns:doc="doc" xmlns:util="jelly:util" + xmlns:log="jelly:log"> - <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> + <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> Modified: trunk/datecalc-common/pom.xml =================================================================== --- trunk/datecalc-common/pom.xml 2006-08-24 13:47:52 UTC (rev 44) +++ trunk/datecalc-common/pom.xml 2006-08-24 13:48:14 UTC (rev 45) @@ -1,39 +1,46 @@ -<?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"> +<?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" + 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> - <artifactId>datecalc</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <artifactId>datecalc-common</artifactId> - <packaging>jar</packaging> - <name>DateCalc commons</name> - <description> - Common Date Calculator methods - </description> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.objectlab.kit</groupId> + <artifactId>datecalc</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> + <artifactId>datecalc-common</artifactId> + <packaging>jar</packaging> + <name>DateCalc commons</name> + <description>Common Date Calculator methods</description> - <dependencies> - <!-- TODO test cases should use log4j transparently --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>test</scope> - </dependency> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> - </dependencies> + <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-common/project.xml =================================================================== --- trunk/datecalc-common/project.xml 2006-08-24 13:47:52 UTC (rev 44) +++ trunk/datecalc-common/project.xml 2006-08-24 13:48:14 UTC (rev 45) @@ -1,68 +1,59 @@ <?xml version="1.0"?> <!-- - /* - * ======================================================================== - * - * ======================================================================== - */ + /* + * ======================================================================== + * ObjectLab Financial Ltd, proud sponsor of The Kit. + * ======================================================================== + */ --> <project> - <extend>../common-build/project.xml</extend> - <name>DateCalc Common</name> - <artifactId>datecalc-common</artifactId> - <package>net.objectlab.kit.common</package> - <shortDescription>DateCalc Common library</shortDescription> - <description> - DateCalc Common library is the library used by both JDK and JODA libraries. - </description> - <repository> - <connection>scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common</connection> - <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common</developerConnection> - </repository> - <dependencies> - </dependencies> + <extend>../common-build/project.xml</extend> + <name>DateCalc Common</name> + <artifactId>datecalc-common</artifactId> + <package>net.objectlab.kit.common</package> + <shortDescription>DateCalc Common library</shortDescription> + <description> + DateCalc Common library is the library used by both JDK and JODA + libraries. + </description> + <repository> + <connection> + scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common + </connection> + <developerConnection> + scm:svn:https://svn.sourceforge.net/svnroot/objectlabkit/trunk/datecalc-common + </developerConnection> + </repository> + <dependencies></dependencies> - <reports> - <report>maven-checkstyle-plugin</report> - <report>maven-findbugs-plugin</report> - <report>maven-pmd-plugin</report> - <report>maven-simian-plugin</report> - <report>maven-cobertura-plugin</report> - <report>maven-qalab-plugin</report> - <report>maven-ydoc-plugin</report> - <report>maven-jdepend-plugin</report> - <report>maven-faq-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-tasklist-plugin</report> - </reports> + <reports> + <report>maven-checkstyle-plugin</report> + <report>maven-findbugs-plugin</report> + <report>maven-pmd-plugin</report> + <report>maven-simian-plugin</report> + <report>maven-cobertura-plugin</report> + <report>maven-qalab-plugin</report> + <report>maven-ydoc-plugin</report> + <report>maven-jdepend-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-tasklist-plugin</report> + </reports> - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory> - <!-- TODO: to be removed as it is not generic - <nagEmailAddress>ki...@ob...</nagEmailAddress> --> - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - </unitTest> - <!-- - <resources> - <resource> - <directory>src/conf</directory> - <includes> - <include>**/auth.conf</include> - </includes> - </resource> - </resources> - <aspectSourceDirectory>src/main/java</aspectSourceDirectory> - --> - </build> + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory> + <unitTest> + <includes> + <include>**/*Test.java</include> + </includes> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + </unitTest> + </build> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ma...@us...> - 2006-09-10 14:47:35
|
Revision: 144
http://svn.sourceforge.net/objectlabkit/?rev=144&view=rev
Author: marchy
Date: 2006-09-10 07:46:52 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
updated licence comments
Modified Paths:
--------------
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/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/TenorTest.java
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java
Property Changed:
----------------
trunk/datecalc-common/.settings/org.eclipse.jdt.core.prefs
Property changes on: trunk/datecalc-common/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:keywords
+
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandler.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandlerType.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/PeriodCountBasis.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Tenor.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/TenorCode.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/Utils.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/WorkingWeek.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
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-10 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/TenorTest.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,18 +1,3 @@
-/*
- * 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;
@@ -23,10 +8,6 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
-/**
- * @author xhensevalb
- *
- */
public class TenorTest extends TestCase {
/**
* Create the test case
Modified: trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java
===================================================================
--- trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java 2006-09-10 14:35:56 UTC (rev 143)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java 2006-09-10 14:46:52 UTC (rev 144)
@@ -1,18 +1,3 @@
-/*
- * 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;
@@ -21,9 +6,6 @@
import junit.framework.Assert;
import junit.framework.TestCase;
-/**
- * @author Benoit Xhenseval
- */
public class WorkingWeekTest extends TestCase {
public void testIsWorkingDayFromCalendar() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-12 21:29:23
|
Revision: 170
http://svn.sourceforge.net/objectlabkit/?rev=170&view=rev
Author: benoitx
Date: 2006-09-12 14:29:07 -0700 (Tue, 12 Sep 2006)
Log Message:
-----------
new qalab.xml
Modified Paths:
--------------
trunk/datecalc-common/qalab.xml
trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-09-12 15:43:15 UTC (rev 169)
+++ trunk/datecalc-common/qalab.xml 2006-09-12 21:29:07 UTC (rev 170)
@@ -360,7 +360,7 @@
<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"/>
- <result date="2006-09-12" statvalue="87" type="cobertura-line"/>
+ <result date="2006-09-12" statvalue="88" type="cobertura-line"/>
<result date="2006-09-12" statvalue="100" type="cobertura-branch"/>
</file>
<file id="net_objectlab_kit_datecalc_common_IMMPeriod.java" path="net/objectlab/kit/datecalc/common/IMMPeriod.java">
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-12 15:43:15 UTC (rev 169)
+++ trunk/datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/AbstractPeriodCountCalculatorTest.java 2006-09-12 21:29:07 UTC (rev 170)
@@ -123,10 +123,6 @@
// end of set
};
- // private static final String[][] ACT_ACT = {
- // { "my testies", "2006-08-08", "2006-11-08", "ACT_ACT", "92", "0" },
- // };
-
private static final String[][] ACT_ACT = {
// name start end period dayDiff yearDiff
{ "0D", "2006-08-08", "2006-08-08", "ACT_ACT", "0", "0.00" },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-10-10 20:16:50
|
Revision: 200
http://svn.sourceforge.net/objectlabkit/?rev=200&view=rev
Author: benoitx
Date: 2006-10-10 13:15:58 -0700 (Tue, 10 Oct 2006)
Log Message:
-----------
Add the ads...
Modified Paths:
--------------
trunk/datecalc-common/qalab.xml
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java
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/DateCalculator.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/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/IMMDateCalculator.java
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMPeriod.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/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/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-common/src/test/java/net/objectlab/kit/datecalc/common/WorkingWeekTest.java
Modified: trunk/datecalc-common/qalab.xml
===================================================================
--- trunk/datecalc-common/qalab.xml 2006-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/qalab.xml 2006-10-10 20:15:58 UTC (rev 200)
@@ -73,6 +73,8 @@
<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"/>
+ <summaryresult date="2006-10-10" filecount="17" statvalue="58" type="cobertura-line"/>
+ <summaryresult date="2006-10-10" 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"/>
@@ -131,6 +133,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -181,6 +185,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="94" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -223,6 +229,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -245,6 +253,7 @@
<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"/>
+ <result date="2006-10-10" 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"/>
@@ -265,6 +274,7 @@
<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"/>
+ <result date="2006-10-10" 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"/>
@@ -306,6 +316,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculator.java">
@@ -345,6 +357,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -377,6 +391,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractDateCalculatorFactory.java" path="net/objectlab/kit/datecalc/common/AbstractDateCalculatorFactory.java">
@@ -437,6 +453,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -462,6 +480,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="93" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -475,6 +495,7 @@
<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"/>
+ <result date="2006-10-10" 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"/>
@@ -497,6 +518,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="80" type="cobertura-line"/>
+ <result date="2006-10-10" 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"/>
@@ -517,6 +540,8 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_AbstractIMMDateCalculator.java" path="net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java">
@@ -529,6 +554,7 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="net_objectlab_kit_datecalc_common_KitCalculatorsFactory.java" path="net/objectlab/kit/datecalc/common/KitCalculatorsFactory.java">
@@ -546,5 +572,7 @@
<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"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-line"/>
+ <result date="2006-10-10" statvalue="100" type="cobertura-branch"/>
</file>
</qalab>
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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -1,10 +1,10 @@
/*
* 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.
+ * 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>
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
* | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
@@ -168,6 +168,14 @@
return calc;
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
protected abstract DateCalculator<E> moveByMonths(int months);
public void setHolidayHandler(final HolidayHandler<E> holidayHandler) {
@@ -274,8 +282,8 @@
/*
* 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.
+ * 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>
* ___ _ _ _ _ _
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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractIMMDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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.
@@ -61,6 +76,14 @@
return getNextIMMDate(true, startDate, period);
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
/**
* @param startDate
* @return the previous IMMDate based on current date.
@@ -97,3 +120,20 @@
protected abstract E getNextIMMDate(final boolean requestNextIMM, final E theStartDate, final IMMPeriod period);
}
+
+/*
+ * 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-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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/AbstractKitCalculatorsFactory.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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.
@@ -58,3 +73,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-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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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.
@@ -109,6 +124,14 @@
*/
void setNonWorkingDays(final Set<E> holidays);
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
/**
* Gives a immutable copy of the set of registered holidays.
*
@@ -202,4 +225,21 @@
* @return the current DateCalculator
*/
DateCalculator<E> moveByTenor(final Tenor tenor, final int spotLag);
-}
\ No newline at end of file
+}
+
+/*
+ * 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-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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ExcelDateUtil.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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.
@@ -83,6 +98,14 @@
}
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
/**
* Given an Excel date with either 1900 or 1904 date windowing, converts it
* to a java.util.Date.
@@ -142,3 +165,20 @@
return (excelDate > -Double.MIN_VALUE);
}
}
+
+/*
+ * 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-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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandler.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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.
@@ -48,3 +63,20 @@
*/
String 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-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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/HolidayHandlerType.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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.
@@ -39,6 +54,14 @@
*/
public static final String BACKWARD = "backward";
+ // -----------------------------------------------------------------------
+ //
+ // ObjectLab, world leaders in the design and development of bespoke
+ // applications for the securities financing markets.
+ // www.ObjectLab.co.uk
+ //
+ // -----------------------------------------------------------------------
+
/**
* A modified following handler will move the date forward if it falls on a
* non working day BUT, if the new date falls into another month, it will
@@ -56,3 +79,20 @@
private HolidayHandlerType() {
}
}
+
+/*
+ * 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-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-10-10 17:29:40 UTC (rev 199)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/IMMDateCalculator.java 2006-10-10 20:15:58 UTC (rev 200)
@@ -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] |