Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Commit

Permalink
PLAT-6874 - Upgrade to Joda-Beans 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 11, 2014
1 parent d618883 commit 62ec367
Show file tree
Hide file tree
Showing 749 changed files with 3,497 additions and 3,286 deletions.
Expand Up @@ -280,10 +280,10 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash += hash * 31 + JodaBeanUtils.hashCode(getServerMetaDataProvider());
hash += hash * 31 + JodaBeanUtils.hashCode(getJmsConnector());
hash += hash * 31 + JodaBeanUtils.hashCode(getJmsMarketDataAvailabilityTopic());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash = hash * 31 + JodaBeanUtils.hashCode(getServerMetaDataProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getJmsConnector());
hash = hash * 31 + JodaBeanUtils.hashCode(getJmsMarketDataAvailabilityTopic());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -141,8 +141,8 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getSecurityProvider());
hash += hash * 31 + JodaBeanUtils.hashCode(getSecurityMaster());
hash = hash * 31 + JodaBeanUtils.hashCode(getSecurityProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getSecurityMaster());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -236,10 +236,10 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getSimulatedData());
hash += hash * 31 + JodaBeanUtils.hashCode(getCacheManager());
hash += hash * 31 + JodaBeanUtils.hashCode(getMaxMillisBetweenTicks());
hash += hash * 31 + JodaBeanUtils.hashCode(getScalingFactor());
hash = hash * 31 + JodaBeanUtils.hashCode(getSimulatedData());
hash = hash * 31 + JodaBeanUtils.hashCode(getCacheManager());
hash = hash * 31 + JodaBeanUtils.hashCode(getMaxMillisBetweenTicks());
hash = hash * 31 + JodaBeanUtils.hashCode(getScalingFactor());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -250,9 +250,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash += hash * 31 + JodaBeanUtils.hashCode(getServerMetaDataProvider());
hash += hash * 31 + JodaBeanUtils.hashCode(getJmsConnector());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash = hash * 31 + JodaBeanUtils.hashCode(getServerMetaDataProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getJmsConnector());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -184,9 +184,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash += hash * 31 + JodaBeanUtils.hashCode(isPublishRest());
hash += hash * 31 + JodaBeanUtils.hashCode(getConfigSource());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash = hash * 31 + JodaBeanUtils.hashCode(isPublishRest());
hash = hash * 31 + JodaBeanUtils.hashCode(getConfigSource());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -252,8 +252,8 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getCurrency());
hash += hash * 31 + JodaBeanUtils.hashCode(getUnderlying());
hash = hash * 31 + JodaBeanUtils.hashCode(getCurrency());
hash = hash * 31 + JodaBeanUtils.hashCode(getUnderlying());
return hash ^ super.hashCode();
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1244,7 +1244,7 @@
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>2.17</maven-surefire-report-plugin.version>
<jacoco-maven-plugin.version>0.7.0.201403182114</jacoco-maven-plugin.version>
<joda-beans.version>1.1</joda-beans.version>
<joda-beans.version>1.4</joda-beans.version>
<joda-convert.version>1.7</joda-convert.version>
<fudge-java.version>0.3.9.20</fudge-java.version>
<fudge-proto.version>0.3.9.7</fudge-proto.version>
Expand Down
Expand Up @@ -208,9 +208,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getModelDayCount());
hash += hash * 31 + JodaBeanUtils.hashCode(getFixedAnnuityDefinitionBuilder());
hash += hash * 31 + JodaBeanUtils.hashCode(getFloatingAnnuityDefinitionBuilder());
hash = hash * 31 + JodaBeanUtils.hashCode(getModelDayCount());
hash = hash * 31 + JodaBeanUtils.hashCode(getFixedAnnuityDefinitionBuilder());
hash = hash * 31 + JodaBeanUtils.hashCode(getFloatingAnnuityDefinitionBuilder());
return hash;
}

Expand Down
Expand Up @@ -254,9 +254,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getBaseDate());
hash += hash * 31 + JodaBeanUtils.hashCode(getDates());
hash += hash * 31 + JodaBeanUtils.hashCode(getDayCount());
hash = hash * 31 + JodaBeanUtils.hashCode(getBaseDate());
hash = hash * 31 + JodaBeanUtils.hashCode(getDates());
hash = hash * 31 + JodaBeanUtils.hashCode(getDayCount());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -262,9 +262,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getBaseDate());
hash += hash * 31 + JodaBeanUtils.hashCode(getDates());
hash += hash * 31 + JodaBeanUtils.hashCode(getDayCount());
hash = hash * 31 + JodaBeanUtils.hashCode(getBaseDate());
hash = hash * 31 + JodaBeanUtils.hashCode(getDates());
hash = hash * 31 + JodaBeanUtils.hashCode(getDayCount());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -260,9 +260,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getBaseDate());
hash += hash * 31 + JodaBeanUtils.hashCode(getDates());
hash += hash * 31 + JodaBeanUtils.hashCode(getDayCount());
hash = hash * 31 + JodaBeanUtils.hashCode(getBaseDate());
hash = hash * 31 + JodaBeanUtils.hashCode(getDates());
hash = hash * 31 + JodaBeanUtils.hashCode(getDayCount());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -186,10 +186,10 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getRating());
hash += hash * 31 + JodaBeanUtils.hashCode(getRatingDescription());
hash += hash * 31 + JodaBeanUtils.hashCode(getAgencyName());
hash += hash * 31 + JodaBeanUtils.hashCode(isLongTerm());
hash = hash * 31 + JodaBeanUtils.hashCode(getRating());
hash = hash * 31 + JodaBeanUtils.hashCode(getRatingDescription());
hash = hash * 31 + JodaBeanUtils.hashCode(getAgencyName());
hash = hash * 31 + JodaBeanUtils.hashCode(isLongTerm());
return hash;
}

Expand Down
Expand Up @@ -213,7 +213,7 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getCode());
hash = hash * 31 + JodaBeanUtils.hashCode(getCode());
return hash;
}

Expand Down
Expand Up @@ -158,7 +158,7 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getCode());
hash = hash * 31 + JodaBeanUtils.hashCode(getCode());
return hash;
}

Expand Down
Expand Up @@ -313,12 +313,12 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getTicker());
hash += hash * 31 + JodaBeanUtils.hashCode(getShortName());
hash += hash * 31 + JodaBeanUtils.hashCode(getCreditRatings());
hash += hash * 31 + JodaBeanUtils.hashCode(getSector());
hash += hash * 31 + JodaBeanUtils.hashCode(getRegion());
hash += hash * 31 + JodaBeanUtils.hashCode(isHasDefaulted());
hash = hash * 31 + JodaBeanUtils.hashCode(getTicker());
hash = hash * 31 + JodaBeanUtils.hashCode(getShortName());
hash = hash * 31 + JodaBeanUtils.hashCode(getCreditRatings());
hash = hash * 31 + JodaBeanUtils.hashCode(getSector());
hash = hash * 31 + JodaBeanUtils.hashCode(getRegion());
hash = hash * 31 + JodaBeanUtils.hashCode(isHasDefaulted());
return hash;
}

Expand Down
Expand Up @@ -185,7 +185,7 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getFiltersToUse());
hash = hash * 31 + JodaBeanUtils.hashCode(getFiltersToUse());
return hash;
}

Expand Down
Expand Up @@ -303,10 +303,10 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(isUseRating());
hash += hash * 31 + JodaBeanUtils.hashCode(getPerAgencyRatings());
hash += hash * 31 + JodaBeanUtils.hashCode(isUseRatingDescription());
hash += hash * 31 + JodaBeanUtils.hashCode(getPerAgencyRatingDescriptions());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseRating());
hash = hash * 31 + JodaBeanUtils.hashCode(getPerAgencyRatings());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseRatingDescription());
hash = hash * 31 + JodaBeanUtils.hashCode(getPerAgencyRatingDescriptions());
return hash;
}

Expand Down
Expand Up @@ -337,11 +337,11 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(isUseName());
hash += hash * 31 + JodaBeanUtils.hashCode(isUseCountry());
hash += hash * 31 + JodaBeanUtils.hashCode(getCountries());
hash += hash * 31 + JodaBeanUtils.hashCode(isUseCurrency());
hash += hash * 31 + JodaBeanUtils.hashCode(getCurrencies());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseName());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseCountry());
hash = hash * 31 + JodaBeanUtils.hashCode(getCountries());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseCurrency());
hash = hash * 31 + JodaBeanUtils.hashCode(getCurrencies());
return hash;
}

Expand Down
Expand Up @@ -293,10 +293,10 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(isUseSectorName());
hash += hash * 31 + JodaBeanUtils.hashCode(isUseClassificationName());
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifications());
hash += hash * 31 + JodaBeanUtils.hashCode(getClassificationValueTypes());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseSectorName());
hash = hash * 31 + JodaBeanUtils.hashCode(isUseClassificationName());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifications());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassificationValueTypes());
return hash;
}

Expand Down
Expand Up @@ -123,7 +123,7 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getRedCode());
hash = hash * 31 + JodaBeanUtils.hashCode(getRedCode());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -177,9 +177,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getName());
hash += hash * 31 + JodaBeanUtils.hashCode(getCountries());
hash += hash * 31 + JodaBeanUtils.hashCode(getCurrencies());
hash = hash * 31 + JodaBeanUtils.hashCode(getName());
hash = hash * 31 + JodaBeanUtils.hashCode(getCountries());
hash = hash * 31 + JodaBeanUtils.hashCode(getCurrencies());
return hash;
}

Expand Down
Expand Up @@ -185,8 +185,8 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getName());
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifications());
hash = hash * 31 + JodaBeanUtils.hashCode(getName());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifications());
return hash;
}

Expand Down
Expand Up @@ -185,7 +185,7 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getData());
hash = hash * 31 + JodaBeanUtils.hashCode(getData());
return hash;
}

Expand Down
Expand Up @@ -367,13 +367,13 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getName());
hash += hash * 31 + JodaBeanUtils.hashCode(getHost());
hash += hash * 31 + JodaBeanUtils.hashCode(getPort());
hash += hash * 31 + JodaBeanUtils.hashCode(getApplicationName());
hash += hash * 31 + JodaBeanUtils.hashCode(isAutoRestartOnDisconnection());
hash += hash * 31 + JodaBeanUtils.hashCode(getSessionOptions());
hash += hash * 31 + JodaBeanUtils.hashCode(getReferenceDataStatistics());
hash = hash * 31 + JodaBeanUtils.hashCode(getName());
hash = hash * 31 + JodaBeanUtils.hashCode(getHost());
hash = hash * 31 + JodaBeanUtils.hashCode(getPort());
hash = hash * 31 + JodaBeanUtils.hashCode(getApplicationName());
hash = hash * 31 + JodaBeanUtils.hashCode(isAutoRestartOnDisconnection());
hash = hash * 31 + JodaBeanUtils.hashCode(getSessionOptions());
hash = hash * 31 + JodaBeanUtils.hashCode(getReferenceDataStatistics());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -219,8 +219,8 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = getClass().hashCode();
hash += hash * 31 + JodaBeanUtils.hashCode(getContractCode());
hash += hash * 31 + JodaBeanUtils.hashCode(getMarketSector());
hash = hash * 31 + JodaBeanUtils.hashCode(getContractCode());
hash = hash * 31 + JodaBeanUtils.hashCode(getMarketSector());
return hash;
}

Expand Down
Expand Up @@ -339,11 +339,11 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getBloombergConnector());
hash += hash * 31 + JodaBeanUtils.hashCode(getReferenceDataProvider());
hash += hash * 31 + JodaBeanUtils.hashCode(getCacheManager());
hash += hash * 31 + JodaBeanUtils.hashCode(getSubscriptionTickerLimit());
hash += hash * 31 + JodaBeanUtils.hashCode(getJmsMarketDataAvailabilityTopic());
hash = hash * 31 + JodaBeanUtils.hashCode(getBloombergConnector());
hash = hash * 31 + JodaBeanUtils.hashCode(getReferenceDataProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getCacheManager());
hash = hash * 31 + JodaBeanUtils.hashCode(getSubscriptionTickerLimit());
hash = hash * 31 + JodaBeanUtils.hashCode(getJmsMarketDataAvailabilityTopic());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -120,7 +120,7 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getBbgReferenceData());
hash = hash * 31 + JodaBeanUtils.hashCode(getBbgReferenceData());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -273,11 +273,11 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash += hash * 31 + JodaBeanUtils.hashCode(isPublishRest());
hash += hash * 31 + JodaBeanUtils.hashCode(getBloombergConnector());
hash += hash * 31 + JodaBeanUtils.hashCode(getIdentityExpiryTime());
hash += hash * 31 + JodaBeanUtils.hashCode(getReferenceDataProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash = hash * 31 + JodaBeanUtils.hashCode(isPublishRest());
hash = hash * 31 + JodaBeanUtils.hashCode(getBloombergConnector());
hash = hash * 31 + JodaBeanUtils.hashCode(getIdentityExpiryTime());
hash = hash * 31 + JodaBeanUtils.hashCode(getReferenceDataProvider());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -317,13 +317,13 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash += hash * 31 + JodaBeanUtils.hashCode(getName());
hash += hash * 31 + JodaBeanUtils.hashCode(getHost());
hash += hash * 31 + JodaBeanUtils.hashCode(getPort());
hash += hash * 31 + JodaBeanUtils.hashCode(getApplicationName());
hash += hash * 31 + JodaBeanUtils.hashCode(isAutoRestartOnDisconnection());
hash += hash * 31 + JodaBeanUtils.hashCode(getReferenceDataStatistics());
hash = hash * 31 + JodaBeanUtils.hashCode(getClassifier());
hash = hash * 31 + JodaBeanUtils.hashCode(getName());
hash = hash * 31 + JodaBeanUtils.hashCode(getHost());
hash = hash * 31 + JodaBeanUtils.hashCode(getPort());
hash = hash * 31 + JodaBeanUtils.hashCode(getApplicationName());
hash = hash * 31 + JodaBeanUtils.hashCode(isAutoRestartOnDisconnection());
hash = hash * 31 + JodaBeanUtils.hashCode(getReferenceDataStatistics());
return hash ^ super.hashCode();
}

Expand Down
Expand Up @@ -180,9 +180,9 @@ public boolean equals(Object obj) {
@Override
public int hashCode() {
int hash = 7;
hash += hash * 31 + JodaBeanUtils.hashCode(getReferenceDataProvider());
hash += hash * 31 + JodaBeanUtils.hashCode(getHistoricalTimeSeriesMaster());
hash += hash * 31 + JodaBeanUtils.hashCode(getHistoricalTimeSeriesProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getReferenceDataProvider());
hash = hash * 31 + JodaBeanUtils.hashCode(getHistoricalTimeSeriesMaster());
hash = hash * 31 + JodaBeanUtils.hashCode(getHistoricalTimeSeriesProvider());
return hash ^ super.hashCode();
}

Expand Down

0 comments on commit 62ec367

Please sign in to comment.