Skip to content
Snippets Groups Projects
Commit da42fbc0 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Removed the serializable-interfaces, as the whole ecore-model is not...

Removed the serializable-interfaces, as the whole ecore-model is not implementing java.io.Serializable.
parent cbaf4bd4
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
package kieker.webgui.beans.session; package kieker.webgui.beans.session;
import java.io.Serializable;
import javax.faces.bean.ManagedBean; import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped; import javax.faces.bean.SessionScoped;
...@@ -42,12 +40,8 @@ import kieker.webgui.common.Global; ...@@ -42,12 +40,8 @@ import kieker.webgui.common.Global;
*/ */
@ManagedBean @ManagedBean
@SessionScoped @SessionScoped
public class CurrentAnalysisCockpitProjectBean implements Serializable { public class CurrentAnalysisCockpitProjectBean {
/**
* The serial version UID.
*/
private static final long serialVersionUID = 3547633191203876924L;
/** /**
* This is the name of the stored project. It can be used as an identifier within the FS-Manager * This is the name of the stored project. It can be used as an identifier within the FS-Manager
*/ */
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
package kieker.webgui.beans.session; package kieker.webgui.beans.session;
import java.io.IOException; import java.io.IOException;
import java.io.Serializable;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
...@@ -55,11 +54,7 @@ import org.primefaces.event.TabChangeEvent; ...@@ -55,11 +54,7 @@ import org.primefaces.event.TabChangeEvent;
*/ */
@ManagedBean @ManagedBean
@SessionScoped @SessionScoped
public class CurrentCockpitEditorBean implements Serializable { public class CurrentCockpitEditorBean {
/**
* The serial version UID.
*/
private static final long serialVersionUID = -7805981069286797493L;
/** /**
* This is the log for errors, exceptions etc. * This is the log for errors, exceptions etc.
*/ */
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
package kieker.webgui.beans.session; package kieker.webgui.beans.session;
import java.io.IOException; import java.io.IOException;
import java.io.Serializable;
import javax.faces.application.FacesMessage; import javax.faces.application.FacesMessage;
import javax.faces.application.FacesMessage.Severity; import javax.faces.application.FacesMessage.Severity;
...@@ -49,12 +48,7 @@ import kieker.webgui.common.exception.ProjectStillRunningException; ...@@ -49,12 +48,7 @@ import kieker.webgui.common.exception.ProjectStillRunningException;
*/ */
@ManagedBean @ManagedBean
@SessionScoped @SessionScoped
public class CurrentControllerBean implements Serializable { public class CurrentControllerBean {
/**
* The serial version UID.
*/
private static final long serialVersionUID = 2070646497643630097L;
/** /**
* This is the log for errors, exceptions etc. * This is the log for errors, exceptions etc.
*/ */
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
package kieker.webgui.beans.session; package kieker.webgui.beans.session;
import java.io.IOException; import java.io.IOException;
import java.io.Serializable;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Modifier; import java.lang.reflect.Modifier;
import java.net.MalformedURLException; import java.net.MalformedURLException;
...@@ -84,11 +83,7 @@ import org.eclipse.emf.ecore.EObject; ...@@ -84,11 +83,7 @@ import org.eclipse.emf.ecore.EObject;
// TODO Clean the connections when someone removes a plugin/repository // TODO Clean the connections when someone removes a plugin/repository
@ManagedBean @ManagedBean
@SessionScoped @SessionScoped
public final class CurrentWorkSpaceProjectBean implements Serializable { public final class CurrentWorkSpaceProjectBean {
/**
* The serial version UID.
*/
private static final long serialVersionUID = -6957852548314885573L;
/** /**
* This is the log for errors, exceptions etc. * This is the log for errors, exceptions etc.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment