errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/emf/command/javascript/ApplyAsCommand.java (at line 27) public class ApplyAsCommand extends ApplyFunction { The serializable class ApplyAsCommand does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/ContentsWrapper.java (at line 20) abstract class ContentsWrapper extends JavascriptSupportWrapper { The serializable class ContentsWrapper does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/DependencyTracker.java (at line 20) private Object value; The field DependencyTracker.EObjectFeatureDependency.value is never read locally |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/EDataTypeWrapper.java (at line 17) public class EDataTypeWrapper extends EObjectWrapper { The serializable class EDataTypeWrapper does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/EObjectWrapper.java (at line 26) class EObjectWrapper extends JavascriptSupportWrapper { The serializable class EObjectWrapper does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupport.java (at line 310) return new NativeObject() { The serializable class does not declare a static final serialVersionUID field of type long |
2. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupport.java (at line 401) return new BaseFunction() { The serializable class does not declare a static final serialVersionUID field of type long |
3. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupport.java (at line 420) private abstract class InstancePrototype extends ScriptableObject { The serializable class InstancePrototype does not declare a static final serialVersionUID field of type long |
4. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupport.java (at line 439) prototype = new InstancePrototype() { The serializable class does not declare a static final serialVersionUID field of type long |
5. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupport.java (at line 735) protected class CurriedFunction extends BaseFunction { The serializable class CurriedFunction does not declare a static final serialVersionUID field of type long |
6. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupport.java (at line 761) public Scriptable wrapAsJavaObject(Context cx, Scriptable scope, Object javaObject, Class staticType) { Class is a raw type. References to generic type Class<T> should be parameterized |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupportWrapper.java (at line 24) public abstract class JavascriptSupportWrapper extends NativeJavaObject implements Adapter { The serializable class JavascriptSupportWrapper does not declare a static final serialVersionUID field of type long |
2. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupportWrapper.java (at line 102) protected void put(List list, int index, Scriptable start, Object value) { List is a raw type. References to generic type List<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/JavascriptSupportWrapper.java (at line 104) list.set(index, value); Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/ListWrapper.java (at line 18) class ListWrapper extends ContentsWrapper { The serializable class ListWrapper does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/MapWrapper.java (at line 23) class MapWrapper extends JavascriptSupportWrapper { The serializable class MapWrapper does not declare a static final serialVersionUID field of type long |
2. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/MapWrapper.java (at line 66) ((Map)javaObject).put(name, value); Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized |
3. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/MapWrapper.java (at line 66) ((Map)javaObject).put(name, value); Map is a raw type. References to generic type Map<K,V> should be parameterized |
4. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/MapWrapper.java (at line 68) ((EMap)javaObject).put(name, value); Type safety: The method put(Object, Object) belongs to the raw type EMap. References to generic type EMap<K,V> should be parameterized |
5. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/MapWrapper.java (at line 68) ((EMap)javaObject).put(name, value); EMap is a raw type. References to generic type EMap<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/ResourceSetWrapper.java (at line 19) class ResourceSetWrapper extends ContentsWrapper { The serializable class ResourceSetWrapper does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/ResourceWrapper.java (at line 22) class ResourceWrapper extends ContentsWrapper { The serializable class ResourceWrapper does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/Script.java (at line 117) context.exit(); The static method exit() from the type Context should be accessed in a static way |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/AbstractFunction.java (at line 16) public abstract class AbstractFunction extends BaseFunction { The serializable class AbstractFunction does not declare a static final serialVersionUID field of type long |
2. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/AbstractFunction.java (at line 37) return (T)o; Type safety: Unchecked cast from Object to T |
3. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/AbstractFunction.java (at line 41) return (T)o; Type safety: Unchecked cast from Object to T |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/AdaptTo.java (at line 20) public class AdaptTo extends ApplyFunction { The serializable class AdaptTo does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/ApplyAsync.java (at line 19) public class ApplyAsync extends ApplyFunction { The serializable class ApplyAsync does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/ApplyFunction.java (at line 18) public abstract class ApplyFunction extends AsyncSupportFunction { The serializable class ApplyFunction does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/AsyncSupportFunction.java (at line 15) public abstract class AsyncSupportFunction extends AbstractFunction { The serializable class AsyncSupportFunction does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/BindingApply.java (at line 21) public class BindingApply extends ApplyFunction { The serializable class BindingApply does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/emf/ecore/javascript/functions/LoadEPackageFunction.java (at line 17) public class LoadEPackageFunction extends AbstractFunction { The serializable class LoadEPackageFunction does not declare a static final serialVersionUID field of type long |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |