From e53025a27a6f5a9b36a2f512150a78babaa0a82a Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@yahoo.co.jp> Date: Thu, 5 Feb 2015 06:45:35 +0900 Subject: [PATCH] fix #241 --- .gitignore | 1 + .settings/net.sf.amateras.sastruts.prefs | 4 - .settings/org.eclipse.jdt.core.prefs | 294 --- .settings/org.eclipse.jdt.ui.prefs | 110 -- pom.xml | 34 +- src/config/eclipse/formatter/java.xml | 1755 +++++++++++++++++ src/config/eclipse/formatter/javascript.xml | 267 +++ src/main/java/jp/sf/fess/Constants.java | 4 +- .../java/jp/sf/fess/FessSystemException.java | 2 +- .../jp/sf/fess/InvalidQueryException.java | 2 +- .../fess/ResultOffsetExceededException.java | 2 +- .../sf/fess/UnsupportedSearchException.java | 2 +- src/main/java/jp/sf/fess/WebApiException.java | 2 +- .../java/jp/sf/fess/action/AppletAction.java | 2 +- .../java/jp/sf/fess/action/ErrorAction.java | 2 +- .../java/jp/sf/fess/action/IndexAction.java | 38 +- .../java/jp/sf/fess/action/LoginAction.java | 2 +- .../action/admin/BoostDocumentRuleAction.java | 2 +- .../jp/sf/fess/action/admin/CrawlAction.java | 2 +- .../action/admin/CrawlingSessionAction.java | 2 +- .../jp/sf/fess/action/admin/DataAction.java | 2 +- .../admin/DataCrawlingConfigAction.java | 2 +- .../jp/sf/fess/action/admin/DesignAction.java | 2 +- .../jp/sf/fess/action/admin/DictAction.java | 2 +- .../sf/fess/action/admin/DocumentAction.java | 2 +- .../fess/action/admin/FailureUrlAction.java | 2 +- .../fess/action/admin/FavoriteLogAction.java | 2 +- .../admin/FileAuthenticationAction.java | 2 +- .../admin/FileCrawlingConfigAction.java | 2 +- .../jp/sf/fess/action/admin/IndexAction.java | 2 +- .../jp/sf/fess/action/admin/JobLogAction.java | 2 +- .../sf/fess/action/admin/KeyMatchAction.java | 2 +- .../sf/fess/action/admin/LabelTypeAction.java | 2 +- .../jp/sf/fess/action/admin/LogAction.java | 2 +- .../action/admin/OverlappingHostAction.java | 2 +- .../fess/action/admin/PathMappingAction.java | 2 +- .../action/admin/RequestHeaderAction.java | 2 +- .../sf/fess/action/admin/RoleTypeAction.java | 2 +- .../fess/action/admin/ScheduledJobAction.java | 2 +- .../fess/action/admin/SearchListAction.java | 2 +- .../sf/fess/action/admin/SearchLogAction.java | 2 +- .../jp/sf/fess/action/admin/StatsAction.java | 2 +- .../action/admin/SuggestBadWordAction.java | 2 +- .../admin/SuggestElevateWordAction.java | 5 +- .../jp/sf/fess/action/admin/SystemAction.java | 2 +- .../fess/action/admin/SystemInfoAction.java | 2 +- .../sf/fess/action/admin/UserInfoAction.java | 2 +- .../action/admin/WebAuthenticationAction.java | 2 +- .../action/admin/WebCrawlingConfigAction.java | 2 +- .../jp/sf/fess/action/admin/WizardAction.java | 2 +- .../fess/action/admin/dict/SynonymAction.java | 2 +- .../action/admin/dict/UserDictAction.java | 2 +- .../jp/sf/fess/annotation/CronExpression.java | 2 +- .../java/jp/sf/fess/annotation/UriType.java | 2 +- .../java/jp/sf/fess/api/BaseApiManager.java | 2 +- .../java/jp/sf/fess/api/WebApiManager.java | 2 +- .../jp/sf/fess/api/WebApiManagerFactory.java | 2 +- .../java/jp/sf/fess/api/WebApiRequest.java | 2 +- .../java/jp/sf/fess/api/WebApiResponse.java | 2 +- .../jp/sf/fess/api/json/JsonApiManager.java | 144 +- .../jp/sf/fess/api/xml/XmlApiManager.java | 44 +- .../java/jp/sf/fess/crud/CommonConstants.java | 2 +- .../jp/sf/fess/crud/CrudMessageException.java | 2 +- .../admin/BsBoostDocumentRuleAction.java | 2 +- .../action/admin/BsCrawlingSessionAction.java | 2 +- .../admin/BsDataCrawlingConfigAction.java | 2 +- .../crud/action/admin/BsFailureUrlAction.java | 2 +- .../action/admin/BsFavoriteLogAction.java | 2 +- .../admin/BsFileAuthenticationAction.java | 2 +- .../admin/BsFileCrawlingConfigAction.java | 2 +- .../crud/action/admin/BsJobLogAction.java | 2 +- .../crud/action/admin/BsKeyMatchAction.java | 2 +- .../crud/action/admin/BsLabelTypeAction.java | 2 +- .../action/admin/BsOverlappingHostAction.java | 2 +- .../action/admin/BsPathMappingAction.java | 2 +- .../action/admin/BsRequestHeaderAction.java | 2 +- .../crud/action/admin/BsRoleTypeAction.java | 2 +- .../action/admin/BsScheduledJobAction.java | 2 +- .../crud/action/admin/BsSearchLogAction.java | 2 +- .../action/admin/BsSuggestBadWordAction.java | 2 +- .../admin/BsSuggestElevateWordAction.java | 2 +- .../crud/action/admin/BsUserInfoAction.java | 2 +- .../admin/BsWebAuthenticationAction.java | 2 +- .../admin/BsWebCrawlingConfigAction.java | 2 +- .../jp/sf/fess/crud/creator/PagerCreator.java | 2 +- .../form/admin/BsBoostDocumentRuleForm.java | 2 +- .../form/admin/BsCrawlingSessionForm.java | 2 +- .../form/admin/BsDataCrawlingConfigForm.java | 2 +- .../crud/form/admin/BsFailureUrlForm.java | 2 +- .../crud/form/admin/BsFavoriteLogForm.java | 2 +- .../form/admin/BsFileAuthenticationForm.java | 2 +- .../form/admin/BsFileCrawlingConfigForm.java | 2 +- .../sf/fess/crud/form/admin/BsJobLogForm.java | 2 +- .../fess/crud/form/admin/BsKeyMatchForm.java | 2 +- .../fess/crud/form/admin/BsLabelTypeForm.java | 2 +- .../form/admin/BsOverlappingHostForm.java | 2 +- .../crud/form/admin/BsPathMappingForm.java | 2 +- .../crud/form/admin/BsRequestHeaderForm.java | 2 +- .../fess/crud/form/admin/BsRoleTypeForm.java | 2 +- .../crud/form/admin/BsScheduledJobForm.java | 2 +- .../fess/crud/form/admin/BsSearchLogForm.java | 2 +- .../crud/form/admin/BsSuggestBadWordForm.java | 2 +- .../form/admin/BsSuggestElevateWordForm.java | 2 +- .../fess/crud/form/admin/BsUserInfoForm.java | 2 +- .../form/admin/BsWebAuthenticationForm.java | 2 +- .../form/admin/BsWebCrawlingConfigForm.java | 2 +- .../crud/pager/BsBoostDocumentRulePager.java | 2 +- .../crud/pager/BsCrawlingSessionPager.java | 2 +- .../crud/pager/BsDataCrawlingConfigPager.java | 2 +- .../sf/fess/crud/pager/BsFailureUrlPager.java | 2 +- .../fess/crud/pager/BsFavoriteLogPager.java | 2 +- .../crud/pager/BsFileAuthenticationPager.java | 2 +- .../crud/pager/BsFileCrawlingConfigPager.java | 2 +- .../jp/sf/fess/crud/pager/BsJobLogPager.java | 2 +- .../sf/fess/crud/pager/BsKeyMatchPager.java | 2 +- .../sf/fess/crud/pager/BsLabelTypePager.java | 2 +- .../crud/pager/BsOverlappingHostPager.java | 2 +- .../fess/crud/pager/BsPathMappingPager.java | 2 +- .../fess/crud/pager/BsRequestHeaderPager.java | 2 +- .../sf/fess/crud/pager/BsRoleTypePager.java | 2 +- .../fess/crud/pager/BsScheduledJobPager.java | 2 +- .../sf/fess/crud/pager/BsSearchLogPager.java | 2 +- .../crud/pager/BsSuggestBadWordPager.java | 2 +- .../crud/pager/BsSuggestElevateWordPager.java | 2 +- .../sf/fess/crud/pager/BsUserInfoPager.java | 2 +- .../crud/pager/BsWebAuthenticationPager.java | 2 +- .../crud/pager/BsWebCrawlingConfigPager.java | 2 +- .../service/BsBoostDocumentRuleService.java | 2 +- .../service/BsCrawlingSessionService.java | 2 +- .../service/BsDataCrawlingConfigService.java | 2 +- .../crud/service/BsFailureUrlService.java | 2 +- .../crud/service/BsFavoriteLogService.java | 2 +- .../service/BsFileAuthenticationService.java | 2 +- .../service/BsFileCrawlingConfigService.java | 2 +- .../sf/fess/crud/service/BsJobLogService.java | 2 +- .../fess/crud/service/BsKeyMatchService.java | 2 +- .../fess/crud/service/BsLabelTypeService.java | 2 +- .../service/BsOverlappingHostService.java | 2 +- .../crud/service/BsPathMappingService.java | 2 +- .../crud/service/BsRequestHeaderService.java | 2 +- .../fess/crud/service/BsRoleTypeService.java | 2 +- .../crud/service/BsScheduledJobService.java | 2 +- .../fess/crud/service/BsSearchLogService.java | 2 +- .../crud/service/BsSuggestBadWordService.java | 2 +- .../service/BsSuggestElevateWordService.java | 2 +- .../fess/crud/service/BsUserInfoService.java | 2 +- .../service/BsWebAuthenticationService.java | 2 +- .../service/BsWebCrawlingConfigService.java | 2 +- .../jp/sf/fess/crud/util/SAStrutsUtil.java | 2 +- .../java/jp/sf/fess/db/allcommon/CDef.java | 14 +- .../jp/sf/fess/db/allcommon/DBCurrent.java | 2 +- .../sf/fess/db/allcommon/DBFluteConfig.java | 2 +- .../fess/db/allcommon/DBFluteInitializer.java | 2 +- .../db/allcommon/DBMetaInstanceHandler.java | 2 +- .../allcommon/EntityDefinedCommonColumn.java | 2 +- .../ImplementedBehaviorSelector.java | 2 +- .../ImplementedCommonColumnAutoSetupper.java | 2 +- .../ImplementedInvokerAssistant.java | 2 +- .../ImplementedSqlClauseCreator.java | 2 +- .../fess/db/bsbhv/BsBoostDocumentRuleBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsClickLogBhv.java | 2 +- .../fess/db/bsbhv/BsCrawlingSessionBhv.java | 2 +- .../db/bsbhv/BsCrawlingSessionInfoBhv.java | 2 +- .../BsDataConfigToLabelTypeMappingBhv.java | 2 +- .../BsDataConfigToRoleTypeMappingBhv.java | 2 +- .../db/bsbhv/BsDataCrawlingConfigBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsFailureUrlBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsFavoriteLogBhv.java | 2 +- .../db/bsbhv/BsFileAuthenticationBhv.java | 2 +- .../BsFileConfigToLabelTypeMappingBhv.java | 2 +- .../BsFileConfigToRoleTypeMappingBhv.java | 2 +- .../db/bsbhv/BsFileCrawlingConfigBhv.java | 2 +- .../java/jp/sf/fess/db/bsbhv/BsJobLogBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsKeyMatchBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsLabelTypeBhv.java | 2 +- .../BsLabelTypeToRoleTypeMappingBhv.java | 2 +- .../fess/db/bsbhv/BsOverlappingHostBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsPathMappingBhv.java | 2 +- .../sf/fess/db/bsbhv/BsRequestHeaderBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsRoleTypeBhv.java | 2 +- .../sf/fess/db/bsbhv/BsScheduledJobBhv.java | 2 +- .../sf/fess/db/bsbhv/BsSearchFieldLogBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsSearchLogBhv.java | 2 +- .../sf/fess/db/bsbhv/BsSuggestBadWordBhv.java | 2 +- .../db/bsbhv/BsSuggestElevateWordBhv.java | 2 +- .../jp/sf/fess/db/bsbhv/BsUserInfoBhv.java | 2 +- .../fess/db/bsbhv/BsWebAuthenticationBhv.java | 2 +- .../BsWebConfigToLabelTypeMappingBhv.java | 2 +- .../BsWebConfigToRoleTypeMappingBhv.java | 2 +- .../fess/db/bsbhv/BsWebCrawlingConfigBhv.java | 2 +- .../loader/LoaderOfBoostDocumentRule.java | 2 +- .../db/bsbhv/loader/LoaderOfClickLog.java | 2 +- .../bsbhv/loader/LoaderOfCrawlingSession.java | 2 +- .../loader/LoaderOfCrawlingSessionInfo.java | 2 +- .../LoaderOfDataConfigToLabelTypeMapping.java | 2 +- .../LoaderOfDataConfigToRoleTypeMapping.java | 2 +- .../loader/LoaderOfDataCrawlingConfig.java | 2 +- .../db/bsbhv/loader/LoaderOfFailureUrl.java | 2 +- .../db/bsbhv/loader/LoaderOfFavoriteLog.java | 2 +- .../loader/LoaderOfFileAuthentication.java | 2 +- .../LoaderOfFileConfigToLabelTypeMapping.java | 2 +- .../LoaderOfFileConfigToRoleTypeMapping.java | 2 +- .../loader/LoaderOfFileCrawlingConfig.java | 2 +- .../fess/db/bsbhv/loader/LoaderOfJobLog.java | 2 +- .../db/bsbhv/loader/LoaderOfKeyMatch.java | 2 +- .../db/bsbhv/loader/LoaderOfLabelType.java | 2 +- .../LoaderOfLabelTypeToRoleTypeMapping.java | 2 +- .../bsbhv/loader/LoaderOfOverlappingHost.java | 2 +- .../db/bsbhv/loader/LoaderOfPathMapping.java | 2 +- .../bsbhv/loader/LoaderOfRequestHeader.java | 2 +- .../db/bsbhv/loader/LoaderOfRoleType.java | 2 +- .../db/bsbhv/loader/LoaderOfScheduledJob.java | 2 +- .../bsbhv/loader/LoaderOfSearchFieldLog.java | 2 +- .../db/bsbhv/loader/LoaderOfSearchLog.java | 2 +- .../bsbhv/loader/LoaderOfSuggestBadWord.java | 2 +- .../loader/LoaderOfSuggestElevateWord.java | 2 +- .../db/bsbhv/loader/LoaderOfUserInfo.java | 2 +- .../loader/LoaderOfWebAuthentication.java | 2 +- .../LoaderOfWebConfigToLabelTypeMapping.java | 2 +- .../LoaderOfWebConfigToRoleTypeMapping.java | 2 +- .../loader/LoaderOfWebCrawlingConfig.java | 2 +- .../db/bsbhv/pmbean/BsClickUrlRankingPmb.java | 2 +- .../db/bsbhv/pmbean/BsClientIpRankingPmb.java | 2 +- .../bsbhv/pmbean/BsFavoriteUrlCountPmb.java | 2 +- .../bsbhv/pmbean/BsFavoriteUrlRankingPmb.java | 2 +- .../bsbhv/pmbean/BsGroupedFieldNamePmb.java | 2 +- .../db/bsbhv/pmbean/BsHotSearchWordPmb.java | 2 +- .../db/bsbhv/pmbean/BsRefererRankingPmb.java | 2 +- .../bsbhv/pmbean/BsSearchFieldRankingPmb.java | 2 +- .../bsbhv/pmbean/BsSearchQueryRankingPmb.java | 2 +- .../bsbhv/pmbean/BsSearchWordRankingPmb.java | 2 +- .../bsbhv/pmbean/BsSolrQueryRankingPmb.java | 2 +- .../bsbhv/pmbean/BsUserAgentRankingPmb.java | 2 +- .../fess/db/bsentity/BsBoostDocumentRule.java | 2 +- .../jp/sf/fess/db/bsentity/BsClickLog.java | 2 +- .../fess/db/bsentity/BsCrawlingSession.java | 2 +- .../db/bsentity/BsCrawlingSessionInfo.java | 2 +- .../BsDataConfigToLabelTypeMapping.java | 2 +- .../BsDataConfigToRoleTypeMapping.java | 2 +- .../db/bsentity/BsDataCrawlingConfig.java | 2 +- .../jp/sf/fess/db/bsentity/BsFailureUrl.java | 2 +- .../jp/sf/fess/db/bsentity/BsFavoriteLog.java | 2 +- .../db/bsentity/BsFileAuthentication.java | 2 +- .../BsFileConfigToLabelTypeMapping.java | 2 +- .../BsFileConfigToRoleTypeMapping.java | 2 +- .../db/bsentity/BsFileCrawlingConfig.java | 2 +- .../java/jp/sf/fess/db/bsentity/BsJobLog.java | 2 +- .../jp/sf/fess/db/bsentity/BsKeyMatch.java | 2 +- .../jp/sf/fess/db/bsentity/BsLabelType.java | 2 +- .../BsLabelTypeToRoleTypeMapping.java | 2 +- .../fess/db/bsentity/BsOverlappingHost.java | 2 +- .../jp/sf/fess/db/bsentity/BsPathMapping.java | 2 +- .../sf/fess/db/bsentity/BsRequestHeader.java | 2 +- .../jp/sf/fess/db/bsentity/BsRoleType.java | 2 +- .../sf/fess/db/bsentity/BsScheduledJob.java | 2 +- .../sf/fess/db/bsentity/BsSearchFieldLog.java | 2 +- .../jp/sf/fess/db/bsentity/BsSearchLog.java | 2 +- .../sf/fess/db/bsentity/BsSuggestBadWord.java | 2 +- .../db/bsentity/BsSuggestElevateWord.java | 2 +- .../jp/sf/fess/db/bsentity/BsUserInfo.java | 2 +- .../fess/db/bsentity/BsWebAuthentication.java | 2 +- .../BsWebConfigToLabelTypeMapping.java | 2 +- .../BsWebConfigToRoleTypeMapping.java | 2 +- .../fess/db/bsentity/BsWebCrawlingConfig.java | 2 +- .../bsentity/customize/BsClickUrlRanking.java | 2 +- .../bsentity/customize/BsClientIpRanking.java | 2 +- .../customize/BsFavoriteUrlCount.java | 2 +- .../customize/BsFavoriteUrlRanking.java | 2 +- .../customize/BsGroupedFieldName.java | 2 +- .../bsentity/customize/BsHotSearchWord.java | 2 +- .../bsentity/customize/BsRefererRanking.java | 2 +- .../customize/BsSearchFieldRanking.java | 2 +- .../customize/BsSearchQueryRanking.java | 2 +- .../customize/BsSearchWordRanking.java | 2 +- .../customize/BsSolrQueryRanking.java | 2 +- .../customize/BsUserAgentRanking.java | 2 +- .../customize/dbmeta/ClickUrlRankingDbm.java | 2 +- .../customize/dbmeta/ClientIpRankingDbm.java | 2 +- .../customize/dbmeta/FavoriteUrlCountDbm.java | 2 +- .../dbmeta/FavoriteUrlRankingDbm.java | 2 +- .../customize/dbmeta/GroupedFieldNameDbm.java | 2 +- .../customize/dbmeta/HotSearchWordDbm.java | 2 +- .../customize/dbmeta/RefererRankingDbm.java | 2 +- .../dbmeta/SearchFieldRankingDbm.java | 2 +- .../dbmeta/SearchQueryRankingDbm.java | 2 +- .../dbmeta/SearchWordRankingDbm.java | 2 +- .../customize/dbmeta/SolrQueryRankingDbm.java | 2 +- .../customize/dbmeta/UserAgentRankingDbm.java | 2 +- .../bsentity/dbmeta/BoostDocumentRuleDbm.java | 2 +- .../fess/db/bsentity/dbmeta/ClickLogDbm.java | 2 +- .../bsentity/dbmeta/CrawlingSessionDbm.java | 2 +- .../dbmeta/CrawlingSessionInfoDbm.java | 2 +- .../DataConfigToLabelTypeMappingDbm.java | 2 +- .../DataConfigToRoleTypeMappingDbm.java | 2 +- .../dbmeta/DataCrawlingConfigDbm.java | 2 +- .../db/bsentity/dbmeta/FailureUrlDbm.java | 2 +- .../db/bsentity/dbmeta/FavoriteLogDbm.java | 2 +- .../dbmeta/FileAuthenticationDbm.java | 2 +- .../FileConfigToLabelTypeMappingDbm.java | 2 +- .../FileConfigToRoleTypeMappingDbm.java | 2 +- .../dbmeta/FileCrawlingConfigDbm.java | 2 +- .../sf/fess/db/bsentity/dbmeta/JobLogDbm.java | 2 +- .../fess/db/bsentity/dbmeta/KeyMatchDbm.java | 2 +- .../fess/db/bsentity/dbmeta/LabelTypeDbm.java | 2 +- .../dbmeta/LabelTypeToRoleTypeMappingDbm.java | 2 +- .../bsentity/dbmeta/OverlappingHostDbm.java | 2 +- .../db/bsentity/dbmeta/PathMappingDbm.java | 2 +- .../db/bsentity/dbmeta/RequestHeaderDbm.java | 2 +- .../fess/db/bsentity/dbmeta/RoleTypeDbm.java | 2 +- .../db/bsentity/dbmeta/ScheduledJobDbm.java | 2 +- .../db/bsentity/dbmeta/SearchFieldLogDbm.java | 2 +- .../fess/db/bsentity/dbmeta/SearchLogDbm.java | 2 +- .../db/bsentity/dbmeta/SuggestBadWordDbm.java | 2 +- .../dbmeta/SuggestElevateWordDbm.java | 2 +- .../fess/db/bsentity/dbmeta/UserInfoDbm.java | 2 +- .../bsentity/dbmeta/WebAuthenticationDbm.java | 2 +- .../WebConfigToLabelTypeMappingDbm.java | 2 +- .../dbmeta/WebConfigToRoleTypeMappingDbm.java | 2 +- .../bsentity/dbmeta/WebCrawlingConfigDbm.java | 2 +- .../sf/fess/db/cbean/BoostDocumentRuleCB.java | 2 +- .../java/jp/sf/fess/db/cbean/ClickLogCB.java | 2 +- .../sf/fess/db/cbean/CrawlingSessionCB.java | 2 +- .../fess/db/cbean/CrawlingSessionInfoCB.java | 2 +- .../cbean/DataConfigToLabelTypeMappingCB.java | 2 +- .../cbean/DataConfigToRoleTypeMappingCB.java | 2 +- .../fess/db/cbean/DataCrawlingConfigCB.java | 2 +- .../jp/sf/fess/db/cbean/FailureUrlCB.java | 2 +- .../jp/sf/fess/db/cbean/FavoriteLogCB.java | 2 +- .../fess/db/cbean/FileAuthenticationCB.java | 2 +- .../cbean/FileConfigToLabelTypeMappingCB.java | 2 +- .../cbean/FileConfigToRoleTypeMappingCB.java | 2 +- .../fess/db/cbean/FileCrawlingConfigCB.java | 2 +- .../java/jp/sf/fess/db/cbean/JobLogCB.java | 2 +- .../java/jp/sf/fess/db/cbean/KeyMatchCB.java | 2 +- .../java/jp/sf/fess/db/cbean/LabelTypeCB.java | 2 +- .../cbean/LabelTypeToRoleTypeMappingCB.java | 2 +- .../sf/fess/db/cbean/OverlappingHostCB.java | 2 +- .../jp/sf/fess/db/cbean/PathMappingCB.java | 2 +- .../jp/sf/fess/db/cbean/RequestHeaderCB.java | 2 +- .../java/jp/sf/fess/db/cbean/RoleTypeCB.java | 2 +- .../jp/sf/fess/db/cbean/ScheduledJobCB.java | 2 +- .../jp/sf/fess/db/cbean/SearchFieldLogCB.java | 2 +- .../java/jp/sf/fess/db/cbean/SearchLogCB.java | 2 +- .../jp/sf/fess/db/cbean/SuggestBadWordCB.java | 2 +- .../fess/db/cbean/SuggestElevateWordCB.java | 2 +- .../java/jp/sf/fess/db/cbean/UserInfoCB.java | 2 +- .../sf/fess/db/cbean/WebAuthenticationCB.java | 2 +- .../cbean/WebConfigToLabelTypeMappingCB.java | 2 +- .../cbean/WebConfigToRoleTypeMappingCB.java | 2 +- .../sf/fess/db/cbean/WebCrawlingConfigCB.java | 2 +- .../db/cbean/bs/BsBoostDocumentRuleCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsClickLogCB.java | 2 +- .../fess/db/cbean/bs/BsCrawlingSessionCB.java | 2 +- .../db/cbean/bs/BsCrawlingSessionInfoCB.java | 2 +- .../bs/BsDataConfigToLabelTypeMappingCB.java | 2 +- .../bs/BsDataConfigToRoleTypeMappingCB.java | 2 +- .../db/cbean/bs/BsDataCrawlingConfigCB.java | 2 +- .../sf/fess/db/cbean/bs/BsFailureUrlCB.java | 2 +- .../sf/fess/db/cbean/bs/BsFavoriteLogCB.java | 2 +- .../db/cbean/bs/BsFileAuthenticationCB.java | 2 +- .../bs/BsFileConfigToLabelTypeMappingCB.java | 2 +- .../bs/BsFileConfigToRoleTypeMappingCB.java | 2 +- .../db/cbean/bs/BsFileCrawlingConfigCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsJobLogCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsKeyMatchCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsLabelTypeCB.java | 2 +- .../bs/BsLabelTypeToRoleTypeMappingCB.java | 2 +- .../fess/db/cbean/bs/BsOverlappingHostCB.java | 2 +- .../sf/fess/db/cbean/bs/BsPathMappingCB.java | 2 +- .../fess/db/cbean/bs/BsRequestHeaderCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsRoleTypeCB.java | 2 +- .../sf/fess/db/cbean/bs/BsScheduledJobCB.java | 2 +- .../fess/db/cbean/bs/BsSearchFieldLogCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsSearchLogCB.java | 2 +- .../fess/db/cbean/bs/BsSuggestBadWordCB.java | 2 +- .../db/cbean/bs/BsSuggestElevateWordCB.java | 2 +- .../jp/sf/fess/db/cbean/bs/BsUserInfoCB.java | 2 +- .../db/cbean/bs/BsWebAuthenticationCB.java | 2 +- .../bs/BsWebConfigToLabelTypeMappingCB.java | 2 +- .../bs/BsWebConfigToRoleTypeMappingCB.java | 2 +- .../db/cbean/bs/BsWebCrawlingConfigCB.java | 2 +- .../fess/db/cbean/cq/BoostDocumentRuleCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/ClickLogCQ.java | 2 +- .../fess/db/cbean/cq/CrawlingSessionCQ.java | 2 +- .../db/cbean/cq/CrawlingSessionInfoCQ.java | 2 +- .../cq/DataConfigToLabelTypeMappingCQ.java | 2 +- .../cq/DataConfigToRoleTypeMappingCQ.java | 2 +- .../db/cbean/cq/DataCrawlingConfigCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/FailureUrlCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/FavoriteLogCQ.java | 2 +- .../db/cbean/cq/FileAuthenticationCQ.java | 2 +- .../cq/FileConfigToLabelTypeMappingCQ.java | 2 +- .../cq/FileConfigToRoleTypeMappingCQ.java | 2 +- .../db/cbean/cq/FileCrawlingConfigCQ.java | 2 +- .../java/jp/sf/fess/db/cbean/cq/JobLogCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/KeyMatchCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/LabelTypeCQ.java | 2 +- .../cq/LabelTypeToRoleTypeMappingCQ.java | 2 +- .../fess/db/cbean/cq/OverlappingHostCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/PathMappingCQ.java | 2 +- .../sf/fess/db/cbean/cq/RequestHeaderCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/RoleTypeCQ.java | 2 +- .../sf/fess/db/cbean/cq/ScheduledJobCQ.java | 2 +- .../sf/fess/db/cbean/cq/SearchFieldLogCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/SearchLogCQ.java | 2 +- .../sf/fess/db/cbean/cq/SuggestBadWordCQ.java | 2 +- .../db/cbean/cq/SuggestElevateWordCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/UserInfoCQ.java | 2 +- .../fess/db/cbean/cq/WebAuthenticationCQ.java | 2 +- .../cq/WebConfigToLabelTypeMappingCQ.java | 2 +- .../cq/WebConfigToRoleTypeMappingCQ.java | 2 +- .../fess/db/cbean/cq/WebCrawlingConfigCQ.java | 2 +- .../cq/bs/AbstractBsBoostDocumentRuleCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsClickLogCQ.java | 2 +- .../cq/bs/AbstractBsCrawlingSessionCQ.java | 2 +- .../bs/AbstractBsCrawlingSessionInfoCQ.java | 2 +- ...tractBsDataConfigToLabelTypeMappingCQ.java | 2 +- ...stractBsDataConfigToRoleTypeMappingCQ.java | 2 +- .../cq/bs/AbstractBsDataCrawlingConfigCQ.java | 2 +- .../cbean/cq/bs/AbstractBsFailureUrlCQ.java | 2 +- .../cbean/cq/bs/AbstractBsFavoriteLogCQ.java | 2 +- .../cq/bs/AbstractBsFileAuthenticationCQ.java | 2 +- ...tractBsFileConfigToLabelTypeMappingCQ.java | 2 +- ...stractBsFileConfigToRoleTypeMappingCQ.java | 2 +- .../cq/bs/AbstractBsFileCrawlingConfigCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsJobLogCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsKeyMatchCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsLabelTypeCQ.java | 2 +- ...bstractBsLabelTypeToRoleTypeMappingCQ.java | 2 +- .../cq/bs/AbstractBsOverlappingHostCQ.java | 2 +- .../cbean/cq/bs/AbstractBsPathMappingCQ.java | 2 +- .../cq/bs/AbstractBsRequestHeaderCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsRoleTypeCQ.java | 2 +- .../cbean/cq/bs/AbstractBsScheduledJobCQ.java | 2 +- .../cq/bs/AbstractBsSearchFieldLogCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsSearchLogCQ.java | 2 +- .../cq/bs/AbstractBsSuggestBadWordCQ.java | 2 +- .../cq/bs/AbstractBsSuggestElevateWordCQ.java | 2 +- .../db/cbean/cq/bs/AbstractBsUserInfoCQ.java | 2 +- .../cq/bs/AbstractBsWebAuthenticationCQ.java | 2 +- ...stractBsWebConfigToLabelTypeMappingCQ.java | 2 +- ...bstractBsWebConfigToRoleTypeMappingCQ.java | 2 +- .../cq/bs/AbstractBsWebCrawlingConfigCQ.java | 2 +- .../db/cbean/cq/bs/BsBoostDocumentRuleCQ.java | 2 +- .../sf/fess/db/cbean/cq/bs/BsClickLogCQ.java | 2 +- .../db/cbean/cq/bs/BsCrawlingSessionCQ.java | 2 +- .../cbean/cq/bs/BsCrawlingSessionInfoCQ.java | 2 +- .../bs/BsDataConfigToLabelTypeMappingCQ.java | 2 +- .../bs/BsDataConfigToRoleTypeMappingCQ.java | 2 +- .../cbean/cq/bs/BsDataCrawlingConfigCQ.java | 2 +- .../fess/db/cbean/cq/bs/BsFailureUrlCQ.java | 2 +- .../fess/db/cbean/cq/bs/BsFavoriteLogCQ.java | 2 +- .../cbean/cq/bs/BsFileAuthenticationCQ.java | 2 +- .../bs/BsFileConfigToLabelTypeMappingCQ.java | 2 +- .../bs/BsFileConfigToRoleTypeMappingCQ.java | 2 +- .../cbean/cq/bs/BsFileCrawlingConfigCQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/bs/BsJobLogCQ.java | 2 +- .../sf/fess/db/cbean/cq/bs/BsKeyMatchCQ.java | 2 +- .../sf/fess/db/cbean/cq/bs/BsLabelTypeCQ.java | 2 +- .../cq/bs/BsLabelTypeToRoleTypeMappingCQ.java | 2 +- .../db/cbean/cq/bs/BsOverlappingHostCQ.java | 2 +- .../fess/db/cbean/cq/bs/BsPathMappingCQ.java | 2 +- .../db/cbean/cq/bs/BsRequestHeaderCQ.java | 2 +- .../sf/fess/db/cbean/cq/bs/BsRoleTypeCQ.java | 2 +- .../fess/db/cbean/cq/bs/BsScheduledJobCQ.java | 2 +- .../db/cbean/cq/bs/BsSearchFieldLogCQ.java | 2 +- .../sf/fess/db/cbean/cq/bs/BsSearchLogCQ.java | 2 +- .../db/cbean/cq/bs/BsSuggestBadWordCQ.java | 2 +- .../cbean/cq/bs/BsSuggestElevateWordCQ.java | 2 +- .../sf/fess/db/cbean/cq/bs/BsUserInfoCQ.java | 2 +- .../db/cbean/cq/bs/BsWebAuthenticationCQ.java | 2 +- .../bs/BsWebConfigToLabelTypeMappingCQ.java | 2 +- .../cq/bs/BsWebConfigToRoleTypeMappingCQ.java | 2 +- .../db/cbean/cq/bs/BsWebCrawlingConfigCQ.java | 2 +- .../db/cbean/cq/ciq/BoostDocumentRuleCIQ.java | 2 +- .../sf/fess/db/cbean/cq/ciq/ClickLogCIQ.java | 2 +- .../db/cbean/cq/ciq/CrawlingSessionCIQ.java | 2 +- .../cbean/cq/ciq/CrawlingSessionInfoCIQ.java | 2 +- .../ciq/DataConfigToLabelTypeMappingCIQ.java | 2 +- .../ciq/DataConfigToRoleTypeMappingCIQ.java | 2 +- .../cbean/cq/ciq/DataCrawlingConfigCIQ.java | 2 +- .../fess/db/cbean/cq/ciq/FailureUrlCIQ.java | 2 +- .../fess/db/cbean/cq/ciq/FavoriteLogCIQ.java | 2 +- .../cbean/cq/ciq/FileAuthenticationCIQ.java | 2 +- .../ciq/FileConfigToLabelTypeMappingCIQ.java | 2 +- .../ciq/FileConfigToRoleTypeMappingCIQ.java | 2 +- .../cbean/cq/ciq/FileCrawlingConfigCIQ.java | 2 +- .../jp/sf/fess/db/cbean/cq/ciq/JobLogCIQ.java | 2 +- .../sf/fess/db/cbean/cq/ciq/KeyMatchCIQ.java | 2 +- .../sf/fess/db/cbean/cq/ciq/LabelTypeCIQ.java | 2 +- .../cq/ciq/LabelTypeToRoleTypeMappingCIQ.java | 2 +- .../db/cbean/cq/ciq/OverlappingHostCIQ.java | 2 +- .../fess/db/cbean/cq/ciq/PathMappingCIQ.java | 2 +- .../db/cbean/cq/ciq/RequestHeaderCIQ.java | 2 +- .../sf/fess/db/cbean/cq/ciq/RoleTypeCIQ.java | 2 +- .../fess/db/cbean/cq/ciq/ScheduledJobCIQ.java | 2 +- .../db/cbean/cq/ciq/SearchFieldLogCIQ.java | 2 +- .../sf/fess/db/cbean/cq/ciq/SearchLogCIQ.java | 2 +- .../db/cbean/cq/ciq/SuggestBadWordCIQ.java | 2 +- .../cbean/cq/ciq/SuggestElevateWordCIQ.java | 2 +- .../sf/fess/db/cbean/cq/ciq/UserInfoCIQ.java | 2 +- .../db/cbean/cq/ciq/WebAuthenticationCIQ.java | 2 +- .../ciq/WebConfigToLabelTypeMappingCIQ.java | 2 +- .../cq/ciq/WebConfigToRoleTypeMappingCIQ.java | 2 +- .../db/cbean/cq/ciq/WebCrawlingConfigCIQ.java | 2 +- .../jp/sf/fess/db/cbean/nss/ClickLogNss.java | 2 +- .../db/cbean/nss/CrawlingSessionInfoNss.java | 2 +- .../nss/DataConfigToLabelTypeMappingNss.java | 2 +- .../nss/DataConfigToRoleTypeMappingNss.java | 2 +- .../sf/fess/db/cbean/nss/FavoriteLogNss.java | 2 +- .../db/cbean/nss/FileAuthenticationNss.java | 2 +- .../nss/FileConfigToLabelTypeMappingNss.java | 2 +- .../nss/FileConfigToRoleTypeMappingNss.java | 2 +- .../nss/LabelTypeToRoleTypeMappingNss.java | 2 +- .../fess/db/cbean/nss/RequestHeaderNss.java | 2 +- .../fess/db/cbean/nss/SearchFieldLogNss.java | 2 +- .../jp/sf/fess/db/cbean/nss/SearchLogNss.java | 2 +- .../db/cbean/nss/WebAuthenticationNss.java | 2 +- .../nss/WebConfigToLabelTypeMappingNss.java | 2 +- .../nss/WebConfigToRoleTypeMappingNss.java | 2 +- .../fess/db/exbhv/BoostDocumentRuleBhv.java | 2 +- .../java/jp/sf/fess/db/exbhv/ClickLogBhv.java | 2 +- .../sf/fess/db/exbhv/CrawlingSessionBhv.java | 2 +- .../fess/db/exbhv/CrawlingSessionInfoBhv.java | 2 +- .../DataConfigToLabelTypeMappingBhv.java | 2 +- .../exbhv/DataConfigToRoleTypeMappingBhv.java | 2 +- .../fess/db/exbhv/DataCrawlingConfigBhv.java | 2 +- .../jp/sf/fess/db/exbhv/FailureUrlBhv.java | 2 +- .../jp/sf/fess/db/exbhv/FavoriteLogBhv.java | 2 +- .../fess/db/exbhv/FileAuthenticationBhv.java | 2 +- .../FileConfigToLabelTypeMappingBhv.java | 2 +- .../exbhv/FileConfigToRoleTypeMappingBhv.java | 2 +- .../fess/db/exbhv/FileCrawlingConfigBhv.java | 2 +- .../java/jp/sf/fess/db/exbhv/JobLogBhv.java | 2 +- .../java/jp/sf/fess/db/exbhv/KeyMatchBhv.java | 2 +- .../jp/sf/fess/db/exbhv/LabelTypeBhv.java | 2 +- .../exbhv/LabelTypeToRoleTypeMappingBhv.java | 2 +- .../sf/fess/db/exbhv/OverlappingHostBhv.java | 2 +- .../jp/sf/fess/db/exbhv/PathMappingBhv.java | 2 +- .../jp/sf/fess/db/exbhv/RequestHeaderBhv.java | 2 +- .../java/jp/sf/fess/db/exbhv/RoleTypeBhv.java | 2 +- .../jp/sf/fess/db/exbhv/ScheduledJobBhv.java | 2 +- .../sf/fess/db/exbhv/SearchFieldLogBhv.java | 2 +- .../jp/sf/fess/db/exbhv/SearchLogBhv.java | 2 +- .../sf/fess/db/exbhv/SuggestBadWordBhv.java | 2 +- .../fess/db/exbhv/SuggestElevateWordBhv.java | 2 +- .../java/jp/sf/fess/db/exbhv/UserInfoBhv.java | 2 +- .../fess/db/exbhv/WebAuthenticationBhv.java | 2 +- .../exbhv/WebConfigToLabelTypeMappingBhv.java | 2 +- .../exbhv/WebConfigToRoleTypeMappingBhv.java | 2 +- .../fess/db/exbhv/WebCrawlingConfigBhv.java | 2 +- .../db/exbhv/pmbean/ClickUrlRankingPmb.java | 2 +- .../db/exbhv/pmbean/ClientIpRankingPmb.java | 2 +- .../db/exbhv/pmbean/FavoriteUrlCountPmb.java | 2 +- .../exbhv/pmbean/FavoriteUrlRankingPmb.java | 2 +- .../db/exbhv/pmbean/GroupedFieldNamePmb.java | 2 +- .../db/exbhv/pmbean/HotSearchWordPmb.java | 2 +- .../db/exbhv/pmbean/RefererRankingPmb.java | 2 +- .../exbhv/pmbean/SearchFieldRankingPmb.java | 2 +- .../exbhv/pmbean/SearchQueryRankingPmb.java | 2 +- .../db/exbhv/pmbean/SearchWordRankingPmb.java | 2 +- .../db/exbhv/pmbean/SolrQueryRankingPmb.java | 2 +- .../db/exbhv/pmbean/UserAgentRankingPmb.java | 2 +- .../fess/db/exentity/BoostDocumentRule.java | 2 +- .../java/jp/sf/fess/db/exentity/ClickLog.java | 2 +- .../sf/fess/db/exentity/CrawlingConfig.java | 2 +- .../sf/fess/db/exentity/CrawlingSession.java | 2 +- .../fess/db/exentity/CrawlingSessionInfo.java | 2 +- .../DataConfigToLabelTypeMapping.java | 2 +- .../exentity/DataConfigToRoleTypeMapping.java | 2 +- .../fess/db/exentity/DataCrawlingConfig.java | 2 +- .../jp/sf/fess/db/exentity/FailureUrl.java | 2 +- .../jp/sf/fess/db/exentity/FavoriteLog.java | 2 +- .../fess/db/exentity/FileAuthentication.java | 2 +- .../FileConfigToLabelTypeMapping.java | 2 +- .../exentity/FileConfigToRoleTypeMapping.java | 2 +- .../fess/db/exentity/FileCrawlingConfig.java | 2 +- .../java/jp/sf/fess/db/exentity/JobLog.java | 2 +- .../java/jp/sf/fess/db/exentity/KeyMatch.java | 2 +- .../jp/sf/fess/db/exentity/LabelType.java | 2 +- .../exentity/LabelTypeToRoleTypeMapping.java | 2 +- .../sf/fess/db/exentity/OverlappingHost.java | 2 +- .../jp/sf/fess/db/exentity/PathMapping.java | 2 +- .../jp/sf/fess/db/exentity/RequestHeader.java | 2 +- .../java/jp/sf/fess/db/exentity/RoleType.java | 2 +- .../jp/sf/fess/db/exentity/ScheduledJob.java | 2 +- .../sf/fess/db/exentity/SearchFieldLog.java | 2 +- .../jp/sf/fess/db/exentity/SearchLog.java | 2 +- .../sf/fess/db/exentity/SuggestBadWord.java | 2 +- .../fess/db/exentity/SuggestElevateWord.java | 2 +- .../java/jp/sf/fess/db/exentity/UserInfo.java | 2 +- .../fess/db/exentity/WebAuthentication.java | 2 +- .../exentity/WebConfigToLabelTypeMapping.java | 2 +- .../exentity/WebConfigToRoleTypeMapping.java | 2 +- .../fess/db/exentity/WebCrawlingConfig.java | 2 +- .../exentity/customize/ClickUrlRanking.java | 2 +- .../exentity/customize/ClientIpRanking.java | 2 +- .../exentity/customize/FavoriteUrlCount.java | 2 +- .../customize/FavoriteUrlRanking.java | 2 +- .../exentity/customize/GroupedFieldName.java | 2 +- .../db/exentity/customize/HotSearchWord.java | 2 +- .../db/exentity/customize/RefererRanking.java | 2 +- .../customize/SearchFieldRanking.java | 2 +- .../customize/SearchQueryRanking.java | 2 +- .../exentity/customize/SearchWordRanking.java | 2 +- .../exentity/customize/SolrQueryRanking.java | 2 +- .../exentity/customize/UserAgentRanking.java | 2 +- .../jp/sf/fess/dict/DictionaryException.java | 2 +- .../fess/dict/DictionaryExpiredException.java | 2 +- .../java/jp/sf/fess/dict/DictionaryFile.java | 2 +- .../java/jp/sf/fess/dict/DictionaryItem.java | 2 +- .../jp/sf/fess/dict/DictionaryLocator.java | 2 +- .../jp/sf/fess/dict/DictionaryManager.java | 2 +- .../jp/sf/fess/dict/synonym/SynonymFile.java | 2 +- .../jp/sf/fess/dict/synonym/SynonymItem.java | 2 +- .../sf/fess/dict/synonym/SynonymLocator.java | 2 +- .../sf/fess/dict/userdict/UserDictFile.java | 22 +- .../sf/fess/dict/userdict/UserDictItem.java | 2 +- .../fess/dict/userdict/UserDictLocator.java | 2 +- src/main/java/jp/sf/fess/ds/DataStore.java | 2 +- .../fess/ds/DataStoreCrawlingException.java | 2 +- .../jp/sf/fess/ds/DataStoreException.java | 2 +- .../java/jp/sf/fess/ds/DataStoreFactory.java | 2 +- .../jp/sf/fess/ds/IndexUpdateCallback.java | 2 +- .../fess/ds/impl/AbstractDataStoreImpl.java | 2 +- .../jp/sf/fess/ds/impl/CsvDataStoreImpl.java | 2 +- .../fess/ds/impl/DatabaseDataStoreImpl.java | 2 +- .../fess/ds/impl/FileListDataStoreImpl.java | 2 +- .../fess/ds/impl/IndexUpdateCallbackImpl.java | 2 +- .../java/jp/sf/fess/entity/FacetInfo.java | 2 +- .../jp/sf/fess/entity/FacetQueryView.java | 2 +- .../sf/fess/entity/FieldAnalysisResponse.java | 2 +- src/main/java/jp/sf/fess/entity/GeoInfo.java | 2 +- .../java/jp/sf/fess/entity/LoginInfo.java | 2 +- .../jp/sf/fess/entity/MoreLikeThisInfo.java | 2 +- .../java/jp/sf/fess/entity/PingResponse.java | 2 +- .../java/jp/sf/fess/entity/SearchQuery.java | 2 +- src/main/java/jp/sf/fess/exec/Crawler.java | 2 +- .../jp/sf/fess/filter/AdLoginInfoFilter.java | 2 +- .../jp/sf/fess/filter/AdminAuthFilter.java | 2 +- .../jp/sf/fess/filter/FessEncodingFilter.java | 2 +- .../jp/sf/fess/filter/LoginInfoFilter.java | 2 +- .../java/jp/sf/fess/filter/WebApiFilter.java | 2 +- src/main/java/jp/sf/fess/form/AppletForm.java | 2 +- src/main/java/jp/sf/fess/form/ErrorForm.java | 2 +- src/main/java/jp/sf/fess/form/IndexForm.java | 2 +- src/main/java/jp/sf/fess/form/LoginForm.java | 2 +- .../form/admin/BoostDocumentRuleForm.java | 2 +- .../java/jp/sf/fess/form/admin/CrawlForm.java | 2 +- .../fess/form/admin/CrawlingSessionForm.java | 2 +- .../form/admin/DataCrawlingConfigForm.java | 2 +- .../java/jp/sf/fess/form/admin/DataForm.java | 2 +- .../jp/sf/fess/form/admin/DesignForm.java | 2 +- .../java/jp/sf/fess/form/admin/DictForm.java | 2 +- .../jp/sf/fess/form/admin/DocumentForm.java | 2 +- .../jp/sf/fess/form/admin/FailureUrlForm.java | 2 +- .../sf/fess/form/admin/FavoriteLogForm.java | 2 +- .../form/admin/FileAuthenticationForm.java | 2 +- .../form/admin/FileCrawlingConfigForm.java | 2 +- .../jp/sf/fess/form/admin/JobLogForm.java | 2 +- .../jp/sf/fess/form/admin/KeyMatchForm.java | 2 +- .../jp/sf/fess/form/admin/LabelTypeForm.java | 2 +- .../java/jp/sf/fess/form/admin/LogForm.java | 2 +- .../fess/form/admin/OverlappingHostForm.java | 2 +- .../sf/fess/form/admin/PathMappingForm.java | 2 +- .../sf/fess/form/admin/RequestHeaderForm.java | 2 +- .../jp/sf/fess/form/admin/RoleTypeForm.java | 2 +- .../sf/fess/form/admin/ScheduledJobForm.java | 2 +- .../jp/sf/fess/form/admin/SearchListForm.java | 2 +- .../jp/sf/fess/form/admin/SearchLogForm.java | 2 +- .../java/jp/sf/fess/form/admin/StatsForm.java | 2 +- .../fess/form/admin/SuggestBadWordForm.java | 2 +- .../form/admin/SuggestElevateWordForm.java | 2 +- .../jp/sf/fess/form/admin/SystemForm.java | 2 +- .../jp/sf/fess/form/admin/SystemInfoForm.java | 2 +- .../jp/sf/fess/form/admin/UserInfoForm.java | 2 +- .../form/admin/WebAuthenticationForm.java | 2 +- .../form/admin/WebCrawlingConfigForm.java | 2 +- .../jp/sf/fess/form/admin/WizardForm.java | 2 +- .../sf/fess/form/admin/dict/SynonymForm.java | 2 +- .../sf/fess/form/admin/dict/UserDictForm.java | 2 +- .../java/jp/sf/fess/helper/AdRoleHelper.java | 2 +- .../sf/fess/helper/CrawlingConfigHelper.java | 85 +- .../sf/fess/helper/CrawlingSessionHelper.java | 2 +- .../jp/sf/fess/helper/DataIndexHelper.java | 2 +- .../jp/sf/fess/helper/DatabaseHelper.java | 2 +- .../jp/sf/fess/helper/DocumentHelper.java | 2 +- .../java/jp/sf/fess/helper/FieldHelper.java | 16 + .../jp/sf/fess/helper/FileTypeHelper.java | 2 +- .../sf/fess/helper/HotSearchWordHelper.java | 2 +- .../jp/sf/fess/helper/IndexingHelper.java | 2 +- .../sf/fess/helper/IntervalControlHelper.java | 2 +- .../java/jp/sf/fess/helper/JobHelper.java | 2 +- .../jp/sf/fess/helper/KeyMatchHelper.java | 2 +- .../jp/sf/fess/helper/LabelTypeHelper.java | 2 +- .../java/jp/sf/fess/helper/MailHelper.java | 2 +- .../jp/sf/fess/helper/OpenSearchHelper.java | 2 +- .../sf/fess/helper/OverlappingHostHelper.java | 2 +- .../jp/sf/fess/helper/PathMappingHelper.java | 2 +- .../java/jp/sf/fess/helper/QueryHelper.java | 150 +- .../jp/sf/fess/helper/RobotLogHelper.java | 60 +- .../jp/sf/fess/helper/RoleQueryHelper.java | 2 +- .../java/jp/sf/fess/helper/SambaHelper.java | 2 +- .../jp/sf/fess/helper/SearchLogHelper.java | 2 +- .../java/jp/sf/fess/helper/SuggestHelper.java | 2 +- .../java/jp/sf/fess/helper/SystemHelper.java | 2 +- .../jp/sf/fess/helper/UserAgentHelper.java | 2 +- .../jp/sf/fess/helper/UserInfoHelper.java | 2 +- .../java/jp/sf/fess/helper/ViewHelper.java | 128 +- .../jp/sf/fess/helper/WebFsIndexHelper.java | 2 +- .../sf/fess/helper/WebManagementHelper.java | 2 +- .../helper/impl/CookieUserInfoHelperImpl.java | 2 +- .../fess/helper/impl/DatabaseHelperImpl.java | 2 +- .../helper/impl/EmptyDatabaseHelperImpl.java | 2 +- .../impl/EmptyManagementHelperImpl.java | 2 +- .../helper/impl/H2DatabaseHelperImpl.java | 2 +- .../fess/helper/impl/RoleQueryHelperImpl.java | 2 +- .../fess/helper/impl/SearchLogHelperImpl.java | 2 +- .../impl/TomcatManagementHelperImpl.java | 2 +- .../FessActionMessagesThrowsInterceptor.java | 2 +- .../fess/interval/FessIntervalController.java | 2 +- .../java/jp/sf/fess/job/AggregateLogJob.java | 2 +- src/main/java/jp/sf/fess/job/CrawlJob.java | 11 +- src/main/java/jp/sf/fess/job/DailyJob.java | 2 +- src/main/java/jp/sf/fess/job/HourlyJob.java | 2 +- src/main/java/jp/sf/fess/job/JobExecutor.java | 2 +- .../java/jp/sf/fess/job/JobScheduler.java | 2 +- src/main/java/jp/sf/fess/job/MinutelyJob.java | 2 +- src/main/java/jp/sf/fess/job/PurgeLogJob.java | 2 +- .../jp/sf/fess/job/ScheduledJobException.java | 2 +- .../java/jp/sf/fess/job/TriggeredJob.java | 2 +- .../java/jp/sf/fess/job/UpdateHotWordJob.java | 2 +- .../java/jp/sf/fess/job/UpdateStatsJob.java | 2 +- .../jp/sf/fess/job/impl/GroovyExecutor.java | 2 +- .../sf/fess/pager/BoostDocumentRulePager.java | 2 +- .../sf/fess/pager/CrawlingSessionPager.java | 2 +- .../fess/pager/DataCrawlingConfigPager.java | 2 +- .../jp/sf/fess/pager/FailureUrlPager.java | 2 +- .../jp/sf/fess/pager/FavoriteLogPager.java | 2 +- .../fess/pager/FileAuthenticationPager.java | 2 +- .../fess/pager/FileCrawlingConfigPager.java | 2 +- .../java/jp/sf/fess/pager/JobLogPager.java | 2 +- .../java/jp/sf/fess/pager/KeyMatchPager.java | 2 +- .../java/jp/sf/fess/pager/LabelTypePager.java | 2 +- .../sf/fess/pager/OverlappingHostPager.java | 2 +- .../jp/sf/fess/pager/PathMappingPager.java | 2 +- .../jp/sf/fess/pager/RequestHeaderPager.java | 2 +- .../java/jp/sf/fess/pager/RoleTypePager.java | 2 +- .../jp/sf/fess/pager/ScheduledJobPager.java | 2 +- .../java/jp/sf/fess/pager/SearchLogPager.java | 2 +- .../java/jp/sf/fess/pager/StatsPager.java | 2 +- .../jp/sf/fess/pager/SuggestBadWordPager.java | 2 +- .../fess/pager/SuggestElevateWordPager.java | 2 +- .../java/jp/sf/fess/pager/SynonymPager.java | 2 +- .../java/jp/sf/fess/pager/UserDictPager.java | 2 +- .../java/jp/sf/fess/pager/UserInfoPager.java | 2 +- .../sf/fess/pager/WebAuthenticationPager.java | 2 +- .../sf/fess/pager/WebCrawlingConfigPager.java | 2 +- .../jp/sf/fess/robot/FessS2RobotThread.java | 2 +- .../fess/screenshot/ScreenShotGenerator.java | 2 +- .../sf/fess/screenshot/ScreenShotManager.java | 2 +- .../impl/BaseScreenShotGenerator.java | 2 +- .../screenshot/impl/CommandGenerator.java | 2 +- .../screenshot/impl/WebDriverGenerator.java | 2 +- .../service/BoostDocumentRuleService.java | 2 +- .../jp/sf/fess/service/ClickLogService.java | 2 +- .../fess/service/CrawlingSessionService.java | 2 +- .../service/DataCrawlingConfigService.java | 2 +- .../jp/sf/fess/service/DatabaseService.java | 77 +- .../jp/sf/fess/service/FailureUrlService.java | 2 +- .../sf/fess/service/FavoriteLogService.java | 2 +- .../service/FileAuthenticationService.java | 2 +- .../service/FileCrawlingConfigService.java | 2 +- .../jp/sf/fess/service/JobLogService.java | 2 +- .../jp/sf/fess/service/KeyMatchService.java | 2 +- .../jp/sf/fess/service/LabelTypeService.java | 2 +- .../fess/service/OverlappingHostService.java | 2 +- .../sf/fess/service/PathMappingService.java | 2 +- .../sf/fess/service/RequestHeaderService.java | 2 +- .../jp/sf/fess/service/RoleTypeService.java | 2 +- .../sf/fess/service/ScheduledJobService.java | 2 +- .../fess/service/SearchFieldLogService.java | 2 +- .../jp/sf/fess/service/SearchLogService.java | 2 +- .../jp/sf/fess/service/SearchService.java | 2 +- .../java/jp/sf/fess/service/StatsService.java | 2 +- .../fess/service/SuggestBadWordService.java | 2 +- .../service/SuggestElevateWordService.java | 2 +- .../jp/sf/fess/service/SynonymService.java | 2 +- .../jp/sf/fess/service/UserDictService.java | 2 +- .../jp/sf/fess/service/UserInfoService.java | 2 +- .../service/WebAuthenticationService.java | 2 +- .../service/WebCrawlingConfigService.java | 2 +- .../jp/sf/fess/servlet/H2ConfigServlet.java | 2 +- .../sf/fess/servlet/Tomcat6ConfigServlet.java | 2 +- .../sf/fess/servlet/Tomcat7ConfigServlet.java | 2 +- .../jp/sf/fess/solr/BoostDocumentRule.java | 2 +- .../sf/fess/solr/FessSolrQueryException.java | 2 +- .../java/jp/sf/fess/solr/IndexUpdater.java | 2 +- .../sf/fess/solr/policy/FessStatusPolicy.java | 86 +- .../struts/action/FessRequestProcessor.java | 2 +- .../java/jp/sf/fess/taglib/FessFunctions.java | 2 +- .../AbstractFessFileTransformer.java | 2 +- .../AbstractFessXpathTransformer.java | 2 +- .../fess/transformer/FessFileTransformer.java | 2 +- .../fess/transformer/FessTikaTransformer.java | 2 +- .../transformer/FessXpathTransformer.java | 53 +- .../java/jp/sf/fess/util/ComponentUtil.java | 2 +- .../java/jp/sf/fess/util/FacetResponse.java | 2 +- src/main/java/jp/sf/fess/util/FessBeans.java | 2 +- src/main/java/jp/sf/fess/util/FessCopy.java | 2 +- .../jp/sf/fess/util/InputStreamThread.java | 2 +- src/main/java/jp/sf/fess/util/JobProcess.java | 2 +- .../jp/sf/fess/util/MoreLikeThisResponse.java | 2 +- .../java/jp/sf/fess/util/ParameterUtil.java | 2 +- .../jp/sf/fess/util/QueryResponseList.java | 2 +- src/main/java/jp/sf/fess/util/QueryUtil.java | 2 +- .../java/jp/sf/fess/util/ResourceUtil.java | 2 +- .../java/jp/sf/fess/util/SearchParamMap.java | 2 +- src/main/java/jp/sf/fess/util/WebApiUtil.java | 2 +- .../fess/validator/CronExpressionChecks.java | 2 +- .../jp/sf/fess/validator/UriTypeChecks.java | 2 +- src/main/resources/app.dicon | 4 + src/main/resources/application.properties | 2 +- src/main/resources/application_ja.properties | 2 +- .../WEB-INF/view/admin/dict/synonym/index.jsp | 2 +- .../view/admin/dict/userDict/index.jsp | 2 +- .../WEB-INF/view/common/admin/footer.jsp | 2 +- src/test/java/jp/sf/fess/FessClass.java | 2 +- .../sf/fess/dict/DictionaryManagerTest.java | 2 +- .../sf/fess/dict/synonym/SynonymFileTest.java | 2 +- .../sf/fess/dict/synonym/SynonymItemTest.java | 2 +- .../fess/dict/synonym/SynonymLocatorTest.java | 2 +- .../fess/dict/userdict/UserDictFileTest.java | 2 +- .../fess/dict/userdict/UserDictItemTest.java | 2 +- .../dict/userdict/UserDictLocatorTest.java | 2 +- .../ds/impl/DatabaseDataStoreImplTest.java | 2 +- src/test/java/jp/sf/fess/entity/Document.java | 2 +- .../java/jp/sf/fess/entity/GeoInfoTest.java | 2 +- .../fess/filter/FessEncodingFilterTest.java | 2 +- .../helper/CrawlingSessionHelperTest.java | 2 +- .../helper/IntervalControlHelperTest.java | 2 +- .../helper/OverlappingHostHelperTest.java | 2 +- .../sf/fess/helper/PathMappingHelperTest.java | 2 +- .../jp/sf/fess/helper/QueryHelperTest.java | 2 +- .../jp/sf/fess/helper/SystemHelperTest.java | 2 +- .../jp/sf/fess/helper/ViewHelperTest.java | 2 +- .../helper/impl/RoleQueryHelperImplTest.java | 2 +- .../sf/fess/solr/BoostDocumentRuleTest.java | 2 +- .../transformer/FessFileTransformerTest.java | 2 +- .../transformer/FessXpathTransformerTest.java | 2 +- .../jp/sf/fess/util/ParameterUtilTest.java | 2 +- .../sf/fess/util/QueryResponseListTest.java | 2 +- .../jp/sf/fess/util/ResourceUtilTest.java | 2 +- .../sf/fess/validator/UriTypeChecksTest.java | 2 +- 854 files changed, 3416 insertions(+), 1650 deletions(-) delete mode 100644 .settings/net.sf.amateras.sastruts.prefs delete mode 100644 .settings/org.eclipse.jdt.core.prefs delete mode 100644 .settings/org.eclipse.jdt.ui.prefs create mode 100644 src/config/eclipse/formatter/java.xml create mode 100644 src/config/eclipse/formatter/javascript.xml diff --git a/.gitignore b/.gitignore index 7e504223b..175d5db57 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /src/main/webapp/WEB-INF/conf/*.properties /src/main/webapp/WEB-INF/db/*.lock.db /src/main/webapp/WEB-INF/logs/fess* +/.settings/ .project .classpath *.iml diff --git a/.settings/net.sf.amateras.sastruts.prefs b/.settings/net.sf.amateras.sastruts.prefs deleted file mode 100644 index a0c51bb1f..000000000 --- a/.settings/net.sf.amateras.sastruts.prefs +++ /dev/null @@ -1,4 +0,0 @@ -#Mon May 18 05:57:06 JST 2009 -Context=fess -WebContentsRoot=/src/main/webapp -eclipse.preferences.version=1 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index e23062aba..000000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,294 +0,0 @@ -#Sat Feb 15 20:39:01 JST 2014 -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=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_before_opening_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true -org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert -org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=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_parenthesized_expression_in_throw=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_opening_angle_bracket_in_type_parameters=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_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.comment.format_source_code=true -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true -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_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert -org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 -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_try=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert -org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert -org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert -org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 -org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.comment.format_header=false -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 -org.eclipse.jdt.core.formatter.comment.line_length=80 -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert -org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=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_closing_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert -org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=false -org.eclipse.jdt.core.formatter.continuation_indentation=2 -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert -org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert -org.eclipse.jdt.core.formatter.blank_lines_before_method=1 -org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 -org.eclipse.jdt.core.formatter.join_lines_in_comments=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 -org.eclipse.jdt.core.formatter.comment.format_block_comments=false -org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert -org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 -org.eclipse.jdt.core.formatter.comment.format_html=true -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_closing_paren_in_enum_constant=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_closing_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 -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_closing_paren_in_synchronized=do not insert -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=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_before_comma_in_superinterfaces=do not insert -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=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_comma_in_enum_constant_arguments=do not insert -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_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_paren_in_if=insert -org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=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_between_empty_braces_in_array_initializer=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_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert -org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=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_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=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_after_at_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=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.alignment_for_enum_constants=0 -org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 -org.eclipse.jdt.core.formatter.tabulation.char=space -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert -org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert -org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false -org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false -org.eclipse.jdt.core.formatter.compact_else_if=true -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true -org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.join_wrapped_lines=true -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true -org.eclipse.jdt.core.formatter.use_on_off_tags=false -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert -org.eclipse.jdt.core.formatter.comment.format_line_comments=false -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert -org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true -org.eclipse.jdt.core.formatter.indentation.size=4 -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.comment.indent_root_tags=true -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert -org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=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_binary_operator=insert -org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false -org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true -org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.blank_lines_before_package=0 -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert -org.eclipse.jdt.core.formatter.indent_empty_lines=false -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 -org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=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_method_invocation_arguments=do not insert -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.formatter.insert_new_line_after_label=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_after_closing_angle_bracket_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert -org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false -org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=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_closing_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -org.eclipse.jdt.core.formatter.lineSplit=80 -org.eclipse.jdt.core.compiler.source=1.7 -org.eclipse.jdt.core.formatter.tabulation.size=4 -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert -org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 -org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=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_comma_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -eclipse.preferences.version=1 -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.formatter.blank_lines_after_package=1 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 -org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -org.eclipse.jdt.core.formatter.blank_lines_before_field=1 diff --git a/.settings/org.eclipse.jdt.ui.prefs b/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 8ce45f9b9..000000000 --- a/.settings/org.eclipse.jdt.ui.prefs +++ /dev/null @@ -1,110 +0,0 @@ -cleanup.add_default_serial_version_id=true -cleanup.add_generated_serial_version_id=false -cleanup.add_missing_annotations=true -cleanup.add_missing_deprecated_annotations=true -cleanup.add_missing_methods=false -cleanup.add_missing_nls_tags=false -cleanup.add_missing_override_annotations=true -cleanup.add_missing_override_annotations_interface_methods=true -cleanup.add_serial_version_id=true -cleanup.always_use_blocks=true -cleanup.always_use_parentheses_in_expressions=false -cleanup.always_use_this_for_non_static_field_access=false -cleanup.always_use_this_for_non_static_method_access=false -cleanup.convert_to_enhanced_for_loop=true -cleanup.correct_indentation=true -cleanup.format_source_code=true -cleanup.format_source_code_changes_only=false -cleanup.make_local_variable_final=true -cleanup.make_parameters_final=true -cleanup.make_private_fields_final=true -cleanup.make_type_abstract_if_missing_method=false -cleanup.make_variable_declarations_final=true -cleanup.never_use_blocks=false -cleanup.never_use_parentheses_in_expressions=true -cleanup.organize_imports=true -cleanup.qualify_static_field_accesses_with_declaring_class=false -cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -cleanup.qualify_static_member_accesses_with_declaring_class=true -cleanup.qualify_static_method_accesses_with_declaring_class=false -cleanup.remove_private_constructors=true -cleanup.remove_trailing_whitespaces=true -cleanup.remove_trailing_whitespaces_all=true -cleanup.remove_trailing_whitespaces_ignore_empty=false -cleanup.remove_unnecessary_casts=true -cleanup.remove_unnecessary_nls_tags=true -cleanup.remove_unused_imports=true -cleanup.remove_unused_local_variables=true -cleanup.remove_unused_private_fields=true -cleanup.remove_unused_private_members=true -cleanup.remove_unused_private_methods=true -cleanup.remove_unused_private_types=true -cleanup.sort_members=false -cleanup.sort_members_all=false -cleanup.use_blocks=true -cleanup.use_blocks_only_for_return_and_throw=false -cleanup.use_parentheses_in_expressions=true -cleanup.use_this_for_non_static_field_access=true -cleanup.use_this_for_non_static_field_access_only_if_necessary=true -cleanup.use_this_for_non_static_method_access=true -cleanup.use_this_for_non_static_method_access_only_if_necessary=true -cleanup_profile=_Fess -cleanup_settings_version=2 -eclipse.preferences.version=1 -editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_profile=_Seasar -formatter_settings_version=12 -org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> -sp_cleanup.add_default_serial_version_id=true -sp_cleanup.add_generated_serial_version_id=false -sp_cleanup.add_missing_annotations=true -sp_cleanup.add_missing_deprecated_annotations=true -sp_cleanup.add_missing_methods=false -sp_cleanup.add_missing_nls_tags=false -sp_cleanup.add_missing_override_annotations=true -sp_cleanup.add_missing_override_annotations_interface_methods=true -sp_cleanup.add_serial_version_id=false -sp_cleanup.always_use_blocks=true -sp_cleanup.always_use_parentheses_in_expressions=false -sp_cleanup.always_use_this_for_non_static_field_access=false -sp_cleanup.always_use_this_for_non_static_method_access=false -sp_cleanup.convert_to_enhanced_for_loop=true -sp_cleanup.correct_indentation=true -sp_cleanup.format_source_code=true -sp_cleanup.format_source_code_changes_only=false -sp_cleanup.make_local_variable_final=true -sp_cleanup.make_parameters_final=true -sp_cleanup.make_private_fields_final=true -sp_cleanup.make_type_abstract_if_missing_method=false -sp_cleanup.make_variable_declarations_final=true -sp_cleanup.never_use_blocks=false -sp_cleanup.never_use_parentheses_in_expressions=true -sp_cleanup.on_save_use_additional_actions=true -sp_cleanup.organize_imports=true -sp_cleanup.qualify_static_field_accesses_with_declaring_class=false -sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_with_declaring_class=false -sp_cleanup.qualify_static_method_accesses_with_declaring_class=false -sp_cleanup.remove_private_constructors=true -sp_cleanup.remove_trailing_whitespaces=true -sp_cleanup.remove_trailing_whitespaces_all=true -sp_cleanup.remove_trailing_whitespaces_ignore_empty=false -sp_cleanup.remove_unnecessary_casts=true -sp_cleanup.remove_unnecessary_nls_tags=true -sp_cleanup.remove_unused_imports=true -sp_cleanup.remove_unused_local_variables=false -sp_cleanup.remove_unused_private_fields=true -sp_cleanup.remove_unused_private_members=false -sp_cleanup.remove_unused_private_methods=true -sp_cleanup.remove_unused_private_types=true -sp_cleanup.sort_members=false -sp_cleanup.sort_members_all=false -sp_cleanup.use_blocks=true -sp_cleanup.use_blocks_only_for_return_and_throw=false -sp_cleanup.use_parentheses_in_expressions=true -sp_cleanup.use_this_for_non_static_field_access=true -sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true -sp_cleanup.use_this_for_non_static_method_access=true -sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/pom.xml b/pom.xml index bceed0a1d..5bd2d05dd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>jp.sf.fess</groupId> <artifactId>fess</artifactId> - <version>9.4.0-SNAPSHOT</version> + <version>9.3.3-SNAPSHOT</version> <packaging>war</packaging> <name>Fess</name> <description>Fess is Full tExt Search System.</description> @@ -107,9 +107,10 @@ </profile> </profiles> <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dbflute.version>1.0.5L</dbflute.version> <s2robot.version>0.8.0</s2robot.version> - <solr.version>4.10.2</solr.version> + <solr.version>4.10.3</solr.version> <slf4j.version>1.7.7</slf4j.version> <tika.version>1.6</tika.version> <poi.version>3.11-beta2</poi.version> @@ -190,6 +191,13 @@ <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.5.0</version> + <executions> + <execution> + <goals> + <goal>format</goal> + </goals> + </execution> + </executions> <configuration> <header>${basedir}/src/etc/header.txt</header> <includes> @@ -201,6 +209,18 @@ </headerDefinitions> </configuration> </plugin> + <plugin> + <groupId>com.marvinformatics.formatter</groupId> + <artifactId>formatter-maven-plugin</artifactId> + <version>1.4.0</version> + <executions> + <execution> + <goals> + <goal>format</goal> + </goals> + </execution> + </executions> + </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> @@ -359,7 +379,7 @@ <dependency> <groupId>jp.sf.fess</groupId> <artifactId>fess-suggest</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </dependency> <dependency> <groupId>jp.sf.fess</groupId> @@ -531,7 +551,7 @@ <dependency> <groupId>org.codelibs</groupId> <artifactId>corelib</artifactId> - <version>0.2.0</version> + <version>0.2.1</version> </dependency> <dependency> <groupId>org.codelibs.solr</groupId> @@ -801,5 +821,11 @@ <version>2.2</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.seasar.dbflute</groupId> + <artifactId>utflute-seasar</artifactId> + <version>0.4.3</version> + <scope>test</scope> + </dependency> </dependencies> </project> diff --git a/src/config/eclipse/formatter/java.xml b/src/config/eclipse/formatter/java.xml new file mode 100644 index 000000000..294707f17 --- /dev/null +++ b/src/config/eclipse/formatter/java.xml @@ -0,0 +1,1755 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<profiles version="12"> +<profile kind="CodeFormatterProfile" name="CodeLibs" version="12"> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +</profile> +<profile kind="CodeFormatterProfile" name="Eclipse" version="12"> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="tab"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +</profile> +<profile kind="CodeFormatterProfile" name="Maven" version="12"> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="48"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="120"/> +<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +</profile> +<profile kind="CodeFormatterProfile" name="Maven Format" version="12"> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="100"/> +<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="48"/> +<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="37"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="18"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="next_line"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +</profile> +<profile kind="CodeFormatterProfile" name="s2robot" version="12"> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="49"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="52"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="52"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="20"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="52"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="52"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="52"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +</profile> +<profile kind="CodeFormatterProfile" name="Seasar" version="12"> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="80"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +</profile> +</profiles> diff --git a/src/config/eclipse/formatter/javascript.xml b/src/config/eclipse/formatter/javascript.xml new file mode 100644 index 000000000..dd7a3fca9 --- /dev/null +++ b/src/config/eclipse/formatter/javascript.xml @@ -0,0 +1,267 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<profiles version="11"> +<profile kind="CodeFormatterProfile" name="Google JavaScript Style" version="11"> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_empty_lines" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_compact_if" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_annotation" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_header" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_block_comments" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_object_initializer" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_between_type_declarations" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_assignment" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.tabulation.size" value="2"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.format_guardian_clause_on_one_line" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.align_type_members_on_columns" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_binary_operator" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_objlit_initializer" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.compiler.compliance" value="1.5"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_objlit_initializer" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_source_code" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.wrap_before_binary_operator" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_ellipsis" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_after_package" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_comma_in_objlit_initializer" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_javadoc_comments" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indentation.size" value="2"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_objlit_initializer" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.compiler.source" value="1.5"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_binary_operator" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_switch" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.continuation_indentation" value="4"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_conditional_expression" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.indent_parameter_description" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_after_imports" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.indent_root_tags" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_package" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_member_type" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_enum_constants" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_imports" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.keep_imple_if_on_one_line" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_binary_expression" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.lineSplit" value="80"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_html" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.keep_then_statement_on_same_line" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_method" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.compiler.codegen.targetPlatform" value="1.5"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.keep_empty_objlit_initializer_on_one_line" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_block" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_line_comments" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.compiler.problem.assertIdentifier" value="error"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_object_initializer" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.line_length" value="80"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_block" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_multiple_fields" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_body" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_new_chunk" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.tabulation.char" value="space"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.put_empty_statement_on_new_line" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.keep_else_statement_on_same_line" value="false"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_between_import_groups" value="1"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_field" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_objlit_initializer" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.compact_else_if" value="true"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> +<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> +</profile> +</profiles> diff --git a/src/main/java/jp/sf/fess/Constants.java b/src/main/java/jp/sf/fess/Constants.java index 413482fb9..2b92fdb46 100644 --- a/src/main/java/jp/sf/fess/Constants.java +++ b/src/main/java/jp/sf/fess/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -159,6 +159,8 @@ public class Constants extends CoreLibConstants { public static final String SEARCH_FILE_LAUNCHER_PROPERTY = "search.file.launcher"; + public static final String SEARCH_RESULT_MAX_PAGE_SIZE = "search.result.max_page_size"; + public static final String NOTIFICATION_TO_PROPERTY = "notification.to"; public static final String USE_BROWSER_LOCALE_FOR_SEARCH_PROPERTY = "search.use.browser.locale"; diff --git a/src/main/java/jp/sf/fess/FessSystemException.java b/src/main/java/jp/sf/fess/FessSystemException.java index f7150c448..30f617e6a 100644 --- a/src/main/java/jp/sf/fess/FessSystemException.java +++ b/src/main/java/jp/sf/fess/FessSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/InvalidQueryException.java b/src/main/java/jp/sf/fess/InvalidQueryException.java index edcea6f2c..d0ccfdd8c 100644 --- a/src/main/java/jp/sf/fess/InvalidQueryException.java +++ b/src/main/java/jp/sf/fess/InvalidQueryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ResultOffsetExceededException.java b/src/main/java/jp/sf/fess/ResultOffsetExceededException.java index 24ec0dff2..16206eb1d 100644 --- a/src/main/java/jp/sf/fess/ResultOffsetExceededException.java +++ b/src/main/java/jp/sf/fess/ResultOffsetExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/UnsupportedSearchException.java b/src/main/java/jp/sf/fess/UnsupportedSearchException.java index 190941173..22dbbbe0a 100644 --- a/src/main/java/jp/sf/fess/UnsupportedSearchException.java +++ b/src/main/java/jp/sf/fess/UnsupportedSearchException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/WebApiException.java b/src/main/java/jp/sf/fess/WebApiException.java index 40c7166d0..2f237f77f 100644 --- a/src/main/java/jp/sf/fess/WebApiException.java +++ b/src/main/java/jp/sf/fess/WebApiException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/AppletAction.java b/src/main/java/jp/sf/fess/action/AppletAction.java index b2564b4e8..79fe1bc52 100644 --- a/src/main/java/jp/sf/fess/action/AppletAction.java +++ b/src/main/java/jp/sf/fess/action/AppletAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/ErrorAction.java b/src/main/java/jp/sf/fess/action/ErrorAction.java index 9fcb611a4..2d918b313 100644 --- a/src/main/java/jp/sf/fess/action/ErrorAction.java +++ b/src/main/java/jp/sf/fess/action/ErrorAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/IndexAction.java b/src/main/java/jp/sf/fess/action/IndexAction.java index 6df4da9ec..25ea4d599 100644 --- a/src/main/java/jp/sf/fess/action/IndexAction.java +++ b/src/main/java/jp/sf/fess/action/IndexAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -887,7 +887,7 @@ public class IndexAction { .getDocumentListByDocIds(docIds, queryHelper.getResponseFields(), new String[] { fieldHelper.favoriteCountField }, - MAX_PAGE_SIZE); + getMaxPageSize()); List<String> urlList = new ArrayList<String>(docList.size()); for (final Map<String, Object> doc : docList) { final Object urlObj = doc.get(fieldHelper.urlField); @@ -936,6 +936,19 @@ public class IndexAction { if (StringUtil.isNotBlank(indexForm.op)) { request.setAttribute(Constants.DEFAULT_OPERATOR, indexForm.op); } + if (indexForm.additional != null) { + final Set<String> fieldSet = new HashSet<String>(); + for (final String additional : indexForm.additional) { + if (StringUtil.isNotBlank(additional) + && additional.length() < 1000 + && !hasFieldInQuery(fieldSet, additional)) { + queryBuf.append(' ').append(additional); + } + } + } + if (queryBuf.indexOf(" OR ") >= 0) { + queryBuf.insert(0, '(').append(')'); + } if (!indexForm.fields.isEmpty()) { for (final Map.Entry<String, String[]> entry : indexForm.fields .entrySet()) { @@ -967,16 +980,6 @@ public class IndexAction { if (StringUtil.isNotBlank(indexForm.sort)) { queryBuf.append(" sort:").append(indexForm.sort); } - if (indexForm.additional != null) { - final Set<String> fieldSet = new HashSet<String>(); - for (final String additional : indexForm.additional) { - if (StringUtil.isNotBlank(additional) - && additional.length() < 1000 - && !hasFieldInQuery(fieldSet, additional)) { - queryBuf.append(' ').append(additional); - } - } - } if (indexForm.lang != null) { final Set<String> langSet = new HashSet<>(); for (final String lang : indexForm.lang) { @@ -1393,7 +1396,16 @@ public class IndexAction { } protected int getMaxPageSize() { - return MAX_PAGE_SIZE; + Object maxPageSize = crawlerProperties + .get(Constants.SEARCH_RESULT_MAX_PAGE_SIZE); + if (maxPageSize == null) { + return MAX_PAGE_SIZE; + } + try { + return Integer.parseInt(maxPageSize.toString()); + } catch (NumberFormatException e) { + return MAX_PAGE_SIZE; + } } public boolean isOsddLink() { diff --git a/src/main/java/jp/sf/fess/action/LoginAction.java b/src/main/java/jp/sf/fess/action/LoginAction.java index 5a0da1876..cbe0a4b21 100644 --- a/src/main/java/jp/sf/fess/action/LoginAction.java +++ b/src/main/java/jp/sf/fess/action/LoginAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/BoostDocumentRuleAction.java b/src/main/java/jp/sf/fess/action/admin/BoostDocumentRuleAction.java index 20095bff8..6f7c02c3d 100644 --- a/src/main/java/jp/sf/fess/action/admin/BoostDocumentRuleAction.java +++ b/src/main/java/jp/sf/fess/action/admin/BoostDocumentRuleAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/CrawlAction.java b/src/main/java/jp/sf/fess/action/admin/CrawlAction.java index cb7892b98..e858a11bd 100644 --- a/src/main/java/jp/sf/fess/action/admin/CrawlAction.java +++ b/src/main/java/jp/sf/fess/action/admin/CrawlAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/CrawlingSessionAction.java b/src/main/java/jp/sf/fess/action/admin/CrawlingSessionAction.java index b8015a3b1..f55729971 100644 --- a/src/main/java/jp/sf/fess/action/admin/CrawlingSessionAction.java +++ b/src/main/java/jp/sf/fess/action/admin/CrawlingSessionAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/DataAction.java b/src/main/java/jp/sf/fess/action/admin/DataAction.java index f08e7351c..f1467332b 100644 --- a/src/main/java/jp/sf/fess/action/admin/DataAction.java +++ b/src/main/java/jp/sf/fess/action/admin/DataAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/DataCrawlingConfigAction.java b/src/main/java/jp/sf/fess/action/admin/DataCrawlingConfigAction.java index 5c584b2a3..54d41d8d7 100644 --- a/src/main/java/jp/sf/fess/action/admin/DataCrawlingConfigAction.java +++ b/src/main/java/jp/sf/fess/action/admin/DataCrawlingConfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/DesignAction.java b/src/main/java/jp/sf/fess/action/admin/DesignAction.java index c1bc945bf..1f9c16bc0 100644 --- a/src/main/java/jp/sf/fess/action/admin/DesignAction.java +++ b/src/main/java/jp/sf/fess/action/admin/DesignAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/DictAction.java b/src/main/java/jp/sf/fess/action/admin/DictAction.java index 6cf54b011..762d0b797 100644 --- a/src/main/java/jp/sf/fess/action/admin/DictAction.java +++ b/src/main/java/jp/sf/fess/action/admin/DictAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/DocumentAction.java b/src/main/java/jp/sf/fess/action/admin/DocumentAction.java index f28ffef7d..f544a181b 100644 --- a/src/main/java/jp/sf/fess/action/admin/DocumentAction.java +++ b/src/main/java/jp/sf/fess/action/admin/DocumentAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/FailureUrlAction.java b/src/main/java/jp/sf/fess/action/admin/FailureUrlAction.java index bb374b8d8..774423306 100644 --- a/src/main/java/jp/sf/fess/action/admin/FailureUrlAction.java +++ b/src/main/java/jp/sf/fess/action/admin/FailureUrlAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/FavoriteLogAction.java b/src/main/java/jp/sf/fess/action/admin/FavoriteLogAction.java index f9cf3efd2..51f9fd240 100644 --- a/src/main/java/jp/sf/fess/action/admin/FavoriteLogAction.java +++ b/src/main/java/jp/sf/fess/action/admin/FavoriteLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/FileAuthenticationAction.java b/src/main/java/jp/sf/fess/action/admin/FileAuthenticationAction.java index 4cc185bbd..741a9f2c7 100644 --- a/src/main/java/jp/sf/fess/action/admin/FileAuthenticationAction.java +++ b/src/main/java/jp/sf/fess/action/admin/FileAuthenticationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/FileCrawlingConfigAction.java b/src/main/java/jp/sf/fess/action/admin/FileCrawlingConfigAction.java index 5de583dcb..3d7227eff 100644 --- a/src/main/java/jp/sf/fess/action/admin/FileCrawlingConfigAction.java +++ b/src/main/java/jp/sf/fess/action/admin/FileCrawlingConfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/IndexAction.java b/src/main/java/jp/sf/fess/action/admin/IndexAction.java index cdb47a047..092749e60 100644 --- a/src/main/java/jp/sf/fess/action/admin/IndexAction.java +++ b/src/main/java/jp/sf/fess/action/admin/IndexAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/JobLogAction.java b/src/main/java/jp/sf/fess/action/admin/JobLogAction.java index 178ed0288..802a50a6e 100644 --- a/src/main/java/jp/sf/fess/action/admin/JobLogAction.java +++ b/src/main/java/jp/sf/fess/action/admin/JobLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/KeyMatchAction.java b/src/main/java/jp/sf/fess/action/admin/KeyMatchAction.java index faa020a59..348a96836 100644 --- a/src/main/java/jp/sf/fess/action/admin/KeyMatchAction.java +++ b/src/main/java/jp/sf/fess/action/admin/KeyMatchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/LabelTypeAction.java b/src/main/java/jp/sf/fess/action/admin/LabelTypeAction.java index 9998d0154..025a83ccf 100644 --- a/src/main/java/jp/sf/fess/action/admin/LabelTypeAction.java +++ b/src/main/java/jp/sf/fess/action/admin/LabelTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/LogAction.java b/src/main/java/jp/sf/fess/action/admin/LogAction.java index 95284637a..e9308876a 100644 --- a/src/main/java/jp/sf/fess/action/admin/LogAction.java +++ b/src/main/java/jp/sf/fess/action/admin/LogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/OverlappingHostAction.java b/src/main/java/jp/sf/fess/action/admin/OverlappingHostAction.java index 7bbcd5d4f..72377f8ac 100644 --- a/src/main/java/jp/sf/fess/action/admin/OverlappingHostAction.java +++ b/src/main/java/jp/sf/fess/action/admin/OverlappingHostAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/PathMappingAction.java b/src/main/java/jp/sf/fess/action/admin/PathMappingAction.java index 79f4680d4..e285936e7 100644 --- a/src/main/java/jp/sf/fess/action/admin/PathMappingAction.java +++ b/src/main/java/jp/sf/fess/action/admin/PathMappingAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/RequestHeaderAction.java b/src/main/java/jp/sf/fess/action/admin/RequestHeaderAction.java index 23c8ed608..bed6c2fdb 100644 --- a/src/main/java/jp/sf/fess/action/admin/RequestHeaderAction.java +++ b/src/main/java/jp/sf/fess/action/admin/RequestHeaderAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/RoleTypeAction.java b/src/main/java/jp/sf/fess/action/admin/RoleTypeAction.java index b6d5c9a93..953ec4ada 100644 --- a/src/main/java/jp/sf/fess/action/admin/RoleTypeAction.java +++ b/src/main/java/jp/sf/fess/action/admin/RoleTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/ScheduledJobAction.java b/src/main/java/jp/sf/fess/action/admin/ScheduledJobAction.java index 0e2d1c760..b381e240b 100644 --- a/src/main/java/jp/sf/fess/action/admin/ScheduledJobAction.java +++ b/src/main/java/jp/sf/fess/action/admin/ScheduledJobAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/SearchListAction.java b/src/main/java/jp/sf/fess/action/admin/SearchListAction.java index 0edf7facd..514b3df97 100644 --- a/src/main/java/jp/sf/fess/action/admin/SearchListAction.java +++ b/src/main/java/jp/sf/fess/action/admin/SearchListAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/SearchLogAction.java b/src/main/java/jp/sf/fess/action/admin/SearchLogAction.java index 2a1cecf7a..bf3132bf8 100644 --- a/src/main/java/jp/sf/fess/action/admin/SearchLogAction.java +++ b/src/main/java/jp/sf/fess/action/admin/SearchLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/StatsAction.java b/src/main/java/jp/sf/fess/action/admin/StatsAction.java index e6abbcfe4..75e0fd522 100644 --- a/src/main/java/jp/sf/fess/action/admin/StatsAction.java +++ b/src/main/java/jp/sf/fess/action/admin/StatsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/SuggestBadWordAction.java b/src/main/java/jp/sf/fess/action/admin/SuggestBadWordAction.java index 1adacf362..a2e64fd3b 100644 --- a/src/main/java/jp/sf/fess/action/admin/SuggestBadWordAction.java +++ b/src/main/java/jp/sf/fess/action/admin/SuggestBadWordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/SuggestElevateWordAction.java b/src/main/java/jp/sf/fess/action/admin/SuggestElevateWordAction.java index 2e41e4535..68b374c88 100644 --- a/src/main/java/jp/sf/fess/action/admin/SuggestElevateWordAction.java +++ b/src/main/java/jp/sf/fess/action/admin/SuggestElevateWordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -276,7 +276,8 @@ public class SuggestElevateWordAction extends BsSuggestElevateWordAction { final File oFile = tempFile; try { final String head = new String(b, Constants.UTF_8); - if (!(head.startsWith("\"SuggestWord\"") || head.startsWith("SuggestWord"))) { + if (!(head.startsWith("\"SuggestWord\"") || head + .startsWith("SuggestWord"))) { log.error("Unknown file: " + suggestElevateWordForm.suggestElevateWordFile); throw new SSCActionMessagesException( diff --git a/src/main/java/jp/sf/fess/action/admin/SystemAction.java b/src/main/java/jp/sf/fess/action/admin/SystemAction.java index 93bed1c4b..d27d2b646 100644 --- a/src/main/java/jp/sf/fess/action/admin/SystemAction.java +++ b/src/main/java/jp/sf/fess/action/admin/SystemAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/SystemInfoAction.java b/src/main/java/jp/sf/fess/action/admin/SystemInfoAction.java index 4d4d2d10e..008eb166b 100644 --- a/src/main/java/jp/sf/fess/action/admin/SystemInfoAction.java +++ b/src/main/java/jp/sf/fess/action/admin/SystemInfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/UserInfoAction.java b/src/main/java/jp/sf/fess/action/admin/UserInfoAction.java index 91f5eb821..1d69ecf7f 100644 --- a/src/main/java/jp/sf/fess/action/admin/UserInfoAction.java +++ b/src/main/java/jp/sf/fess/action/admin/UserInfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/WebAuthenticationAction.java b/src/main/java/jp/sf/fess/action/admin/WebAuthenticationAction.java index 56ca905db..a8c4e68aa 100644 --- a/src/main/java/jp/sf/fess/action/admin/WebAuthenticationAction.java +++ b/src/main/java/jp/sf/fess/action/admin/WebAuthenticationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/WebCrawlingConfigAction.java b/src/main/java/jp/sf/fess/action/admin/WebCrawlingConfigAction.java index 27a2a99f6..eedbdf9c5 100644 --- a/src/main/java/jp/sf/fess/action/admin/WebCrawlingConfigAction.java +++ b/src/main/java/jp/sf/fess/action/admin/WebCrawlingConfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/WizardAction.java b/src/main/java/jp/sf/fess/action/admin/WizardAction.java index 17713e045..4a667f07b 100644 --- a/src/main/java/jp/sf/fess/action/admin/WizardAction.java +++ b/src/main/java/jp/sf/fess/action/admin/WizardAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/dict/SynonymAction.java b/src/main/java/jp/sf/fess/action/admin/dict/SynonymAction.java index 1d9291ed2..203187b64 100644 --- a/src/main/java/jp/sf/fess/action/admin/dict/SynonymAction.java +++ b/src/main/java/jp/sf/fess/action/admin/dict/SynonymAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/action/admin/dict/UserDictAction.java b/src/main/java/jp/sf/fess/action/admin/dict/UserDictAction.java index cde659737..e1a804f00 100644 --- a/src/main/java/jp/sf/fess/action/admin/dict/UserDictAction.java +++ b/src/main/java/jp/sf/fess/action/admin/dict/UserDictAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/annotation/CronExpression.java b/src/main/java/jp/sf/fess/annotation/CronExpression.java index 8f9aa1897..ab23341d5 100644 --- a/src/main/java/jp/sf/fess/annotation/CronExpression.java +++ b/src/main/java/jp/sf/fess/annotation/CronExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/annotation/UriType.java b/src/main/java/jp/sf/fess/annotation/UriType.java index cd81ea9f1..30eff89c8 100644 --- a/src/main/java/jp/sf/fess/annotation/UriType.java +++ b/src/main/java/jp/sf/fess/annotation/UriType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/api/BaseApiManager.java b/src/main/java/jp/sf/fess/api/BaseApiManager.java index b43601f04..a445f4b98 100644 --- a/src/main/java/jp/sf/fess/api/BaseApiManager.java +++ b/src/main/java/jp/sf/fess/api/BaseApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/api/WebApiManager.java b/src/main/java/jp/sf/fess/api/WebApiManager.java index 2cf0df9fc..ed7e0027f 100644 --- a/src/main/java/jp/sf/fess/api/WebApiManager.java +++ b/src/main/java/jp/sf/fess/api/WebApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/api/WebApiManagerFactory.java b/src/main/java/jp/sf/fess/api/WebApiManagerFactory.java index 14a51e9db..1c977d4ee 100644 --- a/src/main/java/jp/sf/fess/api/WebApiManagerFactory.java +++ b/src/main/java/jp/sf/fess/api/WebApiManagerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/api/WebApiRequest.java b/src/main/java/jp/sf/fess/api/WebApiRequest.java index 1bf3b2349..66d68ba45 100644 --- a/src/main/java/jp/sf/fess/api/WebApiRequest.java +++ b/src/main/java/jp/sf/fess/api/WebApiRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/api/WebApiResponse.java b/src/main/java/jp/sf/fess/api/WebApiResponse.java index 0961631b0..5c8548dfa 100644 --- a/src/main/java/jp/sf/fess/api/WebApiResponse.java +++ b/src/main/java/jp/sf/fess/api/WebApiResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/api/json/JsonApiManager.java b/src/main/java/jp/sf/fess/api/json/JsonApiManager.java index bfec3a9dd..3a71a58a4 100644 --- a/src/main/java/jp/sf/fess/api/json/JsonApiManager.java +++ b/src/main/java/jp/sf/fess/api/json/JsonApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -80,36 +80,36 @@ public class JsonApiManager extends BaseApiManager implements WebApiManager { throws IOException, ServletException { final String formatType = request.getParameter("type"); switch (getFormatType(formatType)) { - case SEARCH: - processSearchRequest(request, response, chain); - break; - case LABEL: - processLabelRequest(request, response, chain); - break; - case SUGGEST: - processSuggestRequest(request, response, chain); - break; - case SPELLCHECK: - processSpellCheckRequest(request, response, chain); - break; - case ANALYSIS: - processAnalysisRequest(request, response, chain); - break; - case HOTSEARCHWORD: - processHotSearchWordRequest(request, response, chain); - break; - case FAVORITE: - processFavoriteRequest(request, response, chain); - break; - case FAVORITES: - processFavoritesRequest(request, response, chain); - break; - case PING: - processPingRequest(request, response, chain); - break; - default: - writeJsonResponse(99, StringUtil.EMPTY, "Not found."); - break; + case SEARCH: + processSearchRequest(request, response, chain); + break; + case LABEL: + processLabelRequest(request, response, chain); + break; + case SUGGEST: + processSuggestRequest(request, response, chain); + break; + case SPELLCHECK: + processSpellCheckRequest(request, response, chain); + break; + case ANALYSIS: + processAnalysisRequest(request, response, chain); + break; + case HOTSEARCHWORD: + processHotSearchWordRequest(request, response, chain); + break; + case FAVORITE: + processFavoriteRequest(request, response, chain); + break; + case FAVORITES: + processFavoritesRequest(request, response, chain); + break; + case PING: + processPingRequest(request, response, chain); + break; + default: + writeJsonResponse(99, StringUtil.EMPTY, "Not found."); + break; } } @@ -871,50 +871,50 @@ public class JsonApiManager extends BaseApiManager implements WebApiManager { out.write(hex(ch)); } else if (ch < 32) { switch (ch) { - case '\b': - out.write('\\'); - out.write('b'); - break; - case '\n': - out.write('\\'); - out.write('n'); - break; - case '\t': - out.write('\\'); - out.write('t'); - break; - case '\f': - out.write('\\'); - out.write('f'); - break; - case '\r': - out.write('\\'); - out.write('r'); - break; - default: - if (ch > 0xf) { - out.write("\\u00"); - out.write(hex(ch)); - } else { - out.write("\\u000"); - out.write(hex(ch)); - } - break; + case '\b': + out.write('\\'); + out.write('b'); + break; + case '\n': + out.write('\\'); + out.write('n'); + break; + case '\t': + out.write('\\'); + out.write('t'); + break; + case '\f': + out.write('\\'); + out.write('f'); + break; + case '\r': + out.write('\\'); + out.write('r'); + break; + default: + if (ch > 0xf) { + out.write("\\u00"); + out.write(hex(ch)); + } else { + out.write("\\u000"); + out.write(hex(ch)); + } + break; } } else { switch (ch) { - case '"': - out.write("\\u0022"); - break; - case '\\': - out.write("\\u005C"); - break; - case '/': - out.write("\\u002F"); - break; - default: - out.write(ch); - break; + case '"': + out.write("\\u0022"); + break; + case '\\': + out.write("\\u005C"); + break; + case '/': + out.write("\\u002F"); + break; + default: + out.write(ch); + break; } } } diff --git a/src/main/java/jp/sf/fess/api/xml/XmlApiManager.java b/src/main/java/jp/sf/fess/api/xml/XmlApiManager.java index e5d9ddf2e..d4f884fef 100644 --- a/src/main/java/jp/sf/fess/api/xml/XmlApiManager.java +++ b/src/main/java/jp/sf/fess/api/xml/XmlApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -77,27 +77,27 @@ public class XmlApiManager extends BaseApiManager implements WebApiManager { throws IOException, ServletException { final String formatType = request.getParameter("type"); switch (getFormatType(formatType)) { - case SEARCH: - processSearchRequest(request, response, chain); - break; - case LABEL: - processLabelRequest(request, response, chain); - break; - case SUGGEST: - processSuggestRequest(request, response, chain); - break; - case SPELLCHECK: - processSpellCheckRequest(request, response, chain); - break; - case ANALYSIS: - processAnalysisRequest(request, response, chain); - break; - case PING: - processPingRequest(request, response, chain); - break; - default: - writeXmlResponse(-1, StringUtil.EMPTY, "Not found."); - break; + case SEARCH: + processSearchRequest(request, response, chain); + break; + case LABEL: + processLabelRequest(request, response, chain); + break; + case SUGGEST: + processSuggestRequest(request, response, chain); + break; + case SPELLCHECK: + processSpellCheckRequest(request, response, chain); + break; + case ANALYSIS: + processAnalysisRequest(request, response, chain); + break; + case PING: + processPingRequest(request, response, chain); + break; + default: + writeXmlResponse(-1, StringUtil.EMPTY, "Not found."); + break; } } diff --git a/src/main/java/jp/sf/fess/crud/CommonConstants.java b/src/main/java/jp/sf/fess/crud/CommonConstants.java index 95bf2ee29..660b58f32 100644 --- a/src/main/java/jp/sf/fess/crud/CommonConstants.java +++ b/src/main/java/jp/sf/fess/crud/CommonConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/CrudMessageException.java b/src/main/java/jp/sf/fess/crud/CrudMessageException.java index 4e3e2a85f..d4d784de3 100644 --- a/src/main/java/jp/sf/fess/crud/CrudMessageException.java +++ b/src/main/java/jp/sf/fess/crud/CrudMessageException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsBoostDocumentRuleAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsBoostDocumentRuleAction.java index d1ef3f430..0818b8fe6 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsBoostDocumentRuleAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsBoostDocumentRuleAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsCrawlingSessionAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsCrawlingSessionAction.java index 78a6080af..49f2143fd 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsCrawlingSessionAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsCrawlingSessionAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsDataCrawlingConfigAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsDataCrawlingConfigAction.java index 3339117cd..8a4c246eb 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsDataCrawlingConfigAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsDataCrawlingConfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsFailureUrlAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsFailureUrlAction.java index 80e0cd5d5..c79b74fd4 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsFailureUrlAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsFailureUrlAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsFavoriteLogAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsFavoriteLogAction.java index 29c958475..d315d4474 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsFavoriteLogAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsFavoriteLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsFileAuthenticationAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsFileAuthenticationAction.java index 93b33e049..aa9ff0f51 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsFileAuthenticationAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsFileAuthenticationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsFileCrawlingConfigAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsFileCrawlingConfigAction.java index 75a805066..70e533736 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsFileCrawlingConfigAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsFileCrawlingConfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsJobLogAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsJobLogAction.java index 62d025c4f..a7952f8c7 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsJobLogAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsJobLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsKeyMatchAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsKeyMatchAction.java index 1cacd99e3..238ae4cb8 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsKeyMatchAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsKeyMatchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsLabelTypeAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsLabelTypeAction.java index 72e610b06..1ab94a766 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsLabelTypeAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsLabelTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsOverlappingHostAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsOverlappingHostAction.java index 6e6653e6a..23d4e8f90 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsOverlappingHostAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsOverlappingHostAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsPathMappingAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsPathMappingAction.java index 458f5064e..6dc1baf5d 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsPathMappingAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsPathMappingAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsRequestHeaderAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsRequestHeaderAction.java index 3d3ed6334..f88cc8067 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsRequestHeaderAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsRequestHeaderAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsRoleTypeAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsRoleTypeAction.java index 5beaf6e9a..2e52464cb 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsRoleTypeAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsRoleTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsScheduledJobAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsScheduledJobAction.java index f586badf2..298456db8 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsScheduledJobAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsScheduledJobAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsSearchLogAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsSearchLogAction.java index c157b92ca..eba4e7108 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsSearchLogAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsSearchLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestBadWordAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestBadWordAction.java index ccc59dae2..049444c3b 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestBadWordAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestBadWordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestElevateWordAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestElevateWordAction.java index 61d7a4fc7..c7b4a385f 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestElevateWordAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsSuggestElevateWordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsUserInfoAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsUserInfoAction.java index a623663ba..ac09d26a6 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsUserInfoAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsUserInfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsWebAuthenticationAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsWebAuthenticationAction.java index c0b522f65..b06bbc999 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsWebAuthenticationAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsWebAuthenticationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/action/admin/BsWebCrawlingConfigAction.java b/src/main/java/jp/sf/fess/crud/action/admin/BsWebCrawlingConfigAction.java index 3dd110e9f..b729e1d41 100644 --- a/src/main/java/jp/sf/fess/crud/action/admin/BsWebCrawlingConfigAction.java +++ b/src/main/java/jp/sf/fess/crud/action/admin/BsWebCrawlingConfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/creator/PagerCreator.java b/src/main/java/jp/sf/fess/crud/creator/PagerCreator.java index 879096967..11282cc4d 100644 --- a/src/main/java/jp/sf/fess/crud/creator/PagerCreator.java +++ b/src/main/java/jp/sf/fess/crud/creator/PagerCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsBoostDocumentRuleForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsBoostDocumentRuleForm.java index 178879deb..455c9271c 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsBoostDocumentRuleForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsBoostDocumentRuleForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsCrawlingSessionForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsCrawlingSessionForm.java index 0a32eaba6..f49a22afd 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsCrawlingSessionForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsCrawlingSessionForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsDataCrawlingConfigForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsDataCrawlingConfigForm.java index e9e1c2cf8..088463aec 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsDataCrawlingConfigForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsDataCrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsFailureUrlForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsFailureUrlForm.java index 9e52ab3cd..e62c87bdb 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsFailureUrlForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsFailureUrlForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsFavoriteLogForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsFavoriteLogForm.java index 5ed9846a0..6861f0be1 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsFavoriteLogForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsFavoriteLogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsFileAuthenticationForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsFileAuthenticationForm.java index 13c99cba1..3d9b30939 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsFileAuthenticationForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsFileAuthenticationForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsFileCrawlingConfigForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsFileCrawlingConfigForm.java index 613471cb9..4510c3c94 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsFileCrawlingConfigForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsFileCrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsJobLogForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsJobLogForm.java index f1514a9c5..d1ebbcf35 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsJobLogForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsJobLogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsKeyMatchForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsKeyMatchForm.java index 532684b50..8d9dca618 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsKeyMatchForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsKeyMatchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsLabelTypeForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsLabelTypeForm.java index 491479417..ce31c2517 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsLabelTypeForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsLabelTypeForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsOverlappingHostForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsOverlappingHostForm.java index 48ab0451e..d9ec07321 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsOverlappingHostForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsOverlappingHostForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsPathMappingForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsPathMappingForm.java index d9dbdb948..955e3e05a 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsPathMappingForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsPathMappingForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsRequestHeaderForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsRequestHeaderForm.java index d02570f5b..6acf0e53b 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsRequestHeaderForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsRequestHeaderForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsRoleTypeForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsRoleTypeForm.java index 097886197..d1a2c30e8 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsRoleTypeForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsRoleTypeForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsScheduledJobForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsScheduledJobForm.java index c6a5136b1..da55bbc88 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsScheduledJobForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsScheduledJobForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsSearchLogForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsSearchLogForm.java index f39e13fe2..59b2582e1 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsSearchLogForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsSearchLogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestBadWordForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestBadWordForm.java index 0569463e1..ffc1ac05c 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestBadWordForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestBadWordForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestElevateWordForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestElevateWordForm.java index a20f4a7d1..15fefa4f3 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestElevateWordForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsSuggestElevateWordForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsUserInfoForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsUserInfoForm.java index d33891026..ad3be20dd 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsUserInfoForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsUserInfoForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsWebAuthenticationForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsWebAuthenticationForm.java index 2aecdb726..fa4536cc2 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsWebAuthenticationForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsWebAuthenticationForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/form/admin/BsWebCrawlingConfigForm.java b/src/main/java/jp/sf/fess/crud/form/admin/BsWebCrawlingConfigForm.java index 11df8a002..e8ac299d7 100644 --- a/src/main/java/jp/sf/fess/crud/form/admin/BsWebCrawlingConfigForm.java +++ b/src/main/java/jp/sf/fess/crud/form/admin/BsWebCrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsBoostDocumentRulePager.java b/src/main/java/jp/sf/fess/crud/pager/BsBoostDocumentRulePager.java index 315c9eac7..8cd2e7678 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsBoostDocumentRulePager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsBoostDocumentRulePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsCrawlingSessionPager.java b/src/main/java/jp/sf/fess/crud/pager/BsCrawlingSessionPager.java index 2a099f116..4ef91bde3 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsCrawlingSessionPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsCrawlingSessionPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsDataCrawlingConfigPager.java b/src/main/java/jp/sf/fess/crud/pager/BsDataCrawlingConfigPager.java index c069b1cfa..e9c6c2572 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsDataCrawlingConfigPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsDataCrawlingConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsFailureUrlPager.java b/src/main/java/jp/sf/fess/crud/pager/BsFailureUrlPager.java index 06cd26a23..c9da02cf0 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsFailureUrlPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsFailureUrlPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsFavoriteLogPager.java b/src/main/java/jp/sf/fess/crud/pager/BsFavoriteLogPager.java index b0b4da0f1..8bc66ccc0 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsFavoriteLogPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsFavoriteLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsFileAuthenticationPager.java b/src/main/java/jp/sf/fess/crud/pager/BsFileAuthenticationPager.java index 2a51999d4..e64544584 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsFileAuthenticationPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsFileAuthenticationPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsFileCrawlingConfigPager.java b/src/main/java/jp/sf/fess/crud/pager/BsFileCrawlingConfigPager.java index ac08fa018..fea16f95a 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsFileCrawlingConfigPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsFileCrawlingConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsJobLogPager.java b/src/main/java/jp/sf/fess/crud/pager/BsJobLogPager.java index 4f96ac925..6afe96fd4 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsJobLogPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsJobLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsKeyMatchPager.java b/src/main/java/jp/sf/fess/crud/pager/BsKeyMatchPager.java index ea2afdde7..770697e07 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsKeyMatchPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsKeyMatchPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsLabelTypePager.java b/src/main/java/jp/sf/fess/crud/pager/BsLabelTypePager.java index a29a0ee2d..39e547e2e 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsLabelTypePager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsLabelTypePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsOverlappingHostPager.java b/src/main/java/jp/sf/fess/crud/pager/BsOverlappingHostPager.java index fecdb859f..43d4da214 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsOverlappingHostPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsOverlappingHostPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsPathMappingPager.java b/src/main/java/jp/sf/fess/crud/pager/BsPathMappingPager.java index 35a7f82c7..76b1fb97f 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsPathMappingPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsPathMappingPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsRequestHeaderPager.java b/src/main/java/jp/sf/fess/crud/pager/BsRequestHeaderPager.java index 478c7f9f7..7dc6eaeba 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsRequestHeaderPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsRequestHeaderPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsRoleTypePager.java b/src/main/java/jp/sf/fess/crud/pager/BsRoleTypePager.java index b02cc8ef3..483a046c2 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsRoleTypePager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsRoleTypePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsScheduledJobPager.java b/src/main/java/jp/sf/fess/crud/pager/BsScheduledJobPager.java index ff9cd2cc6..720e85b38 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsScheduledJobPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsScheduledJobPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsSearchLogPager.java b/src/main/java/jp/sf/fess/crud/pager/BsSearchLogPager.java index 00c75f6d1..43bb32775 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsSearchLogPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsSearchLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsSuggestBadWordPager.java b/src/main/java/jp/sf/fess/crud/pager/BsSuggestBadWordPager.java index f310a76c6..07316be01 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsSuggestBadWordPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsSuggestBadWordPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsSuggestElevateWordPager.java b/src/main/java/jp/sf/fess/crud/pager/BsSuggestElevateWordPager.java index bf6c871f8..82f69c46a 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsSuggestElevateWordPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsSuggestElevateWordPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsUserInfoPager.java b/src/main/java/jp/sf/fess/crud/pager/BsUserInfoPager.java index d889ac3c2..410339e67 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsUserInfoPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsUserInfoPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsWebAuthenticationPager.java b/src/main/java/jp/sf/fess/crud/pager/BsWebAuthenticationPager.java index 2c6ebc34e..53bbc7a3a 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsWebAuthenticationPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsWebAuthenticationPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/pager/BsWebCrawlingConfigPager.java b/src/main/java/jp/sf/fess/crud/pager/BsWebCrawlingConfigPager.java index 8ab42bb8e..2a4c4dcfa 100644 --- a/src/main/java/jp/sf/fess/crud/pager/BsWebCrawlingConfigPager.java +++ b/src/main/java/jp/sf/fess/crud/pager/BsWebCrawlingConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsBoostDocumentRuleService.java b/src/main/java/jp/sf/fess/crud/service/BsBoostDocumentRuleService.java index 46efed4ac..d8d8157c2 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsBoostDocumentRuleService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsBoostDocumentRuleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsCrawlingSessionService.java b/src/main/java/jp/sf/fess/crud/service/BsCrawlingSessionService.java index 930686a35..9dabd4a7a 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsCrawlingSessionService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsCrawlingSessionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsDataCrawlingConfigService.java b/src/main/java/jp/sf/fess/crud/service/BsDataCrawlingConfigService.java index 87f365b1c..c5824da59 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsDataCrawlingConfigService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsDataCrawlingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsFailureUrlService.java b/src/main/java/jp/sf/fess/crud/service/BsFailureUrlService.java index ad6bb6586..61e6bd5d4 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsFailureUrlService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsFailureUrlService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsFavoriteLogService.java b/src/main/java/jp/sf/fess/crud/service/BsFavoriteLogService.java index c68ae38fd..cb7d8346e 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsFavoriteLogService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsFavoriteLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsFileAuthenticationService.java b/src/main/java/jp/sf/fess/crud/service/BsFileAuthenticationService.java index 43b6d89d7..57f7581fa 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsFileAuthenticationService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsFileAuthenticationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsFileCrawlingConfigService.java b/src/main/java/jp/sf/fess/crud/service/BsFileCrawlingConfigService.java index 0684ca59c..4a5d2bb39 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsFileCrawlingConfigService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsFileCrawlingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsJobLogService.java b/src/main/java/jp/sf/fess/crud/service/BsJobLogService.java index a233a550c..24025cc06 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsJobLogService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsJobLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsKeyMatchService.java b/src/main/java/jp/sf/fess/crud/service/BsKeyMatchService.java index e9c62af4c..feab7fd52 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsKeyMatchService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsKeyMatchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsLabelTypeService.java b/src/main/java/jp/sf/fess/crud/service/BsLabelTypeService.java index c3d9d0a11..b3174de02 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsLabelTypeService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsLabelTypeService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsOverlappingHostService.java b/src/main/java/jp/sf/fess/crud/service/BsOverlappingHostService.java index 03d3fb5d2..1202056a5 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsOverlappingHostService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsOverlappingHostService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsPathMappingService.java b/src/main/java/jp/sf/fess/crud/service/BsPathMappingService.java index 6fed0e4ca..7b3772286 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsPathMappingService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsPathMappingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsRequestHeaderService.java b/src/main/java/jp/sf/fess/crud/service/BsRequestHeaderService.java index cdb98b17e..5ef896e32 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsRequestHeaderService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsRequestHeaderService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsRoleTypeService.java b/src/main/java/jp/sf/fess/crud/service/BsRoleTypeService.java index 2940478c6..0cac32408 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsRoleTypeService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsRoleTypeService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsScheduledJobService.java b/src/main/java/jp/sf/fess/crud/service/BsScheduledJobService.java index e5d7f7cfc..c99768d31 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsScheduledJobService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsScheduledJobService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsSearchLogService.java b/src/main/java/jp/sf/fess/crud/service/BsSearchLogService.java index a00d0fe49..1af427085 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsSearchLogService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsSearchLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsSuggestBadWordService.java b/src/main/java/jp/sf/fess/crud/service/BsSuggestBadWordService.java index 8238ed25d..247065730 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsSuggestBadWordService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsSuggestBadWordService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsSuggestElevateWordService.java b/src/main/java/jp/sf/fess/crud/service/BsSuggestElevateWordService.java index 7420ddadd..718a22830 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsSuggestElevateWordService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsSuggestElevateWordService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsUserInfoService.java b/src/main/java/jp/sf/fess/crud/service/BsUserInfoService.java index 35580a138..b38a7d564 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsUserInfoService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsUserInfoService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsWebAuthenticationService.java b/src/main/java/jp/sf/fess/crud/service/BsWebAuthenticationService.java index 3fa1d00a2..53a68a65a 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsWebAuthenticationService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsWebAuthenticationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/service/BsWebCrawlingConfigService.java b/src/main/java/jp/sf/fess/crud/service/BsWebCrawlingConfigService.java index e4491d575..74d5cda92 100644 --- a/src/main/java/jp/sf/fess/crud/service/BsWebCrawlingConfigService.java +++ b/src/main/java/jp/sf/fess/crud/service/BsWebCrawlingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/crud/util/SAStrutsUtil.java b/src/main/java/jp/sf/fess/crud/util/SAStrutsUtil.java index 2ba2abdcc..d0549b262 100644 --- a/src/main/java/jp/sf/fess/crud/util/SAStrutsUtil.java +++ b/src/main/java/jp/sf/fess/crud/util/SAStrutsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/CDef.java b/src/main/java/jp/sf/fess/db/allcommon/CDef.java index 400a441bd..d114b52b3 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/CDef.java +++ b/src/main/java/jp/sf/fess/db/allcommon/CDef.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,11 +61,11 @@ public interface CDef extends Classification { } } - private String _code; + private final String _code; - private String _alias; + private final String _alias; - private String[] _sisters; + private final String[] _sisters; private ProcessType(final String code, final String alias, final String[] sisters) { @@ -179,11 +179,11 @@ public interface CDef extends Classification { } } - private String _code; + private final String _code; - private String _alias; + private final String _alias; - private String[] _sisters; + private final String[] _sisters; private AccessType(final String code, final String alias, final String[] sisters) { diff --git a/src/main/java/jp/sf/fess/db/allcommon/DBCurrent.java b/src/main/java/jp/sf/fess/db/allcommon/DBCurrent.java index 892ff96a3..24a8b7e90 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/DBCurrent.java +++ b/src/main/java/jp/sf/fess/db/allcommon/DBCurrent.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/DBFluteConfig.java b/src/main/java/jp/sf/fess/db/allcommon/DBFluteConfig.java index 844a6f52e..cbf1aa754 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/DBFluteConfig.java +++ b/src/main/java/jp/sf/fess/db/allcommon/DBFluteConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/DBFluteInitializer.java b/src/main/java/jp/sf/fess/db/allcommon/DBFluteInitializer.java index 3958a1d74..eadd7f4ab 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/DBFluteInitializer.java +++ b/src/main/java/jp/sf/fess/db/allcommon/DBFluteInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/DBMetaInstanceHandler.java b/src/main/java/jp/sf/fess/db/allcommon/DBMetaInstanceHandler.java index a5b339306..cc1e6897f 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/DBMetaInstanceHandler.java +++ b/src/main/java/jp/sf/fess/db/allcommon/DBMetaInstanceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/EntityDefinedCommonColumn.java b/src/main/java/jp/sf/fess/db/allcommon/EntityDefinedCommonColumn.java index 0477c2edd..f5916ad97 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/EntityDefinedCommonColumn.java +++ b/src/main/java/jp/sf/fess/db/allcommon/EntityDefinedCommonColumn.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/ImplementedBehaviorSelector.java b/src/main/java/jp/sf/fess/db/allcommon/ImplementedBehaviorSelector.java index 236b72496..76fb0220d 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/ImplementedBehaviorSelector.java +++ b/src/main/java/jp/sf/fess/db/allcommon/ImplementedBehaviorSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/ImplementedCommonColumnAutoSetupper.java b/src/main/java/jp/sf/fess/db/allcommon/ImplementedCommonColumnAutoSetupper.java index 6b43db94e..eb1e37ab3 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/ImplementedCommonColumnAutoSetupper.java +++ b/src/main/java/jp/sf/fess/db/allcommon/ImplementedCommonColumnAutoSetupper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/ImplementedInvokerAssistant.java b/src/main/java/jp/sf/fess/db/allcommon/ImplementedInvokerAssistant.java index 73ef49b34..54e37ccdc 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/ImplementedInvokerAssistant.java +++ b/src/main/java/jp/sf/fess/db/allcommon/ImplementedInvokerAssistant.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/allcommon/ImplementedSqlClauseCreator.java b/src/main/java/jp/sf/fess/db/allcommon/ImplementedSqlClauseCreator.java index 708e8fe70..a03cc13ba 100644 --- a/src/main/java/jp/sf/fess/db/allcommon/ImplementedSqlClauseCreator.java +++ b/src/main/java/jp/sf/fess/db/allcommon/ImplementedSqlClauseCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsBoostDocumentRuleBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsBoostDocumentRuleBhv.java index 15b2d998e..e034ba1db 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsBoostDocumentRuleBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsBoostDocumentRuleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsClickLogBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsClickLogBhv.java index 826c36370..3f9b85ddd 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsClickLogBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsClickLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionBhv.java index 8e7b5950e..2cf5ce0b8 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionInfoBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionInfoBhv.java index febf3034e..e173a4017 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionInfoBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsCrawlingSessionInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToLabelTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToLabelTypeMappingBhv.java index 45f7625a7..33fee2a35 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToLabelTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToLabelTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToRoleTypeMappingBhv.java index 67254e581..743b0bb31 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsDataConfigToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsDataCrawlingConfigBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsDataCrawlingConfigBhv.java index d303705a1..8234e52ae 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsDataCrawlingConfigBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsDataCrawlingConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsFailureUrlBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsFailureUrlBhv.java index ac10fd0ac..3107eecaa 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsFailureUrlBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsFailureUrlBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsFavoriteLogBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsFavoriteLogBhv.java index fa3514eca..4fb20154c 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsFavoriteLogBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsFavoriteLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsFileAuthenticationBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsFileAuthenticationBhv.java index 81ee1224f..4b39400fd 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsFileAuthenticationBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsFileAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToLabelTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToLabelTypeMappingBhv.java index 9c19a4303..08e281935 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToLabelTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToLabelTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToRoleTypeMappingBhv.java index 1a47a217a..fb728e9bf 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsFileConfigToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsFileCrawlingConfigBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsFileCrawlingConfigBhv.java index e95d02371..2f9b20e48 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsFileCrawlingConfigBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsFileCrawlingConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsJobLogBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsJobLogBhv.java index 72e940fc0..efe1dc966 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsJobLogBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsJobLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsKeyMatchBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsKeyMatchBhv.java index 7092791e9..6f3303347 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsKeyMatchBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsKeyMatchBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeBhv.java index 2c2ff3c2e..d0b0e26e0 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeToRoleTypeMappingBhv.java index 88458c653..1778a2cd3 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsLabelTypeToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsOverlappingHostBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsOverlappingHostBhv.java index 3bfe8ba50..57ee34508 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsOverlappingHostBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsOverlappingHostBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsPathMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsPathMappingBhv.java index 11356307c..58797df33 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsPathMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsPathMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsRequestHeaderBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsRequestHeaderBhv.java index 853917598..8d3efc1b3 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsRequestHeaderBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsRequestHeaderBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsRoleTypeBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsRoleTypeBhv.java index b24bf232e..34fde2897 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsRoleTypeBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsRoleTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsScheduledJobBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsScheduledJobBhv.java index c5e3817a9..0262a5dde 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsScheduledJobBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsScheduledJobBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsSearchFieldLogBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsSearchFieldLogBhv.java index fe4e3a338..8676a7c15 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsSearchFieldLogBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsSearchFieldLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsSearchLogBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsSearchLogBhv.java index b01764c79..1a51174fa 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsSearchLogBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsSearchLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestBadWordBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestBadWordBhv.java index 4c74fc090..42a5fc6c3 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestBadWordBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestBadWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestElevateWordBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestElevateWordBhv.java index dabee1c5d..91d3ca7b4 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestElevateWordBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsSuggestElevateWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsUserInfoBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsUserInfoBhv.java index edd9a2299..c1446e1c8 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsUserInfoBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsUserInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsWebAuthenticationBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsWebAuthenticationBhv.java index d3435059f..37f2a66ed 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsWebAuthenticationBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsWebAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToLabelTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToLabelTypeMappingBhv.java index 3eb5b9cce..533b0cb74 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToLabelTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToLabelTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToRoleTypeMappingBhv.java index b84b48c39..6fa8f8a48 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsWebConfigToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/BsWebCrawlingConfigBhv.java b/src/main/java/jp/sf/fess/db/bsbhv/BsWebCrawlingConfigBhv.java index 578aa1cf3..ee636edde 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/BsWebCrawlingConfigBhv.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/BsWebCrawlingConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfBoostDocumentRule.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfBoostDocumentRule.java index cb332ab71..befcb949d 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfBoostDocumentRule.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfBoostDocumentRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfClickLog.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfClickLog.java index 184c707d7..28b810926 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfClickLog.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfClickLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSession.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSession.java index 60500025d..e27784ffd 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSession.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSessionInfo.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSessionInfo.java index 65bf4b100..d5a8a2365 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSessionInfo.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfCrawlingSessionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToLabelTypeMapping.java index 404b9a043..796ba2612 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToRoleTypeMapping.java index 072ca4d6e..4fd24da0d 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataCrawlingConfig.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataCrawlingConfig.java index f6d915c35..f00a40b5a 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfDataCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFailureUrl.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFailureUrl.java index 15388d7eb..8b3b9b613 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFailureUrl.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFailureUrl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFavoriteLog.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFavoriteLog.java index 82a061a5d..92148ae2e 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFavoriteLog.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFavoriteLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileAuthentication.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileAuthentication.java index 5e254f45f..b18c0b06f 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileAuthentication.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToLabelTypeMapping.java index 17c072448..d249702b6 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToRoleTypeMapping.java index 4d3d642f8..2ad375079 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileCrawlingConfig.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileCrawlingConfig.java index af78cf77b..a1810f7ab 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfFileCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfJobLog.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfJobLog.java index 8f79857fa..c0dc6565d 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfJobLog.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfJobLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfKeyMatch.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfKeyMatch.java index 71ec26f60..70dea14f5 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfKeyMatch.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfKeyMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelType.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelType.java index 60c282510..ee9a11e90 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelType.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelTypeToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelTypeToRoleTypeMapping.java index 935c4abd9..a789e937a 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelTypeToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfLabelTypeToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfOverlappingHost.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfOverlappingHost.java index 37d9b4da4..1dc32c6e8 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfOverlappingHost.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfOverlappingHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfPathMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfPathMapping.java index 55abda09a..3b5ffb94d 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfPathMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfPathMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRequestHeader.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRequestHeader.java index 828fe89b7..b77656320 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRequestHeader.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRequestHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRoleType.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRoleType.java index 23e99cc38..b1ba17a91 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRoleType.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfRoleType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfScheduledJob.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfScheduledJob.java index e83040ee3..6a4d2d60f 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfScheduledJob.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfScheduledJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchFieldLog.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchFieldLog.java index 90689d48c..5a0839f84 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchFieldLog.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchFieldLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchLog.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchLog.java index 37c06920f..f7feecc43 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchLog.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSearchLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestBadWord.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestBadWord.java index 630fb9ba1..a89c71e62 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestBadWord.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestBadWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestElevateWord.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestElevateWord.java index c4281e15f..1ef22a0bf 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestElevateWord.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfSuggestElevateWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfUserInfo.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfUserInfo.java index 4e69d498c..8c3aa8b5c 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfUserInfo.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfUserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebAuthentication.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebAuthentication.java index 27c52806f..c66c9d79b 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebAuthentication.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToLabelTypeMapping.java index 5a6ef4a4f..149c07920 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToRoleTypeMapping.java index dccc31d8f..7901b07a2 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebCrawlingConfig.java b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebCrawlingConfig.java index 6f7182fe6..c0e5f7787 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/loader/LoaderOfWebCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClickUrlRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClickUrlRankingPmb.java index c4a0d870b..ae9bb9954 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClickUrlRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClickUrlRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClientIpRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClientIpRankingPmb.java index 8c8a7abcb..4bb468ef6 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClientIpRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsClientIpRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlCountPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlCountPmb.java index 027ca0bb5..ab245e1da 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlCountPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlCountPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlRankingPmb.java index 39e52965e..88b4c756b 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsFavoriteUrlRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsGroupedFieldNamePmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsGroupedFieldNamePmb.java index bc7c08b59..fef8fb258 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsGroupedFieldNamePmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsGroupedFieldNamePmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsHotSearchWordPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsHotSearchWordPmb.java index 746c61b99..956243d6c 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsHotSearchWordPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsHotSearchWordPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsRefererRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsRefererRankingPmb.java index 22cf8075e..29705c4a1 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsRefererRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsRefererRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchFieldRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchFieldRankingPmb.java index 22c9a82ba..c2918b2a7 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchFieldRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchFieldRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchQueryRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchQueryRankingPmb.java index 3a92366e0..da88c429f 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchQueryRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchQueryRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchWordRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchWordRankingPmb.java index 09a47b23f..aba728d77 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchWordRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSearchWordRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSolrQueryRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSolrQueryRankingPmb.java index 80a88f4a2..46dbc707f 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSolrQueryRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsSolrQueryRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsUserAgentRankingPmb.java b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsUserAgentRankingPmb.java index 55371bc44..2b4ce40d7 100644 --- a/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsUserAgentRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/bsbhv/pmbean/BsUserAgentRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsBoostDocumentRule.java b/src/main/java/jp/sf/fess/db/bsentity/BsBoostDocumentRule.java index 2554011f8..09b46cb20 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsBoostDocumentRule.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsBoostDocumentRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsClickLog.java b/src/main/java/jp/sf/fess/db/bsentity/BsClickLog.java index 3e59a2a6d..543c4914a 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsClickLog.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsClickLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSession.java b/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSession.java index d66b7cd19..6f5a9199c 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSession.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSessionInfo.java b/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSessionInfo.java index 3f19ad510..cbac5bcad 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSessionInfo.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsCrawlingSessionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToLabelTypeMapping.java index 19f75ec73..74c4503ba 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToRoleTypeMapping.java index 9b62548ba..f79b7c15d 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsDataConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsDataCrawlingConfig.java b/src/main/java/jp/sf/fess/db/bsentity/BsDataCrawlingConfig.java index 6919e6cd1..12f468428 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsDataCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsDataCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsFailureUrl.java b/src/main/java/jp/sf/fess/db/bsentity/BsFailureUrl.java index 50085170e..2ec1d9d64 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsFailureUrl.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsFailureUrl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsFavoriteLog.java b/src/main/java/jp/sf/fess/db/bsentity/BsFavoriteLog.java index 2b883545f..1ef7a087d 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsFavoriteLog.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsFavoriteLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsFileAuthentication.java b/src/main/java/jp/sf/fess/db/bsentity/BsFileAuthentication.java index 8a22153fe..8f8a2167f 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsFileAuthentication.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsFileAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToLabelTypeMapping.java index 4b1334f0e..5c116753c 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToRoleTypeMapping.java index b974ed907..d2db22898 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsFileConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsFileCrawlingConfig.java b/src/main/java/jp/sf/fess/db/bsentity/BsFileCrawlingConfig.java index 441401515..c8b07faa8 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsFileCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsFileCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsJobLog.java b/src/main/java/jp/sf/fess/db/bsentity/BsJobLog.java index 4884ad928..daf57bbe3 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsJobLog.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsJobLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsKeyMatch.java b/src/main/java/jp/sf/fess/db/bsentity/BsKeyMatch.java index 1ca813e04..2fc7192a3 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsKeyMatch.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsKeyMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsLabelType.java b/src/main/java/jp/sf/fess/db/bsentity/BsLabelType.java index 815664aa2..f048adc14 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsLabelType.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsLabelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsLabelTypeToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsLabelTypeToRoleTypeMapping.java index 70c5f066b..5e58ac24b 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsLabelTypeToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsLabelTypeToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsOverlappingHost.java b/src/main/java/jp/sf/fess/db/bsentity/BsOverlappingHost.java index a762899a7..601da6a14 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsOverlappingHost.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsOverlappingHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsPathMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsPathMapping.java index 99fcac208..628306a22 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsPathMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsPathMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsRequestHeader.java b/src/main/java/jp/sf/fess/db/bsentity/BsRequestHeader.java index 440231571..d01878055 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsRequestHeader.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsRequestHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsRoleType.java b/src/main/java/jp/sf/fess/db/bsentity/BsRoleType.java index 6d7d5de35..12540436c 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsRoleType.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsRoleType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsScheduledJob.java b/src/main/java/jp/sf/fess/db/bsentity/BsScheduledJob.java index e2efeb3ac..5d1902c5f 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsScheduledJob.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsScheduledJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsSearchFieldLog.java b/src/main/java/jp/sf/fess/db/bsentity/BsSearchFieldLog.java index 02a0f65d7..de2fde8cc 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsSearchFieldLog.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsSearchFieldLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsSearchLog.java b/src/main/java/jp/sf/fess/db/bsentity/BsSearchLog.java index c66258595..8f57e9de9 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsSearchLog.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsSearchLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsSuggestBadWord.java b/src/main/java/jp/sf/fess/db/bsentity/BsSuggestBadWord.java index b90f8f2e1..fb9d54af1 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsSuggestBadWord.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsSuggestBadWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsSuggestElevateWord.java b/src/main/java/jp/sf/fess/db/bsentity/BsSuggestElevateWord.java index 7dafb90fa..ce972f006 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsSuggestElevateWord.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsSuggestElevateWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsUserInfo.java b/src/main/java/jp/sf/fess/db/bsentity/BsUserInfo.java index 22223fafa..f2863949c 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsUserInfo.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsUserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsWebAuthentication.java b/src/main/java/jp/sf/fess/db/bsentity/BsWebAuthentication.java index 18f61b948..256caeac1 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsWebAuthentication.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsWebAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToLabelTypeMapping.java index 842e5ac68..3b8487d17 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToRoleTypeMapping.java index d44bea116..85189bb77 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsWebConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/BsWebCrawlingConfig.java b/src/main/java/jp/sf/fess/db/bsentity/BsWebCrawlingConfig.java index 59f2202ff..5d715f141 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/BsWebCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/bsentity/BsWebCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsClickUrlRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsClickUrlRanking.java index 0ec409ef4..6a18b4884 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsClickUrlRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsClickUrlRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsClientIpRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsClientIpRanking.java index 09662f359..adf96ab36 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsClientIpRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsClientIpRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlCount.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlCount.java index d8e8761b6..6eb30d750 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlCount.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlCount.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlRanking.java index 265fa0232..96fc842f3 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsFavoriteUrlRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsGroupedFieldName.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsGroupedFieldName.java index 3a0c64280..cde1cd6b5 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsGroupedFieldName.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsGroupedFieldName.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsHotSearchWord.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsHotSearchWord.java index 65cf1a3e6..2f6e8125a 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsHotSearchWord.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsHotSearchWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsRefererRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsRefererRanking.java index 0a2ccfdea..96efcbed1 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsRefererRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsRefererRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchFieldRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchFieldRanking.java index 53fe9750f..d59ac309a 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchFieldRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchFieldRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchQueryRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchQueryRanking.java index 93020d173..c9ddcb2fd 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchQueryRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchQueryRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchWordRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchWordRanking.java index f1a617b00..e346c387b 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchWordRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSearchWordRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSolrQueryRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSolrQueryRanking.java index 968d182de..587dfa501 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsSolrQueryRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsSolrQueryRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/BsUserAgentRanking.java b/src/main/java/jp/sf/fess/db/bsentity/customize/BsUserAgentRanking.java index 9f4ea3ae1..c103250bb 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/BsUserAgentRanking.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/BsUserAgentRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClickUrlRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClickUrlRankingDbm.java index b2bb6d251..d3796446a 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClickUrlRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClickUrlRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClientIpRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClientIpRankingDbm.java index 880133d02..a082661e4 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClientIpRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/ClientIpRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlCountDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlCountDbm.java index 9ac2686fa..a98136bd3 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlCountDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlCountDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlRankingDbm.java index ae94a75de..d76a10e2d 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/FavoriteUrlRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/GroupedFieldNameDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/GroupedFieldNameDbm.java index 020715b46..55c77f9fa 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/GroupedFieldNameDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/GroupedFieldNameDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/HotSearchWordDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/HotSearchWordDbm.java index c4830b7cf..ab1f518d8 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/HotSearchWordDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/HotSearchWordDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/RefererRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/RefererRankingDbm.java index 41d5f4083..bbe0ad705 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/RefererRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/RefererRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchFieldRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchFieldRankingDbm.java index d738bb1cd..8a3413531 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchFieldRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchFieldRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchQueryRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchQueryRankingDbm.java index dcedd1eab..3d96abf9c 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchQueryRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchQueryRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchWordRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchWordRankingDbm.java index 56197ebe4..9f2249d8f 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchWordRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SearchWordRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SolrQueryRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SolrQueryRankingDbm.java index 680630186..8e920cd55 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SolrQueryRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/SolrQueryRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/UserAgentRankingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/UserAgentRankingDbm.java index 24958cbbc..a63887bb6 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/UserAgentRankingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/customize/dbmeta/UserAgentRankingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/BoostDocumentRuleDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/BoostDocumentRuleDbm.java index 6ecca810f..398ed3b58 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/BoostDocumentRuleDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/BoostDocumentRuleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ClickLogDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ClickLogDbm.java index 1a3aeffec..89d786f33 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ClickLogDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ClickLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionDbm.java index e022fb01b..88daddf56 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionInfoDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionInfoDbm.java index 4e9c369ef..7114cba2f 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionInfoDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/CrawlingSessionInfoDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToLabelTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToLabelTypeMappingDbm.java index c65bfabd9..a6bf4abf0 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToLabelTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToLabelTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToRoleTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToRoleTypeMappingDbm.java index d75b40553..4b1bb06db 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToRoleTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataConfigToRoleTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataCrawlingConfigDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataCrawlingConfigDbm.java index 9cd57f1d3..03c30be9e 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataCrawlingConfigDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/DataCrawlingConfigDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FailureUrlDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FailureUrlDbm.java index a0ec59fc8..6312e8bf8 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FailureUrlDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FailureUrlDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FavoriteLogDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FavoriteLogDbm.java index 590f64425..ba932e92d 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FavoriteLogDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FavoriteLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileAuthenticationDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileAuthenticationDbm.java index 682c500d0..b7f7c5ea4 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileAuthenticationDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileAuthenticationDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToLabelTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToLabelTypeMappingDbm.java index 7785140b5..4524b54f1 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToLabelTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToLabelTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToRoleTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToRoleTypeMappingDbm.java index acfbb56b5..8fb784bf3 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToRoleTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileConfigToRoleTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileCrawlingConfigDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileCrawlingConfigDbm.java index 2551bed61..16b954147 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileCrawlingConfigDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/FileCrawlingConfigDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/JobLogDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/JobLogDbm.java index 30011b0ec..db057802e 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/JobLogDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/JobLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/KeyMatchDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/KeyMatchDbm.java index 8d0dec043..009864e9f 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/KeyMatchDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/KeyMatchDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeDbm.java index 58ec792ab..511e526d3 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeToRoleTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeToRoleTypeMappingDbm.java index 50927074c..943d1a9fd 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeToRoleTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/LabelTypeToRoleTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/OverlappingHostDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/OverlappingHostDbm.java index 4d401ba15..9bd0f7966 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/OverlappingHostDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/OverlappingHostDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/PathMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/PathMappingDbm.java index 3a37d7e8c..4927d1326 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/PathMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/PathMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RequestHeaderDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RequestHeaderDbm.java index 013afe4fc..1e851ba1f 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RequestHeaderDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RequestHeaderDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RoleTypeDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RoleTypeDbm.java index 3189df761..6ca4d5c07 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RoleTypeDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/RoleTypeDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ScheduledJobDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ScheduledJobDbm.java index dfe2d6dc0..5a5976bdc 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ScheduledJobDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/ScheduledJobDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchFieldLogDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchFieldLogDbm.java index aca9e1699..c5ec64871 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchFieldLogDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchFieldLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchLogDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchLogDbm.java index 1f8ff4ef9..282a65197 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchLogDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SearchLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestBadWordDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestBadWordDbm.java index aff9a2c81..0da5addf5 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestBadWordDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestBadWordDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestElevateWordDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestElevateWordDbm.java index 0471b4a12..53fd7808b 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestElevateWordDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/SuggestElevateWordDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/UserInfoDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/UserInfoDbm.java index 473d87074..66631500d 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/UserInfoDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/UserInfoDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebAuthenticationDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebAuthenticationDbm.java index aa1e30b6a..fc8b0424d 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebAuthenticationDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebAuthenticationDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToLabelTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToLabelTypeMappingDbm.java index 3375e27c5..1bbd98705 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToLabelTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToLabelTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToRoleTypeMappingDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToRoleTypeMappingDbm.java index 73a2b13db..912a3cf37 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToRoleTypeMappingDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebConfigToRoleTypeMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebCrawlingConfigDbm.java b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebCrawlingConfigDbm.java index 2d1d1f8c7..0cf6d6b36 100644 --- a/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebCrawlingConfigDbm.java +++ b/src/main/java/jp/sf/fess/db/bsentity/dbmeta/WebCrawlingConfigDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/BoostDocumentRuleCB.java b/src/main/java/jp/sf/fess/db/cbean/BoostDocumentRuleCB.java index b8cc5b7f6..24f231d56 100644 --- a/src/main/java/jp/sf/fess/db/cbean/BoostDocumentRuleCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/BoostDocumentRuleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/ClickLogCB.java b/src/main/java/jp/sf/fess/db/cbean/ClickLogCB.java index f3492451d..c1cff9239 100644 --- a/src/main/java/jp/sf/fess/db/cbean/ClickLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/ClickLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionCB.java b/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionCB.java index 045b04865..8958f806a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionInfoCB.java b/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionInfoCB.java index 9b9c374ab..f8d040882 100644 --- a/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionInfoCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/CrawlingSessionInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/DataConfigToLabelTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/DataConfigToLabelTypeMappingCB.java index bc56e61fe..28d94fc4b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/DataConfigToLabelTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/DataConfigToLabelTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/DataConfigToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/DataConfigToRoleTypeMappingCB.java index 4107a5830..7a56c98be 100644 --- a/src/main/java/jp/sf/fess/db/cbean/DataConfigToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/DataConfigToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/DataCrawlingConfigCB.java b/src/main/java/jp/sf/fess/db/cbean/DataCrawlingConfigCB.java index cfd5c0065..08c205c36 100644 --- a/src/main/java/jp/sf/fess/db/cbean/DataCrawlingConfigCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/DataCrawlingConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/FailureUrlCB.java b/src/main/java/jp/sf/fess/db/cbean/FailureUrlCB.java index 108d96f8a..2a78626f7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/FailureUrlCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/FailureUrlCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/FavoriteLogCB.java b/src/main/java/jp/sf/fess/db/cbean/FavoriteLogCB.java index d6acc655a..6febf228d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/FavoriteLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/FavoriteLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/FileAuthenticationCB.java b/src/main/java/jp/sf/fess/db/cbean/FileAuthenticationCB.java index 4601fe332..68bd89cce 100644 --- a/src/main/java/jp/sf/fess/db/cbean/FileAuthenticationCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/FileAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/FileConfigToLabelTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/FileConfigToLabelTypeMappingCB.java index 64212bc30..23d28c582 100644 --- a/src/main/java/jp/sf/fess/db/cbean/FileConfigToLabelTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/FileConfigToLabelTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/FileConfigToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/FileConfigToRoleTypeMappingCB.java index 2b62d4b62..7e8bfe388 100644 --- a/src/main/java/jp/sf/fess/db/cbean/FileConfigToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/FileConfigToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/FileCrawlingConfigCB.java b/src/main/java/jp/sf/fess/db/cbean/FileCrawlingConfigCB.java index aea1a9f54..f271f6bf6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/FileCrawlingConfigCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/FileCrawlingConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/JobLogCB.java b/src/main/java/jp/sf/fess/db/cbean/JobLogCB.java index be014b66e..06453411f 100644 --- a/src/main/java/jp/sf/fess/db/cbean/JobLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/JobLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/KeyMatchCB.java b/src/main/java/jp/sf/fess/db/cbean/KeyMatchCB.java index 20c67667d..4daecf986 100644 --- a/src/main/java/jp/sf/fess/db/cbean/KeyMatchCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/KeyMatchCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/LabelTypeCB.java b/src/main/java/jp/sf/fess/db/cbean/LabelTypeCB.java index a80372fce..c2f7b46e7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/LabelTypeCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/LabelTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/LabelTypeToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/LabelTypeToRoleTypeMappingCB.java index 18823ecff..946a8eca6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/LabelTypeToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/LabelTypeToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/OverlappingHostCB.java b/src/main/java/jp/sf/fess/db/cbean/OverlappingHostCB.java index 45f12b4bb..752545365 100644 --- a/src/main/java/jp/sf/fess/db/cbean/OverlappingHostCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/OverlappingHostCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/PathMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/PathMappingCB.java index 7b6e77a03..bbb73af13 100644 --- a/src/main/java/jp/sf/fess/db/cbean/PathMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/PathMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/RequestHeaderCB.java b/src/main/java/jp/sf/fess/db/cbean/RequestHeaderCB.java index 3e941926a..d3fc4760a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/RequestHeaderCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/RequestHeaderCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/RoleTypeCB.java b/src/main/java/jp/sf/fess/db/cbean/RoleTypeCB.java index 449da8be8..4475efe8c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/RoleTypeCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/RoleTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/ScheduledJobCB.java b/src/main/java/jp/sf/fess/db/cbean/ScheduledJobCB.java index ec47d6b2e..ac93cf9b0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/ScheduledJobCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/ScheduledJobCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/SearchFieldLogCB.java b/src/main/java/jp/sf/fess/db/cbean/SearchFieldLogCB.java index c46603161..af883c1e7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/SearchFieldLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/SearchFieldLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/SearchLogCB.java b/src/main/java/jp/sf/fess/db/cbean/SearchLogCB.java index 88e6f75ec..f4cf42680 100644 --- a/src/main/java/jp/sf/fess/db/cbean/SearchLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/SearchLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/SuggestBadWordCB.java b/src/main/java/jp/sf/fess/db/cbean/SuggestBadWordCB.java index dfaa3eb67..bbf904271 100644 --- a/src/main/java/jp/sf/fess/db/cbean/SuggestBadWordCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/SuggestBadWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/SuggestElevateWordCB.java b/src/main/java/jp/sf/fess/db/cbean/SuggestElevateWordCB.java index 4b4bf6d62..44ae4b024 100644 --- a/src/main/java/jp/sf/fess/db/cbean/SuggestElevateWordCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/SuggestElevateWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/UserInfoCB.java b/src/main/java/jp/sf/fess/db/cbean/UserInfoCB.java index ee90819f5..8c0c81b4d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/UserInfoCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/UserInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/WebAuthenticationCB.java b/src/main/java/jp/sf/fess/db/cbean/WebAuthenticationCB.java index 4e7bd1a30..01b96b2cc 100644 --- a/src/main/java/jp/sf/fess/db/cbean/WebAuthenticationCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/WebAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/WebConfigToLabelTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/WebConfigToLabelTypeMappingCB.java index 600919c61..9a249fa53 100644 --- a/src/main/java/jp/sf/fess/db/cbean/WebConfigToLabelTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/WebConfigToLabelTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/WebConfigToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/WebConfigToRoleTypeMappingCB.java index 06143932c..a607faec0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/WebConfigToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/WebConfigToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/WebCrawlingConfigCB.java b/src/main/java/jp/sf/fess/db/cbean/WebCrawlingConfigCB.java index 96d8f9bf7..1ce93ed3e 100644 --- a/src/main/java/jp/sf/fess/db/cbean/WebCrawlingConfigCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/WebCrawlingConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsBoostDocumentRuleCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsBoostDocumentRuleCB.java index 58af86032..cbb8a4f61 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsBoostDocumentRuleCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsBoostDocumentRuleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsClickLogCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsClickLogCB.java index 29285a5bd..0e0476bf7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsClickLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsClickLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionCB.java index bca8dca2d..9bdddd1db 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionInfoCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionInfoCB.java index d8d7df818..c272c2e4c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionInfoCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsCrawlingSessionInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToLabelTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToLabelTypeMappingCB.java index 4e7018971..cf4358088 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToLabelTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToLabelTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToRoleTypeMappingCB.java index 1b573716e..23bef7be3 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsDataConfigToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsDataCrawlingConfigCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsDataCrawlingConfigCB.java index 5dcdc9b50..924e56536 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsDataCrawlingConfigCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsDataCrawlingConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsFailureUrlCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsFailureUrlCB.java index 8875f3b60..36ea3a78e 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsFailureUrlCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsFailureUrlCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsFavoriteLogCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsFavoriteLogCB.java index 85794e21d..5f497edd4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsFavoriteLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsFavoriteLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileAuthenticationCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileAuthenticationCB.java index d238701ea..1a8d2e21d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileAuthenticationCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToLabelTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToLabelTypeMappingCB.java index f686f3c71..21feab190 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToLabelTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToLabelTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToRoleTypeMappingCB.java index 6b73dc74e..3bdfc6ed1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileConfigToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileCrawlingConfigCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileCrawlingConfigCB.java index 4a13b3fb8..53721eb08 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsFileCrawlingConfigCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsFileCrawlingConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsJobLogCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsJobLogCB.java index 3cbf227c9..85198246a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsJobLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsJobLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsKeyMatchCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsKeyMatchCB.java index 0035f0e5a..0ab010492 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsKeyMatchCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsKeyMatchCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeCB.java index 0f6b0f660..84ee38ea0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeToRoleTypeMappingCB.java index 021491ccf..13dcdc59d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsLabelTypeToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsOverlappingHostCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsOverlappingHostCB.java index 0d585ba3e..cb43443e3 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsOverlappingHostCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsOverlappingHostCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsPathMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsPathMappingCB.java index e437b13f6..fe8484df5 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsPathMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsPathMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsRequestHeaderCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsRequestHeaderCB.java index 7e0364292..83d4a6027 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsRequestHeaderCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsRequestHeaderCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsRoleTypeCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsRoleTypeCB.java index 404b68dcb..6a587aeea 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsRoleTypeCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsRoleTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsScheduledJobCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsScheduledJobCB.java index d69d24b86..5f5790773 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsScheduledJobCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsScheduledJobCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchFieldLogCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchFieldLogCB.java index cc1600a1b..c3cc9a3fd 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchFieldLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchFieldLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchLogCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchLogCB.java index a3d841917..f59e6b3c4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchLogCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsSearchLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestBadWordCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestBadWordCB.java index 2d9358eda..6d89dd052 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestBadWordCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestBadWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestElevateWordCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestElevateWordCB.java index 2a9b834f7..92f0549e1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestElevateWordCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsSuggestElevateWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsUserInfoCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsUserInfoCB.java index b5b273de2..b336a2a11 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsUserInfoCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsUserInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebAuthenticationCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebAuthenticationCB.java index 58cbe954a..011e2fb38 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebAuthenticationCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToLabelTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToLabelTypeMappingCB.java index ea495be72..e334c089d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToLabelTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToLabelTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToRoleTypeMappingCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToRoleTypeMappingCB.java index 77ce9983d..4effe86f4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToRoleTypeMappingCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebConfigToRoleTypeMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebCrawlingConfigCB.java b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebCrawlingConfigCB.java index e9957f58e..b633144e0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/bs/BsWebCrawlingConfigCB.java +++ b/src/main/java/jp/sf/fess/db/cbean/bs/BsWebCrawlingConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/BoostDocumentRuleCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/BoostDocumentRuleCQ.java index 33e08d9b3..30d65504d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/BoostDocumentRuleCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/BoostDocumentRuleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ClickLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ClickLogCQ.java index 42a679411..2adfbc57b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ClickLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ClickLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionCQ.java index b5550bfda..346fc4383 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionInfoCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionInfoCQ.java index fcf88af34..ea880cb2e 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionInfoCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/CrawlingSessionInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToLabelTypeMappingCQ.java index ac3d63ff7..fe72be5a7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToRoleTypeMappingCQ.java index 036570771..4946230e6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/DataConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/DataCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/DataCrawlingConfigCQ.java index 0db8eb22f..103346b08 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/DataCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/DataCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/FailureUrlCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/FailureUrlCQ.java index e8abb094f..7412d3a88 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/FailureUrlCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/FailureUrlCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/FavoriteLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/FavoriteLogCQ.java index f764df900..898f490cd 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/FavoriteLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/FavoriteLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/FileAuthenticationCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/FileAuthenticationCQ.java index 329ba5c52..c5becff7f 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/FileAuthenticationCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/FileAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToLabelTypeMappingCQ.java index aced06ff7..e22f5cbdb 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToRoleTypeMappingCQ.java index 377d19cf1..fa21aa306 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/FileConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/FileCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/FileCrawlingConfigCQ.java index 23b7ae71b..abb8a7a6d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/FileCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/FileCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/JobLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/JobLogCQ.java index f7475684f..384b99fda 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/JobLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/JobLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/KeyMatchCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/KeyMatchCQ.java index cf4afeb6a..e138446c4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/KeyMatchCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/KeyMatchCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeCQ.java index ba206d643..af82a73ff 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeToRoleTypeMappingCQ.java index dc6c04ed7..5d562bbfe 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/LabelTypeToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/OverlappingHostCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/OverlappingHostCQ.java index 88e7e8c96..4a74575f5 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/OverlappingHostCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/OverlappingHostCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/PathMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/PathMappingCQ.java index 1c2893d5b..d48efb9c3 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/PathMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/PathMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/RequestHeaderCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/RequestHeaderCQ.java index 6ebf88f17..081dc5861 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/RequestHeaderCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/RequestHeaderCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/RoleTypeCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/RoleTypeCQ.java index d101f83c5..276eabadf 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/RoleTypeCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/RoleTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ScheduledJobCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ScheduledJobCQ.java index 535e27394..2c0eb8a6a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ScheduledJobCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ScheduledJobCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/SearchFieldLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/SearchFieldLogCQ.java index ce75364aa..9ca4a1956 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/SearchFieldLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/SearchFieldLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/SearchLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/SearchLogCQ.java index b64b00ae4..608178254 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/SearchLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/SearchLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/SuggestBadWordCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/SuggestBadWordCQ.java index c34f8baeb..abe9b11bc 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/SuggestBadWordCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/SuggestBadWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/SuggestElevateWordCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/SuggestElevateWordCQ.java index d911db1af..67781d9a0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/SuggestElevateWordCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/SuggestElevateWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/UserInfoCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/UserInfoCQ.java index 968a6a6bb..58c4537f9 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/UserInfoCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/UserInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/WebAuthenticationCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/WebAuthenticationCQ.java index 250063901..52f9db675 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/WebAuthenticationCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/WebAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToLabelTypeMappingCQ.java index 7521ffbca..f5f61904f 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToRoleTypeMappingCQ.java index e080206e8..e1cb4b137 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/WebConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/WebCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/WebCrawlingConfigCQ.java index 63204fed0..49d5bc21d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/WebCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/WebCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsBoostDocumentRuleCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsBoostDocumentRuleCQ.java index 935ddaf30..26ebd91be 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsBoostDocumentRuleCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsBoostDocumentRuleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsClickLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsClickLogCQ.java index d126a9124..8f14057b2 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsClickLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsClickLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionCQ.java index 69ca52871..7c0c0e3b7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionInfoCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionInfoCQ.java index 785fdd44b..4c4f1d31b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionInfoCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsCrawlingSessionInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToLabelTypeMappingCQ.java index 8202ff968..2050f1fbc 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToRoleTypeMappingCQ.java index 90f9a9c49..53b7a35ef 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataCrawlingConfigCQ.java index dd3e7d482..4b32d4cfd 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsDataCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFailureUrlCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFailureUrlCQ.java index 4cf749254..c7649f5b5 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFailureUrlCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFailureUrlCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFavoriteLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFavoriteLogCQ.java index eabf75a06..0dc3798a3 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFavoriteLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFavoriteLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileAuthenticationCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileAuthenticationCQ.java index fe22cab03..d343de1dd 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileAuthenticationCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToLabelTypeMappingCQ.java index ac13de82d..e742668f6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToRoleTypeMappingCQ.java index 39eebdf35..e3a2f4995 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileCrawlingConfigCQ.java index 77b38adb9..798872f31 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsFileCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsJobLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsJobLogCQ.java index 5f98171d5..3069947d3 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsJobLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsJobLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsKeyMatchCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsKeyMatchCQ.java index d68dfb65e..29b91cf2c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsKeyMatchCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsKeyMatchCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeCQ.java index 8788f184a..b23f182e6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeToRoleTypeMappingCQ.java index c7c7c86b5..9c25b630c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsLabelTypeToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsOverlappingHostCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsOverlappingHostCQ.java index 61c43b5e0..4836ee076 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsOverlappingHostCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsOverlappingHostCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsPathMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsPathMappingCQ.java index b5264c7b0..b83e60d52 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsPathMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsPathMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRequestHeaderCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRequestHeaderCQ.java index ab3beb445..30ac329d6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRequestHeaderCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRequestHeaderCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRoleTypeCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRoleTypeCQ.java index a295ca5cf..1d72b8d47 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRoleTypeCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsRoleTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsScheduledJobCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsScheduledJobCQ.java index 8d0bcbe69..c619a8b84 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsScheduledJobCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsScheduledJobCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchFieldLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchFieldLogCQ.java index 6c2bbc5eb..7bc20ee0a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchFieldLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchFieldLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchLogCQ.java index 28d1ef226..c67583516 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSearchLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestBadWordCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestBadWordCQ.java index 8576f1a25..5c5e7d17c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestBadWordCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestBadWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestElevateWordCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestElevateWordCQ.java index 544cbe276..3a5f25bf0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestElevateWordCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsSuggestElevateWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsUserInfoCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsUserInfoCQ.java index 55e6ea8fd..bc659911d 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsUserInfoCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsUserInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebAuthenticationCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebAuthenticationCQ.java index 26a18e2fc..2427b3aca 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebAuthenticationCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToLabelTypeMappingCQ.java index e99943480..b917d0935 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToRoleTypeMappingCQ.java index 14cf250e3..55c470527 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebCrawlingConfigCQ.java index 390912338..c6b2b9872 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/AbstractBsWebCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsBoostDocumentRuleCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsBoostDocumentRuleCQ.java index adec6adb2..482bf9025 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsBoostDocumentRuleCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsBoostDocumentRuleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsClickLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsClickLogCQ.java index 96e857b24..f87d4118b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsClickLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsClickLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionCQ.java index 0f9699fef..90fa60ea4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionInfoCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionInfoCQ.java index 4459fae63..647c8c208 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionInfoCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsCrawlingSessionInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToLabelTypeMappingCQ.java index 8a4301018..fb12aadcc 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToRoleTypeMappingCQ.java index 126118d8b..f91396b23 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataCrawlingConfigCQ.java index 794ce894c..e70f27508 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsDataCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFailureUrlCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFailureUrlCQ.java index 2ace630e2..ad53c7633 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFailureUrlCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFailureUrlCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFavoriteLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFavoriteLogCQ.java index 4f1d41173..6b2d3c671 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFavoriteLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFavoriteLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileAuthenticationCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileAuthenticationCQ.java index 5f0b1799a..46a13e3c7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileAuthenticationCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToLabelTypeMappingCQ.java index fbd7d6747..44656917a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToRoleTypeMappingCQ.java index c212d08d3..4d588deb1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileCrawlingConfigCQ.java index efc1ad028..cfd82c7c5 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsFileCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsJobLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsJobLogCQ.java index 08e50d319..28a7bab93 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsJobLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsJobLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsKeyMatchCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsKeyMatchCQ.java index b02b3afbb..ecfc3ca81 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsKeyMatchCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsKeyMatchCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeCQ.java index 96ae2621f..03c9b1409 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeToRoleTypeMappingCQ.java index a36cd1bb0..23bf518a6 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsLabelTypeToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsOverlappingHostCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsOverlappingHostCQ.java index 2f7121069..54903018b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsOverlappingHostCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsOverlappingHostCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsPathMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsPathMappingCQ.java index 221bb4d2f..fb3820502 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsPathMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsPathMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRequestHeaderCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRequestHeaderCQ.java index a71f2d5ab..a06f1d2b9 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRequestHeaderCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRequestHeaderCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRoleTypeCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRoleTypeCQ.java index e135825ba..e0be95972 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRoleTypeCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsRoleTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsScheduledJobCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsScheduledJobCQ.java index 710da1ad4..bb465e86e 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsScheduledJobCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsScheduledJobCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchFieldLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchFieldLogCQ.java index 7f55051f2..3466d8aa4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchFieldLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchFieldLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchLogCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchLogCQ.java index 08bcb42c9..b34c47cb7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchLogCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSearchLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestBadWordCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestBadWordCQ.java index dfd379589..2163c5c33 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestBadWordCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestBadWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestElevateWordCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestElevateWordCQ.java index 47aa96176..8b3e72a66 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestElevateWordCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsSuggestElevateWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsUserInfoCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsUserInfoCQ.java index 5314e5c53..c97e2b446 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsUserInfoCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsUserInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebAuthenticationCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebAuthenticationCQ.java index 4a4234edb..9da5de33b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebAuthenticationCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToLabelTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToLabelTypeMappingCQ.java index d6d7e7c99..239aa5f7a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToLabelTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToLabelTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToRoleTypeMappingCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToRoleTypeMappingCQ.java index 6ad267e8a..0586315d5 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToRoleTypeMappingCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebConfigToRoleTypeMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebCrawlingConfigCQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebCrawlingConfigCQ.java index b3dfd2a37..67bea755c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebCrawlingConfigCQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/bs/BsWebCrawlingConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/BoostDocumentRuleCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/BoostDocumentRuleCIQ.java index d0b487f7f..6d3103a76 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/BoostDocumentRuleCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/BoostDocumentRuleCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ClickLogCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ClickLogCIQ.java index 72c1f265d..1bd4495ab 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ClickLogCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ClickLogCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionCIQ.java index 287bb70eb..00d5779bf 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionInfoCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionInfoCIQ.java index 4512605b2..c22a67bee 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionInfoCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/CrawlingSessionInfoCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToLabelTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToLabelTypeMappingCIQ.java index 47be63f15..333da596a 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToLabelTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToLabelTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToRoleTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToRoleTypeMappingCIQ.java index c0a223418..4a3e687d9 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToRoleTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataConfigToRoleTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataCrawlingConfigCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataCrawlingConfigCIQ.java index 6be1db983..f685f51f9 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataCrawlingConfigCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/DataCrawlingConfigCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FailureUrlCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FailureUrlCIQ.java index 4dcf6d638..00251a773 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FailureUrlCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FailureUrlCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FavoriteLogCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FavoriteLogCIQ.java index 62747d9a0..810eb8031 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FavoriteLogCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FavoriteLogCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileAuthenticationCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileAuthenticationCIQ.java index 7d7fbdd7a..42be79dc4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileAuthenticationCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileAuthenticationCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToLabelTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToLabelTypeMappingCIQ.java index 6beb87b05..2fec127d4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToLabelTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToLabelTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToRoleTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToRoleTypeMappingCIQ.java index 48ca46593..3c5b77120 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToRoleTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileConfigToRoleTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileCrawlingConfigCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileCrawlingConfigCIQ.java index 1b7acabbd..a0b8030cb 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileCrawlingConfigCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/FileCrawlingConfigCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/JobLogCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/JobLogCIQ.java index 624cb5bba..64c9f63ce 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/JobLogCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/JobLogCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/KeyMatchCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/KeyMatchCIQ.java index 88eb9bcb8..7cbbe9bf1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/KeyMatchCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/KeyMatchCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeCIQ.java index f90d3081f..d89675744 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeToRoleTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeToRoleTypeMappingCIQ.java index 46c346ea9..a6afbc414 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeToRoleTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/LabelTypeToRoleTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/OverlappingHostCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/OverlappingHostCIQ.java index d4dffc871..34cdb5ec1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/OverlappingHostCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/OverlappingHostCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/PathMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/PathMappingCIQ.java index ceeb025d3..f632db2d0 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/PathMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/PathMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RequestHeaderCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RequestHeaderCIQ.java index 81070d020..b73b4c034 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RequestHeaderCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RequestHeaderCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RoleTypeCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RoleTypeCIQ.java index 2ffc1ccc1..14399899c 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RoleTypeCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/RoleTypeCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ScheduledJobCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ScheduledJobCIQ.java index 17e7e18a9..b42b160bb 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ScheduledJobCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/ScheduledJobCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchFieldLogCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchFieldLogCIQ.java index e61a1b5b5..a140016d9 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchFieldLogCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchFieldLogCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchLogCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchLogCIQ.java index a34cd2d97..f112a31db 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchLogCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SearchLogCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestBadWordCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestBadWordCIQ.java index f2a7cd086..214e7c5b1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestBadWordCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestBadWordCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestElevateWordCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestElevateWordCIQ.java index d24bd050c..26864f921 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestElevateWordCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/SuggestElevateWordCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/UserInfoCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/UserInfoCIQ.java index d39f7304a..389c370e5 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/UserInfoCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/UserInfoCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebAuthenticationCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebAuthenticationCIQ.java index 372b32694..e48d48722 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebAuthenticationCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebAuthenticationCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToLabelTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToLabelTypeMappingCIQ.java index 4601a4f5c..7b01ba606 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToLabelTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToLabelTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToRoleTypeMappingCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToRoleTypeMappingCIQ.java index 57808bbc0..0af88760f 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToRoleTypeMappingCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebConfigToRoleTypeMappingCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebCrawlingConfigCIQ.java b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebCrawlingConfigCIQ.java index 2b0499417..8a37db361 100644 --- a/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebCrawlingConfigCIQ.java +++ b/src/main/java/jp/sf/fess/db/cbean/cq/ciq/WebCrawlingConfigCIQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/ClickLogNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/ClickLogNss.java index 6771f7f34..8fd65b6f4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/ClickLogNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/ClickLogNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/CrawlingSessionInfoNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/CrawlingSessionInfoNss.java index 8d7ea3b4c..0c9ffa189 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/CrawlingSessionInfoNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/CrawlingSessionInfoNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToLabelTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToLabelTypeMappingNss.java index fc261ff6e..453f421b9 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToLabelTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToLabelTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToRoleTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToRoleTypeMappingNss.java index 25139f303..991fee636 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToRoleTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/DataConfigToRoleTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/FavoriteLogNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/FavoriteLogNss.java index 50a6e7f7d..e0ea81286 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/FavoriteLogNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/FavoriteLogNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/FileAuthenticationNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/FileAuthenticationNss.java index 00c9637cd..79363ee60 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/FileAuthenticationNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/FileAuthenticationNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToLabelTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToLabelTypeMappingNss.java index 835b07417..7379ce8b7 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToLabelTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToLabelTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToRoleTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToRoleTypeMappingNss.java index 50277a379..23d3633e1 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToRoleTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/FileConfigToRoleTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/LabelTypeToRoleTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/LabelTypeToRoleTypeMappingNss.java index ab14f0550..1e21420ca 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/LabelTypeToRoleTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/LabelTypeToRoleTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/RequestHeaderNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/RequestHeaderNss.java index b66127bed..92f807326 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/RequestHeaderNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/RequestHeaderNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/SearchFieldLogNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/SearchFieldLogNss.java index 8473b8dd0..6174d05d4 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/SearchFieldLogNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/SearchFieldLogNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/SearchLogNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/SearchLogNss.java index a121253f9..f36ccb1da 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/SearchLogNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/SearchLogNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/WebAuthenticationNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/WebAuthenticationNss.java index 9a1f4a875..bcf2fa136 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/WebAuthenticationNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/WebAuthenticationNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToLabelTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToLabelTypeMappingNss.java index 7f72c80a2..a757bd30b 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToLabelTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToLabelTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToRoleTypeMappingNss.java b/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToRoleTypeMappingNss.java index 8423c38b7..e0d5c9279 100644 --- a/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToRoleTypeMappingNss.java +++ b/src/main/java/jp/sf/fess/db/cbean/nss/WebConfigToRoleTypeMappingNss.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/BoostDocumentRuleBhv.java b/src/main/java/jp/sf/fess/db/exbhv/BoostDocumentRuleBhv.java index 1c4b77b0f..d6f5c39a5 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/BoostDocumentRuleBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/BoostDocumentRuleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/ClickLogBhv.java b/src/main/java/jp/sf/fess/db/exbhv/ClickLogBhv.java index 4bb73082c..b566edafd 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/ClickLogBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/ClickLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionBhv.java b/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionBhv.java index ced3a01af..8d4f0fbe6 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionInfoBhv.java b/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionInfoBhv.java index 5416cea0c..46a7af486 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionInfoBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/CrawlingSessionInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/DataConfigToLabelTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/DataConfigToLabelTypeMappingBhv.java index b0d77cc80..c691f6ea0 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/DataConfigToLabelTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/DataConfigToLabelTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/DataConfigToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/DataConfigToRoleTypeMappingBhv.java index 41639cb56..89425972f 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/DataConfigToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/DataConfigToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/DataCrawlingConfigBhv.java b/src/main/java/jp/sf/fess/db/exbhv/DataCrawlingConfigBhv.java index 46af30182..4ea02d560 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/DataCrawlingConfigBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/DataCrawlingConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/FailureUrlBhv.java b/src/main/java/jp/sf/fess/db/exbhv/FailureUrlBhv.java index e906cd7e6..0cfdee6ed 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/FailureUrlBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/FailureUrlBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/FavoriteLogBhv.java b/src/main/java/jp/sf/fess/db/exbhv/FavoriteLogBhv.java index 9c820c8d5..fb10d9d97 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/FavoriteLogBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/FavoriteLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/FileAuthenticationBhv.java b/src/main/java/jp/sf/fess/db/exbhv/FileAuthenticationBhv.java index 789d2bc44..43da96e23 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/FileAuthenticationBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/FileAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/FileConfigToLabelTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/FileConfigToLabelTypeMappingBhv.java index 3fb7bbb6d..009da7b9a 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/FileConfigToLabelTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/FileConfigToLabelTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/FileConfigToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/FileConfigToRoleTypeMappingBhv.java index 37a41dabe..78a99bec9 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/FileConfigToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/FileConfigToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/FileCrawlingConfigBhv.java b/src/main/java/jp/sf/fess/db/exbhv/FileCrawlingConfigBhv.java index 202db22ab..c845feff7 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/FileCrawlingConfigBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/FileCrawlingConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/JobLogBhv.java b/src/main/java/jp/sf/fess/db/exbhv/JobLogBhv.java index 55633f435..1f5c22bf5 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/JobLogBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/JobLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/KeyMatchBhv.java b/src/main/java/jp/sf/fess/db/exbhv/KeyMatchBhv.java index 525248e38..7090249f7 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/KeyMatchBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/KeyMatchBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/LabelTypeBhv.java b/src/main/java/jp/sf/fess/db/exbhv/LabelTypeBhv.java index 879d966a5..5c02934be 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/LabelTypeBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/LabelTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/LabelTypeToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/LabelTypeToRoleTypeMappingBhv.java index f803b5dd9..5fb5d0a61 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/LabelTypeToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/LabelTypeToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/OverlappingHostBhv.java b/src/main/java/jp/sf/fess/db/exbhv/OverlappingHostBhv.java index 0d94b9e43..b1581e9b6 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/OverlappingHostBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/OverlappingHostBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/PathMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/PathMappingBhv.java index 86c9d969b..c62492452 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/PathMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/PathMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/RequestHeaderBhv.java b/src/main/java/jp/sf/fess/db/exbhv/RequestHeaderBhv.java index a4ac4b7c7..72561e658 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/RequestHeaderBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/RequestHeaderBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/RoleTypeBhv.java b/src/main/java/jp/sf/fess/db/exbhv/RoleTypeBhv.java index f04dfe940..b53707737 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/RoleTypeBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/RoleTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/ScheduledJobBhv.java b/src/main/java/jp/sf/fess/db/exbhv/ScheduledJobBhv.java index 665836169..19c9b102a 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/ScheduledJobBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/ScheduledJobBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/SearchFieldLogBhv.java b/src/main/java/jp/sf/fess/db/exbhv/SearchFieldLogBhv.java index 98850b87b..ee50d1ccd 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/SearchFieldLogBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/SearchFieldLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/SearchLogBhv.java b/src/main/java/jp/sf/fess/db/exbhv/SearchLogBhv.java index 3aa6a692e..9f69ddf12 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/SearchLogBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/SearchLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/SuggestBadWordBhv.java b/src/main/java/jp/sf/fess/db/exbhv/SuggestBadWordBhv.java index ecfbe22fa..4fa1d4931 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/SuggestBadWordBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/SuggestBadWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/SuggestElevateWordBhv.java b/src/main/java/jp/sf/fess/db/exbhv/SuggestElevateWordBhv.java index 6d3990457..02995eae5 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/SuggestElevateWordBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/SuggestElevateWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/UserInfoBhv.java b/src/main/java/jp/sf/fess/db/exbhv/UserInfoBhv.java index a3db89ad0..6a8e211cf 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/UserInfoBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/UserInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/WebAuthenticationBhv.java b/src/main/java/jp/sf/fess/db/exbhv/WebAuthenticationBhv.java index c834239c8..5cf4a0ee3 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/WebAuthenticationBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/WebAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/WebConfigToLabelTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/WebConfigToLabelTypeMappingBhv.java index 050337beb..c2689ef24 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/WebConfigToLabelTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/WebConfigToLabelTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/WebConfigToRoleTypeMappingBhv.java b/src/main/java/jp/sf/fess/db/exbhv/WebConfigToRoleTypeMappingBhv.java index 8cffe7df3..1e187bbc4 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/WebConfigToRoleTypeMappingBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/WebConfigToRoleTypeMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/WebCrawlingConfigBhv.java b/src/main/java/jp/sf/fess/db/exbhv/WebCrawlingConfigBhv.java index 066faeb8d..2c71f5f3e 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/WebCrawlingConfigBhv.java +++ b/src/main/java/jp/sf/fess/db/exbhv/WebCrawlingConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClickUrlRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClickUrlRankingPmb.java index 7a3bc7650..79ecb7aa1 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClickUrlRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClickUrlRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClientIpRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClientIpRankingPmb.java index da8eb6c73..412df5bec 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClientIpRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/ClientIpRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlCountPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlCountPmb.java index 80fb961d1..dcde23c32 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlCountPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlCountPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlRankingPmb.java index 0794f490b..929ffc5f3 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/FavoriteUrlRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/GroupedFieldNamePmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/GroupedFieldNamePmb.java index 38904a1ab..7c71c108b 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/GroupedFieldNamePmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/GroupedFieldNamePmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/HotSearchWordPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/HotSearchWordPmb.java index 7ef367baa..e86525488 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/HotSearchWordPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/HotSearchWordPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/RefererRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/RefererRankingPmb.java index 880098402..8b647f7e2 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/RefererRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/RefererRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchFieldRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchFieldRankingPmb.java index 2112c4c5b..31f3fb5bd 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchFieldRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchFieldRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchQueryRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchQueryRankingPmb.java index 26e5aacb8..448990c48 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchQueryRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchQueryRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchWordRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchWordRankingPmb.java index 73171367f..b8331eec3 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchWordRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SearchWordRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SolrQueryRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SolrQueryRankingPmb.java index 026e8ddc1..a157b0a01 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/SolrQueryRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/SolrQueryRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exbhv/pmbean/UserAgentRankingPmb.java b/src/main/java/jp/sf/fess/db/exbhv/pmbean/UserAgentRankingPmb.java index 76f930acb..2e33683c7 100644 --- a/src/main/java/jp/sf/fess/db/exbhv/pmbean/UserAgentRankingPmb.java +++ b/src/main/java/jp/sf/fess/db/exbhv/pmbean/UserAgentRankingPmb.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/BoostDocumentRule.java b/src/main/java/jp/sf/fess/db/exentity/BoostDocumentRule.java index a3cffaf30..a3e3e1885 100644 --- a/src/main/java/jp/sf/fess/db/exentity/BoostDocumentRule.java +++ b/src/main/java/jp/sf/fess/db/exentity/BoostDocumentRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/ClickLog.java b/src/main/java/jp/sf/fess/db/exentity/ClickLog.java index fa444b0a0..825fcedb1 100644 --- a/src/main/java/jp/sf/fess/db/exentity/ClickLog.java +++ b/src/main/java/jp/sf/fess/db/exentity/ClickLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/CrawlingConfig.java b/src/main/java/jp/sf/fess/db/exentity/CrawlingConfig.java index 289d98274..33aba0aba 100644 --- a/src/main/java/jp/sf/fess/db/exentity/CrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/exentity/CrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/CrawlingSession.java b/src/main/java/jp/sf/fess/db/exentity/CrawlingSession.java index f64584a65..afffa2228 100644 --- a/src/main/java/jp/sf/fess/db/exentity/CrawlingSession.java +++ b/src/main/java/jp/sf/fess/db/exentity/CrawlingSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/CrawlingSessionInfo.java b/src/main/java/jp/sf/fess/db/exentity/CrawlingSessionInfo.java index f774d4164..b5bee36d0 100644 --- a/src/main/java/jp/sf/fess/db/exentity/CrawlingSessionInfo.java +++ b/src/main/java/jp/sf/fess/db/exentity/CrawlingSessionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/DataConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/DataConfigToLabelTypeMapping.java index c93d18fbf..ea9a3f3d1 100644 --- a/src/main/java/jp/sf/fess/db/exentity/DataConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/DataConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/DataConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/DataConfigToRoleTypeMapping.java index fa69e2404..e59457441 100644 --- a/src/main/java/jp/sf/fess/db/exentity/DataConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/DataConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/DataCrawlingConfig.java b/src/main/java/jp/sf/fess/db/exentity/DataCrawlingConfig.java index e3ff914a1..5bd8219df 100644 --- a/src/main/java/jp/sf/fess/db/exentity/DataCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/exentity/DataCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/FailureUrl.java b/src/main/java/jp/sf/fess/db/exentity/FailureUrl.java index 549fa8469..790ea03d9 100644 --- a/src/main/java/jp/sf/fess/db/exentity/FailureUrl.java +++ b/src/main/java/jp/sf/fess/db/exentity/FailureUrl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/FavoriteLog.java b/src/main/java/jp/sf/fess/db/exentity/FavoriteLog.java index eb87b1a84..e4ac5c6c9 100644 --- a/src/main/java/jp/sf/fess/db/exentity/FavoriteLog.java +++ b/src/main/java/jp/sf/fess/db/exentity/FavoriteLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/FileAuthentication.java b/src/main/java/jp/sf/fess/db/exentity/FileAuthentication.java index e610a9e09..ff424b762 100644 --- a/src/main/java/jp/sf/fess/db/exentity/FileAuthentication.java +++ b/src/main/java/jp/sf/fess/db/exentity/FileAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/FileConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/FileConfigToLabelTypeMapping.java index e2648d1e3..02b3319eb 100644 --- a/src/main/java/jp/sf/fess/db/exentity/FileConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/FileConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/FileConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/FileConfigToRoleTypeMapping.java index 9ce82331d..ba1256be5 100644 --- a/src/main/java/jp/sf/fess/db/exentity/FileConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/FileConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/FileCrawlingConfig.java b/src/main/java/jp/sf/fess/db/exentity/FileCrawlingConfig.java index fff99dd1f..023cf193d 100644 --- a/src/main/java/jp/sf/fess/db/exentity/FileCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/exentity/FileCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/JobLog.java b/src/main/java/jp/sf/fess/db/exentity/JobLog.java index 21311fb6e..989ac7627 100644 --- a/src/main/java/jp/sf/fess/db/exentity/JobLog.java +++ b/src/main/java/jp/sf/fess/db/exentity/JobLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/KeyMatch.java b/src/main/java/jp/sf/fess/db/exentity/KeyMatch.java index 8c919d384..e8a733387 100644 --- a/src/main/java/jp/sf/fess/db/exentity/KeyMatch.java +++ b/src/main/java/jp/sf/fess/db/exentity/KeyMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/LabelType.java b/src/main/java/jp/sf/fess/db/exentity/LabelType.java index fec437233..514d97095 100644 --- a/src/main/java/jp/sf/fess/db/exentity/LabelType.java +++ b/src/main/java/jp/sf/fess/db/exentity/LabelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/LabelTypeToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/LabelTypeToRoleTypeMapping.java index 666197bc8..23e3c7f83 100644 --- a/src/main/java/jp/sf/fess/db/exentity/LabelTypeToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/LabelTypeToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/OverlappingHost.java b/src/main/java/jp/sf/fess/db/exentity/OverlappingHost.java index 2a4fdcca3..b7bad6706 100644 --- a/src/main/java/jp/sf/fess/db/exentity/OverlappingHost.java +++ b/src/main/java/jp/sf/fess/db/exentity/OverlappingHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/PathMapping.java b/src/main/java/jp/sf/fess/db/exentity/PathMapping.java index 5aa4a2e2b..d7c09bdaf 100644 --- a/src/main/java/jp/sf/fess/db/exentity/PathMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/PathMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/RequestHeader.java b/src/main/java/jp/sf/fess/db/exentity/RequestHeader.java index 8dba53d18..277d9bbaa 100644 --- a/src/main/java/jp/sf/fess/db/exentity/RequestHeader.java +++ b/src/main/java/jp/sf/fess/db/exentity/RequestHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/RoleType.java b/src/main/java/jp/sf/fess/db/exentity/RoleType.java index 1bfe9e694..a56777575 100644 --- a/src/main/java/jp/sf/fess/db/exentity/RoleType.java +++ b/src/main/java/jp/sf/fess/db/exentity/RoleType.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/ScheduledJob.java b/src/main/java/jp/sf/fess/db/exentity/ScheduledJob.java index 58a0f3022..1191a09f8 100644 --- a/src/main/java/jp/sf/fess/db/exentity/ScheduledJob.java +++ b/src/main/java/jp/sf/fess/db/exentity/ScheduledJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/SearchFieldLog.java b/src/main/java/jp/sf/fess/db/exentity/SearchFieldLog.java index a5585128a..cb7f85d12 100644 --- a/src/main/java/jp/sf/fess/db/exentity/SearchFieldLog.java +++ b/src/main/java/jp/sf/fess/db/exentity/SearchFieldLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/SearchLog.java b/src/main/java/jp/sf/fess/db/exentity/SearchLog.java index bb59ec6c0..02e858532 100644 --- a/src/main/java/jp/sf/fess/db/exentity/SearchLog.java +++ b/src/main/java/jp/sf/fess/db/exentity/SearchLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/SuggestBadWord.java b/src/main/java/jp/sf/fess/db/exentity/SuggestBadWord.java index 9e5f5f70b..04f8d9189 100644 --- a/src/main/java/jp/sf/fess/db/exentity/SuggestBadWord.java +++ b/src/main/java/jp/sf/fess/db/exentity/SuggestBadWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/SuggestElevateWord.java b/src/main/java/jp/sf/fess/db/exentity/SuggestElevateWord.java index a34830f7d..ab07209f1 100644 --- a/src/main/java/jp/sf/fess/db/exentity/SuggestElevateWord.java +++ b/src/main/java/jp/sf/fess/db/exentity/SuggestElevateWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/UserInfo.java b/src/main/java/jp/sf/fess/db/exentity/UserInfo.java index b2b53c08a..890c047c6 100644 --- a/src/main/java/jp/sf/fess/db/exentity/UserInfo.java +++ b/src/main/java/jp/sf/fess/db/exentity/UserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/WebAuthentication.java b/src/main/java/jp/sf/fess/db/exentity/WebAuthentication.java index dc4f8cf59..bf422bff4 100644 --- a/src/main/java/jp/sf/fess/db/exentity/WebAuthentication.java +++ b/src/main/java/jp/sf/fess/db/exentity/WebAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/WebConfigToLabelTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/WebConfigToLabelTypeMapping.java index 356682ecb..bd4a13772 100644 --- a/src/main/java/jp/sf/fess/db/exentity/WebConfigToLabelTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/WebConfigToLabelTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/WebConfigToRoleTypeMapping.java b/src/main/java/jp/sf/fess/db/exentity/WebConfigToRoleTypeMapping.java index 18aa8ee39..7c1eeb8f7 100644 --- a/src/main/java/jp/sf/fess/db/exentity/WebConfigToRoleTypeMapping.java +++ b/src/main/java/jp/sf/fess/db/exentity/WebConfigToRoleTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/WebCrawlingConfig.java b/src/main/java/jp/sf/fess/db/exentity/WebCrawlingConfig.java index e05111d33..877c348f2 100644 --- a/src/main/java/jp/sf/fess/db/exentity/WebCrawlingConfig.java +++ b/src/main/java/jp/sf/fess/db/exentity/WebCrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/ClickUrlRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/ClickUrlRanking.java index 4d1999d90..a6841ed4e 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/ClickUrlRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/ClickUrlRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/ClientIpRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/ClientIpRanking.java index ae4167f77..a28254efc 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/ClientIpRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/ClientIpRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlCount.java b/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlCount.java index 62272effc..0f5906c16 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlCount.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlCount.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlRanking.java index afa66e131..95180650a 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/FavoriteUrlRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/GroupedFieldName.java b/src/main/java/jp/sf/fess/db/exentity/customize/GroupedFieldName.java index 5dc5bdb7a..33ea22e85 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/GroupedFieldName.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/GroupedFieldName.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/HotSearchWord.java b/src/main/java/jp/sf/fess/db/exentity/customize/HotSearchWord.java index bcde73ae0..354e7b985 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/HotSearchWord.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/HotSearchWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/RefererRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/RefererRanking.java index 543867fa7..e70a03621 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/RefererRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/RefererRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/SearchFieldRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/SearchFieldRanking.java index 1279af92b..e723e5fcd 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/SearchFieldRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/SearchFieldRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/SearchQueryRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/SearchQueryRanking.java index 1eee9ccda..56f4858db 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/SearchQueryRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/SearchQueryRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/SearchWordRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/SearchWordRanking.java index dbf7f7f31..9836a9e40 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/SearchWordRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/SearchWordRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/SolrQueryRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/SolrQueryRanking.java index ea13096da..5c430e89a 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/SolrQueryRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/SolrQueryRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/db/exentity/customize/UserAgentRanking.java b/src/main/java/jp/sf/fess/db/exentity/customize/UserAgentRanking.java index 37efc30c4..cd5353aca 100644 --- a/src/main/java/jp/sf/fess/db/exentity/customize/UserAgentRanking.java +++ b/src/main/java/jp/sf/fess/db/exentity/customize/UserAgentRanking.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/DictionaryException.java b/src/main/java/jp/sf/fess/dict/DictionaryException.java index e84d7a965..50a9586c8 100644 --- a/src/main/java/jp/sf/fess/dict/DictionaryException.java +++ b/src/main/java/jp/sf/fess/dict/DictionaryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/DictionaryExpiredException.java b/src/main/java/jp/sf/fess/dict/DictionaryExpiredException.java index beaf20cec..6764497ec 100644 --- a/src/main/java/jp/sf/fess/dict/DictionaryExpiredException.java +++ b/src/main/java/jp/sf/fess/dict/DictionaryExpiredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/DictionaryFile.java b/src/main/java/jp/sf/fess/dict/DictionaryFile.java index c110405e5..19da4d003 100644 --- a/src/main/java/jp/sf/fess/dict/DictionaryFile.java +++ b/src/main/java/jp/sf/fess/dict/DictionaryFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/DictionaryItem.java b/src/main/java/jp/sf/fess/dict/DictionaryItem.java index 1802b6968..4b96d0233 100644 --- a/src/main/java/jp/sf/fess/dict/DictionaryItem.java +++ b/src/main/java/jp/sf/fess/dict/DictionaryItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/DictionaryLocator.java b/src/main/java/jp/sf/fess/dict/DictionaryLocator.java index c4b564eec..76a36308e 100644 --- a/src/main/java/jp/sf/fess/dict/DictionaryLocator.java +++ b/src/main/java/jp/sf/fess/dict/DictionaryLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/DictionaryManager.java b/src/main/java/jp/sf/fess/dict/DictionaryManager.java index 4173fad96..10b7b5df4 100644 --- a/src/main/java/jp/sf/fess/dict/DictionaryManager.java +++ b/src/main/java/jp/sf/fess/dict/DictionaryManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/synonym/SynonymFile.java b/src/main/java/jp/sf/fess/dict/synonym/SynonymFile.java index 13e1f5304..cf2945957 100644 --- a/src/main/java/jp/sf/fess/dict/synonym/SynonymFile.java +++ b/src/main/java/jp/sf/fess/dict/synonym/SynonymFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/synonym/SynonymItem.java b/src/main/java/jp/sf/fess/dict/synonym/SynonymItem.java index 43849431b..34e5a37ab 100644 --- a/src/main/java/jp/sf/fess/dict/synonym/SynonymItem.java +++ b/src/main/java/jp/sf/fess/dict/synonym/SynonymItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/synonym/SynonymLocator.java b/src/main/java/jp/sf/fess/dict/synonym/SynonymLocator.java index 9f0452e74..262df8630 100644 --- a/src/main/java/jp/sf/fess/dict/synonym/SynonymLocator.java +++ b/src/main/java/jp/sf/fess/dict/synonym/SynonymLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/userdict/UserDictFile.java b/src/main/java/jp/sf/fess/dict/userdict/UserDictFile.java index 516d80ad4..692dcc1e1 100644 --- a/src/main/java/jp/sf/fess/dict/userdict/UserDictFile.java +++ b/src/main/java/jp/sf/fess/dict/userdict/UserDictFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -175,16 +175,16 @@ public class UserDictFile extends DictionaryFile<UserDictItem> { String reading = null; String pos = null; switch (values.length) { - case 4: - pos = values[3]; - case 3: - reading = values[2]; - case 2: - segmentation = values[1]; - case 1: - token = values[0]; - default: - break; + case 4: + pos = values[3]; + case 3: + reading = values[2]; + case 2: + segmentation = values[1]; + case 1: + token = values[0]; + default: + break; } id++; diff --git a/src/main/java/jp/sf/fess/dict/userdict/UserDictItem.java b/src/main/java/jp/sf/fess/dict/userdict/UserDictItem.java index 66e41db58..85992eb13 100644 --- a/src/main/java/jp/sf/fess/dict/userdict/UserDictItem.java +++ b/src/main/java/jp/sf/fess/dict/userdict/UserDictItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/dict/userdict/UserDictLocator.java b/src/main/java/jp/sf/fess/dict/userdict/UserDictLocator.java index 453bd0ac9..c1e4f339b 100644 --- a/src/main/java/jp/sf/fess/dict/userdict/UserDictLocator.java +++ b/src/main/java/jp/sf/fess/dict/userdict/UserDictLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/DataStore.java b/src/main/java/jp/sf/fess/ds/DataStore.java index c9a9f5bf0..11e03419f 100644 --- a/src/main/java/jp/sf/fess/ds/DataStore.java +++ b/src/main/java/jp/sf/fess/ds/DataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/DataStoreCrawlingException.java b/src/main/java/jp/sf/fess/ds/DataStoreCrawlingException.java index 19040f389..3ea88fc19 100644 --- a/src/main/java/jp/sf/fess/ds/DataStoreCrawlingException.java +++ b/src/main/java/jp/sf/fess/ds/DataStoreCrawlingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/DataStoreException.java b/src/main/java/jp/sf/fess/ds/DataStoreException.java index 078674aec..57842d5f6 100644 --- a/src/main/java/jp/sf/fess/ds/DataStoreException.java +++ b/src/main/java/jp/sf/fess/ds/DataStoreException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/DataStoreFactory.java b/src/main/java/jp/sf/fess/ds/DataStoreFactory.java index f723524b9..adba82abd 100644 --- a/src/main/java/jp/sf/fess/ds/DataStoreFactory.java +++ b/src/main/java/jp/sf/fess/ds/DataStoreFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/IndexUpdateCallback.java b/src/main/java/jp/sf/fess/ds/IndexUpdateCallback.java index 5fd300fb1..811703ed5 100644 --- a/src/main/java/jp/sf/fess/ds/IndexUpdateCallback.java +++ b/src/main/java/jp/sf/fess/ds/IndexUpdateCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/impl/AbstractDataStoreImpl.java b/src/main/java/jp/sf/fess/ds/impl/AbstractDataStoreImpl.java index 4ab189dfd..b0cfd23bd 100644 --- a/src/main/java/jp/sf/fess/ds/impl/AbstractDataStoreImpl.java +++ b/src/main/java/jp/sf/fess/ds/impl/AbstractDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/impl/CsvDataStoreImpl.java b/src/main/java/jp/sf/fess/ds/impl/CsvDataStoreImpl.java index 4e54c89cf..c9d9ef593 100644 --- a/src/main/java/jp/sf/fess/ds/impl/CsvDataStoreImpl.java +++ b/src/main/java/jp/sf/fess/ds/impl/CsvDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/impl/DatabaseDataStoreImpl.java b/src/main/java/jp/sf/fess/ds/impl/DatabaseDataStoreImpl.java index 264244465..d6e00a9f2 100644 --- a/src/main/java/jp/sf/fess/ds/impl/DatabaseDataStoreImpl.java +++ b/src/main/java/jp/sf/fess/ds/impl/DatabaseDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/impl/FileListDataStoreImpl.java b/src/main/java/jp/sf/fess/ds/impl/FileListDataStoreImpl.java index b498b114c..d8fd25ebc 100644 --- a/src/main/java/jp/sf/fess/ds/impl/FileListDataStoreImpl.java +++ b/src/main/java/jp/sf/fess/ds/impl/FileListDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/ds/impl/IndexUpdateCallbackImpl.java b/src/main/java/jp/sf/fess/ds/impl/IndexUpdateCallbackImpl.java index 39a3be8aa..1d0c605aa 100644 --- a/src/main/java/jp/sf/fess/ds/impl/IndexUpdateCallbackImpl.java +++ b/src/main/java/jp/sf/fess/ds/impl/IndexUpdateCallbackImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/FacetInfo.java b/src/main/java/jp/sf/fess/entity/FacetInfo.java index 44dd430d7..a362b8478 100644 --- a/src/main/java/jp/sf/fess/entity/FacetInfo.java +++ b/src/main/java/jp/sf/fess/entity/FacetInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/FacetQueryView.java b/src/main/java/jp/sf/fess/entity/FacetQueryView.java index 31f11f797..d2529ce05 100644 --- a/src/main/java/jp/sf/fess/entity/FacetQueryView.java +++ b/src/main/java/jp/sf/fess/entity/FacetQueryView.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/FieldAnalysisResponse.java b/src/main/java/jp/sf/fess/entity/FieldAnalysisResponse.java index a17150276..799eec50d 100644 --- a/src/main/java/jp/sf/fess/entity/FieldAnalysisResponse.java +++ b/src/main/java/jp/sf/fess/entity/FieldAnalysisResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/GeoInfo.java b/src/main/java/jp/sf/fess/entity/GeoInfo.java index 1ae65eea3..7a2d90ffe 100644 --- a/src/main/java/jp/sf/fess/entity/GeoInfo.java +++ b/src/main/java/jp/sf/fess/entity/GeoInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/LoginInfo.java b/src/main/java/jp/sf/fess/entity/LoginInfo.java index d61a374b4..04a8c54f7 100644 --- a/src/main/java/jp/sf/fess/entity/LoginInfo.java +++ b/src/main/java/jp/sf/fess/entity/LoginInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/MoreLikeThisInfo.java b/src/main/java/jp/sf/fess/entity/MoreLikeThisInfo.java index 214f757f7..1a086f846 100644 --- a/src/main/java/jp/sf/fess/entity/MoreLikeThisInfo.java +++ b/src/main/java/jp/sf/fess/entity/MoreLikeThisInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/PingResponse.java b/src/main/java/jp/sf/fess/entity/PingResponse.java index 4f0c99031..663d09eee 100644 --- a/src/main/java/jp/sf/fess/entity/PingResponse.java +++ b/src/main/java/jp/sf/fess/entity/PingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/entity/SearchQuery.java b/src/main/java/jp/sf/fess/entity/SearchQuery.java index 0522982aa..223c862ea 100644 --- a/src/main/java/jp/sf/fess/entity/SearchQuery.java +++ b/src/main/java/jp/sf/fess/entity/SearchQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/exec/Crawler.java b/src/main/java/jp/sf/fess/exec/Crawler.java index 93d3683c2..c797f5117 100644 --- a/src/main/java/jp/sf/fess/exec/Crawler.java +++ b/src/main/java/jp/sf/fess/exec/Crawler.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/filter/AdLoginInfoFilter.java b/src/main/java/jp/sf/fess/filter/AdLoginInfoFilter.java index 138514c15..2e80be320 100644 --- a/src/main/java/jp/sf/fess/filter/AdLoginInfoFilter.java +++ b/src/main/java/jp/sf/fess/filter/AdLoginInfoFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/filter/AdminAuthFilter.java b/src/main/java/jp/sf/fess/filter/AdminAuthFilter.java index 09f5639e7..d324c5379 100644 --- a/src/main/java/jp/sf/fess/filter/AdminAuthFilter.java +++ b/src/main/java/jp/sf/fess/filter/AdminAuthFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/filter/FessEncodingFilter.java b/src/main/java/jp/sf/fess/filter/FessEncodingFilter.java index eada403be..e9653c040 100644 --- a/src/main/java/jp/sf/fess/filter/FessEncodingFilter.java +++ b/src/main/java/jp/sf/fess/filter/FessEncodingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/filter/LoginInfoFilter.java b/src/main/java/jp/sf/fess/filter/LoginInfoFilter.java index 101e53c78..95ee277b8 100644 --- a/src/main/java/jp/sf/fess/filter/LoginInfoFilter.java +++ b/src/main/java/jp/sf/fess/filter/LoginInfoFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/filter/WebApiFilter.java b/src/main/java/jp/sf/fess/filter/WebApiFilter.java index 7bfec7daf..1bf58fc80 100644 --- a/src/main/java/jp/sf/fess/filter/WebApiFilter.java +++ b/src/main/java/jp/sf/fess/filter/WebApiFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/AppletForm.java b/src/main/java/jp/sf/fess/form/AppletForm.java index 07ae95648..e2f49cfd8 100644 --- a/src/main/java/jp/sf/fess/form/AppletForm.java +++ b/src/main/java/jp/sf/fess/form/AppletForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/ErrorForm.java b/src/main/java/jp/sf/fess/form/ErrorForm.java index b8ff3c96f..21925d80f 100644 --- a/src/main/java/jp/sf/fess/form/ErrorForm.java +++ b/src/main/java/jp/sf/fess/form/ErrorForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/IndexForm.java b/src/main/java/jp/sf/fess/form/IndexForm.java index e6c4540bd..e39a1f4ec 100644 --- a/src/main/java/jp/sf/fess/form/IndexForm.java +++ b/src/main/java/jp/sf/fess/form/IndexForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/LoginForm.java b/src/main/java/jp/sf/fess/form/LoginForm.java index 055dc7b31..aa493f3d0 100644 --- a/src/main/java/jp/sf/fess/form/LoginForm.java +++ b/src/main/java/jp/sf/fess/form/LoginForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/BoostDocumentRuleForm.java b/src/main/java/jp/sf/fess/form/admin/BoostDocumentRuleForm.java index 2e50f95c2..9da1d6ed5 100644 --- a/src/main/java/jp/sf/fess/form/admin/BoostDocumentRuleForm.java +++ b/src/main/java/jp/sf/fess/form/admin/BoostDocumentRuleForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/CrawlForm.java b/src/main/java/jp/sf/fess/form/admin/CrawlForm.java index 0681286af..b9e1e5a04 100644 --- a/src/main/java/jp/sf/fess/form/admin/CrawlForm.java +++ b/src/main/java/jp/sf/fess/form/admin/CrawlForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/CrawlingSessionForm.java b/src/main/java/jp/sf/fess/form/admin/CrawlingSessionForm.java index 33b2ae9f9..da1417397 100644 --- a/src/main/java/jp/sf/fess/form/admin/CrawlingSessionForm.java +++ b/src/main/java/jp/sf/fess/form/admin/CrawlingSessionForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/DataCrawlingConfigForm.java b/src/main/java/jp/sf/fess/form/admin/DataCrawlingConfigForm.java index 0ff4e4185..5655179fe 100644 --- a/src/main/java/jp/sf/fess/form/admin/DataCrawlingConfigForm.java +++ b/src/main/java/jp/sf/fess/form/admin/DataCrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/DataForm.java b/src/main/java/jp/sf/fess/form/admin/DataForm.java index c28836581..22be149dd 100644 --- a/src/main/java/jp/sf/fess/form/admin/DataForm.java +++ b/src/main/java/jp/sf/fess/form/admin/DataForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/DesignForm.java b/src/main/java/jp/sf/fess/form/admin/DesignForm.java index 1e93090b8..104e6d7f4 100644 --- a/src/main/java/jp/sf/fess/form/admin/DesignForm.java +++ b/src/main/java/jp/sf/fess/form/admin/DesignForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/DictForm.java b/src/main/java/jp/sf/fess/form/admin/DictForm.java index 892b027d4..a7be31dce 100644 --- a/src/main/java/jp/sf/fess/form/admin/DictForm.java +++ b/src/main/java/jp/sf/fess/form/admin/DictForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/DocumentForm.java b/src/main/java/jp/sf/fess/form/admin/DocumentForm.java index d4102b23c..6714a8ec1 100644 --- a/src/main/java/jp/sf/fess/form/admin/DocumentForm.java +++ b/src/main/java/jp/sf/fess/form/admin/DocumentForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/FailureUrlForm.java b/src/main/java/jp/sf/fess/form/admin/FailureUrlForm.java index c8056fd15..19aa4b7b4 100644 --- a/src/main/java/jp/sf/fess/form/admin/FailureUrlForm.java +++ b/src/main/java/jp/sf/fess/form/admin/FailureUrlForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/FavoriteLogForm.java b/src/main/java/jp/sf/fess/form/admin/FavoriteLogForm.java index 98d2972fa..a065ab777 100644 --- a/src/main/java/jp/sf/fess/form/admin/FavoriteLogForm.java +++ b/src/main/java/jp/sf/fess/form/admin/FavoriteLogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/FileAuthenticationForm.java b/src/main/java/jp/sf/fess/form/admin/FileAuthenticationForm.java index e67b8f3fd..a3b7768ca 100644 --- a/src/main/java/jp/sf/fess/form/admin/FileAuthenticationForm.java +++ b/src/main/java/jp/sf/fess/form/admin/FileAuthenticationForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/FileCrawlingConfigForm.java b/src/main/java/jp/sf/fess/form/admin/FileCrawlingConfigForm.java index 388ac1dc8..8e3e79c48 100644 --- a/src/main/java/jp/sf/fess/form/admin/FileCrawlingConfigForm.java +++ b/src/main/java/jp/sf/fess/form/admin/FileCrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/JobLogForm.java b/src/main/java/jp/sf/fess/form/admin/JobLogForm.java index b441a62b3..0632a4f50 100644 --- a/src/main/java/jp/sf/fess/form/admin/JobLogForm.java +++ b/src/main/java/jp/sf/fess/form/admin/JobLogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/KeyMatchForm.java b/src/main/java/jp/sf/fess/form/admin/KeyMatchForm.java index a0802dabc..35ee3b3c6 100644 --- a/src/main/java/jp/sf/fess/form/admin/KeyMatchForm.java +++ b/src/main/java/jp/sf/fess/form/admin/KeyMatchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/LabelTypeForm.java b/src/main/java/jp/sf/fess/form/admin/LabelTypeForm.java index 9586ed72b..312302fcf 100644 --- a/src/main/java/jp/sf/fess/form/admin/LabelTypeForm.java +++ b/src/main/java/jp/sf/fess/form/admin/LabelTypeForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/LogForm.java b/src/main/java/jp/sf/fess/form/admin/LogForm.java index cc7a40044..21ba0b851 100644 --- a/src/main/java/jp/sf/fess/form/admin/LogForm.java +++ b/src/main/java/jp/sf/fess/form/admin/LogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/OverlappingHostForm.java b/src/main/java/jp/sf/fess/form/admin/OverlappingHostForm.java index cb931ede4..cca2ef1d2 100644 --- a/src/main/java/jp/sf/fess/form/admin/OverlappingHostForm.java +++ b/src/main/java/jp/sf/fess/form/admin/OverlappingHostForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/PathMappingForm.java b/src/main/java/jp/sf/fess/form/admin/PathMappingForm.java index 8b757e77b..48bb35571 100644 --- a/src/main/java/jp/sf/fess/form/admin/PathMappingForm.java +++ b/src/main/java/jp/sf/fess/form/admin/PathMappingForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/RequestHeaderForm.java b/src/main/java/jp/sf/fess/form/admin/RequestHeaderForm.java index b9dc787c2..59d226503 100644 --- a/src/main/java/jp/sf/fess/form/admin/RequestHeaderForm.java +++ b/src/main/java/jp/sf/fess/form/admin/RequestHeaderForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/RoleTypeForm.java b/src/main/java/jp/sf/fess/form/admin/RoleTypeForm.java index 285288138..f65dcb643 100644 --- a/src/main/java/jp/sf/fess/form/admin/RoleTypeForm.java +++ b/src/main/java/jp/sf/fess/form/admin/RoleTypeForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/ScheduledJobForm.java b/src/main/java/jp/sf/fess/form/admin/ScheduledJobForm.java index 8da9871b5..20b7cf8ff 100644 --- a/src/main/java/jp/sf/fess/form/admin/ScheduledJobForm.java +++ b/src/main/java/jp/sf/fess/form/admin/ScheduledJobForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/SearchListForm.java b/src/main/java/jp/sf/fess/form/admin/SearchListForm.java index d0e2c42f3..dc268d4fd 100644 --- a/src/main/java/jp/sf/fess/form/admin/SearchListForm.java +++ b/src/main/java/jp/sf/fess/form/admin/SearchListForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/SearchLogForm.java b/src/main/java/jp/sf/fess/form/admin/SearchLogForm.java index 8e3684296..8da1fa5c1 100644 --- a/src/main/java/jp/sf/fess/form/admin/SearchLogForm.java +++ b/src/main/java/jp/sf/fess/form/admin/SearchLogForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/StatsForm.java b/src/main/java/jp/sf/fess/form/admin/StatsForm.java index 57d94a1cb..b6e581740 100644 --- a/src/main/java/jp/sf/fess/form/admin/StatsForm.java +++ b/src/main/java/jp/sf/fess/form/admin/StatsForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/SuggestBadWordForm.java b/src/main/java/jp/sf/fess/form/admin/SuggestBadWordForm.java index 2879e393d..4dda646e3 100644 --- a/src/main/java/jp/sf/fess/form/admin/SuggestBadWordForm.java +++ b/src/main/java/jp/sf/fess/form/admin/SuggestBadWordForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/SuggestElevateWordForm.java b/src/main/java/jp/sf/fess/form/admin/SuggestElevateWordForm.java index 339797cab..b199ee1ae 100644 --- a/src/main/java/jp/sf/fess/form/admin/SuggestElevateWordForm.java +++ b/src/main/java/jp/sf/fess/form/admin/SuggestElevateWordForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/SystemForm.java b/src/main/java/jp/sf/fess/form/admin/SystemForm.java index 8a10c5181..334a1c5a5 100644 --- a/src/main/java/jp/sf/fess/form/admin/SystemForm.java +++ b/src/main/java/jp/sf/fess/form/admin/SystemForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/SystemInfoForm.java b/src/main/java/jp/sf/fess/form/admin/SystemInfoForm.java index e9dec08d6..652568f75 100644 --- a/src/main/java/jp/sf/fess/form/admin/SystemInfoForm.java +++ b/src/main/java/jp/sf/fess/form/admin/SystemInfoForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/UserInfoForm.java b/src/main/java/jp/sf/fess/form/admin/UserInfoForm.java index 4fb11614c..3ad8f038a 100644 --- a/src/main/java/jp/sf/fess/form/admin/UserInfoForm.java +++ b/src/main/java/jp/sf/fess/form/admin/UserInfoForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/WebAuthenticationForm.java b/src/main/java/jp/sf/fess/form/admin/WebAuthenticationForm.java index fca18ffa1..986db3bf4 100644 --- a/src/main/java/jp/sf/fess/form/admin/WebAuthenticationForm.java +++ b/src/main/java/jp/sf/fess/form/admin/WebAuthenticationForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/WebCrawlingConfigForm.java b/src/main/java/jp/sf/fess/form/admin/WebCrawlingConfigForm.java index 857659e69..f2a5dc2e6 100644 --- a/src/main/java/jp/sf/fess/form/admin/WebCrawlingConfigForm.java +++ b/src/main/java/jp/sf/fess/form/admin/WebCrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/WizardForm.java b/src/main/java/jp/sf/fess/form/admin/WizardForm.java index 8d06857b9..dd0a20e58 100644 --- a/src/main/java/jp/sf/fess/form/admin/WizardForm.java +++ b/src/main/java/jp/sf/fess/form/admin/WizardForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/dict/SynonymForm.java b/src/main/java/jp/sf/fess/form/admin/dict/SynonymForm.java index b057ba340..a46898273 100644 --- a/src/main/java/jp/sf/fess/form/admin/dict/SynonymForm.java +++ b/src/main/java/jp/sf/fess/form/admin/dict/SynonymForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/form/admin/dict/UserDictForm.java b/src/main/java/jp/sf/fess/form/admin/dict/UserDictForm.java index 449a80453..d21c35212 100644 --- a/src/main/java/jp/sf/fess/form/admin/dict/UserDictForm.java +++ b/src/main/java/jp/sf/fess/form/admin/dict/UserDictForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/AdRoleHelper.java b/src/main/java/jp/sf/fess/helper/AdRoleHelper.java index e67c6cca9..6fb75a5dd 100644 --- a/src/main/java/jp/sf/fess/helper/AdRoleHelper.java +++ b/src/main/java/jp/sf/fess/helper/AdRoleHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/CrawlingConfigHelper.java b/src/main/java/jp/sf/fess/helper/CrawlingConfigHelper.java index d8572abab..e40adeab4 100644 --- a/src/main/java/jp/sf/fess/helper/CrawlingConfigHelper.java +++ b/src/main/java/jp/sf/fess/helper/CrawlingConfigHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -100,20 +100,20 @@ public class CrawlingConfigHelper implements Serializable { return null; } switch (configType) { - case WEB: - final WebCrawlingConfigService webCrawlingConfigService = SingletonS2Container - .getComponent(WebCrawlingConfigService.class); - return webCrawlingConfigService.getWebCrawlingConfig(id); - case FILE: - final FileCrawlingConfigService fileCrawlingConfigService = SingletonS2Container - .getComponent(FileCrawlingConfigService.class); - return fileCrawlingConfigService.getFileCrawlingConfig(id); - case DATA: - final DataCrawlingConfigService dataCrawlingConfigService = SingletonS2Container - .getComponent(DataCrawlingConfigService.class); - return dataCrawlingConfigService.getDataCrawlingConfig(id); - default: - return null; + case WEB: + final WebCrawlingConfigService webCrawlingConfigService = SingletonS2Container + .getComponent(WebCrawlingConfigService.class); + return webCrawlingConfigService.getWebCrawlingConfig(id); + case FILE: + final FileCrawlingConfigService fileCrawlingConfigService = SingletonS2Container + .getComponent(FileCrawlingConfigService.class); + return fileCrawlingConfigService.getFileCrawlingConfig(id); + case DATA: + final DataCrawlingConfigService dataCrawlingConfigService = SingletonS2Container + .getComponent(DataCrawlingConfigService.class); + return dataCrawlingConfigService.getDataCrawlingConfig(id); + default: + return null; } } @@ -240,33 +240,34 @@ public class CrawlingConfigHelper implements Serializable { } switch (userAgentType) { - case IE: - response.setHeader( - "Content-Disposition", - "attachment; filename=\"" - + URLEncoder.encode(name, Constants.UTF_8) - + "\""); - break; - case OPERA: - response.setHeader( - "Content-Disposition", - "attachment; filename*=utf-8'ja'" - + URLEncoder.encode(name, Constants.UTF_8)); - break; - case SAFARI: - response.setHeader("Content-Disposition", - "attachment; filename=\"" + name + "\""); - break; - case CHROME: - case FIREFOX: - case OTHER: - default: - response.setHeader( - "Content-Disposition", - "attachment; filename=\"=?utf-8?B?" - + Base64Util.encode(name - .getBytes(Constants.UTF_8)) + "?=\""); - break; + case IE: + response.setHeader( + "Content-Disposition", + "attachment; filename=\"" + + URLEncoder.encode(name, Constants.UTF_8) + + "\""); + break; + case OPERA: + response.setHeader( + "Content-Disposition", + "attachment; filename*=utf-8'ja'" + + URLEncoder.encode(name, Constants.UTF_8)); + break; + case SAFARI: + response.setHeader("Content-Disposition", + "attachment; filename=\"" + name + "\""); + break; + case CHROME: + case FIREFOX: + case OTHER: + default: + response.setHeader( + "Content-Disposition", + "attachment; filename=\"=?utf-8?B?" + + Base64Util.encode(name + .getBytes(Constants.UTF_8)) + + "?=\""); + break; } } catch (final Exception e) { logger.warn("Failed to write a filename: " + responseData, e); diff --git a/src/main/java/jp/sf/fess/helper/CrawlingSessionHelper.java b/src/main/java/jp/sf/fess/helper/CrawlingSessionHelper.java index 6a8b0f2c5..0ce2de012 100644 --- a/src/main/java/jp/sf/fess/helper/CrawlingSessionHelper.java +++ b/src/main/java/jp/sf/fess/helper/CrawlingSessionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/DataIndexHelper.java b/src/main/java/jp/sf/fess/helper/DataIndexHelper.java index fa094d287..524488cf1 100644 --- a/src/main/java/jp/sf/fess/helper/DataIndexHelper.java +++ b/src/main/java/jp/sf/fess/helper/DataIndexHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/DatabaseHelper.java b/src/main/java/jp/sf/fess/helper/DatabaseHelper.java index 83fe9a1a4..d4d43914e 100644 --- a/src/main/java/jp/sf/fess/helper/DatabaseHelper.java +++ b/src/main/java/jp/sf/fess/helper/DatabaseHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/DocumentHelper.java b/src/main/java/jp/sf/fess/helper/DocumentHelper.java index fcdbfe466..79a4cb4d6 100644 --- a/src/main/java/jp/sf/fess/helper/DocumentHelper.java +++ b/src/main/java/jp/sf/fess/helper/DocumentHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/FieldHelper.java b/src/main/java/jp/sf/fess/helper/FieldHelper.java index 0d77bcedb..d7f6a134a 100644 --- a/src/main/java/jp/sf/fess/helper/FieldHelper.java +++ b/src/main/java/jp/sf/fess/helper/FieldHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2009-2015 the CodeLibs Project and the Others. + * + * 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 jp.sf.fess.helper; public class FieldHelper { diff --git a/src/main/java/jp/sf/fess/helper/FileTypeHelper.java b/src/main/java/jp/sf/fess/helper/FileTypeHelper.java index 7f1b49796..656e7afbb 100644 --- a/src/main/java/jp/sf/fess/helper/FileTypeHelper.java +++ b/src/main/java/jp/sf/fess/helper/FileTypeHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/HotSearchWordHelper.java b/src/main/java/jp/sf/fess/helper/HotSearchWordHelper.java index 803734712..acd0bb1f1 100644 --- a/src/main/java/jp/sf/fess/helper/HotSearchWordHelper.java +++ b/src/main/java/jp/sf/fess/helper/HotSearchWordHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/IndexingHelper.java b/src/main/java/jp/sf/fess/helper/IndexingHelper.java index 8deed0bf5..c867cfb72 100644 --- a/src/main/java/jp/sf/fess/helper/IndexingHelper.java +++ b/src/main/java/jp/sf/fess/helper/IndexingHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/IntervalControlHelper.java b/src/main/java/jp/sf/fess/helper/IntervalControlHelper.java index e7f1130bb..364183559 100644 --- a/src/main/java/jp/sf/fess/helper/IntervalControlHelper.java +++ b/src/main/java/jp/sf/fess/helper/IntervalControlHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/JobHelper.java b/src/main/java/jp/sf/fess/helper/JobHelper.java index fc7d33d5c..bfa8826ed 100644 --- a/src/main/java/jp/sf/fess/helper/JobHelper.java +++ b/src/main/java/jp/sf/fess/helper/JobHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/KeyMatchHelper.java b/src/main/java/jp/sf/fess/helper/KeyMatchHelper.java index ff5f0225c..905c6f913 100644 --- a/src/main/java/jp/sf/fess/helper/KeyMatchHelper.java +++ b/src/main/java/jp/sf/fess/helper/KeyMatchHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/LabelTypeHelper.java b/src/main/java/jp/sf/fess/helper/LabelTypeHelper.java index 6d0136206..baf850de5 100644 --- a/src/main/java/jp/sf/fess/helper/LabelTypeHelper.java +++ b/src/main/java/jp/sf/fess/helper/LabelTypeHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/MailHelper.java b/src/main/java/jp/sf/fess/helper/MailHelper.java index 3f98851c2..85a4941c0 100644 --- a/src/main/java/jp/sf/fess/helper/MailHelper.java +++ b/src/main/java/jp/sf/fess/helper/MailHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/OpenSearchHelper.java b/src/main/java/jp/sf/fess/helper/OpenSearchHelper.java index 892d6f7d1..5ddad8a49 100644 --- a/src/main/java/jp/sf/fess/helper/OpenSearchHelper.java +++ b/src/main/java/jp/sf/fess/helper/OpenSearchHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/OverlappingHostHelper.java b/src/main/java/jp/sf/fess/helper/OverlappingHostHelper.java index f10e20916..5718cb5a4 100644 --- a/src/main/java/jp/sf/fess/helper/OverlappingHostHelper.java +++ b/src/main/java/jp/sf/fess/helper/OverlappingHostHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/PathMappingHelper.java b/src/main/java/jp/sf/fess/helper/PathMappingHelper.java index d21310494..203418a2d 100644 --- a/src/main/java/jp/sf/fess/helper/PathMappingHelper.java +++ b/src/main/java/jp/sf/fess/helper/PathMappingHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/QueryHelper.java b/src/main/java/jp/sf/fess/helper/QueryHelper.java index 8345d7aa5..f0644f15b 100644 --- a/src/main/java/jp/sf/fess/helper/QueryHelper.java +++ b/src/main/java/jp/sf/fess/helper/QueryHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -162,6 +162,8 @@ public class QueryHelper implements Serializable { protected Map<String, String[]> additionalQueryParamMap = new HashMap<String, String[]>(); + protected Map<String, String> fieldBoostMap = new HashMap<String, String>(); + @InitMethod public void init() { if (responseFields == null) { @@ -449,6 +451,8 @@ public class QueryHelper implements Serializable { queryOperandCount++; fieldLogWord = targetWord; } + appendFieldBoostValue(queryBuf, field, targetWord); + nonPrefix = true; operator = defaultOperator; if (highlightFieldSet.contains(field)) { @@ -719,69 +723,69 @@ public class QueryHelper implements Serializable { buf.append('\\'); } switch (c) { - case '(': - buf.append(c); - if (!quoted && squareBracket == 0 && curlyBracket == 0) { - parenthesis++; - } - break; - case ')': - buf.append(c); - if (!quoted && squareBracket == 0 && curlyBracket == 0) { - parenthesis--; - } - break; - case '[': - buf.append(c); - if (!quoted && parenthesis == 0 && curlyBracket == 0) { - squareBracket++; - } - break; - case ']': - buf.append(c); - if (!quoted && parenthesis == 0 && curlyBracket == 0) { - squareBracket--; - } - break; - case '{': - buf.append(c); - if (!quoted && parenthesis == 0 && squareBracket == 0) { - curlyBracket++; - } - break; - case '}': - buf.append(c); - if (!quoted && parenthesis == 0 && squareBracket == 0) { - curlyBracket--; - } - break; - case '"': - if (parenthesis == 0 && curlyBracket == 0 - && squareBracket == 0) { - quoted ^= true; - } else { + case '(': buf.append(c); - } - break; - case '\\': - break; - case ' ': - case '\u3000': - if (quoted || curlyBracket > 0 || squareBracket > 0 - || parenthesis > 0) { + if (!quoted && squareBracket == 0 && curlyBracket == 0) { + parenthesis++; + } + break; + case ')': buf.append(c); - } else { - if (buf.length() > 0) { - addQueryPart(buf.toString(), valueList, - sortFieldMap, highLightQueryList, - fieldLogMap); + if (!quoted && squareBracket == 0 && curlyBracket == 0) { + parenthesis--; } - buf = new StringBuilder(); - } - break; - default: - buf.append(c); - break; + break; + case '[': + buf.append(c); + if (!quoted && parenthesis == 0 && curlyBracket == 0) { + squareBracket++; + } + break; + case ']': + buf.append(c); + if (!quoted && parenthesis == 0 && curlyBracket == 0) { + squareBracket--; + } + break; + case '{': + buf.append(c); + if (!quoted && parenthesis == 0 && squareBracket == 0) { + curlyBracket++; + } + break; + case '}': + buf.append(c); + if (!quoted && parenthesis == 0 && squareBracket == 0) { + curlyBracket--; + } + break; + case '"': + if (parenthesis == 0 && curlyBracket == 0 + && squareBracket == 0) { + quoted ^= true; + } else { + buf.append(c); + } + break; + case '\\': + break; + case ' ': + case '\u3000': + if (quoted || curlyBracket > 0 || squareBracket > 0 + || parenthesis > 0) { + buf.append(c); + } else { + if (buf.length() > 0) { + addQueryPart(buf.toString(), valueList, + sortFieldMap, highLightQueryList, + fieldLogMap); + } + buf = new StringBuilder(); + } + break; + default: + buf.append(c); + break; } } oldChar = c; @@ -982,15 +986,18 @@ public class QueryHelper implements Serializable { buf.append('('); buf.append(fieldHelper.titleField).append(':'); appendQueryValue(buf, value, useBigram); + appendFieldBoostValue(buf, fieldHelper.titleField, value); buf.append(_OR_); buf.append(fieldHelper.contentField).append(':'); appendQueryValue(buf, value, useBigram); + appendFieldBoostValue(buf, fieldHelper.contentField, value); if (StringUtil.isNotBlank(queryLanguage)) { + final String languageField = "content_" + queryLanguage; buf.append(_OR_); - buf.append("content_"); - buf.append(queryLanguage); + buf.append(languageField); buf.append(':'); appendQueryValue(buf, value, false); + appendFieldBoostValue(buf, languageField, value); } buf.append(')'); } @@ -1536,6 +1543,15 @@ public class QueryHelper implements Serializable { additionalQueryParamMap.put(key, values); } + public void addFieldBoost(final String field, final String value) { + try { + Float.parseFloat(value); + } catch (final NumberFormatException e) { + throw new IllegalArgumentException(value + " was not number.", e); + } + fieldBoostMap.put(field, value); + } + protected String getDefaultOperator() { final HttpServletRequest request = RequestUtil.getRequest(); if (request != null) { @@ -1550,6 +1566,14 @@ public class QueryHelper implements Serializable { return DEFAULT_OPERATOR; } + protected void appendFieldBoostValue(final StringBuilder buf, + final String field, final String value) { + if (fieldBoostMap.containsKey(field) && value.indexOf('^') == -1 + && value.indexOf('~') == -1) { + buf.append('^').append(fieldBoostMap.get(field)); + } + } + public static class QueryPart { protected String value; diff --git a/src/main/java/jp/sf/fess/helper/RobotLogHelper.java b/src/main/java/jp/sf/fess/helper/RobotLogHelper.java index 6f29387db..f1c358f42 100644 --- a/src/main/java/jp/sf/fess/helper/RobotLogHelper.java +++ b/src/main/java/jp/sf/fess/helper/RobotLogHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,39 +37,39 @@ public class RobotLogHelper extends LogHelperImpl { public void log(final LogType key, final Object... objs) { try { switch (key) { - case CRAWLING_ACCESS_EXCEPTION: { - final S2RobotContext robotContext = (S2RobotContext) objs[0]; - final UrlQueue urlQueue = (UrlQueue) objs[1]; - Throwable e = (Throwable) objs[2]; - if (e instanceof RobotMultipleCrawlAccessException) { - final Throwable[] causes = ((RobotMultipleCrawlAccessException) e) - .getCauses(); - if (causes.length > 0) { - e = causes[causes.length - 1]; + case CRAWLING_ACCESS_EXCEPTION: { + final S2RobotContext robotContext = (S2RobotContext) objs[0]; + final UrlQueue urlQueue = (UrlQueue) objs[1]; + Throwable e = (Throwable) objs[2]; + if (e instanceof RobotMultipleCrawlAccessException) { + final Throwable[] causes = ((RobotMultipleCrawlAccessException) e) + .getCauses(); + if (causes.length > 0) { + e = causes[causes.length - 1]; + } } - } - String errorName; - final Throwable cause = e.getCause(); - if (cause != null) { - errorName = cause.getClass().getCanonicalName(); - } else { - errorName = e.getClass().getCanonicalName(); + String errorName; + final Throwable cause = e.getCause(); + if (cause != null) { + errorName = cause.getClass().getCanonicalName(); + } else { + errorName = e.getClass().getCanonicalName(); + } + storeFailureUrl(robotContext, urlQueue, errorName, e); + break; } - storeFailureUrl(robotContext, urlQueue, errorName, e); - break; - } - case CRAWLING_EXCETPION: { - final S2RobotContext robotContext = (S2RobotContext) objs[0]; - final UrlQueue urlQueue = (UrlQueue) objs[1]; - final Throwable e = (Throwable) objs[2]; + case CRAWLING_EXCETPION: { + final S2RobotContext robotContext = (S2RobotContext) objs[0]; + final UrlQueue urlQueue = (UrlQueue) objs[1]; + final Throwable e = (Throwable) objs[2]; - storeFailureUrl(robotContext, urlQueue, e.getClass() - .getCanonicalName(), e); - break; - } - default: - break; + storeFailureUrl(robotContext, urlQueue, e.getClass() + .getCanonicalName(), e); + break; + } + default: + break; } } catch (final Exception e) { logger.warn("Failed to store a failure url.", e); diff --git a/src/main/java/jp/sf/fess/helper/RoleQueryHelper.java b/src/main/java/jp/sf/fess/helper/RoleQueryHelper.java index 2890afd67..32fe64349 100644 --- a/src/main/java/jp/sf/fess/helper/RoleQueryHelper.java +++ b/src/main/java/jp/sf/fess/helper/RoleQueryHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/SambaHelper.java b/src/main/java/jp/sf/fess/helper/SambaHelper.java index 58c36ba98..accdeff8e 100644 --- a/src/main/java/jp/sf/fess/helper/SambaHelper.java +++ b/src/main/java/jp/sf/fess/helper/SambaHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/SearchLogHelper.java b/src/main/java/jp/sf/fess/helper/SearchLogHelper.java index 21c1d8397..f4e98a528 100644 --- a/src/main/java/jp/sf/fess/helper/SearchLogHelper.java +++ b/src/main/java/jp/sf/fess/helper/SearchLogHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/SuggestHelper.java b/src/main/java/jp/sf/fess/helper/SuggestHelper.java index 0c20c31fb..9b01dfc79 100644 --- a/src/main/java/jp/sf/fess/helper/SuggestHelper.java +++ b/src/main/java/jp/sf/fess/helper/SuggestHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/SystemHelper.java b/src/main/java/jp/sf/fess/helper/SystemHelper.java index cb2812c8e..06ea6ec56 100644 --- a/src/main/java/jp/sf/fess/helper/SystemHelper.java +++ b/src/main/java/jp/sf/fess/helper/SystemHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/UserAgentHelper.java b/src/main/java/jp/sf/fess/helper/UserAgentHelper.java index c5a993118..ded71edbe 100644 --- a/src/main/java/jp/sf/fess/helper/UserAgentHelper.java +++ b/src/main/java/jp/sf/fess/helper/UserAgentHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/UserInfoHelper.java b/src/main/java/jp/sf/fess/helper/UserInfoHelper.java index 82db23fb8..9bf9d66f6 100644 --- a/src/main/java/jp/sf/fess/helper/UserInfoHelper.java +++ b/src/main/java/jp/sf/fess/helper/UserInfoHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/ViewHelper.java b/src/main/java/jp/sf/fess/helper/ViewHelper.java index 96afcd0ec..e0018464a 100644 --- a/src/main/java/jp/sf/fess/helper/ViewHelper.java +++ b/src/main/java/jp/sf/fess/helper/ViewHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -232,68 +232,70 @@ public class ViewHelper implements Serializable { final UserAgentType ua = userAgentHelper.getUserAgentType(); switch (ua) { - case IE: - if (isLocalFile) { - url = url.replaceFirst("file:/+", - crawlerProperties.getProperty( - "file.protocol.winlocal.ie", "file://")); - } else { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.ie", "file://")); - } - break; - case FIREFOX: - if (isLocalFile) { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.winlocal.firefox", - "file://")); - } else { - url = url - .replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.firefox", - "file://///")); - } - break; - case CHROME: - if (isLocalFile) { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.winlocal.chrome", - "file://")); - } else { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.chrome", "file://")); - } - break; - case SAFARI: - if (isLocalFile) { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.winlocal.safari", - "file://")); - } else { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.safari", "file:////")); - } - break; - case OPERA: - if (isLocalFile) { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.winlocal.opera", - "file://")); - } else { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.opera", "file://")); - } - break; - default: - if (isLocalFile) { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.winlocal.other", - "file://")); - } else { - url = url.replaceFirst("file:/+", crawlerProperties - .getProperty("file.protocol.other", "file://")); - } - break; + case IE: + if (isLocalFile) { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.winlocal.ie", + "file://")); + } else { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.ie", "file://")); + } + break; + case FIREFOX: + if (isLocalFile) { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.winlocal.firefox", + "file://")); + } else { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.firefox", + "file://///")); + } + break; + case CHROME: + if (isLocalFile) { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.winlocal.chrome", + "file://")); + } else { + url = url + .replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.chrome", + "file://")); + } + break; + case SAFARI: + if (isLocalFile) { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.winlocal.safari", + "file://")); + } else { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.safari", + "file:////")); + } + break; + case OPERA: + if (isLocalFile) { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.winlocal.opera", + "file://")); + } else { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.opera", "file://")); + } + break; + default: + if (isLocalFile) { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.winlocal.other", + "file://")); + } else { + url = url.replaceFirst("file:/+", crawlerProperties + .getProperty("file.protocol.other", "file://")); + } + break; } if (encodeUrlLink) { diff --git a/src/main/java/jp/sf/fess/helper/WebFsIndexHelper.java b/src/main/java/jp/sf/fess/helper/WebFsIndexHelper.java index 7383783f5..04ee72ea2 100644 --- a/src/main/java/jp/sf/fess/helper/WebFsIndexHelper.java +++ b/src/main/java/jp/sf/fess/helper/WebFsIndexHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/WebManagementHelper.java b/src/main/java/jp/sf/fess/helper/WebManagementHelper.java index 4b6c73688..7d73f2a49 100644 --- a/src/main/java/jp/sf/fess/helper/WebManagementHelper.java +++ b/src/main/java/jp/sf/fess/helper/WebManagementHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/CookieUserInfoHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/CookieUserInfoHelperImpl.java index 781a83880..d88e9c79b 100644 --- a/src/main/java/jp/sf/fess/helper/impl/CookieUserInfoHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/CookieUserInfoHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/DatabaseHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/DatabaseHelperImpl.java index 3945ab45a..0253a2938 100644 --- a/src/main/java/jp/sf/fess/helper/impl/DatabaseHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/DatabaseHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/EmptyDatabaseHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/EmptyDatabaseHelperImpl.java index 7d12e61a2..6ab33234e 100644 --- a/src/main/java/jp/sf/fess/helper/impl/EmptyDatabaseHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/EmptyDatabaseHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/EmptyManagementHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/EmptyManagementHelperImpl.java index 7a0375951..370bbf724 100644 --- a/src/main/java/jp/sf/fess/helper/impl/EmptyManagementHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/EmptyManagementHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/H2DatabaseHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/H2DatabaseHelperImpl.java index 83aa90cfe..c1dc6537c 100644 --- a/src/main/java/jp/sf/fess/helper/impl/H2DatabaseHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/H2DatabaseHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/RoleQueryHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/RoleQueryHelperImpl.java index 93e65ecc2..b91b42b3b 100644 --- a/src/main/java/jp/sf/fess/helper/impl/RoleQueryHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/RoleQueryHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/SearchLogHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/SearchLogHelperImpl.java index 370b6f313..60b33aa17 100644 --- a/src/main/java/jp/sf/fess/helper/impl/SearchLogHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/SearchLogHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/helper/impl/TomcatManagementHelperImpl.java b/src/main/java/jp/sf/fess/helper/impl/TomcatManagementHelperImpl.java index 6131b6a0d..83b19db93 100644 --- a/src/main/java/jp/sf/fess/helper/impl/TomcatManagementHelperImpl.java +++ b/src/main/java/jp/sf/fess/helper/impl/TomcatManagementHelperImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/interceptor/FessActionMessagesThrowsInterceptor.java b/src/main/java/jp/sf/fess/interceptor/FessActionMessagesThrowsInterceptor.java index a73c24550..744db721b 100644 --- a/src/main/java/jp/sf/fess/interceptor/FessActionMessagesThrowsInterceptor.java +++ b/src/main/java/jp/sf/fess/interceptor/FessActionMessagesThrowsInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/interval/FessIntervalController.java b/src/main/java/jp/sf/fess/interval/FessIntervalController.java index 70df432b2..adf99f40b 100644 --- a/src/main/java/jp/sf/fess/interval/FessIntervalController.java +++ b/src/main/java/jp/sf/fess/interval/FessIntervalController.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/AggregateLogJob.java b/src/main/java/jp/sf/fess/job/AggregateLogJob.java index 430ef541e..a19e53c93 100644 --- a/src/main/java/jp/sf/fess/job/AggregateLogJob.java +++ b/src/main/java/jp/sf/fess/job/AggregateLogJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/CrawlJob.java b/src/main/java/jp/sf/fess/job/CrawlJob.java index 0e7d4f6c1..8dac2670d 100644 --- a/src/main/java/jp/sf/fess/job/CrawlJob.java +++ b/src/main/java/jp/sf/fess/job/CrawlJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,6 +50,8 @@ public class CrawlJob { protected String sessionId; + protected String namespace = Constants.CRAWLING_SESSION_SYSTEM_NAME; + protected String[] webConfigIds; protected String[] fileConfigIds; @@ -76,6 +78,11 @@ public class CrawlJob { return this; } + public CrawlJob namespace(final String namespace) { + this.namespace = namespace; + return this; + } + public CrawlJob operation(final String operation) { this.operation = operation; return this; @@ -280,7 +287,7 @@ public class CrawlJob { crawlerCmdList.add("--sessionId"); crawlerCmdList.add(sessionId); crawlerCmdList.add("--name"); - crawlerCmdList.add(Constants.CRAWLING_SESSION_SYSTEM_NAME); + crawlerCmdList.add(namespace); if (webConfigIds != null && webConfigIds.length > 0) { crawlerCmdList.add("-w"); diff --git a/src/main/java/jp/sf/fess/job/DailyJob.java b/src/main/java/jp/sf/fess/job/DailyJob.java index 2d67b0057..5d3efdacf 100644 --- a/src/main/java/jp/sf/fess/job/DailyJob.java +++ b/src/main/java/jp/sf/fess/job/DailyJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/HourlyJob.java b/src/main/java/jp/sf/fess/job/HourlyJob.java index 4ce5a1c03..56f3cf78f 100644 --- a/src/main/java/jp/sf/fess/job/HourlyJob.java +++ b/src/main/java/jp/sf/fess/job/HourlyJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/JobExecutor.java b/src/main/java/jp/sf/fess/job/JobExecutor.java index a68587fa1..77a177611 100644 --- a/src/main/java/jp/sf/fess/job/JobExecutor.java +++ b/src/main/java/jp/sf/fess/job/JobExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/JobScheduler.java b/src/main/java/jp/sf/fess/job/JobScheduler.java index ab18952cf..2eed50b77 100644 --- a/src/main/java/jp/sf/fess/job/JobScheduler.java +++ b/src/main/java/jp/sf/fess/job/JobScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/MinutelyJob.java b/src/main/java/jp/sf/fess/job/MinutelyJob.java index 00fa2f01e..cefce7e84 100644 --- a/src/main/java/jp/sf/fess/job/MinutelyJob.java +++ b/src/main/java/jp/sf/fess/job/MinutelyJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/PurgeLogJob.java b/src/main/java/jp/sf/fess/job/PurgeLogJob.java index 61c9819fd..602183d1f 100644 --- a/src/main/java/jp/sf/fess/job/PurgeLogJob.java +++ b/src/main/java/jp/sf/fess/job/PurgeLogJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/ScheduledJobException.java b/src/main/java/jp/sf/fess/job/ScheduledJobException.java index 601ec40e3..780e68d92 100644 --- a/src/main/java/jp/sf/fess/job/ScheduledJobException.java +++ b/src/main/java/jp/sf/fess/job/ScheduledJobException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/TriggeredJob.java b/src/main/java/jp/sf/fess/job/TriggeredJob.java index 369b46c2f..3fd738be2 100644 --- a/src/main/java/jp/sf/fess/job/TriggeredJob.java +++ b/src/main/java/jp/sf/fess/job/TriggeredJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/UpdateHotWordJob.java b/src/main/java/jp/sf/fess/job/UpdateHotWordJob.java index 9ca08f97c..05d6a04fd 100644 --- a/src/main/java/jp/sf/fess/job/UpdateHotWordJob.java +++ b/src/main/java/jp/sf/fess/job/UpdateHotWordJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/UpdateStatsJob.java b/src/main/java/jp/sf/fess/job/UpdateStatsJob.java index 5da6a9f2f..21f5cc1de 100644 --- a/src/main/java/jp/sf/fess/job/UpdateStatsJob.java +++ b/src/main/java/jp/sf/fess/job/UpdateStatsJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/job/impl/GroovyExecutor.java b/src/main/java/jp/sf/fess/job/impl/GroovyExecutor.java index d72263900..87059ab75 100644 --- a/src/main/java/jp/sf/fess/job/impl/GroovyExecutor.java +++ b/src/main/java/jp/sf/fess/job/impl/GroovyExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/BoostDocumentRulePager.java b/src/main/java/jp/sf/fess/pager/BoostDocumentRulePager.java index ebfe15cc7..01464fa39 100644 --- a/src/main/java/jp/sf/fess/pager/BoostDocumentRulePager.java +++ b/src/main/java/jp/sf/fess/pager/BoostDocumentRulePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/CrawlingSessionPager.java b/src/main/java/jp/sf/fess/pager/CrawlingSessionPager.java index 4896276fa..38b425f6d 100644 --- a/src/main/java/jp/sf/fess/pager/CrawlingSessionPager.java +++ b/src/main/java/jp/sf/fess/pager/CrawlingSessionPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/DataCrawlingConfigPager.java b/src/main/java/jp/sf/fess/pager/DataCrawlingConfigPager.java index d4889332b..c9a830ef5 100644 --- a/src/main/java/jp/sf/fess/pager/DataCrawlingConfigPager.java +++ b/src/main/java/jp/sf/fess/pager/DataCrawlingConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/FailureUrlPager.java b/src/main/java/jp/sf/fess/pager/FailureUrlPager.java index 1a57d45c2..e820a8fa9 100644 --- a/src/main/java/jp/sf/fess/pager/FailureUrlPager.java +++ b/src/main/java/jp/sf/fess/pager/FailureUrlPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/FavoriteLogPager.java b/src/main/java/jp/sf/fess/pager/FavoriteLogPager.java index f57560e49..03a3422f3 100644 --- a/src/main/java/jp/sf/fess/pager/FavoriteLogPager.java +++ b/src/main/java/jp/sf/fess/pager/FavoriteLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/FileAuthenticationPager.java b/src/main/java/jp/sf/fess/pager/FileAuthenticationPager.java index 5573703e5..a14c904e6 100644 --- a/src/main/java/jp/sf/fess/pager/FileAuthenticationPager.java +++ b/src/main/java/jp/sf/fess/pager/FileAuthenticationPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/FileCrawlingConfigPager.java b/src/main/java/jp/sf/fess/pager/FileCrawlingConfigPager.java index fd329dfba..6e7a842ef 100644 --- a/src/main/java/jp/sf/fess/pager/FileCrawlingConfigPager.java +++ b/src/main/java/jp/sf/fess/pager/FileCrawlingConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/JobLogPager.java b/src/main/java/jp/sf/fess/pager/JobLogPager.java index 661fc28a3..63ca1b949 100644 --- a/src/main/java/jp/sf/fess/pager/JobLogPager.java +++ b/src/main/java/jp/sf/fess/pager/JobLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/KeyMatchPager.java b/src/main/java/jp/sf/fess/pager/KeyMatchPager.java index b39054caa..f56dab89f 100644 --- a/src/main/java/jp/sf/fess/pager/KeyMatchPager.java +++ b/src/main/java/jp/sf/fess/pager/KeyMatchPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/LabelTypePager.java b/src/main/java/jp/sf/fess/pager/LabelTypePager.java index 0142f2bd8..0257a4f7e 100644 --- a/src/main/java/jp/sf/fess/pager/LabelTypePager.java +++ b/src/main/java/jp/sf/fess/pager/LabelTypePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/OverlappingHostPager.java b/src/main/java/jp/sf/fess/pager/OverlappingHostPager.java index 39f61da56..5bc617ec9 100644 --- a/src/main/java/jp/sf/fess/pager/OverlappingHostPager.java +++ b/src/main/java/jp/sf/fess/pager/OverlappingHostPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/PathMappingPager.java b/src/main/java/jp/sf/fess/pager/PathMappingPager.java index ac2b3400c..57a0b947a 100644 --- a/src/main/java/jp/sf/fess/pager/PathMappingPager.java +++ b/src/main/java/jp/sf/fess/pager/PathMappingPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/RequestHeaderPager.java b/src/main/java/jp/sf/fess/pager/RequestHeaderPager.java index 417f2d483..4d568d295 100644 --- a/src/main/java/jp/sf/fess/pager/RequestHeaderPager.java +++ b/src/main/java/jp/sf/fess/pager/RequestHeaderPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/RoleTypePager.java b/src/main/java/jp/sf/fess/pager/RoleTypePager.java index f83c9c927..10a6fa89c 100644 --- a/src/main/java/jp/sf/fess/pager/RoleTypePager.java +++ b/src/main/java/jp/sf/fess/pager/RoleTypePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/ScheduledJobPager.java b/src/main/java/jp/sf/fess/pager/ScheduledJobPager.java index 034b10d3d..1afb2ed71 100644 --- a/src/main/java/jp/sf/fess/pager/ScheduledJobPager.java +++ b/src/main/java/jp/sf/fess/pager/ScheduledJobPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/SearchLogPager.java b/src/main/java/jp/sf/fess/pager/SearchLogPager.java index 2867a0f55..accb09b79 100644 --- a/src/main/java/jp/sf/fess/pager/SearchLogPager.java +++ b/src/main/java/jp/sf/fess/pager/SearchLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/StatsPager.java b/src/main/java/jp/sf/fess/pager/StatsPager.java index 3027c5221..eb35e5f16 100644 --- a/src/main/java/jp/sf/fess/pager/StatsPager.java +++ b/src/main/java/jp/sf/fess/pager/StatsPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/SuggestBadWordPager.java b/src/main/java/jp/sf/fess/pager/SuggestBadWordPager.java index 480401493..f7f64b572 100644 --- a/src/main/java/jp/sf/fess/pager/SuggestBadWordPager.java +++ b/src/main/java/jp/sf/fess/pager/SuggestBadWordPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/SuggestElevateWordPager.java b/src/main/java/jp/sf/fess/pager/SuggestElevateWordPager.java index 45e138530..78b4c0e7f 100644 --- a/src/main/java/jp/sf/fess/pager/SuggestElevateWordPager.java +++ b/src/main/java/jp/sf/fess/pager/SuggestElevateWordPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/SynonymPager.java b/src/main/java/jp/sf/fess/pager/SynonymPager.java index c11c13b2a..7d01febb4 100644 --- a/src/main/java/jp/sf/fess/pager/SynonymPager.java +++ b/src/main/java/jp/sf/fess/pager/SynonymPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/UserDictPager.java b/src/main/java/jp/sf/fess/pager/UserDictPager.java index 91c1fa550..4578c2a99 100644 --- a/src/main/java/jp/sf/fess/pager/UserDictPager.java +++ b/src/main/java/jp/sf/fess/pager/UserDictPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/UserInfoPager.java b/src/main/java/jp/sf/fess/pager/UserInfoPager.java index 494f7781b..8de17aa44 100644 --- a/src/main/java/jp/sf/fess/pager/UserInfoPager.java +++ b/src/main/java/jp/sf/fess/pager/UserInfoPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/WebAuthenticationPager.java b/src/main/java/jp/sf/fess/pager/WebAuthenticationPager.java index 1aebda82c..ad4f0c09b 100644 --- a/src/main/java/jp/sf/fess/pager/WebAuthenticationPager.java +++ b/src/main/java/jp/sf/fess/pager/WebAuthenticationPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/pager/WebCrawlingConfigPager.java b/src/main/java/jp/sf/fess/pager/WebCrawlingConfigPager.java index de264c0f1..d905acd97 100644 --- a/src/main/java/jp/sf/fess/pager/WebCrawlingConfigPager.java +++ b/src/main/java/jp/sf/fess/pager/WebCrawlingConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/robot/FessS2RobotThread.java b/src/main/java/jp/sf/fess/robot/FessS2RobotThread.java index de8a5c2ef..76297a4d7 100644 --- a/src/main/java/jp/sf/fess/robot/FessS2RobotThread.java +++ b/src/main/java/jp/sf/fess/robot/FessS2RobotThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/screenshot/ScreenShotGenerator.java b/src/main/java/jp/sf/fess/screenshot/ScreenShotGenerator.java index a1f482cbb..a03b0825b 100644 --- a/src/main/java/jp/sf/fess/screenshot/ScreenShotGenerator.java +++ b/src/main/java/jp/sf/fess/screenshot/ScreenShotGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/screenshot/ScreenShotManager.java b/src/main/java/jp/sf/fess/screenshot/ScreenShotManager.java index 706ed7212..59b6fd4a4 100644 --- a/src/main/java/jp/sf/fess/screenshot/ScreenShotManager.java +++ b/src/main/java/jp/sf/fess/screenshot/ScreenShotManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/screenshot/impl/BaseScreenShotGenerator.java b/src/main/java/jp/sf/fess/screenshot/impl/BaseScreenShotGenerator.java index c5a6430d6..1d187c562 100644 --- a/src/main/java/jp/sf/fess/screenshot/impl/BaseScreenShotGenerator.java +++ b/src/main/java/jp/sf/fess/screenshot/impl/BaseScreenShotGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/screenshot/impl/CommandGenerator.java b/src/main/java/jp/sf/fess/screenshot/impl/CommandGenerator.java index d3ba7a661..793e24b16 100644 --- a/src/main/java/jp/sf/fess/screenshot/impl/CommandGenerator.java +++ b/src/main/java/jp/sf/fess/screenshot/impl/CommandGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/screenshot/impl/WebDriverGenerator.java b/src/main/java/jp/sf/fess/screenshot/impl/WebDriverGenerator.java index 17cfa1c5f..91aa7e339 100644 --- a/src/main/java/jp/sf/fess/screenshot/impl/WebDriverGenerator.java +++ b/src/main/java/jp/sf/fess/screenshot/impl/WebDriverGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/BoostDocumentRuleService.java b/src/main/java/jp/sf/fess/service/BoostDocumentRuleService.java index 5382ec1a9..47a543170 100644 --- a/src/main/java/jp/sf/fess/service/BoostDocumentRuleService.java +++ b/src/main/java/jp/sf/fess/service/BoostDocumentRuleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/ClickLogService.java b/src/main/java/jp/sf/fess/service/ClickLogService.java index d73ca8a12..fc60b3b56 100644 --- a/src/main/java/jp/sf/fess/service/ClickLogService.java +++ b/src/main/java/jp/sf/fess/service/ClickLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/CrawlingSessionService.java b/src/main/java/jp/sf/fess/service/CrawlingSessionService.java index 004ca488e..577a12bb0 100644 --- a/src/main/java/jp/sf/fess/service/CrawlingSessionService.java +++ b/src/main/java/jp/sf/fess/service/CrawlingSessionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/DataCrawlingConfigService.java b/src/main/java/jp/sf/fess/service/DataCrawlingConfigService.java index 06c675224..c944031f4 100644 --- a/src/main/java/jp/sf/fess/service/DataCrawlingConfigService.java +++ b/src/main/java/jp/sf/fess/service/DataCrawlingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/DatabaseService.java b/src/main/java/jp/sf/fess/service/DatabaseService.java index 19819e3ba..38d8a4c1e 100644 --- a/src/main/java/jp/sf/fess/service/DatabaseService.java +++ b/src/main/java/jp/sf/fess/service/DatabaseService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1156,8 +1156,26 @@ public class DatabaseService { final WebAuthenticationCB cb = new WebAuthenticationCB(); cb.query().setWebCrawlingConfigId_Equal(webConfigId); - final WebAuthentication entity = webAuthenticationBhv - .selectEntity(cb); + cb.query().setDeletedBy_IsNull(); + WebAuthentication entity = null; + final List<WebAuthentication> list = webAuthenticationBhv + .selectList(cb); + for (final WebAuthentication e : list) { + if (StringUtil.equals( + webAuthentication.getAuthRealm(), + e.getAuthRealm()) + && StringUtil.equals( + webAuthentication.getHostname(), + e.getHostname()) + && StringUtil.equals(webAuthentication + .getProtocolScheme(), e + .getProtocolScheme()) + && equalusNumber( + webAuthentication.getPort(), + e.getPort())) { + entity = e; + } + } webAuthentication.setId(null); webAuthentication.setWebCrawlingConfigId(webConfigId); if (entity == null) { @@ -1191,22 +1209,38 @@ public class DatabaseService { for (FileAuthentication fileAuthentication : fileAuthenticationList) { final Long id = fileAuthentication.getId(); - final Long webConfigId = idMap + final Long fileConfigId = idMap .get(FILE_CRAWLING_CONFIG_KEY + ":" + fileAuthentication .getFileCrawlingConfigId()); - if (webConfigId == null) { + if (fileConfigId == null) { // skip continue; } final FileAuthenticationCB cb = new FileAuthenticationCB(); - cb.query().setFileCrawlingConfigId_Equal(webConfigId); - final FileAuthentication entity = fileAuthenticationBhv - .selectEntity(cb); + cb.query().setFileCrawlingConfigId_Equal(fileConfigId); + cb.query().setDeletedBy_IsNull(); + FileAuthentication entity = null; + final List<FileAuthentication> list = fileAuthenticationBhv + .selectList(cb); + for (final FileAuthentication e : list) { + if (StringUtil.equals( + fileAuthentication.getHostname(), + e.getHostname()) + && StringUtil.equals(fileAuthentication + .getProtocolScheme(), e + .getProtocolScheme()) + && equalusNumber( + fileAuthentication.getPort(), + e.getPort())) { + entity = e; + } + } fileAuthentication.setId(null); - fileAuthentication.setFileCrawlingConfigId(webConfigId); + fileAuthentication + .setFileCrawlingConfigId(fileConfigId); if (entity == null) { fileAuthenticationBhv.insert(fileAuthentication); } else { @@ -1253,8 +1287,16 @@ public class DatabaseService { final RequestHeaderCB cb = new RequestHeaderCB(); cb.query().setWebCrawlingConfigId_Equal(webConfigId); - final RequestHeader entity = requestHeaderBhv - .selectEntity(cb); + cb.query().setDeletedBy_IsNull(); + RequestHeader entity = null; + final List<RequestHeader> list = requestHeaderBhv + .selectList(cb); + for (final RequestHeader e : list) { + if (StringUtil.equals(requestHeader.getName(), + e.getName())) { + entity = e; + } + } requestHeader.setId(null); requestHeader.setWebCrawlingConfigId(webConfigId); if (entity == null) { @@ -1290,6 +1332,7 @@ public class DatabaseService { final KeyMatchCB cb = new KeyMatchCB(); cb.query().setTerm_Equal(keyMatch.getTerm()); + cb.query().setDeletedBy_IsNull(); final KeyMatch entity = keyMatchBhv.selectEntity(cb); keyMatch.setId(null); if (entity == null) { @@ -1326,6 +1369,7 @@ public class DatabaseService { final BoostDocumentRuleCB cb = new BoostDocumentRuleCB(); cb.query().setUrlExpr_Equal( boostDocumentRule.getUrlExpr()); + cb.query().setDeletedBy_IsNull(); final BoostDocumentRule entity = boostDocumentRuleBhv .selectEntity(cb); boostDocumentRule.setId(null); @@ -1364,6 +1408,7 @@ public class DatabaseService { final SuggestElevateWordCB cb = new SuggestElevateWordCB(); cb.query().setSuggestWord_Equal( suggestElevateWord.getSuggestWord()); + cb.query().setDeletedBy_IsNull(); final SuggestElevateWord entity = suggestElevateWordBhv .selectEntity(cb); suggestElevateWord.setId(null); @@ -1404,6 +1449,7 @@ public class DatabaseService { final SuggestBadWordCB cb = new SuggestBadWordCB(); cb.query().setSuggestWord_Equal( suggestNGWord.getSuggestWord()); + cb.query().setDeletedBy_IsNull(); final SuggestBadWord entity = suggestBadWordBhv .selectEntity(cb); suggestNGWord.setId(null); @@ -1448,6 +1494,15 @@ public class DatabaseService { } + private boolean equalusNumber(final Integer port1, final Integer port2) { + if (port1 == null) { + return port2 == null; + } else if (port2 == null) { + return false; + } + return port1.intValue() == port2.intValue(); + } + private void rollback(final String key, final Exception e) { logger.warn("Failed to restore data: " + key, e); try { diff --git a/src/main/java/jp/sf/fess/service/FailureUrlService.java b/src/main/java/jp/sf/fess/service/FailureUrlService.java index 1fb3ce803..eeb78ee2f 100644 --- a/src/main/java/jp/sf/fess/service/FailureUrlService.java +++ b/src/main/java/jp/sf/fess/service/FailureUrlService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/FavoriteLogService.java b/src/main/java/jp/sf/fess/service/FavoriteLogService.java index 83c48f944..fe6531518 100644 --- a/src/main/java/jp/sf/fess/service/FavoriteLogService.java +++ b/src/main/java/jp/sf/fess/service/FavoriteLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/FileAuthenticationService.java b/src/main/java/jp/sf/fess/service/FileAuthenticationService.java index 67c080024..93078c602 100644 --- a/src/main/java/jp/sf/fess/service/FileAuthenticationService.java +++ b/src/main/java/jp/sf/fess/service/FileAuthenticationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/FileCrawlingConfigService.java b/src/main/java/jp/sf/fess/service/FileCrawlingConfigService.java index 2b409f0a4..65adaa3a7 100644 --- a/src/main/java/jp/sf/fess/service/FileCrawlingConfigService.java +++ b/src/main/java/jp/sf/fess/service/FileCrawlingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/JobLogService.java b/src/main/java/jp/sf/fess/service/JobLogService.java index 75cc9bbfd..c389976b1 100644 --- a/src/main/java/jp/sf/fess/service/JobLogService.java +++ b/src/main/java/jp/sf/fess/service/JobLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/KeyMatchService.java b/src/main/java/jp/sf/fess/service/KeyMatchService.java index b4e56722e..36959678d 100644 --- a/src/main/java/jp/sf/fess/service/KeyMatchService.java +++ b/src/main/java/jp/sf/fess/service/KeyMatchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/LabelTypeService.java b/src/main/java/jp/sf/fess/service/LabelTypeService.java index 7fab56fa0..b98b54a92 100644 --- a/src/main/java/jp/sf/fess/service/LabelTypeService.java +++ b/src/main/java/jp/sf/fess/service/LabelTypeService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/OverlappingHostService.java b/src/main/java/jp/sf/fess/service/OverlappingHostService.java index a90b5fe0f..5234a73f7 100644 --- a/src/main/java/jp/sf/fess/service/OverlappingHostService.java +++ b/src/main/java/jp/sf/fess/service/OverlappingHostService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/PathMappingService.java b/src/main/java/jp/sf/fess/service/PathMappingService.java index 5c32ecb2d..e771b37b4 100644 --- a/src/main/java/jp/sf/fess/service/PathMappingService.java +++ b/src/main/java/jp/sf/fess/service/PathMappingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/RequestHeaderService.java b/src/main/java/jp/sf/fess/service/RequestHeaderService.java index 934a82fbc..9e810e7c9 100644 --- a/src/main/java/jp/sf/fess/service/RequestHeaderService.java +++ b/src/main/java/jp/sf/fess/service/RequestHeaderService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/RoleTypeService.java b/src/main/java/jp/sf/fess/service/RoleTypeService.java index fef46a81b..ece2cc65d 100644 --- a/src/main/java/jp/sf/fess/service/RoleTypeService.java +++ b/src/main/java/jp/sf/fess/service/RoleTypeService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/ScheduledJobService.java b/src/main/java/jp/sf/fess/service/ScheduledJobService.java index fa571c5a5..35bbe6d3b 100644 --- a/src/main/java/jp/sf/fess/service/ScheduledJobService.java +++ b/src/main/java/jp/sf/fess/service/ScheduledJobService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/SearchFieldLogService.java b/src/main/java/jp/sf/fess/service/SearchFieldLogService.java index f527c69e0..d92c6b2ea 100644 --- a/src/main/java/jp/sf/fess/service/SearchFieldLogService.java +++ b/src/main/java/jp/sf/fess/service/SearchFieldLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/SearchLogService.java b/src/main/java/jp/sf/fess/service/SearchLogService.java index 2d89cd9c8..3f6663b35 100644 --- a/src/main/java/jp/sf/fess/service/SearchLogService.java +++ b/src/main/java/jp/sf/fess/service/SearchLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/SearchService.java b/src/main/java/jp/sf/fess/service/SearchService.java index 2d434301a..397a43cc0 100644 --- a/src/main/java/jp/sf/fess/service/SearchService.java +++ b/src/main/java/jp/sf/fess/service/SearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/StatsService.java b/src/main/java/jp/sf/fess/service/StatsService.java index 763bf0a4a..941435118 100644 --- a/src/main/java/jp/sf/fess/service/StatsService.java +++ b/src/main/java/jp/sf/fess/service/StatsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/SuggestBadWordService.java b/src/main/java/jp/sf/fess/service/SuggestBadWordService.java index 770176011..68ab40813 100644 --- a/src/main/java/jp/sf/fess/service/SuggestBadWordService.java +++ b/src/main/java/jp/sf/fess/service/SuggestBadWordService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/SuggestElevateWordService.java b/src/main/java/jp/sf/fess/service/SuggestElevateWordService.java index 96b0fe642..de6297035 100644 --- a/src/main/java/jp/sf/fess/service/SuggestElevateWordService.java +++ b/src/main/java/jp/sf/fess/service/SuggestElevateWordService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/SynonymService.java b/src/main/java/jp/sf/fess/service/SynonymService.java index 21a170490..9b1b05c79 100644 --- a/src/main/java/jp/sf/fess/service/SynonymService.java +++ b/src/main/java/jp/sf/fess/service/SynonymService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/UserDictService.java b/src/main/java/jp/sf/fess/service/UserDictService.java index bf7b7f929..6b469678e 100644 --- a/src/main/java/jp/sf/fess/service/UserDictService.java +++ b/src/main/java/jp/sf/fess/service/UserDictService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/UserInfoService.java b/src/main/java/jp/sf/fess/service/UserInfoService.java index a19a396de..38f13c662 100644 --- a/src/main/java/jp/sf/fess/service/UserInfoService.java +++ b/src/main/java/jp/sf/fess/service/UserInfoService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/WebAuthenticationService.java b/src/main/java/jp/sf/fess/service/WebAuthenticationService.java index cdcd36d3b..27bd9a1fb 100644 --- a/src/main/java/jp/sf/fess/service/WebAuthenticationService.java +++ b/src/main/java/jp/sf/fess/service/WebAuthenticationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/service/WebCrawlingConfigService.java b/src/main/java/jp/sf/fess/service/WebCrawlingConfigService.java index d3d0d2904..dbeada2fb 100644 --- a/src/main/java/jp/sf/fess/service/WebCrawlingConfigService.java +++ b/src/main/java/jp/sf/fess/service/WebCrawlingConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/servlet/H2ConfigServlet.java b/src/main/java/jp/sf/fess/servlet/H2ConfigServlet.java index 43ffe7487..8d0183762 100644 --- a/src/main/java/jp/sf/fess/servlet/H2ConfigServlet.java +++ b/src/main/java/jp/sf/fess/servlet/H2ConfigServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/servlet/Tomcat6ConfigServlet.java b/src/main/java/jp/sf/fess/servlet/Tomcat6ConfigServlet.java index adbdf181d..d46a8c261 100644 --- a/src/main/java/jp/sf/fess/servlet/Tomcat6ConfigServlet.java +++ b/src/main/java/jp/sf/fess/servlet/Tomcat6ConfigServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/servlet/Tomcat7ConfigServlet.java b/src/main/java/jp/sf/fess/servlet/Tomcat7ConfigServlet.java index 05904c7da..07cd2f626 100644 --- a/src/main/java/jp/sf/fess/servlet/Tomcat7ConfigServlet.java +++ b/src/main/java/jp/sf/fess/servlet/Tomcat7ConfigServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/solr/BoostDocumentRule.java b/src/main/java/jp/sf/fess/solr/BoostDocumentRule.java index 748d346f0..42ab21faf 100644 --- a/src/main/java/jp/sf/fess/solr/BoostDocumentRule.java +++ b/src/main/java/jp/sf/fess/solr/BoostDocumentRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/solr/FessSolrQueryException.java b/src/main/java/jp/sf/fess/solr/FessSolrQueryException.java index ac2bfeda6..85f9d1395 100644 --- a/src/main/java/jp/sf/fess/solr/FessSolrQueryException.java +++ b/src/main/java/jp/sf/fess/solr/FessSolrQueryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/solr/IndexUpdater.java b/src/main/java/jp/sf/fess/solr/IndexUpdater.java index 7f1ee95d2..28c34afe3 100644 --- a/src/main/java/jp/sf/fess/solr/IndexUpdater.java +++ b/src/main/java/jp/sf/fess/solr/IndexUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/solr/policy/FessStatusPolicy.java b/src/main/java/jp/sf/fess/solr/policy/FessStatusPolicy.java index fe58dac83..0a7891aa4 100644 --- a/src/main/java/jp/sf/fess/solr/policy/FessStatusPolicy.java +++ b/src/main/java/jp/sf/fess/solr/policy/FessStatusPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,30 +65,30 @@ public class FessStatusPolicy extends StatusPolicyImpl { } switch (queryType) { - case COMMIT: - case OPTIMIZE: - case ROLLBACK: - if (StringUtil.isNotBlank(indexValue) - && UNFINISHED.equals(indexValue)) { - // index: UNFINISHED -> COMPLETED - dataMap.put("indexBefore", UNFINISHED.toUpperCase()); - dataMap.put("indexAfter", COMPLETED.toUpperCase()); - } - break; - case ADD: - case DELETE: - if (StringUtil.isNotBlank(indexValue) - && UNFINISHED.equals(indexValue)) { - // index: UNFINISHED -> READY - dataMap.put("indexBefore", UNFINISHED.toUpperCase()); - dataMap.put("indexAfter", READY.toUpperCase()); - } - break; - case PING: - case QUERY: - case REQUEST: - default: - break; + case COMMIT: + case OPTIMIZE: + case ROLLBACK: + if (StringUtil.isNotBlank(indexValue) + && UNFINISHED.equals(indexValue)) { + // index: UNFINISHED -> COMPLETED + dataMap.put("indexBefore", UNFINISHED.toUpperCase()); + dataMap.put("indexAfter", COMPLETED.toUpperCase()); + } + break; + case ADD: + case DELETE: + if (StringUtil.isNotBlank(indexValue) + && UNFINISHED.equals(indexValue)) { + // index: UNFINISHED -> READY + dataMap.put("indexBefore", UNFINISHED.toUpperCase()); + dataMap.put("indexAfter", READY.toUpperCase()); + } + break; + case PING: + case QUERY: + case REQUEST: + default: + break; } if (!dataMap.isEmpty()) { @@ -119,24 +119,24 @@ public class FessStatusPolicy extends StatusPolicyImpl { } switch (queryType) { - case COMMIT: - case OPTIMIZE: - case ROLLBACK: - case ADD: - case DELETE: - if (StringUtil.isNotBlank(indexValue) - && !UNFINISHED.equals(indexValue)) { - // index: READY/COMPLETED -> UNFINISHED - dataMap.put("indexBefore", indexValue == null ? "UNKNOWN" - : indexValue.toUpperCase()); - dataMap.put("indexAfter", UNFINISHED.toUpperCase()); - } - break; - case PING: - case QUERY: - case REQUEST: - default: - break; + case COMMIT: + case OPTIMIZE: + case ROLLBACK: + case ADD: + case DELETE: + if (StringUtil.isNotBlank(indexValue) + && !UNFINISHED.equals(indexValue)) { + // index: READY/COMPLETED -> UNFINISHED + dataMap.put("indexBefore", indexValue == null ? "UNKNOWN" + : indexValue.toUpperCase()); + dataMap.put("indexAfter", UNFINISHED.toUpperCase()); + } + break; + case PING: + case QUERY: + case REQUEST: + default: + break; } if (!dataMap.isEmpty()) { diff --git a/src/main/java/jp/sf/fess/struts/action/FessRequestProcessor.java b/src/main/java/jp/sf/fess/struts/action/FessRequestProcessor.java index f7122f6cf..ff874f91c 100644 --- a/src/main/java/jp/sf/fess/struts/action/FessRequestProcessor.java +++ b/src/main/java/jp/sf/fess/struts/action/FessRequestProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/taglib/FessFunctions.java b/src/main/java/jp/sf/fess/taglib/FessFunctions.java index f87f2bfdc..9c32f1423 100644 --- a/src/main/java/jp/sf/fess/taglib/FessFunctions.java +++ b/src/main/java/jp/sf/fess/taglib/FessFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/transformer/AbstractFessFileTransformer.java b/src/main/java/jp/sf/fess/transformer/AbstractFessFileTransformer.java index 214446d98..8a4767b56 100644 --- a/src/main/java/jp/sf/fess/transformer/AbstractFessFileTransformer.java +++ b/src/main/java/jp/sf/fess/transformer/AbstractFessFileTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/transformer/AbstractFessXpathTransformer.java b/src/main/java/jp/sf/fess/transformer/AbstractFessXpathTransformer.java index 8bcdb5b44..597e803ab 100644 --- a/src/main/java/jp/sf/fess/transformer/AbstractFessXpathTransformer.java +++ b/src/main/java/jp/sf/fess/transformer/AbstractFessXpathTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/transformer/FessFileTransformer.java b/src/main/java/jp/sf/fess/transformer/FessFileTransformer.java index e2289bbcb..e8801edfd 100644 --- a/src/main/java/jp/sf/fess/transformer/FessFileTransformer.java +++ b/src/main/java/jp/sf/fess/transformer/FessFileTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/transformer/FessTikaTransformer.java b/src/main/java/jp/sf/fess/transformer/FessTikaTransformer.java index ace5a5b37..f6f52c744 100644 --- a/src/main/java/jp/sf/fess/transformer/FessTikaTransformer.java +++ b/src/main/java/jp/sf/fess/transformer/FessTikaTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/transformer/FessXpathTransformer.java b/src/main/java/jp/sf/fess/transformer/FessXpathTransformer.java index a88f6bdb3..28821e0e0 100644 --- a/src/main/java/jp/sf/fess/transformer/FessXpathTransformer.java +++ b/src/main/java/jp/sf/fess/transformer/FessXpathTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -137,31 +137,32 @@ public class FessXpathTransformer extends AbstractFessXpathTransformer { final XObject xObj = getXPathAPI().eval(document, path); final int type = xObj.getType(); switch (type) { - case XObject.CLASS_BOOLEAN: - final boolean b = xObj.bool(); - putResultDataBody(dataMap, entry.getKey(), - Boolean.toString(b)); - break; - case XObject.CLASS_NUMBER: - final double d = xObj.num(); - putResultDataBody(dataMap, entry.getKey(), - Double.toString(d)); - break; - case XObject.CLASS_STRING: - final String str = xObj.str(); - putResultDataBody(dataMap, entry.getKey(), str); - break; - case XObject.CLASS_NULL: - case XObject.CLASS_UNKNOWN: - case XObject.CLASS_NODESET: - case XObject.CLASS_RTREEFRAG: - case XObject.CLASS_UNRESOLVEDVARIABLE: - default: - final Node value = getXPathAPI().selectSingleNode( - document, entry.getValue()); - putResultDataBody(dataMap, entry.getKey(), - value != null ? value.getTextContent() : null); - break; + case XObject.CLASS_BOOLEAN: + final boolean b = xObj.bool(); + putResultDataBody(dataMap, entry.getKey(), + Boolean.toString(b)); + break; + case XObject.CLASS_NUMBER: + final double d = xObj.num(); + putResultDataBody(dataMap, entry.getKey(), + Double.toString(d)); + break; + case XObject.CLASS_STRING: + final String str = xObj.str(); + putResultDataBody(dataMap, entry.getKey(), str); + break; + case XObject.CLASS_NULL: + case XObject.CLASS_UNKNOWN: + case XObject.CLASS_NODESET: + case XObject.CLASS_RTREEFRAG: + case XObject.CLASS_UNRESOLVEDVARIABLE: + default: + final Node value = getXPathAPI().selectSingleNode( + document, entry.getValue()); + putResultDataBody(dataMap, entry.getKey(), + value != null ? value.getTextContent() + : null); + break; } } catch (final TransformerException e) { logger.warn("Could not parse a value of " + entry.getKey() diff --git a/src/main/java/jp/sf/fess/util/ComponentUtil.java b/src/main/java/jp/sf/fess/util/ComponentUtil.java index acea9eb8f..f466f17d8 100644 --- a/src/main/java/jp/sf/fess/util/ComponentUtil.java +++ b/src/main/java/jp/sf/fess/util/ComponentUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/FacetResponse.java b/src/main/java/jp/sf/fess/util/FacetResponse.java index 894d0ae61..76dfa05c5 100644 --- a/src/main/java/jp/sf/fess/util/FacetResponse.java +++ b/src/main/java/jp/sf/fess/util/FacetResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/FessBeans.java b/src/main/java/jp/sf/fess/util/FessBeans.java index 0e8ff02c9..298d3ad5e 100644 --- a/src/main/java/jp/sf/fess/util/FessBeans.java +++ b/src/main/java/jp/sf/fess/util/FessBeans.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/FessCopy.java b/src/main/java/jp/sf/fess/util/FessCopy.java index a1a1d0d40..6224f9b9d 100644 --- a/src/main/java/jp/sf/fess/util/FessCopy.java +++ b/src/main/java/jp/sf/fess/util/FessCopy.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/InputStreamThread.java b/src/main/java/jp/sf/fess/util/InputStreamThread.java index 5d32a66e4..6608fa0d3 100644 --- a/src/main/java/jp/sf/fess/util/InputStreamThread.java +++ b/src/main/java/jp/sf/fess/util/InputStreamThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/JobProcess.java b/src/main/java/jp/sf/fess/util/JobProcess.java index 988146bd7..b5ae85151 100644 --- a/src/main/java/jp/sf/fess/util/JobProcess.java +++ b/src/main/java/jp/sf/fess/util/JobProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/MoreLikeThisResponse.java b/src/main/java/jp/sf/fess/util/MoreLikeThisResponse.java index 25eec5637..b77d795d3 100644 --- a/src/main/java/jp/sf/fess/util/MoreLikeThisResponse.java +++ b/src/main/java/jp/sf/fess/util/MoreLikeThisResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/ParameterUtil.java b/src/main/java/jp/sf/fess/util/ParameterUtil.java index d9cc5e236..15de1cb28 100644 --- a/src/main/java/jp/sf/fess/util/ParameterUtil.java +++ b/src/main/java/jp/sf/fess/util/ParameterUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/QueryResponseList.java b/src/main/java/jp/sf/fess/util/QueryResponseList.java index 01c861808..524cf648c 100644 --- a/src/main/java/jp/sf/fess/util/QueryResponseList.java +++ b/src/main/java/jp/sf/fess/util/QueryResponseList.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/QueryUtil.java b/src/main/java/jp/sf/fess/util/QueryUtil.java index f301d60ae..70bbfbe91 100644 --- a/src/main/java/jp/sf/fess/util/QueryUtil.java +++ b/src/main/java/jp/sf/fess/util/QueryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/ResourceUtil.java b/src/main/java/jp/sf/fess/util/ResourceUtil.java index 56882d2e1..aa10910a2 100644 --- a/src/main/java/jp/sf/fess/util/ResourceUtil.java +++ b/src/main/java/jp/sf/fess/util/ResourceUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/SearchParamMap.java b/src/main/java/jp/sf/fess/util/SearchParamMap.java index 5906ee481..5eadb0d78 100644 --- a/src/main/java/jp/sf/fess/util/SearchParamMap.java +++ b/src/main/java/jp/sf/fess/util/SearchParamMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/util/WebApiUtil.java b/src/main/java/jp/sf/fess/util/WebApiUtil.java index 591857b75..587186b0c 100644 --- a/src/main/java/jp/sf/fess/util/WebApiUtil.java +++ b/src/main/java/jp/sf/fess/util/WebApiUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/validator/CronExpressionChecks.java b/src/main/java/jp/sf/fess/validator/CronExpressionChecks.java index 7ebacd629..6c0bde17c 100644 --- a/src/main/java/jp/sf/fess/validator/CronExpressionChecks.java +++ b/src/main/java/jp/sf/fess/validator/CronExpressionChecks.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/jp/sf/fess/validator/UriTypeChecks.java b/src/main/java/jp/sf/fess/validator/UriTypeChecks.java index 46bf03803..032995044 100644 --- a/src/main/java/jp/sf/fess/validator/UriTypeChecks.java +++ b/src/main/java/jp/sf/fess/validator/UriTypeChecks.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/resources/app.dicon b/src/main/resources/app.dicon index 79ef8d107..c7f8c4f6e 100644 --- a/src/main/resources/app.dicon +++ b/src/main/resources/app.dicon @@ -75,6 +75,10 @@ <initMethod name="addHighlightField"> <arg>"content"</arg> </initMethod> + <initMethod name="addFieldBoost"> + <arg>"label"</arg> + <arg>"0.0"</arg> + </initMethod> <!-- <property name="additionalGeoQuery">"location_i_i:1"</property> <property name="responseFields">new String[]{ "id", "docId", "score", diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 343af5125..9f112e633 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -345,7 +345,7 @@ labels.header.home=Home labels.header.help=Help # view/common/admin/footer.jsp -labels.footer.copyright=Copyright(C) 2009-2014 CodeLibs Project. <span class="br-phone"></span>All Rights Reserved. +labels.footer.copyright=Copyright(C) 2009-2015 CodeLibs Project. <span class="br-phone"></span>All Rights Reserved. # view/search.jsp labels.search=Search diff --git a/src/main/resources/application_ja.properties b/src/main/resources/application_ja.properties index e4fb0fff4..2c15e4612 100644 --- a/src/main/resources/application_ja.properties +++ b/src/main/resources/application_ja.properties @@ -345,7 +345,7 @@ labels.header.home=\u30db\u30fc\u30e0 labels.header.help=\u30d8\u30eb\u30d7 # view/common/admin/footer.jsp -labels.footer.copyright=Copyright(C) 2009-2014 CodeLibs Project. <span class="br-phone"></span>All Rights Reserved. +labels.footer.copyright=Copyright(C) 2009-2015 CodeLibs Project. <span class="br-phone"></span>All Rights Reserved. # view/search.jsp labels.search=\u691c\u7d22 diff --git a/src/main/webapp/WEB-INF/view/admin/dict/synonym/index.jsp b/src/main/webapp/WEB-INF/view/admin/dict/synonym/index.jsp index 7a9bd4f60..1af4f3085 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/synonym/index.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/synonym/index.jsp @@ -99,7 +99,7 @@ </li> </c:forEach> <c:if test="${synonymPager.existNextPage}"> - <li class="next disabled"><s:link + <li class="next"><s:link href="list/${f:u(dictId)}/${synonymPager.currentPageNumber + 1}"> <bean:message key="labels.dict_link_next_page" /> </s:link></li> diff --git a/src/main/webapp/WEB-INF/view/admin/dict/userDict/index.jsp b/src/main/webapp/WEB-INF/view/admin/dict/userDict/index.jsp index 580d425bd..6969c510f 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/userDict/index.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/userDict/index.jsp @@ -99,7 +99,7 @@ </li> </c:forEach> <c:if test="${userDictPager.existNextPage}"> - <li class="next disabled"><s:link + <li class="next"><s:link href="list/${f:u(dictId)}/${userDictPager.currentPageNumber + 1}"> <bean:message key="labels.dict_link_next_page" /> </s:link></li> diff --git a/src/main/webapp/WEB-INF/view/common/admin/footer.jsp b/src/main/webapp/WEB-INF/view/common/admin/footer.jsp index c1b8d772e..af27eb5a4 100644 --- a/src/main/webapp/WEB-INF/view/common/admin/footer.jsp +++ b/src/main/webapp/WEB-INF/view/common/admin/footer.jsp @@ -2,7 +2,7 @@ <footer class="footer"> <div class="container"> <p class="left"></p> - <p class="right"> + <p class="center"> <bean:message key="labels.footer.copyright" /> </p> <p> </p> diff --git a/src/test/java/jp/sf/fess/FessClass.java b/src/test/java/jp/sf/fess/FessClass.java index d9a05c55a..8d4ee62b8 100644 --- a/src/test/java/jp/sf/fess/FessClass.java +++ b/src/test/java/jp/sf/fess/FessClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/DictionaryManagerTest.java b/src/test/java/jp/sf/fess/dict/DictionaryManagerTest.java index 7ad14a7d5..74566227e 100644 --- a/src/test/java/jp/sf/fess/dict/DictionaryManagerTest.java +++ b/src/test/java/jp/sf/fess/dict/DictionaryManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/synonym/SynonymFileTest.java b/src/test/java/jp/sf/fess/dict/synonym/SynonymFileTest.java index 0ca353b8c..316d6bedb 100644 --- a/src/test/java/jp/sf/fess/dict/synonym/SynonymFileTest.java +++ b/src/test/java/jp/sf/fess/dict/synonym/SynonymFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/synonym/SynonymItemTest.java b/src/test/java/jp/sf/fess/dict/synonym/SynonymItemTest.java index fa930a287..b6224d1c9 100644 --- a/src/test/java/jp/sf/fess/dict/synonym/SynonymItemTest.java +++ b/src/test/java/jp/sf/fess/dict/synonym/SynonymItemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/synonym/SynonymLocatorTest.java b/src/test/java/jp/sf/fess/dict/synonym/SynonymLocatorTest.java index 3fd386b7e..a7fec5b33 100644 --- a/src/test/java/jp/sf/fess/dict/synonym/SynonymLocatorTest.java +++ b/src/test/java/jp/sf/fess/dict/synonym/SynonymLocatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/userdict/UserDictFileTest.java b/src/test/java/jp/sf/fess/dict/userdict/UserDictFileTest.java index 582283be7..fe23a1ed8 100644 --- a/src/test/java/jp/sf/fess/dict/userdict/UserDictFileTest.java +++ b/src/test/java/jp/sf/fess/dict/userdict/UserDictFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/userdict/UserDictItemTest.java b/src/test/java/jp/sf/fess/dict/userdict/UserDictItemTest.java index 6a4ec6839..23e27f488 100644 --- a/src/test/java/jp/sf/fess/dict/userdict/UserDictItemTest.java +++ b/src/test/java/jp/sf/fess/dict/userdict/UserDictItemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/dict/userdict/UserDictLocatorTest.java b/src/test/java/jp/sf/fess/dict/userdict/UserDictLocatorTest.java index ef6939c2a..a30116963 100644 --- a/src/test/java/jp/sf/fess/dict/userdict/UserDictLocatorTest.java +++ b/src/test/java/jp/sf/fess/dict/userdict/UserDictLocatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/ds/impl/DatabaseDataStoreImplTest.java b/src/test/java/jp/sf/fess/ds/impl/DatabaseDataStoreImplTest.java index 38d1a2487..452d5b4d9 100644 --- a/src/test/java/jp/sf/fess/ds/impl/DatabaseDataStoreImplTest.java +++ b/src/test/java/jp/sf/fess/ds/impl/DatabaseDataStoreImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/entity/Document.java b/src/test/java/jp/sf/fess/entity/Document.java index 563b33d65..d4c1b3f21 100644 --- a/src/test/java/jp/sf/fess/entity/Document.java +++ b/src/test/java/jp/sf/fess/entity/Document.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/entity/GeoInfoTest.java b/src/test/java/jp/sf/fess/entity/GeoInfoTest.java index 7ecc16770..8b922678d 100644 --- a/src/test/java/jp/sf/fess/entity/GeoInfoTest.java +++ b/src/test/java/jp/sf/fess/entity/GeoInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/filter/FessEncodingFilterTest.java b/src/test/java/jp/sf/fess/filter/FessEncodingFilterTest.java index 1ef804cb1..513c36a38 100644 --- a/src/test/java/jp/sf/fess/filter/FessEncodingFilterTest.java +++ b/src/test/java/jp/sf/fess/filter/FessEncodingFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/CrawlingSessionHelperTest.java b/src/test/java/jp/sf/fess/helper/CrawlingSessionHelperTest.java index 8a5b96fb0..2df7bc138 100644 --- a/src/test/java/jp/sf/fess/helper/CrawlingSessionHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/CrawlingSessionHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/IntervalControlHelperTest.java b/src/test/java/jp/sf/fess/helper/IntervalControlHelperTest.java index 632ef7a67..b261b7cac 100644 --- a/src/test/java/jp/sf/fess/helper/IntervalControlHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/IntervalControlHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/OverlappingHostHelperTest.java b/src/test/java/jp/sf/fess/helper/OverlappingHostHelperTest.java index a8cb33d2b..4d5cd83cd 100644 --- a/src/test/java/jp/sf/fess/helper/OverlappingHostHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/OverlappingHostHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/PathMappingHelperTest.java b/src/test/java/jp/sf/fess/helper/PathMappingHelperTest.java index bdb1d0cb9..1ee2e71df 100644 --- a/src/test/java/jp/sf/fess/helper/PathMappingHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/PathMappingHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/QueryHelperTest.java b/src/test/java/jp/sf/fess/helper/QueryHelperTest.java index 989b1e0d3..2d9911a5c 100644 --- a/src/test/java/jp/sf/fess/helper/QueryHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/QueryHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/SystemHelperTest.java b/src/test/java/jp/sf/fess/helper/SystemHelperTest.java index b333d668d..112ee690e 100644 --- a/src/test/java/jp/sf/fess/helper/SystemHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/SystemHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/ViewHelperTest.java b/src/test/java/jp/sf/fess/helper/ViewHelperTest.java index 2dfcf3ffe..9a48780e1 100644 --- a/src/test/java/jp/sf/fess/helper/ViewHelperTest.java +++ b/src/test/java/jp/sf/fess/helper/ViewHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/helper/impl/RoleQueryHelperImplTest.java b/src/test/java/jp/sf/fess/helper/impl/RoleQueryHelperImplTest.java index 3e9c00ef0..77bc097f6 100644 --- a/src/test/java/jp/sf/fess/helper/impl/RoleQueryHelperImplTest.java +++ b/src/test/java/jp/sf/fess/helper/impl/RoleQueryHelperImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/solr/BoostDocumentRuleTest.java b/src/test/java/jp/sf/fess/solr/BoostDocumentRuleTest.java index 098def23b..65fe606a6 100644 --- a/src/test/java/jp/sf/fess/solr/BoostDocumentRuleTest.java +++ b/src/test/java/jp/sf/fess/solr/BoostDocumentRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/transformer/FessFileTransformerTest.java b/src/test/java/jp/sf/fess/transformer/FessFileTransformerTest.java index 3e4c7b264..de61c84db 100644 --- a/src/test/java/jp/sf/fess/transformer/FessFileTransformerTest.java +++ b/src/test/java/jp/sf/fess/transformer/FessFileTransformerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/transformer/FessXpathTransformerTest.java b/src/test/java/jp/sf/fess/transformer/FessXpathTransformerTest.java index 7b18200b5..34d3535bb 100644 --- a/src/test/java/jp/sf/fess/transformer/FessXpathTransformerTest.java +++ b/src/test/java/jp/sf/fess/transformer/FessXpathTransformerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/util/ParameterUtilTest.java b/src/test/java/jp/sf/fess/util/ParameterUtilTest.java index 8d7752591..a91b31a3e 100644 --- a/src/test/java/jp/sf/fess/util/ParameterUtilTest.java +++ b/src/test/java/jp/sf/fess/util/ParameterUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/util/QueryResponseListTest.java b/src/test/java/jp/sf/fess/util/QueryResponseListTest.java index 141b89649..11710715e 100644 --- a/src/test/java/jp/sf/fess/util/QueryResponseListTest.java +++ b/src/test/java/jp/sf/fess/util/QueryResponseListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/util/ResourceUtilTest.java b/src/test/java/jp/sf/fess/util/ResourceUtilTest.java index e3712d2bf..cfc7250f9 100644 --- a/src/test/java/jp/sf/fess/util/ResourceUtilTest.java +++ b/src/test/java/jp/sf/fess/util/ResourceUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/jp/sf/fess/validator/UriTypeChecksTest.java b/src/test/java/jp/sf/fess/validator/UriTypeChecksTest.java index c8804ab93..ff7a30e3b 100644 --- a/src/test/java/jp/sf/fess/validator/UriTypeChecksTest.java +++ b/src/test/java/jp/sf/fess/validator/UriTypeChecksTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 the CodeLibs Project and the Others. + * Copyright 2009-2015 the CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- GitLab