Fixed duplicated serialVersionUID in classes.
This commit is contained in:
parent
7fc958696a
commit
f69a43fb19
18 changed files with 20 additions and 19 deletions
|
@ -29,7 +29,7 @@ import fr.devinsy.strings.StringList;
|
||||||
*/
|
*/
|
||||||
public class DateCountList extends ArrayList<DateCount>
|
public class DateCountList extends ArrayList<DateCount>
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -5526492552751712533L;
|
private static final long serialVersionUID = -2586123069620428247L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates a new date count map.
|
* Instantiates a new date count map.
|
||||||
|
|
|
@ -25,7 +25,7 @@ import java.util.HashMap;
|
||||||
*/
|
*/
|
||||||
public class DateCountMap extends HashMap<String, DateCount>
|
public class DateCountMap extends HashMap<String, DateCount>
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -5526492552751712533L;
|
private static final long serialVersionUID = 1128805109299054737L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates a new date count map.
|
* Instantiates a new date count map.
|
||||||
|
|
|
@ -32,7 +32,7 @@ import website.charter.ErrorView;
|
||||||
*/
|
*/
|
||||||
public class IndexXhtml extends HttpServlet
|
public class IndexXhtml extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 2794788000773558854L;
|
private static final long serialVersionUID = 5475871579048385643L;
|
||||||
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexXhtml.class);
|
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexXhtml.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -44,7 +44,7 @@ import jakarta.servlet.http.HttpServletResponse;
|
||||||
@KissServlet("^/federation/logo.(jpg|png|gif|svg)$")
|
@KissServlet("^/federation/logo.(jpg|png|gif|svg)$")
|
||||||
public class LogoDo extends HttpServlet
|
public class LogoDo extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -8274687319890495722L;
|
private static final long serialVersionUID = -2045864664869054230L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(LogoDo.class);
|
private static Logger logger = LoggerFactory.getLogger(LogoDo.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -43,7 +43,7 @@ import website.views.PropertyAlertView.MenuOption;
|
||||||
*/
|
*/
|
||||||
public class PropertyAlertFederationPage extends HttpServlet
|
public class PropertyAlertFederationPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 5318172674334358487L;
|
private static final long serialVersionUID = 5145544554225024765L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyAlertFederationPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyAlertFederationPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -43,7 +43,7 @@ import website.views.PropertyAlertView.MenuOption;
|
||||||
*/
|
*/
|
||||||
public class PropertyAlertPage extends HttpServlet
|
public class PropertyAlertPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 5318172674334358487L;
|
private static final long serialVersionUID = 6674551983811751746L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyAlertPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyAlertPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -44,7 +44,7 @@ import website.views.PropertyAlertView.MenuOption;
|
||||||
*/
|
*/
|
||||||
public class PropertyAlertServicesPage extends HttpServlet
|
public class PropertyAlertServicesPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 5318172674334358487L;
|
private static final long serialVersionUID = -1230801146098997767L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyAlertServicesPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyAlertServicesPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -43,7 +43,7 @@ import website.views.PropertyStatsView;
|
||||||
*/
|
*/
|
||||||
public class PropertyStatsFederationPage extends HttpServlet
|
public class PropertyStatsFederationPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 3895257190078166862L;
|
private static final long serialVersionUID = 8232521281178380986L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyStatsFederationPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyStatsFederationPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -43,7 +43,7 @@ import website.views.PropertyStatsView;
|
||||||
*/
|
*/
|
||||||
public class PropertyStatsOrganizationsPage extends HttpServlet
|
public class PropertyStatsOrganizationsPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 3895257190078166862L;
|
private static final long serialVersionUID = 1359431232426181125L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyStatsOrganizationsPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyStatsOrganizationsPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -44,7 +44,7 @@ import website.views.PropertyStatsView;
|
||||||
*/
|
*/
|
||||||
public class PropertyStatsPage extends HttpServlet
|
public class PropertyStatsPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 3895257190078166862L;
|
private static final long serialVersionUID = -2375749701066813584L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyStatsPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyStatsPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -43,7 +43,7 @@ import website.views.PropertyStatsView;
|
||||||
*/
|
*/
|
||||||
public class PropertyStatsServicesPage extends HttpServlet
|
public class PropertyStatsServicesPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 3895257190078166862L;
|
private static final long serialVersionUID = 3962143718171359732L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertyStatsServicesPage.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertyStatsServicesPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -41,7 +41,7 @@ import website.federation.FederationHeaderView;
|
||||||
*/
|
*/
|
||||||
public class IndexPage extends HttpServlet
|
public class IndexPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -8274687319890495722L;
|
private static final long serialVersionUID = 3909086518893521246L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(IndexPage.class);
|
private static Logger logger = LoggerFactory.getLogger(IndexPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -39,7 +39,7 @@ import jakarta.servlet.http.HttpServletResponse;
|
||||||
@KissServlet("^/federation/organizations/[^/]+/[^./]+\\.properties$")
|
@KissServlet("^/federation/organizations/[^/]+/[^./]+\\.properties$")
|
||||||
public class PropertiesDo extends HttpServlet
|
public class PropertiesDo extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 2011776119103724440L;
|
private static final long serialVersionUID = -7536773873051469053L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertiesDo.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertiesDo.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -36,7 +36,7 @@ import website.charter.ErrorView;
|
||||||
@KissServlet("^/federation/organizations/[^/]+/metrics/")
|
@KissServlet("^/federation/organizations/[^/]+/metrics/")
|
||||||
public class IndexPage extends HttpServlet
|
public class IndexPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 2794788000773558854L;
|
private static final long serialVersionUID = -2120869479686158841L;
|
||||||
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -37,7 +37,7 @@ import website.charter.ErrorView;
|
||||||
@KissServlet("^/federation/organizations/[^/]+/services/$")
|
@KissServlet("^/federation/organizations/[^/]+/services/$")
|
||||||
public class IndexPage extends HttpServlet
|
public class IndexPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -5951233202690068343L;
|
private static final long serialVersionUID = 3531927793016566272L;
|
||||||
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -37,7 +37,7 @@ import website.charter.ErrorView;
|
||||||
@KissServlet("^/federation/organizations/[^/]+/services/[^/]+/$")
|
@KissServlet("^/federation/organizations/[^/]+/services/[^/]+/$")
|
||||||
public class IndexPage extends HttpServlet
|
public class IndexPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -5951233202690068343L;
|
private static final long serialVersionUID = -1634795104224318821L;
|
||||||
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -39,7 +39,7 @@ import jakarta.servlet.http.HttpServletResponse;
|
||||||
@KissServlet("^/federation/organizations/[^/]+/services/[^/]+/[^./]+\\.properties$")
|
@KissServlet("^/federation/organizations/[^/]+/services/[^/]+/[^./]+\\.properties$")
|
||||||
public class PropertiesDo extends HttpServlet
|
public class PropertiesDo extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 2011776119103724440L;
|
private static final long serialVersionUID = 7374815394064791347L;
|
||||||
private static Logger logger = LoggerFactory.getLogger(PropertiesDo.class);
|
private static Logger logger = LoggerFactory.getLogger(PropertiesDo.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
|
@ -37,7 +37,7 @@ import website.charter.ErrorView;
|
||||||
@KissServlet("^/federation/organizations/[^/]+/services/[^/]+/metrics/")
|
@KissServlet("^/federation/organizations/[^/]+/services/[^/]+/metrics/")
|
||||||
public class IndexPage extends HttpServlet
|
public class IndexPage extends HttpServlet
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 2794788000773558854L;
|
private static final long serialVersionUID = -1317090585455417646L;
|
||||||
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(IndexPage.class);
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
@ -60,7 +60,8 @@ public class IndexPage extends HttpServlet
|
||||||
|
|
||||||
// Send response.
|
// Send response.
|
||||||
// ==============
|
// ==============
|
||||||
Redirector.redirect(response, "/federation/organizations/" + organization.getTechnicalName() + "/services/" + service.getTechnicalName() + "/metrics/summary.xhtml");
|
Redirector.redirect(response, "/federation/organizations/" + organization.getTechnicalName() + "/services/" + service.getTechnicalName()
|
||||||
|
+ "/metrics/summary.xhtml");
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue