Add automatically generated serialVersionUID to silence warnings
git-svn-id: http://webgoat.googlecode.com/svn/trunk@186 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
d709ff9506
commit
4a70fdac26
@ -46,6 +46,11 @@ import org.owasp.webgoat.session.WebSession;
|
|||||||
public class Catcher extends HammerHead
|
public class Catcher extends HammerHead
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 7441856110845727651L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description of the Field
|
* Description of the Field
|
||||||
*/
|
*/
|
||||||
|
@ -62,6 +62,11 @@ import org.owasp.webgoat.session.WebgoatContext;
|
|||||||
public class HammerHead extends HttpServlet
|
public class HammerHead extends HttpServlet
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 645640331343188020L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description of the Field
|
* Description of the Field
|
||||||
*/
|
*/
|
||||||
|
@ -46,6 +46,11 @@ import org.owasp.webgoat.session.WebSession;
|
|||||||
public class LessonSource extends HammerHead
|
public class LessonSource extends HammerHead
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 2588430536196446145L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description of the Field
|
* Description of the Field
|
||||||
*/
|
*/
|
||||||
|
@ -34,6 +34,11 @@ import java.io.Serializable;
|
|||||||
public class Employee implements Serializable
|
public class Employee implements Serializable
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -1901957360367218399L;
|
||||||
|
|
||||||
public final static String EMPLOYEE_ROLE = "employee";
|
public final static String EMPLOYEE_ROLE = "employee";
|
||||||
|
|
||||||
public final static String MANAGER_ROLE = "manager";
|
public final static String MANAGER_ROLE = "manager";
|
||||||
|
@ -34,6 +34,11 @@ import java.io.Serializable;
|
|||||||
public class EmployeeStub implements Serializable
|
public class EmployeeStub implements Serializable
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -7109162877797765632L;
|
||||||
|
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
private String firstName;
|
private String firstName;
|
||||||
|
@ -34,6 +34,12 @@ package org.owasp.webgoat.session;
|
|||||||
public class ParameterNotFoundException extends Exception
|
public class ParameterNotFoundException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 3286112913299408382L;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new ParameterNotFoundException with no detail message.
|
* Constructs a new ParameterNotFoundException with no detail message.
|
||||||
*/
|
*/
|
||||||
|
@ -32,4 +32,9 @@ package org.owasp.webgoat.session;
|
|||||||
public class UnauthenticatedException extends Exception
|
public class UnauthenticatedException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 97865025446819061L;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -32,4 +32,9 @@ package org.owasp.webgoat.session;
|
|||||||
public class UnauthorizedException extends Exception
|
public class UnauthorizedException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 5245519486798464814L;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,12 @@ package org.owasp.webgoat.session;
|
|||||||
public class ValidationException extends Exception
|
public class ValidationException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -8358754606830400708L;
|
||||||
|
|
||||||
|
|
||||||
public ValidationException()
|
public ValidationException()
|
||||||
{
|
{
|
||||||
super();
|
super();
|
||||||
|
@ -36,6 +36,12 @@ import java.util.Properties;
|
|||||||
public class WebgoatProperties extends Properties
|
public class WebgoatProperties extends Properties
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 4351681705558227918L;
|
||||||
|
|
||||||
|
|
||||||
public WebgoatProperties(String propertiesFileName) throws IOException
|
public WebgoatProperties(String propertiesFileName) throws IOException
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
@ -34,6 +34,12 @@ package org.owasp.webgoat.util;
|
|||||||
public class ExecutionException extends Exception
|
public class ExecutionException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 7282947463831152092L;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor for the ExecutionException object
|
* Constructor for the ExecutionException object
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user