Hi
I was wondering if anyone can help me. When I get ofbiz 9.04 and perform 'ant run-install' I get all sorts of errors. This is running it OOTB. sh-3.2$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/ release09.04 OFBiz A OFBiz/mergefromtrunk.sh A OFBiz/.hgignore A OFBiz/NOTICE A OFBiz/OPTIONAL_LIBRARIES A OFBiz/rc.ofbiz.for.debian A OFBiz/LICENSE A OFBiz/ant A OFBiz/debian A OFBiz/debian/override-data.xslt A OFBiz/debian/ofbiz-applications.postinst A OFBiz/debian/control [...] A OFBiz/startofbiz.sh A OFBiz/ij.ofbiz A OFBiz/KEYS A OFBiz/APACHE2_HEADER A OFBiz/mergefromtrunk.bat A OFBiz/rc.ofbiz U OFBiz Checked out revision 788953. sh-3.2$ cd OFBiz sh-3.2$ ant run-install Buildfile: build.xml build: [echo] [build] ========== Start Building (Compile) ========== ofbiz-init: dir-init: [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/logs/ test-results [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/data/derby [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/data/hsql copy-derby-props: build: [echo] [build] ========== Start Building Framework (Compile) ========== prepare: [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/start/ build/classes [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/start/ build/lib classes: [javac15] Compiling 4 source files to /home/ofbiz/Software/OFBiz/ framework/start/build/classes [javac15] ---------- [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ src/org/ofbiz/base/start/Start.java (at line 35) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ src/org/ofbiz/base/start/Start.java (at line 248) [javac15] Class loaderClass = classloader.loadClass (loaderClassName); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ src/org/ofbiz/base/start/StartupException.j [javac15] ava (at line 28) [javac15] public class StartupException extends Exception { [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class StartupException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 3 problems (3 warnings) jar: [jar] Building jar: /home/ofbiz/Software/OFBiz/framework/start/ build/lib/ofbiz.jar [copy] Copying 1 file to /home/ofbiz/Software/OFBiz prepare: [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/base/ build/classes [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/base/ build/lib classes: [javac15] Compiling 102 source files to /home/ofbiz/Software/OFBiz/ framework/base/build/classes [javac15] ---------- [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/component/AlreadyLoadedException.java (at line 25) [javac15] public class AlreadyLoadedException extends ComponentException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class AlreadyLoadedException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/component/ComponentConfig [javac15] .java (at line 27) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/component/ComponentConfig [javac15] .java (at line 255) [javac15] public static List getAppBarWebInfos(String serverName) { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 4. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/component/ComponentConfig.java (at line 259) [javac15] public static List getAppBarWebInfos(String serverName, String menuName) { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 5. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/component/ComponentExcept [javac15] ion.java (at line 27) [javac15] public class ComponentException extends GenericConfigException { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ComponentException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 6. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/component/ComponentResourceHandler.java (at line 36) [javac15] public class ComponentResourceHandler implements ResourceHandler { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ComponentResourceHandler does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 7. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/config/ClasspathLoader.ja [javac15] va (at line 29) [javac15] public class ClasspathLoader extends ResourceLoader implements java.io.Serializable { [javac15] ^^^^^^^^^^^^^^^ [javac15] The serializable class ClasspathLoader does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 8. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/config/FileLoader.java (at line 29) [javac15] public class FileLoader extends ResourceLoader implements java.io.Serializable { [javac15] ^^^^^^^^^^ [javac15] The serializable class FileLoader does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 9. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/config/GenericConfigExcep [javac15] tion.java (at line 27) [javac15] public class GenericConfigException extends GeneralException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericConfigException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 10. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/config/MainResourceHandler.java (at line 34) [javac15] public final class MainResourceHandler implements ResourceHandler { [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class MainResourceHandler does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 11. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/config/ResourceLoader.ja [javac15] va (at line 137) [javac15] Class lClass = null; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 12. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/config/UrlLoader.java [javac15] (at line 28) [javac15] public class UrlLoader extends ResourceLoader implements java.io.Serializable { [javac15] ^^^^^^^^^ [javac15] The serializable class UrlLoader does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 13. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ComponentContainer.java (at line 25) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 14. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ComponentContainer.java (at line 244) [javac15] File files[] = path.listFiles(); [javac15] ^^^^^ [javac15] The local variable files is never read [javac15] ---------- [javac15] ---------- [javac15] 15. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ContainerConfig.java (at line 24) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] ---------- [javac15] 16. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ContainerException.java (at line 26) [javac15] public class ContainerException extends GenericConfigException { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ContainerException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 17. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ContainerLoade [javac15] r.java (at line 22) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 18. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ContainerLoade [javac15] r.java (at line 146) [javac15] StackTraceElement[] stacks = t.getStackTrace(); [javac15] ^^^^^^ [javac15] The local variable stacks is never read [javac15] ---------- [javac15] 19. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/ContainerLoade [javac15] r.java (at line 162) [javac15] Class containerClass = null; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 20. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/JunitContainer.java (at line 57) [javac15] Class clz = null; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 21. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/JunitContainer.java (at line 77) [javac15] Enumeration err = results.errors(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 22. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/container/JunitContainer [javac15] .java (at line 87) [javac15] Enumeration fail = results.failures(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 23. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/location/FlexibleLocation.java (at line 99) [javac15] Class lClass = null; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 24. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/splash/SplashScreen.java (at line 30) [javac15] public final class SplashScreen extends Frame { [javac15] ^^^^^^^^^^^^ [javac15] The serializable class SplashScreen does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 25. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/splash/SplashScreen.java [javac15] (at line 76) [javac15] private class SplashWindow extends Window { [javac15] ^^^^^^^^^^^^ [javac15] The serializable class SplashWindow does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 26. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/BshUtil.java (at line 28) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 27. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/BshUtil.java (at line 30) [javac15] import java.util.Set; [javac15] ^^^^^^^^^^^^^ [javac15] The import java.util.Set is never used [javac15] ---------- [javac15] ---------- [javac15] 28. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/Debug.java (at line 100) [javac15] Enumeration en = repo.getCurrentLoggers(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 29. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/Debug.java [javac15] (at line 387) [javac15] Enumeration currentLoggerEnum = Logger.getRootLogger ().getLoggerRepository().getCurrentLoggers(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 30. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GeneralException.java (at line 29) [javac15] public class GeneralException extends Exception { [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class GeneralException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 31. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GeneralRuntimeExcep [javac15] tion.java (at line 28) [javac15] public class GeneralRuntimeException extends RuntimeException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GeneralRuntimeException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 32. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GroovyUtil.java (at line 33) [javac15] import groovy.lang.Script; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import groovy.lang.Script is never used [javac15] ---------- [javac15] 33. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GroovyUtil.java (at line 36) [javac15] import bsh.EvalError; [javac15] ^^^^^^^^^^^^^ [javac15] The import bsh.EvalError is never used [javac15] ---------- [javac15] 34. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GroovyUtil.java (at line 46) [javac15] public static UtilCache<String, Class> parsedScripts = new UtilCache<String, Class>(" [javac15] script.GroovyLocationParsedCache", 0, 0, false); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 35. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GroovyUtil.java (at line 46) [javac15] public static UtilCache<String, Class> parsedScripts = new UtilCache<String, Class>(" [javac15] script.GroovyLocationParsedCache", 0, 0, false); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 36. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GroovyUtil.java (at line 93) [javac15] context.putAll(binding.getVariables()); [javac15] ^^^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends String,? extends Object> [javac15] ---------- [javac15] 37. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/GroovyUtil.java [javac15] (at line 105) [javac15] Class scriptClass = parsedScripts.get(location); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 38. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/HttpClient.java (at line 480) [javac15] Map headerFields = con.getHeaderFields(); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 39. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/HttpClientException.java (at line 25) [javac15] public class HttpClientException extends GeneralException { [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class HttpClientException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 40. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/KeyStoreUtil.java [javac15] (at line 156) [javac15] Collection certCol = cf.generateCertificates(bais); [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 41. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/MultiTrustManager.java (at line 31) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] ---------- [javac15] 42. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/NotifyLevel.java (at line 13) [javac15] public class NotifyLevel extends Level { [javac15] ^^^^^^^^^^^ [javac15] The serializable class NotifyLevel does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 43. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectInputStream.j [javac15] ava (at line 42) [javac15] protected Class resolveClass(ObjectStreamClass classDesc) throws IOException, ClassNotFoundException { [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 44. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectInputStream.java (at line 42) [javac15] protected Class resolveClass(ObjectStreamClass classDesc) throws IOException, ClassNotFoundException { [javac15] ^^^^^ [javac15] Type safety: The return type Class for resolveClass (ObjectStreamClass) from the type ObjectInputStream needs unchecked conversion to conform to Class<?> from the type ObjectInputStream [javac15] ---------- [javac15] 45. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectInputStream.java (at line 49) [javac15] protected Class resolveProxyClass(String[] interfaces) throws IOException, ClassNotFoundException { [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 46. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectInputStream.j [javac15] ava (at line 49) [javac15] protected Class resolveProxyClass(String[] interfaces) throws IOException, ClassNotFoundException { [javac15] ^^^^^ [javac15] Type safety: The return type Class for resolveProxyClass (String[]) from the type ObjectInputStream n [javac15] eeds unchecked conversion to conform to Class<?> from the type ObjectInputStream [javac15] ---------- [javac15] 47. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectInputStream.j [javac15] ava (at line 50) [javac15] Class[] cinterfaces = new Class[interfaces.length]; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 48. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 85) [javac15] Class arrayClass = loadClass(className.replace("[]", ""), loader); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 49. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java [javac15] (at line 177) [javac15] Constructor con = c.getConstructor(sig); [javac15] ^^^^^^^^^^^ [javac15] Constructor is a raw type. References to generic type Constructor<T> should be parameterized [javac15] ---------- [javac15] 50. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 948) [javac15] Map map = (Map) obj; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 51. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 948) [javac15] Map map = (Map) obj; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 52. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 954) [javac15] List<Map> tempList = FastList.newInstance(); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 53. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 958) [javac15] Set<Map> tempSet = FastSet.newInstance(); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 54. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 966) [javac15] List list = (List) obj; [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 55. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 966) [javac15] List list = (List) obj; [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 56. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java [javac15] (at line 1049) [javac15] Collection col1 = (Collection) value1; [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 57. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 1049) [javac15] Collection col1 = (Collection) value1; [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 58. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java [javac15] (at line 1097) [javac15] if (convertedValue1 instanceof List && ((List) convertedValue1).size() == 0) [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 59. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 1099) [javac15] if (convertedValue1 instanceof Map && ((Map) convertedValue1).size() == 0) [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 60. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java [javac15] (at line 1107) [javac15] if (convertedValue1 instanceof List && ((List) convertedValue1).size() == 0) [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 61. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 1109) [javac15] if (convertedValue1 instanceof Map && ((Map) convertedValue1).size() == 0) [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 62. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java [javac15] (at line 1218) [javac15] if (((Collection) value).size() == 0) { [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 63. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/ObjectType.java (at line 1222) [javac15] if (((Map) value).size() == 0) { [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 64. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 66) [javac15] public void initialize(BSFManager mgr, String lang, Vector declaredBeans) throws B [javac15] SFException { [javac15] ^^^^^^ [javac15] Vector is a raw type. References to generic type Vector<T> should be parameterized [javac15] ---------- [javac15] 65. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 138) [javac15] public Object apply(String source, int lineNo, int columnNo, Object funcBody, Vec [javac15] tor namesVec, Vector argsVec) throws BSFException { [javac15] ^^^^^^ [javac15] Vector is a raw type. References to generic type Vector<T> should be parameterized [javac15] ---------- [javac15] 66. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 138) [javac15] public Object apply(String source, int lineNo, int columnNo, Object funcBody, Vec [javac15] tor namesVec, Vector argsVec) throws BSFException { [javac15] ^^^^^^ [javac15] Vector is a raw type. References to generic type Vector<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 67. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/SSLUtil.java (at line 211) [javac15] Map subjectMap = KeyStoreUtil.getX500Map(x500s); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 68. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/StringUtil.java [javac15] (at line 694) [javac15] return new HtmlEncodingMapWrapper(); [javac15] ^^^^^^^^^^^^^^^^^^^^^^ [javac15] StringUtil.HtmlEncodingMapWrapper is a raw type. References to generic type StringUtil.HtmlEncodingMapWrapper<K> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 69. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/URLConnector.java (at line 22) [javac15] import org.ofbiz.base.util.Base64; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.base.util.Base64 is never used [javac15] ---------- [javac15] ---------- [javac15] 70. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilGenerics.java (at line 46) [javac15] for (Object value: (Collection) object) { [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 71. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilGenerics.java [javac15] (at line 84) [javac15] Map<?, ?> map = (Map) object; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 72. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 295) [javac15] Enumeration requestAttrNames = request.getAttributeNames(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 73. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 330) [javac15] Enumeration sessionAttrNames = session.getAttributeNames(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 74. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 365) [javac15] Enumeration applicationAttrNames = servletContext.getAttributeNames(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 75. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 488) [javac15] Enumeration parameterNames = request.getParameterNames(); [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 76. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 559) [javac15] java.util.Enumeration e = request.getParameterNames(); [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 77. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 590) [javac15] Map userLogin = (Map) session.getAttribute ("userLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 78. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 590) [javac15] Map userLogin = (Map) session.getAttribute ("userLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 79. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 592) [javac15] userLogin = (Map) session.getAttribute ("autoUserLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 80. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 661) [javac15] Map userLogin = (Map) session.getAttribute ("userLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 81. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 661) [javac15] Map userLogin = (Map) session.getAttribute ("userLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 82. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 682) [javac15] Map userLogin = (Map) session.getAttribute ("userLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 83. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 682) [javac15] Map userLogin = (Map) session.getAttribute ("userLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 84. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 684) [javac15] userLogin = (Map) session.getAttribute ("autoUserLogin"); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 85. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java [javac15] (at line 1182) [javac15] for (Enumeration names = request.getParameterNames (); names.hasMoreElements(); ) { [javac15] ^^^^^^^^^^^ [javac15] Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized [javac15] ---------- [javac15] 86. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilHttp.java (at line 1292) [javac15] int rowCount = 0; [javac15] ^^^^^^^^ [javac15] The local variable rowCount is never read [javac15] ---------- [javac15] ---------- [javac15] 87. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilJavaParse.java (at line 103) [javac15] String javaFragment = javaFile.substring(nextOpen, nextClose); [javac15] ^^^^^^^^^^^^ [javac15] The local variable javaFragment is never read [javac15] ---------- [javac15] ---------- [javac15] 88. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilMisc.java (at line 730) [javac15] protected static class SimpleMap<V> implements Map<String, V>, java.io.Serializable [javac15] { [javac15] ^^^^^^^^^ [javac15] The serializable class SimpleMap does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 89. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilMisc.java [javac15] (at line 946) [javac15] Map mapObj = (Map) obj; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 90. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilMisc.java [javac15] (at line 946) [javac15] Map mapObj = (Map) obj; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 91. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilProperties.java (at line 428) [javac15] public static String getMessage(String resource, String name, List arguments, Locale [javac15] locale) { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 92. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilProperties.java (at line 895) [javac15] Iterator i = properties.keySet().iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 93. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilURL.java [javac15] (at line 23) [javac15] import java.io.FileReader; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.io.FileReader is never used [javac15] ---------- [javac15] 94. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilURL.java [javac15] (at line 38) [javac15] public static URL fromClass(Class contextClass) { [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 95. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilURL.java (at line 52) [javac15] public static URL fromResource(Class contextClass, String resourceName) { [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 96. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilValidate.java [javac15] (at line 199) [javac15] public static boolean isEmpty(Collection c) { [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 97. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/UtilValidate.java (at line 209) [javac15] public static boolean isNotEmpty(Collection c) { [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 98. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/cache/CacheSoftRefe [javac15] rence.java (at line 27) [javac15] public class CacheSoftReference<V> extends SoftReference<V> implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class CacheSoftReference does not declare a static final serialVersionUID field of [javac15] type long [javac15] ---------- [javac15] ---------- [javac15] 99. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ src/org/ofbiz/base/util/cache/HardRefCacheLine.java (at line 21) [javac15] public final class HardRefCacheLine<V> extends CacheLine<V> { [javac15] [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class HardRefCacheLine does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 100. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/cache/JdbmSerializer.java (at line 30) [javac15] public class JdbmSerializer implements jdbm.helper.Serializer { [javac15] ^^^^^^^^^^^^^^ [javac15] The serializable class JdbmSerializer does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 101. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/cache/SoftRefCache [javac15] Line.java (at line 21) [javac15] public final class SoftRefCacheLine<V> extends CacheLine<V> { [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class SoftRefCacheLine does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 102. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java (at line 37) [javac15] public class FlexibleServletAccessor<T> implements Serializable [javac15] { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class FlexibleServletAccessor does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 103. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java (at line 171) [javac15] FlexibleServletAccessor flexibleServletAccessor = (FlexibleServletAccessor) obj; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] FlexibleServletAccessor is a raw type. References to generic type FlexibleServletAccessor<T> should be parameterized [javac15] ---------- [javac15] 104. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Flexib [javac15] leServletAccessor.java (at line 171) [javac15] FlexibleServletAccessor flexibleServletAccessor = (FlexibleServletAccessor) obj; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] FlexibleServletAccessor is a raw type. References to generic type FlexibleServletAccessor<T> should be parameterized [javac15] ---------- [javac15] 105. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Flexib [javac15] leServletAccessor.java (at line 192) [javac15] protected static class AttributeAccessor<T> implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class AttributeAccessor does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 106. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Flexib [javac15] leServletAccessor.java (at line 248) [javac15] List lst = (List) request.getAttribute(attributeName); [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 107. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java (at line 248) [javac15] List lst = (List) request.getAttribute(attributeName); [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 108. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Flexib [javac15] leServletAccessor.java (at line 264) [javac15] List lst = (List) session.getAttribute(attributeName); [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 109. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java (at line 264) [javac15] List lst = (List) session.getAttribute(attributeName); [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 110. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/LifoSe [javac15] t.java (at line 31) [javac15] public class LifoSet<V> extends AbstractSet<V> implements Serializable { [javac15] ^^^^^^^ [javac15] The serializable class LifoSet does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 111. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/MapComparator.java (at line 22) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] ---------- [javac15] 112. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/MapStack.java (at line 48) [javac15] return new MapStack(); [javac15] ^^^^^^^^ [javac15] MapStack is a raw type. References to generic type MapStack<K> should be parameterized [javac15] ---------- [javac15] 113. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/MapSta [javac15] ck.java (at line 238) [javac15] LocalizedMap lmap = (LocalizedMap) curMap; [javac15] ^^^^^^^^^^^^ [javac15] LocalizedMap is a raw type. References to generic type LocalizedMap<V> should be parameterized [javac15] ---------- [javac15] 114. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/MapStack.java (at line 238) [javac15] LocalizedMap lmap = (LocalizedMap) curMap; [javac15] ^^^^^^^^^^^^ [javac15] LocalizedMap is a raw type. References to generic type LocalizedMap<V> should be parameterized [javac15] ---------- [javac15] 115. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/MapSta [javac15] ck.java (at line 286) [javac15] Map currentMap = (Map) this.stackList.get(0); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 116. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/MapStack.java (at line 286) [javac15] Map currentMap = (Map) this.stackList.get(0); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 117. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Resour [javac15] ceBundleMapWrapper.java (at line 37) [javac15] public class ResourceBundleMapWrapper implements Map<String, Object>, Serializable { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ResourceBundleMapWrapper does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 118. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Resour [javac15] ceBundleMapWrapper.java (at line 153) [javac15] public static class InternalRbmWrapper implements Map<String, Object>, Serializable { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class InternalRbmWrapper does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 119. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/collections/Resour [javac15] ceBundleMapWrapper.java (at line 264) [javac15] public void putAll(Map arg0) { [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 120. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/string/FlexibleStringExpander.java (at line 111) [javac15] locale = UtilMisc.ensureLocale(((Map) context.get ("autoUserLogin")). [javac15] get("lastLocale")); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 121. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/string/FlexibleStr [javac15] ingExpander.java (at line 120) [javac15] timeZone = UtilDateTime.toTimeZone((String)((Map) context.get("autoUserLogin")).get("lastTimeZone")); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 122. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/string/FlexibleStr [javac15] ingExpander.java (at line 314) [javac15] protected final Class parsedScript; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 123. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/string/UelUtil.java (at line 140) [javac15] Object localizedObj = ((LocalizedMap) this.variables).get(variable, locale); [javac15] ^^^^^^^^^^^^ [javac15] LocalizedMap is a raw type. References to generic type LocalizedMap<V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 124. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/template/FreeMarke [javac15] rWorker.java (at line 391) [javac15] Map ctx = null; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 125. WARNING in /home/ofbiz/Software/OFBiz/framework/ base/src/org/ofbiz/base/util/template/FreeMarke [javac15] rWorker.java (at line 393) [javac15] ctx = (Map)((BeanModel)ctxObj).getWrappedObject(); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 125 problems (125 warnings) jar: [jar] Building jar: /home/ofbiz/Software/OFBiz/framework/base/ build/lib/ofbiz-base.jar prepare: [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/entity/ build/classes [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/entity/ build/lib classes: [javac15] Compiling 124 source files to /home/ofbiz/Software/OFBiz/ framework/entity/build/classes [javac15] ---------- [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/EntityCryptoException.java (at line 21) [javac15] public class EntityCryptoException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityCryptoException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/EntityLockedException [javac15] .java (at line 25) [javac15] public class EntityLockedException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityLockedException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericCreateException.java (at line 25) [javac15] public class GenericCreateException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericCreateException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 4. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDataSourceExce [javac15] ption.java (at line 25) [javac15] public class GenericDataSourceException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericDataSourceException does not declare a static final serialVersionUID f [javac15] ield of type long [javac15] ---------- [javac15] ---------- [javac15] 5. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java (at line 106) [javac15] protected Map andCacheFieldSets = FastMap.newInstance (); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 6. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java [javac15] (at line 314) [javac15] Class dccClass = loader.loadClass (distributedCacheClearClassName); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 7. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java (at line 341) [javac15] Class eecahClass = loader.loadClass (entityEcaHandlerClassName); [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] 8. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java [javac15] (at line 342) [javac15] this.entityEcaHandler = (EntityEcaHandler) eecahClass.newInstance(); [javac15] ^^^^^^^^^^^^^^^^ [javac15] EntityEcaHandler is a raw type. References to generic type EntityEcaHandler<T> should be parameterized [javac15] ---------- [javac15] 9. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2863) [javac15] protected void clearCacheValues(UtilCache cache, String entityName, EntityCondition [javac15] condition) { [javac15] ^^^^^^^^^ [javac15] UtilCache is a raw type. References to generic type UtilCache<K,V> should be parameterized [javac15] ---------- [javac15] 10. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2864) [javac15] Iterator iterator = cache.cacheLineTable.values ().iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 11. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.jav [javac15] a (at line 2866) [javac15] CacheLine line = (CacheLine) iterator.next(); [javac15] ^^^^^^^^^ [javac15] CacheLine is a raw type. References to generic type CacheLine<V> should be parameterized [javac15] ---------- [javac15] 12. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2866) [javac15] CacheLine line = (CacheLine) iterator.next(); [javac15] ^^^^^^^^^ [javac15] CacheLine is a raw type. References to generic type CacheLine<V> should be parameterized [javac15] ---------- [javac15] 13. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.jav [javac15] a (at line 3095) [javac15] public void setEntityEcaHandler(EntityEcaHandler entityEcaHandler) { [javac15] ^^^^^^^^^^^^^^^^ [javac15] EntityEcaHandler is a raw type. References to generic type EntityEcaHandler<T> should be parameterized [javac15] ---------- [javac15] 14. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDelegator.java (at line 3099) [javac15] public EntityEcaHandler getEntityEcaHandler() { [javac15] ^^^^^^^^^^^^^^^^ [javac15] EntityEcaHandler is a raw type. References to generic type EntityEcaHandler<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 15. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericDuplicateKeyE [javac15] xception.java (at line 25) [javac15] public class GenericDuplicateKeyException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericDuplicateKeyException does not declare a static final serialVersionUID [javac15] field of type long [javac15] ---------- [javac15] ---------- [javac15] 16. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntity.java (at line 68) [javac15] public class GenericEntity extends Observable implements Map<String, Object>, Localiz [javac15] edMap, Serializable, Comparable<GenericEntity>, Cloneable, Reusable { [javac15] ^^^^^^^^^^^^^ [javac15] The serializable class GenericEntity does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 17. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntity.java (at line 68) [javac15] public class GenericEntity extends Observable implements Map<String, Object>, Localiz [javac15] edMap, Serializable, Comparable<GenericEntity>, Cloneable, Reusable { [javac15] ^^^^^^^^^^^^ [javac15] LocalizedMap is a raw type. References to generic type LocalizedMap<V> should be parameterized [javac15] ---------- [javac15] 18. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntity.java [javac15] (at line 978) [javac15] Iterator modelFields = this.getModelEntity ().getFieldsIterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 19. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntity.java (at line 1374) [javac15] public static class NullGenericEntity extends GenericEntity implements NULL { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class NullGenericEntity does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 20. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntityConfExc [javac15] eption.java (at line 25) [javac15] public class GenericEntityConfException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericEntityConfException does not declare a static final serialVersionUID f [javac15] ield of type long [javac15] ---------- [javac15] ---------- [javac15] 21. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntityException.java (at line 27) [javac15] public class GenericEntityException extends GeneralException { [javac15] ^ [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericEntityException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 22. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericEntityNotFoundException.java (at line 25) [javac15] public class GenericEntityNotFoundException extends GenericEntityExcep [javac15] tion { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericEntityNotFoundException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 23. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericFindException.java (at line 25) [javac15] public class GenericFindException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericFindException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 24. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericModelExceptio [javac15] n.java (at line 25) [javac15] public class GenericModelException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericModelException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 25. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericNoSuchEntityException.java (at line 25) [javac15] public class GenericNoSuchEntityException extends GenericEntityException [javac15] { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericNoSuchEntityException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 26. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericNotImplementedException.java (at line 25) [javac15] public class GenericNotImplementedException extends GenericEntityExcep [javac15] tion { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericNotImplementedException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 27. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericPK.java (at line 31) [javac15] public class GenericPK extends GenericEntity { [javac15] ^^^^^^^^^ [javac15] The serializable class GenericPK does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 28. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericRemoveExcepti [javac15] on.java (at line 25) [javac15] public class GenericRemoveException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericRemoveException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 29. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericResultSetClosedException.java (at line 25) [javac15] public class GenericResultSetClosedException extends GenericEntityExc [javac15] eption { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericResultSetClosedException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 30. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/GenericStoreException.java (at line 25) [javac15] public class GenericStoreException extends GenericEntityException { [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericStoreException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 31. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/cache/AbstractEntity [javac15] ConditionCache.java (at line 112) [javac15] protected static final boolean isNull(Map value) { [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 32. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 34) [javac15] import org.ofbiz.base.util.UtilGenerics; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.base.util.UtilGenerics is never used [javac15] ---------- [javac15] 33. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComp [javac15] arisonOperator.java (at line 45) [javac15] public class EntityComparisonOperator extends EntityOperator<Boolean> { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityComparisonOperator does not declare a static final serialVersionUID fie [javac15] ld of type long [javac15] ---------- [javac15] 34. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 130) [javac15] public boolean compare(Comparable lhs, Object rhs) { [javac15] ^^^^^^^^^^ [javac15] [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 35. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComp [javac15] arisonOperator.java (at line 178) [javac15] public static final boolean compareEqual(Comparable lhs, Object rhs) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] [javac15] ---------- [javac15] 36. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 189) [javac15] public static final boolean compareNotEqual (Comparable lhs, Objec [javac15] t rhs) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 37. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 200) [javac15] public static final boolean compareGreaterThan (Comparable lhs, Ob [javac15] ject rhs) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 38. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 205) [javac15] } else if (lhs.compareTo(rhs) <= 0) { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 39. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 211) [javac15] public static final boolean compareGreaterThanEqualTo (Comparable [javac15] lhs, Object rhs) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 40. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 216) [javac15] } else if (lhs.compareTo(rhs) < 0) { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 41. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 222) [javac15] public static final boolean compareLessThan (Comparable lhs, Objec [javac15] t rhs) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 42. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 227) [javac15] } else if (lhs.compareTo(rhs) >= 0) { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 43. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 233) [javac15] public static final boolean compareLessThanEqualTo (Comparable lhs [javac15] , Object rhs) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 44. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 238) [javac15] } else if (lhs.compareTo(rhs) > 0) { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 45. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java (at line 252) [javac15] if (((Collection) rhs).contains(lhs)) { [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 46. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionBase.java (at line 26) [javac15] import javolution.lang.Reusable; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import javolution.lang.Reusable is never used [javac15] ---------- [javac15] 47. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionBase.java (at line 50) [javac15] public static final List emptyList = Collections.unmodifiableList(FastList.newInstance()); [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 48. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionBase.java (at line 51) [javac15] public static final Map _emptyMap = Collections.unmodifiableMap(FastMap.newInstance()); [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 49. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionFunction.java (at line 38) [javac15] public static class NOT extends EntityConditionFunction { [javac15] ^^^ [javac15] The serializable class NOT does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 50. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionList.java (at line 30) [javac15] public class EntityConditionList<T extends EntityCondition> extends EntityConditionListBase<T> { [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityConditionList does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 51. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionList.java (at line 33) [javac15] protected static final ObjectFactory<EntityConditionList> entityConditionListFactory = new ObjectFactory<EntityConditionList>() { [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionList is a raw type. References to generic type EntityConditionList<T> should be parameterized [javac15] ---------- [javac15] 52. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionList.java (at line 33) [javac15] protected static final ObjectFactory<EntityConditionList> entityConditionListFactory = new ObjectFactory<EntityConditionList>() { [javac15] [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionList is a raw type. References to generic type EntityConditionList<T> should be parameterized [javac15] ---------- [javac15] 53. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionList.java (at line 34) [javac15] protected EntityConditionList create() { [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionList is a raw type. References to generic type EntityConditionList<T> should be parameterized [javac15] ---------- [javac15] 54. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionList.java (at line 35) [javac15] return new EntityConditionList(); [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionList is a raw type. References to generic type EntityConditionList<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 55. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java (at line 66) [javac15] public EntityOperator getOperator() { [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 56. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionListBase.java (at line 114) [javac15] EntityConditionListBase other = (EntityConditionListBase) obj; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionListBase is a raw type. References to generic type EntityConditionListBase<T> should be parameterized [javac15] ---------- [javac15] [javac15] 57. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java (at line 114) [javac15] EntityConditionListBase other = (EntityConditionListBase) obj; [javac15] [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionListBase is a raw type. References to generic type EntityConditionListBase<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 58. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionParam.java (at line 29) [javac15] public class EntityConditionParam implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityConditionParam does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 59. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionSubSelect.java (at line 34) [javac15] public class EntityConditionSubSelect extends EntityConditionValue { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityConditionSubSelect does not declare a static final serialVersionUID fie [javac15] ld of type long [javac15] ---------- [javac15] 60. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionSubSelect.java (at line 117) [javac15] public Comparable getValue(GenericDelegator delegator, Map<String [javac15] , ? extends Object> map) { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 61. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at line 40) [javac15] void acceptEntityJoinOperator(EntityJoinOperator op, List conditions [javac15] ); [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 62. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at line 41) [javac15] void acceptEntityOperator(EntityOperator op, Object lhs, Object rhs); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 63. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityCond [javac15] itionVisitor.java (at line 47) [javac15] void acceptEntityConditionList(EntityConditionList list); [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] EntityConditionList is a raw type. References to generic type EntityConditionList<T> should be param [javac15] eterized [javac15] ---------- [javac15] 64. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at line 50) [javac15] void acceptEntityFunction(EntityFunction func); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityFunction is a raw type. References to generic type EntityFunction<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 65. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityDate [javac15] FilterCondition.java (at line 33) [javac15] public class EntityDateFilterCondition extends EntityCondition { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityDateFilterCondition does not declare a static final serialVersionUID fi [javac15] eld of type long [javac15] ---------- [javac15] ---------- [javac15] 66. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 24) [javac15] import java.util.Set; [javac15] ^^^^^^^^^^^^^ [javac15] The import java.util.Set is never used [javac15] ---------- [javac15] 67. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 36) [javac15] import org.ofbiz.entity.GenericValue; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.GenericValue is never used [javac15] ---------- [javac15] 68. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr [javac15] .java (at line 41) [javac15] import org.ofbiz.entity.model.ModelFieldTypeReader; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.model.ModelFieldTypeReader is never used [javac15] ---------- [javac15] 69. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 47) [javac15] public class EntityExpr extends EntityCondition { [javac15] ^^^^^^^^^^ [javac15] The serializable class EntityExpr does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 70. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr [javac15] .java (at line 97) [javac15] if (!(rhs instanceof Collection) || (((Collection) rhs).size() != 2)) { [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 71. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 157) [javac15] public EntityOperator getOperator() { [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 72. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr [javac15] .java (at line 228) [javac15] value = ((EntityFunction) this.rhs).getOriginalValue(); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityFunction is a raw type. References to generic type EntityFunction<T> should be parameterized [javac15] ---------- [javac15] 73. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 232) [javac15] Collection valueCol = (Collection) value; [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 74. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityExpr [javac15] .java (at line 232) [javac15] Collection valueCol = (Collection) value; [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 75. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFieldMap.java (at line 36) [javac15] public class EntityFieldMap extends EntityConditionListBase<EntityExpr> { [javac15] ^^^^^^^^^^^^^^ [javac15] The serializable class EntityFieldMap does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 76. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFiel [javac15] dValue.java (at line 39) [javac15] public class EntityFieldValue extends EntityConditionValue implements Reusable { [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityFieldValue does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 77. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 38) [javac15] public abstract class EntityFunction<T extends Comparable> extends EntityCon [javac15] ditionValue implements Reusable { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 78. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 46) [javac15] public EntityFunction.LENGTH createFunction (EntityConditionValue nested) { E [javac15] ntityFunction.LENGTH ef = EntityFunction.LENGTH.lengthFactory.object(); ef.init(nested); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.LENGTH for createFunction(EntityConditionValue) from the [javac15] type new EntityFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 79. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 47) [javac15] public EntityFunction.LENGTH createFunction(Object value) { EntityFunction.L [javac15] ENGTH ef = EntityFunction.LENGTH.lengthFactory.object(); ef.init(value); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.LENGTH for createFunction(Object) from the type new Enti [javac15] tyFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 80. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 50) [javac15] public EntityFunction.TRIM createFunction (EntityConditionValue nested) { Ent [javac15] ityFunction.TRIM ef = EntityFunction.TRIM.trimFactory.object(); ef.init(nested); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.TRIM for createFunction(EntityConditionValue) from the t [javac15] ype new EntityFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 81. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 51) [javac15] public EntityFunction.TRIM createFunction(Object value) { EntityFunction.TRI [javac15] M ef = EntityFunction.TRIM.trimFactory.object(); ef.init (value); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.TRIM for createFunction(Object) from the type new Entity [javac15] Function<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 82. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 54) [javac15] public EntityFunction.UPPER createFunction (EntityConditionValue nested) { En [javac15] tityFunction.UPPER ef = EntityFunction.UPPER.upperFactory.object(); ef.init(nested); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.UPPER for createFunction(EntityConditionValue) from the [javac15] type new EntityFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 83. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 55) [javac15] public EntityFunction.UPPER createFunction(Object value) { EntityFunction.UP [javac15] PER ef = EntityFunction.UPPER.upperFactory.object(); ef.init(value); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.UPPER for createFunction(Object) from the type new Entit [javac15] yFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 84. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 58) [javac15] public EntityFunction.LOWER createFunction (EntityConditionValue nested) { En [javac15] tityFunction.LOWER ef = EntityFunction.LOWER.lowerFactory.object(); ef.init(nested); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.LOWER for createFunction(EntityConditionValue) from the [javac15] type new EntityFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 85. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 59) [javac15] public EntityFunction.LOWER createFunction(Object value) { EntityFunction.LO [javac15] WER ef = EntityFunction.LOWER.lowerFactory.object(); ef.init(value); return ef;} [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] Type safety: The return type EntityFunction.LOWER for createFunction(Object) from the type new Entit [javac15] yFunction<T>.SQLFunction(){} needs unchecked conversion to conform to EntityFunction<Comparable> from the type EntityFunction<T>.SQLFunction [javac15] ---------- [javac15] 86. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 62) [javac15] public abstract <T extends Comparable> EntityFunction<T> createFunction(Enti [javac15] tyConditionValue nested); [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 87. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 63) [javac15] public abstract <T extends Comparable> EntityFunction<T> createFunction(Object value); [javac15] ^^^^^^^^^^ [javac15] [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 88. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunc [javac15] tion.java (at line 81) [javac15] public static class LENGTH extends EntityFunction<Integer> { [javac15] ^^^^^^ [javac15] The serializable class LENGTH does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 89. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 100) [javac15] public static class TRIM extends EntityFunction<String> { [javac15] ^^^^ [javac15] The serializable class TRIM does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 90. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunc [javac15] tion.java (at line 119) [javac15] public static class UPPER extends EntityFunction<String> { [javac15] ^^^^^ [javac15] The serializable class UPPER does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 91. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 138) [javac15] public static class LOWER extends EntityFunction<String> { [javac15] ^^^^^ [javac15] The serializable class LOWER does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 92. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunc [javac15] tion.java (at line 193) [javac15] return new EntityFunction<T>(fetcher, function, nested.freeze()) {}; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 93. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunc [javac15] tion.java (at line 195) [javac15] return new EntityFunction<T>(fetcher, function, value) {}; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 94. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 217) [javac15] EntityFunction otherFunc = (EntityFunction) obj; [javac15] ^^^^^^^^^^^^^^ [javac15] EntityFunction is a raw type. References to generic type EntityFunction<T> should be parameterized [javac15] ---------- [javac15] 95. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityFunc [javac15] tion.java (at line 217) [javac15] EntityFunction otherFunc = (EntityFunction) obj; [javac15] ^^^^^^^^^^^^^^ [javac15] EntityFunction is a raw type. References to generic type EntityFunction<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 96. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityJoinOperator.java (at line 38) [javac15] public class EntityJoinOperator extends EntityOperator<Boolean> { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityJoinOperator does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 97. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOper [javac15] ator.java (at line 56) [javac15] private static HashMap<String, EntityOperator> registry = new HashMap<String, EntityOperator>(); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 98. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOper [javac15] ator.java (at line 56) [javac15] private static HashMap<String, EntityOperator> registry = new HashMap<String, EntityOperator>(); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 99. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOper [javac15] ator.java (at line 58) [javac15] private static void register(String name, EntityOperator operator) { [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] [javac15] ---------- [javac15] 100. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 62) [javac15] public static EntityOperator lookup(String name) { [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 101. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 67) [javac15] EntityOperator operator = lookup(name); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 102. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 74) [javac15] EntityOperator operator = lookup(name); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 103. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 80) [javac15] public static final EntityComparisonOperator EQUALS = new EntityComparisonOperator(ID_EQUALS, "=") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 104. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 81) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparisonOperator.compareEqual(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 105. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 93) [javac15] public static final EntityComparisonOperator NOT_EQUAL = new EntityComparisonOperator(ID_NOT_EQUAL, "<>") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 106. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 94) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparisonOperator.compareNotEqual(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 107. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 106) [javac15] public static final EntityComparisonOperator LESS_THAN = new EntityComparisonOperator(ID_LESS_THAN, "<") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 108. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 107) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparisonOperator.compareLessThan(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 109. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 112) [javac15] public static final EntityComparisonOperator GREATER_THAN = new EntityComparisonOperator(ID_GREATER_THAN, ">") { [javac15] [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 110. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 113) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparis [javac15] onOperator.compareGreaterThan(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 111. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 118) [javac15] public static final EntityComparisonOperator LESS_THAN_EQUAL_TO = new Enti [javac15] tyComparisonOperator(ID_LESS_THAN_EQUAL_TO, "<=") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 112. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 119) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparisonOperator.compareLessThanEqualTo(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 113. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 124) [javac15] public static final EntityComparisonOperator GREATER_THAN_EQUAL_TO = new EntityComparisonOperator (ID_GREATER_THAN_EQUAL_TO, ">=") { [javac15] [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 114. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 125) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparis [javac15] onOperator.compareGreaterThanEqualTo(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 115. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 130) [javac15] public static final EntityComparisonOperator IN = new EntityComparisonOper [javac15] ator(ID_IN, "IN") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 116. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 131) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparis [javac15] onOperator.compareIn(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 117. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 135) [javac15] public static final EntityComparisonOperator BETWEEN = new EntityCompariso [javac15] nOperator(ID_BETWEEN, "BETWEEN") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 118. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 136) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparis [javac15] onOperator.compareIn(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 119. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 146) [javac15] public static final EntityComparisonOperator LIKE = new EntityComparisonOp [javac15] erator(ID_LIKE, "LIKE") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 120. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 147) [javac15] public boolean compare(Comparable lhs, Object rhs) { return EntityComparis [javac15] onOperator.compareLike(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 121. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 150) [javac15] public static final EntityComparisonOperator NOT_LIKE = new EntityComparis [javac15] onOperator(ID_NOT_LIKE, "NOT LIKE") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 122. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 151) [javac15] public boolean compare(Comparable lhs, Object rhs) { return !EntityCompari [javac15] sonOperator.compareLike(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 123. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 154) [javac15] public static final EntityComparisonOperator NOT_IN = new EntityComparison [javac15] Operator(ID_NOT_IN, "NOT IN") { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 124. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 155) [javac15] public boolean compare(Comparable lhs, Object rhs) { return !EntityCompari [javac15] sonOperator.compareIn(lhs, rhs); } [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 125. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 190) [javac15] EntityOperator otherOper = (EntityOperator) obj; [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 126. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 190) [javac15] EntityOperator otherOper = (EntityOperator) obj; [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 127. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 202) [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 128. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 202) [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 129. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 220) [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 130. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 220) [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 131. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 250) [javac15] public static final Comparable WILDCARD = new Comparable() { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] 132. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityOpe [javac15] rator.java (at line 250) [javac15] public static final Comparable WILDCARD = new Comparable() { [javac15] ^^^^^^^^^^ [javac15] Comparable is a raw type. References to generic type Comparable<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 133. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/EntityWhereString.java (at line 43) [javac15] public class EntityWhereString extends EntityCondition { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityWhereString does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 134. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/OrderByLi [javac15] st.java (at line 23) [javac15] import java.util.Arrays; [javac15] ^^^^^^^^^^^^^^^^ [javac15] The import java.util.Arrays is never used [javac15] ---------- [javac15] 135. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/condition/OrderByLi [javac15] st.java (at line 26) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] ---------- [javac15] 136. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/config/DatasourceIn [javac15] fo.java (at line 21) [javac15] import java.util.LinkedList; [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.LinkedList is never used [javac15] ---------- [javac15] ---------- [javac15] 137. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/config/EntityConfig [javac15] Util.java (at line 21) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 138. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/config/EntityConfig [javac15] Util.java (at line 22) [javac15] import java.util.List; [javac15] ^^^^^^^^^^^^^^ [javac15] The import java.util.List is never used [javac15] ---------- [javac15] ---------- [javac15] 139. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/connection/MinervaC [javac15] onnectionFactory.java (at line 24) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 140. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/connection/MinervaC [javac15] onnectionFactory.java (at line 126) [javac15] public static Set getPooledData(String helperName) throws GenericEntityException { [javac15] ^^^ [javac15] Set is a raw type. References to generic type Set<E> should be parameterized [javac15] ---------- [javac15] 141. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/connection/MinervaConnectionFactory.java (at line 130) [javac15] return new HashSet(); [javac15] ^^^^^^^ [javac15] HashSet is a raw type. References to generic type HashSet<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 142. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/datasource/GenericH [javac15] elperDAO.java (at line 22) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] ---------- [javac15] 143. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/datasource/GenericH [javac15] elperFactory.java (at line 70) [javac15] java.lang.reflect.Constructor helperConstructor = null; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] Constructor is a raw type. References to generic type Constructor<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 144. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/datasource/MemoryHelper.java (at line 128) [javac15] Iterator it = entityCache.values().iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 145. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ByAndFinder. [javac15] java (at line 27) [javac15] import org.ofbiz.entity.condition.EntityFieldMap; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityFieldMap is never used [javac15] ---------- [javac15] 146. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ByAndFinder.java (at line 28) [javac15] import org.ofbiz.entity.condition.EntityOperator; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityOperator is never used [javac15] ---------- [javac15] 147. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ByAndFinder. [javac15] java (at line 37) [javac15] public class ByAndFinder extends ListFinder { [javac15] ^^^^^^^^^^^ [javac15] The serializable class ByAndFinder does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 148. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ByConditionFinder.java (at line 26) [javac15] import org.ofbiz.entity.condition.EntityConditionList; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityConditionList is never used [javac15] ---------- [javac15] 149. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ByConditionF [javac15] inder.java (at line 27) [javac15] import org.ofbiz.entity.condition.EntityJoinOperator; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityJoinOperator is never used [javac15] ---------- [javac15] 150. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ByConditionFinder.java (at line 39) [javac15] public class ByConditionFinder extends ListFinder { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class ByConditionFinder does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 151. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 23) [javac15] import java.util.HashMap; [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The import java.util.HashMap is never used [javac15] ---------- [javac15] 152. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 25) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 153. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 47) [javac15] import org.ofbiz.entity.condition.EntityConditionList; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityConditionList is never used [javac15] ---------- [javac15] 154. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 48) [javac15] import org.ofbiz.entity.condition.EntityExpr; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityExpr is never used [javac15] ---------- [javac15] 155. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 53) [javac15] import org.ofbiz.entity.model.ModelField; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.model.ModelField is never used [javac15] ---------- [javac15] 156. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 155) [javac15] public static class ConditionExpr implements Condition { [javac15] ^^^^^^^^^^^^^ [javac15] The serializable class ConditionExpr does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 157. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 204) [javac15] EntityOperator operator = EntityOperator.lookup (operatorName); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 158. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 268) [javac15] public static class ConditionList implements Condition { [javac15] ^^^^^^^^^^^^^ [javac15] The serializable class ConditionList does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 159. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 307) [javac15] EntityOperator operator = EntityOperator.lookup (operatorName); [javac15] ^^^^^^^^^^^^^^ [javac15] EntityOperator is a raw type. References to generic type EntityOperator<T> should be parameterized [javac15] ---------- [javac15] 160. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 315) [javac15] public static class ConditionObject implements Condition { [javac15] ^^^^^^^^^^^^^^^ [javac15] The serializable class ConditionObject does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 161. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 336) [javac15] public static class LimitRange implements OutputHandler { [javac15] ^^^^^^^^^^ [javac15] The serializable class LimitRange does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 162. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 390) [javac15] public static class LimitView implements OutputHandler { [javac15] ^^^^^^^^^ [javac15] The serializable class LimitView does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 163. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinder [javac15] Util.java (at line 446) [javac15] public static class UseIterator implements OutputHandler { [javac15] ^^^^^^^^^^^ [javac15] The serializable class UseIterator does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 164. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 459) [javac15] public static class GetAll implements OutputHandler { [javac15] ^^^^^^ [javac15] The serializable class GetAll does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 165. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ListFinder.j [javac15] ava (at line 26) [javac15] import javolution.util.FastMap; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import javolution.util.FastMap is never used [javac15] ---------- [javac15] 166. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ListFinder.j [javac15] ava (at line 39) [javac15] import org.ofbiz.entity.condition.EntityConditionList; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityConditionList is never used [javac15] ---------- [javac15] 167. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ListFinder.java (at line 40) [javac15] import org.ofbiz.entity.condition.EntityJoinOperator; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.condition.EntityJoinOperator is never used [javac15] ---------- [javac15] 168. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/ListFinder.j [javac15] ava (at line 53) [javac15] import java.io.Serializable; [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The import java.io.Serializable is never used [javac15] ---------- [javac15] ---------- [javac15] 169. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/finder/PrimaryKeyFi [javac15] nder.java (at line 44) [javac15] public class PrimaryKeyFinder extends Finder { [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class PrimaryKeyFinder does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 170. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java (at line 96) [javac15] Class cfClass = null; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 171. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java (at line 3288) [javac15] public static class ColumnCheckInfo implements Serializable { [javac15] ^^^^^^^^^^^^^^^ [javac15] The serializable class ColumnCheckInfo does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 172. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.j [javac15] ava (at line 3316) [javac15] public static class ReferenceCheckInfo implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ReferenceCheckInfo does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 173. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SQLProcessor.java (at line 82) [javac15] private Map<String, String> _needClobWorkAroundWrite = null; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The field SQLProcessor._needClobWorkAroundWrite is never read locally [javac15] ---------- [javac15] 174. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SQLProcessor.j [javac15] ava (at line 83) [javac15] private Map<String, String> _needBlobWorkAroundWrite = null; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The field SQLProcessor._needBlobWorkAroundWrite is never read locally [javac15] ---------- [javac15] ---------- [javac15] 175. ERROR in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 40) [javac15] import javax.sql.rowset.serial.SerialBlob; [javac15] ^^^^^^^^^^^^^^^^ [javac15] The import javax.sql.rowset cannot be resolved [javac15] ---------- [javac15] 176. ERROR in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 41) [javac15] import javax.sql.rowset.serial.SerialClob; [javac15] ^^^^^^^^^^^^^^^^ [javac15] The import javax.sql.rowset cannot be resolved [javac15] ---------- [javac15] 177. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 229) [javac15] public static String makeWhereStringFromFields(List modelFields, Map<String, Objec [javac15] t> fields, String operator) { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 178. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 234) [javac15] public static String makeWhereStringFromFields(List modelFields, Map<String, Objec [javac15] t> fields, String operator, List<EntityConditionParam> entityConditionParams) { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 179. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 240) [javac15] Iterator iter = modelFields.iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 180. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.ja [javac15] va (at line 272) [javac15] public static String makeWhereClause(ModelEntity modelEntity, List modelFields, Map<String, Object> fields, String operator, String joinStyle) throws GenericEntityException { [javac15] [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 181. ERROR in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 582) [javac15] entity.dangerousSetNoCheckButFast(curField, new SerialBlob((Blob) originalObject)); [javac15] ^^^^^^^^^^ [javac15] SerialBlob cannot be resolved to a type [javac15] ---------- [javac15] 182. ERROR in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java [javac15] (at line 591) [javac15] entity.dangerousSetNoCheckButFast(curField, new SerialClob(rs.getClob(ind))); [javac15] ^^^^^^^^^^ [javac15] SerialClob cannot be resolved to a type [javac15] ---------- [javac15] 183. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 814) [javac15] sqlP.setValue((java.util.Collection) fieldValue); [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 184. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelEntity.j [javac15] ava (at line 58) [javac15] public class ModelEntity extends ModelInfo implements Comparable<ModelEntity>, Serializable { [javac15] ^^^^^^^^^^^ [javac15] The serializable class ModelEntity does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 185. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelEntity.java (at line 1427) [javac15] Iterator relIter = this.getRelationsIterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 186. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelEntity.j [javac15] ava (at line 1429) [javac15] ModelRelation rel = (ModelRelation) relIter.next(); [javac15] ^^^ [javac15] The local variable rel is never read [javac15] ---------- [javac15] 187. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelEntity.j [javac15] ava (at line 1434) [javac15] Iterator idxIter = this.getIndexesIterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 188. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelField.java (at line 31) [javac15] public class ModelField extends ModelChild { [javac15] ^^^^^^^^^^ [javac15] The serializable class ModelField does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 189. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelFieldTyp [javac15] e.java (at line 31) [javac15] public class ModelFieldType implements Serializable { [javac15] ^^^^^^^^^^^^^^ [javac15] The serializable class ModelFieldType does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 190. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelFieldType.java (at line 121) [javac15] class ModelFieldValidator implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ModelFieldValidator does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 191. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelFieldTyp [javac15] eReader.java (at line 44) [javac15] public class ModelFieldTypeReader implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class ModelFieldTypeReader does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 192. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 22) [javac15] import java.util.ArrayList; [javac15] ^^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.ArrayList is never used [javac15] ---------- [javac15] 193. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 23) [javac15] import java.util.Collection; [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Collection is never used [javac15] ---------- [javac15] 194. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 53) [javac15] public class ModelGroupReader implements Serializable { [javac15] ^^^^^^^^^^^^^^^^ [javac15] The serializable class ModelGroupReader does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 195. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelIndex.ja [javac15] va (at line 30) [javac15] public class ModelIndex extends ModelChild { [javac15] ^^^^^^^^^^ [javac15] The serializable class ModelIndex does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 196. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelKeyMap.java (at line 34) [javac15] public class ModelKeyMap implements java.io.Serializable { [javac15] ^^^^^^^^^^^ [javac15] The serializable class ModelKeyMap does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 197. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelReader.j [javac15] ava (at line 56) [javac15] public class ModelReader implements Serializable { [javac15] ^^^^^^^^^^^ [javac15] The serializable class ModelReader does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 198. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelReader.java (at line 362) [javac15] String message = "Existing relationship with the same name, but different specs f [javac15] ound from what would be auto-created for Entity [" + relatedEnt.getEntityName() + "] ant relationship to entity [" + [javac15] ^^^^^^^ [javac15] The local variable message is never read [javac15] ---------- [javac15] 199. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelReader.java (at line 542) [javac15] Set allEntities = this.getEntityNames(); [javac15] ^^^ [javac15] Set is a raw type. References to generic type Set<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 200. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelRelation.java (at line 40) [javac15] public class ModelRelation extends ModelChild { [javac15] ^^^^^^^^^^^^^ [javac15] The serializable class ModelRelation does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 201. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEnti [javac15] ty.java (at line 36) [javac15] import org.ofbiz.entity.GenericEntity; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.entity.GenericEntity is never used [javac15] ---------- [javac15] 202. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 45) [javac15] public class ModelViewEntity extends ModelEntity { [javac15] ^^^^^^^^^^^^^^^ [javac15] The serializable class ModelViewEntity does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 203. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEnti [javac15] ty.java (at line 652) [javac15] public static class ModelMemberEntity implements Serializable { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class ModelMemberEntity does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 204. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 670) [javac15] public static class ModelAliasAll implements Serializable { [javac15] ^^^^^^^^^^^^^ [javac15] The serializable class ModelAliasAll does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 205. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEnti [javac15] ty.java (at line 726) [javac15] public static class ModelAlias implements Serializable { [javac15] ^^^^^^^^^^ [javac15] The serializable class ModelAlias does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 206. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 838) [javac15] public static class ComplexAlias implements ComplexAliasMember { [javac15] ^^^^^^^^^^^^ [javac15] The serializable class ComplexAlias does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 207. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEnti [javac15] ty.java (at line 886) [javac15] public static class ComplexAliasField implements ComplexAliasMember { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class ComplexAliasField does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 208. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 937) [javac15] public static class ModelViewLink implements Serializable { [javac15] ^^^^^^^^^^^^^ [javac15] The serializable class ModelViewLink does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] 209. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/model/ModelViewEnti [javac15] ty.java (at line 1004) [javac15] public class ModelConversion implements Serializable { [javac15] ^^^^^^^^^^^^^^^ [javac15] The serializable class ModelConversion does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 210. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/SerializeException.java (at line 25) [javac15] public class SerializeException extends org.ofbiz.base.util.GeneralException { [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The serializable class SerializeException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 211. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerial [javac15] izer.java (at line 160) [javac15] Collection value = (Collection) object; [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 212. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 160) [javac15] Collection value = (Collection) object; [javac15] ^^^^^^^^^^ [javac15] Collection is a raw type. References to generic type Collection<E> should be parameterized [javac15] ---------- [javac15] 213. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerial [javac15] izer.java (at line 162) [javac15] Iterator iter = value.iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 214. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 198) [javac15] Map value = (Map) object; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 215. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 198) [javac15] Map value = (Map) object; [javac15] ^^^ [javac15] Map is a raw type. References to generic type Map<K,V> should be parameterized [javac15] ---------- [javac15] 216. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 199) [javac15] Iterator iter = value.entrySet().iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] 217. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerial [javac15] izer.java (at line 202) [javac15] Map.Entry entry = (Map.Entry) iter.next(); [javac15] ^^^^^^^^^ [javac15] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized [javac15] ---------- [javac15] 218. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 202) [javac15] Map.Entry entry = (Map.Entry) iter.next(); [javac15] ^^^^^^^^^ [javac15] Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 219. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/test/EntityTestSuit [javac15] e.java (at line 131) [javac15] GenericValue v = delegator.create("TestingNode", "testingNodeId", nextSeqId, [javac15] ^ [javac15] The local variable v is never read [javac15] ---------- [javac15] ---------- [javac15] 220. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/transaction/ GenericTransactionException.java (at line 26) [javac15] public class GenericTransactionException extends GenericEnti [javac15] tyException { [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The serializable class GenericTransactionException does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 221. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/transaction/TransactionFactory.java (at line 51) [javac15] Class tfClass = null; [javac15] ^^^^^ [javac15] Class is a raw type. References to generic type Class<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 222. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/ByteWrapper.java (at line 30) [javac15] public class ByteWrapper implements Serializable { [javac15] ^^^^^^^^^^^ [javac15] The serializable class ByteWrapper does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 223. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataAsse [javac15] rt.java (at line 71) [javac15] public static void checkValueList(List valueList, GenericDelegator delegator, List<Object> errorMessages) throws GenericEntityException { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 224. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataAsse [javac15] rt.java (at line 74) [javac15] Iterator valueIter = valueList.iterator(); [javac15] ^^^^^^^^ [javac15] Iterator is a raw type. References to generic type Iterator<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 225. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 23) [javac15] import java.util.Collection; [javac15] ^^^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Collection is never used [javac15] ---------- [javac15] 226. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 25) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] 227. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 37) [javac15] import org.ofbiz.base.util.UtilMisc; [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac15] The import org.ofbiz.base.util.UtilMisc is never used [javac15] [javac15] ---------- [javac15] 228. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 83) [javac15] public static List<URL> getUrlList(String helperName, List readerNames) { [javac15] [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] 229. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityDataLoad [javac15] er.java (at line 87) [javac15] public static List<URL> getUrlList(String helperName, String componentName, List readerNames) { [javac15] ^^^^ [javac15] List is a raw type. References to generic type List<E> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 230. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityFindOpti [javac15] ons.java (at line 26) [javac15] public class EntityFindOptions implements java.io.Serializable { [javac15] ^^^^^^^^^^^^^^^^^ [javac15] The serializable class EntityFindOptions does not declare a static final serialVersionUID field of type long [javac15] ---------- [javac15] ---------- [javac15] 231. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntitySaxReader.java (at line 75) [javac15] protected EntityEcaHandler ecaHandler = null; [javac15] ^^^^^^^^^^^^^^^^ [javac15] EntityEcaHandler is a raw type. References to generic type EntityEcaHandler<T> should be parameterized [javac15] ---------- [javac15] ---------- [javac15] 232. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/EntityTypeUtil [javac15] .java (at line 23) [javac15] import java.util.Iterator; [javac15] ^^^^^^^^^^^^^^^^^^ [javac15] The import java.util.Iterator is never used [javac15] ---------- [javac15] ---------- [javac15] 233. WARNING in /home/ofbiz/Software/OFBiz/framework/ entity/src/org/ofbiz/entity/util/SequenceUtil.j [javac15] ava (at line 53) [javac15] private SequenceUtil() {} [javac15] ^^^^^^^^^^^^^^ [javac15] The constructor SequenceUtil() is never used locally [javac15] ---------- [javac15] 233 problems (4 errors, 229 warnings) BUILD FAILED /home/ofbiz/Software/OFBiz/build.xml:148: The following error occurred while executing this line: /home/ofbiz/Software/OFBiz/framework/build.xml:141: The following error occurred while executing this line: /home/ofbiz/Software/OFBiz/macros.xml:27: The following error occurred while executing this line: /home/ofbiz/Software/OFBiz/framework/entity/build.xml:52: Compile failed; see the compiler error output for details. Total time: 14 seconds |
check your local installation,
here it builds fine with java 1.6 under ubuntu 9.4 Regards, Hans On Sat, 2009-06-27 at 07:31 -0400, Michael Jean wrote: > Hi > > I was wondering if anyone can help me. When I get ofbiz 9.04 and > perform 'ant run-install' I get all sorts of errors. This is running > it OOTB. > > sh-3.2$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/ > release09.04 OFBiz > A OFBiz/mergefromtrunk.sh > A OFBiz/.hgignore > A OFBiz/NOTICE > A OFBiz/OPTIONAL_LIBRARIES > A OFBiz/rc.ofbiz.for.debian > A OFBiz/LICENSE > A OFBiz/ant > A OFBiz/debian > A OFBiz/debian/override-data.xslt > A OFBiz/debian/ofbiz-applications.postinst > A OFBiz/debian/control > [...] > A OFBiz/startofbiz.sh > A OFBiz/ij.ofbiz > A OFBiz/KEYS > A OFBiz/APACHE2_HEADER > A OFBiz/mergefromtrunk.bat > A OFBiz/rc.ofbiz > U OFBiz > Checked out revision 788953. > > sh-3.2$ cd OFBiz > sh-3.2$ ant run-install > Buildfile: build.xml > > build: > [echo] [build] ========== Start Building (Compile) ========== > > ofbiz-init: > > dir-init: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/logs/ > test-results > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/data/derby > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/data/hsql > > copy-derby-props: > > build: > [echo] [build] ========== Start Building Framework (Compile) > ========== > > prepare: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/start/ > build/classes > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/start/ > build/lib > > classes: > [javac15] Compiling 4 source files to /home/ofbiz/Software/OFBiz/ > framework/start/build/classes > [javac15] ---------- > [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ > src/org/ofbiz/base/start/Start.java (at line 35) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ > src/org/ofbiz/base/start/Start.java (at line 248) > [javac15] Class loaderClass = classloader.loadClass > (loaderClassName); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ > src/org/ofbiz/base/start/StartupException.j > [javac15] ava (at line 28) > [javac15] public class StartupException extends Exception { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class StartupException does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 3 problems (3 warnings) > > jar: > [jar] Building jar: /home/ofbiz/Software/OFBiz/framework/start/ > build/lib/ofbiz.jar > [copy] Copying 1 file to /home/ofbiz/Software/OFBiz > > prepare: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/base/ > build/classes > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/base/ > build/lib > > classes: > [javac15] Compiling 102 source files to /home/ofbiz/Software/OFBiz/ > framework/base/build/classes > [javac15] ---------- > [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/AlreadyLoadedException.java (at line 25) > [javac15] public class AlreadyLoadedException extends > ComponentException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class AlreadyLoadedException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentConfig > [javac15] .java (at line 27) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentConfig > [javac15] .java (at line 255) > [javac15] public static List getAppBarWebInfos(String > serverName) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 4. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentConfig.java (at line 259) > [javac15] public static List getAppBarWebInfos(String > serverName, String menuName) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 5. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentExcept > [javac15] ion.java (at line 27) > [javac15] public class ComponentException extends > GenericConfigException { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ComponentException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 6. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentResourceHandler.java (at line 36) > [javac15] public class ComponentResourceHandler implements > ResourceHandler { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ComponentResourceHandler does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 7. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/ClasspathLoader.ja > [javac15] va (at line 29) > [javac15] public class ClasspathLoader extends ResourceLoader > implements java.io.Serializable { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ClasspathLoader does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 8. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/FileLoader.java (at line 29) > [javac15] public class FileLoader extends ResourceLoader > implements java.io.Serializable { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class FileLoader does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 9. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/GenericConfigExcep > [javac15] tion.java (at line 27) > [javac15] public class GenericConfigException extends > GeneralException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericConfigException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 10. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/MainResourceHandler.java (at line 34) > [javac15] public final class MainResourceHandler implements > ResourceHandler { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class MainResourceHandler does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 11. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/ResourceLoader.ja > [javac15] va (at line 137) > [javac15] Class lClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 12. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/UrlLoader.java > [javac15] (at line 28) > [javac15] public class UrlLoader extends ResourceLoader > implements java.io.Serializable { > [javac15] ^^^^^^^^^ > [javac15] The serializable class UrlLoader does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 13. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ComponentContainer.java (at line 25) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 14. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ComponentContainer.java (at line 244) > [javac15] File files[] = path.listFiles(); > [javac15] ^^^^^ > [javac15] The local variable files is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 15. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerConfig.java (at line 24) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 16. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerException.java (at line 26) > [javac15] public class ContainerException extends > GenericConfigException { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ContainerException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 17. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerLoade > [javac15] r.java (at line 22) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 18. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerLoade > [javac15] r.java (at line 146) > [javac15] StackTraceElement[] stacks = t.getStackTrace(); > [javac15] ^^^^^^ > [javac15] The local variable stacks is never read > [javac15] ---------- > [javac15] 19. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerLoade > [javac15] r.java (at line 162) > [javac15] Class containerClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 20. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/JunitContainer.java (at line 57) > [javac15] Class clz = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 21. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/JunitContainer.java (at line 77) > [javac15] Enumeration err = results.errors(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 22. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/JunitContainer > [javac15] .java (at line 87) > [javac15] Enumeration fail = results.failures(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 23. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/location/FlexibleLocation.java (at line 99) > [javac15] Class lClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 24. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/splash/SplashScreen.java (at line 30) > [javac15] public final class SplashScreen extends Frame { > [javac15] ^^^^^^^^^^^^ > [javac15] The serializable class SplashScreen does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 25. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/splash/SplashScreen.java > [javac15] (at line 76) > [javac15] private class SplashWindow extends Window { > [javac15] ^^^^^^^^^^^^ > [javac15] The serializable class SplashWindow does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 26. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/BshUtil.java (at line 28) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 27. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/BshUtil.java (at line 30) > [javac15] import java.util.Set; > [javac15] ^^^^^^^^^^^^^ > [javac15] The import java.util.Set is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 28. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/Debug.java (at line 100) > [javac15] Enumeration en = repo.getCurrentLoggers(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 29. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/Debug.java > [javac15] (at line 387) > [javac15] Enumeration currentLoggerEnum = Logger.getRootLogger > ().getLoggerRepository().getCurrentLoggers(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 30. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GeneralException.java (at line 29) > [javac15] public class GeneralException extends Exception { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class GeneralException does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 31. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GeneralRuntimeExcep > [javac15] tion.java (at line 28) > [javac15] public class GeneralRuntimeException extends > RuntimeException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GeneralRuntimeException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 32. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 33) > [javac15] import groovy.lang.Script; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import groovy.lang.Script is never used > [javac15] ---------- > [javac15] 33. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 36) > [javac15] import bsh.EvalError; > [javac15] ^^^^^^^^^^^^^ > [javac15] The import bsh.EvalError is never used > [javac15] ---------- > [javac15] 34. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 46) > [javac15] public static UtilCache<String, Class> parsedScripts > = new UtilCache<String, Class>(" > [javac15] script.GroovyLocationParsedCache", 0, 0, false); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 35. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 46) > [javac15] public static UtilCache<String, Class> parsedScripts > = new UtilCache<String, Class>(" > [javac15] script.GroovyLocationParsedCache", 0, 0, false); > > [javac15] > ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 36. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 93) > [javac15] context.putAll(binding.getVariables()); > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The expression of type Map needs unchecked > conversion to conform to Map<? extends String,? extends Object> > [javac15] ---------- > [javac15] 37. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java > [javac15] (at line 105) > [javac15] Class scriptClass = parsedScripts.get(location); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 38. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/HttpClient.java (at line 480) > [javac15] Map headerFields = con.getHeaderFields(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 39. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/HttpClientException.java (at line 25) > [javac15] public class HttpClientException extends > GeneralException { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class HttpClientException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 40. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/KeyStoreUtil.java > [javac15] (at line 156) > [javac15] Collection certCol = cf.generateCertificates(bais); > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 41. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/MultiTrustManager.java (at line 31) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 42. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/NotifyLevel.java (at line 13) > [javac15] public class NotifyLevel extends Level { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class NotifyLevel does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 43. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.j > [javac15] ava (at line 42) > [javac15] protected Class resolveClass(ObjectStreamClass > classDesc) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 44. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.java (at line 42) > [javac15] protected Class resolveClass(ObjectStreamClass > classDesc) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Type safety: The return type Class for resolveClass > (ObjectStreamClass) from the type ObjectInputStream needs unchecked > conversion to conform to Class<?> from the type ObjectInputStream > [javac15] ---------- > [javac15] 45. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.java (at line 49) > [javac15] protected Class resolveProxyClass(String[] > interfaces) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 46. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.j > [javac15] ava (at line 49) > [javac15] protected Class resolveProxyClass(String[] > interfaces) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Type safety: The return type Class for resolveProxyClass > (String[]) from the type ObjectInputStream n > [javac15] eeds unchecked conversion to conform to Class<?> from > the type ObjectInputStream > [javac15] ---------- > [javac15] 47. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.j > [javac15] ava (at line 50) > [javac15] Class[] cinterfaces = new Class[interfaces.length]; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 48. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 85) > [javac15] Class arrayClass = loadClass(className.replace("[]", > ""), loader); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 49. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 177) > [javac15] Constructor con = c.getConstructor(sig); > [javac15] ^^^^^^^^^^^ > [javac15] Constructor is a raw type. References to generic type > Constructor<T> should be parameterized > [javac15] ---------- > [javac15] 50. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 948) > [javac15] Map map = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 51. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 948) > [javac15] Map map = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 52. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 954) > [javac15] List<Map> tempList = FastList.newInstance(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 53. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 958) > [javac15] Set<Map> tempSet = FastSet.newInstance(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 54. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 966) > [javac15] List list = (List) obj; > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 55. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 966) > [javac15] List list = (List) obj; > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 56. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1049) > [javac15] Collection col1 = (Collection) value1; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 57. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1049) > [javac15] Collection col1 = (Collection) value1; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 58. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1097) > [javac15] if (convertedValue1 instanceof List && ((List) > convertedValue1).size() == 0) > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 59. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1099) > [javac15] if (convertedValue1 instanceof Map && ((Map) > convertedValue1).size() == 0) > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 60. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1107) > [javac15] if (convertedValue1 instanceof List && ((List) > convertedValue1).size() == 0) > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 61. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1109) > [javac15] if (convertedValue1 instanceof Map && ((Map) > convertedValue1).size() == 0) > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 62. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1218) > [javac15] if (((Collection) value).size() == 0) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 63. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1222) > [javac15] if (((Map) value).size() == 0) { > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 64. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 66) > [javac15] public void initialize(BSFManager mgr, String lang, > Vector declaredBeans) throws B > [javac15] SFException { > [javac15] > ^^^^^^ > [javac15] Vector is a raw type. References to generic type > Vector<T> should be parameterized > [javac15] ---------- > [javac15] 65. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 138) > [javac15] public Object apply(String source, int lineNo, int > columnNo, Object funcBody, Vec > [javac15] tor namesVec, Vector argsVec) throws BSFException { > > [javac15] > ^^^^^^ > [javac15] Vector is a raw type. References to generic type > Vector<T> should be parameterized > [javac15] ---------- > [javac15] 66. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 138) > [javac15] public Object apply(String source, int lineNo, int > columnNo, Object funcBody, Vec > [javac15] tor namesVec, Vector argsVec) throws BSFException { > > [javac15] > ^^^^^^ > [javac15] Vector is a raw type. References to generic type > Vector<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 67. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/SSLUtil.java (at line 211) > [javac15] Map subjectMap = KeyStoreUtil.getX500Map(x500s); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 68. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/StringUtil.java > [javac15] (at line 694) > [javac15] return new HtmlEncodingMapWrapper(); > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] StringUtil.HtmlEncodingMapWrapper is a raw type. > References to generic type StringUtil.HtmlEncodingMapWrapper<K> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 69. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/URLConnector.java (at line 22) > [javac15] import org.ofbiz.base.util.Base64; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.base.util.Base64 is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 70. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilGenerics.java (at line 46) > [javac15] for (Object value: (Collection) object) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 71. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilGenerics.java > [javac15] (at line 84) > [javac15] Map<?, ?> map = (Map) object; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 72. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 295) > [javac15] Enumeration requestAttrNames = > request.getAttributeNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 73. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 330) > [javac15] Enumeration sessionAttrNames = > session.getAttributeNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 74. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 365) > [javac15] Enumeration applicationAttrNames = > servletContext.getAttributeNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 75. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 488) > [javac15] Enumeration parameterNames = > request.getParameterNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 76. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 559) > [javac15] java.util.Enumeration e = request.getParameterNames(); > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 77. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 590) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 78. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 590) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 79. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 592) > [javac15] userLogin = (Map) session.getAttribute > ("autoUserLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 80. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 661) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 81. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 661) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 82. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 682) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 83. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 682) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 84. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 684) > [javac15] userLogin = (Map) session.getAttribute > ("autoUserLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 85. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 1182) > [javac15] for (Enumeration names = request.getParameterNames > (); names.hasMoreElements(); ) { > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 86. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 1292) > [javac15] int rowCount = 0; > [javac15] ^^^^^^^^ > [javac15] The local variable rowCount is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 87. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilJavaParse.java (at line 103) > [javac15] String javaFragment = javaFile.substring(nextOpen, > nextClose); > [javac15] ^^^^^^^^^^^^ > [javac15] The local variable javaFragment is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 88. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilMisc.java (at line 730) > [javac15] protected static class SimpleMap<V> implements > Map<String, V>, java.io.Serializable > [javac15] { > [javac15] ^^^^^^^^^ > [javac15] The serializable class SimpleMap does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 89. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilMisc.java > [javac15] (at line 946) > [javac15] Map mapObj = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 90. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilMisc.java > [javac15] (at line 946) > [javac15] Map mapObj = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 91. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilProperties.java (at line 428) > [javac15] public static String getMessage(String resource, > String name, List arguments, Locale > [javac15] locale) { > > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 92. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilProperties.java (at line 895) > [javac15] Iterator i = properties.keySet().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 93. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilURL.java > [javac15] (at line 23) > [javac15] import java.io.FileReader; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.io.FileReader is never used > [javac15] ---------- > [javac15] 94. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilURL.java > [javac15] (at line 38) > [javac15] public static URL fromClass(Class contextClass) { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 95. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilURL.java (at line 52) > [javac15] public static URL fromResource(Class contextClass, > String resourceName) { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 96. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilValidate.java > [javac15] (at line 199) > [javac15] public static boolean isEmpty(Collection c) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 97. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilValidate.java (at line 209) > [javac15] public static boolean isNotEmpty(Collection c) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 98. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/cache/CacheSoftRefe > [javac15] rence.java (at line 27) > [javac15] public class CacheSoftReference<V> extends > SoftReference<V> implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class CacheSoftReference does not > declare a static final serialVersionUID field of > [javac15] type long > [javac15] ---------- > [javac15] ---------- > [javac15] 99. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/cache/HardRefCacheLine.java (at line 21) > [javac15] public final class HardRefCacheLine<V> extends > CacheLine<V> { > [javac15] > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class HardRefCacheLine does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 100. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/cache/JdbmSerializer.java (at line 30) > [javac15] public class JdbmSerializer implements > jdbm.helper.Serializer { > [javac15] ^^^^^^^^^^^^^^ > [javac15] The serializable class JdbmSerializer does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 101. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/cache/SoftRefCache > [javac15] Line.java (at line 21) > [javac15] public final class SoftRefCacheLine<V> extends > CacheLine<V> { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class SoftRefCacheLine does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 102. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 37) > [javac15] public class FlexibleServletAccessor<T> implements > Serializable > [javac15] { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class FlexibleServletAccessor does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 103. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 171) > [javac15] FlexibleServletAccessor flexibleServletAccessor = > (FlexibleServletAccessor) obj; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] FlexibleServletAccessor is a raw type. References to > generic type FlexibleServletAccessor<T> should be parameterized > [javac15] ---------- > [javac15] 104. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 171) > [javac15] FlexibleServletAccessor flexibleServletAccessor = > (FlexibleServletAccessor) obj; > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] FlexibleServletAccessor is a raw type. References to > generic type FlexibleServletAccessor<T> should be parameterized > [javac15] ---------- > [javac15] 105. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 192) > [javac15] protected static class AttributeAccessor<T> > implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class AttributeAccessor does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 106. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 248) > [javac15] List lst = (List) request.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 107. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 248) > [javac15] List lst = (List) request.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 108. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 264) > [javac15] List lst = (List) session.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 109. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 264) > [javac15] List lst = (List) session.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 110. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/LifoSe > [javac15] t.java (at line 31) > [javac15] public class LifoSet<V> extends AbstractSet<V> > implements Serializable { > [javac15] ^^^^^^^ > [javac15] The serializable class LifoSet does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 111. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapComparator.java (at line 22) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 112. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapStack.java (at line 48) > [javac15] return new MapStack(); > [javac15] ^^^^^^^^ > [javac15] MapStack is a raw type. References to generic type > MapStack<K> should be parameterized > [javac15] ---------- > [javac15] 113. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapSta > [javac15] ck.java (at line 238) > [javac15] LocalizedMap lmap = (LocalizedMap) curMap; > [javac15] ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] 114. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapStack.java (at line 238) > [javac15] LocalizedMap lmap = (LocalizedMap) curMap; > [javac15] ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] 115. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapSta > [javac15] ck.java (at line 286) > [javac15] Map currentMap = (Map) this.stackList.get(0); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 116. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapStack.java (at line 286) > [javac15] Map currentMap = (Map) this.stackList.get(0); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 117. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Resour > [javac15] ceBundleMapWrapper.java (at line 37) > [javac15] public class ResourceBundleMapWrapper implements > Map<String, Object>, Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ResourceBundleMapWrapper does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 118. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Resour > [javac15] ceBundleMapWrapper.java (at line 153) > [javac15] public static class InternalRbmWrapper implements > Map<String, Object>, Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class InternalRbmWrapper does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 119. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Resour > [javac15] ceBundleMapWrapper.java (at line 264) > [javac15] public void putAll(Map arg0) { > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 120. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/FlexibleStringExpander.java (at > line 111) > [javac15] locale = UtilMisc.ensureLocale(((Map) context.get > ("autoUserLogin")). > [javac15] get("lastLocale")); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 121. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/FlexibleStr > [javac15] ingExpander.java (at line 120) > [javac15] timeZone = UtilDateTime.toTimeZone((String)((Map) > context.get("autoUserLogin")).get("lastTimeZone")); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 122. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/FlexibleStr > [javac15] ingExpander.java (at line 314) > [javac15] protected final Class parsedScript; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 123. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/UelUtil.java (at line 140) > [javac15] Object localizedObj = ((LocalizedMap) > this.variables).get(variable, locale); > [javac15] ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 124. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/template/FreeMarke > [javac15] rWorker.java (at line 391) > [javac15] Map ctx = null; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 125. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/template/FreeMarke > [javac15] rWorker.java (at line 393) > [javac15] ctx = (Map)((BeanModel)ctxObj).getWrappedObject(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 125 problems (125 warnings) > > jar: > [jar] Building jar: /home/ofbiz/Software/OFBiz/framework/base/ > build/lib/ofbiz-base.jar > > prepare: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/entity/ > build/classes > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/entity/ > build/lib > > classes: > [javac15] Compiling 124 source files to /home/ofbiz/Software/OFBiz/ > framework/entity/build/classes > [javac15] ---------- > [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/EntityCryptoException.java (at line 21) > [javac15] public class EntityCryptoException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityCryptoException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/EntityLockedException > [javac15] .java (at line 25) > [javac15] public class EntityLockedException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityLockedException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericCreateException.java (at line 25) > [javac15] public class GenericCreateException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericCreateException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 4. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDataSourceExce > [javac15] ption.java (at line 25) > [javac15] public class GenericDataSourceException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericDataSourceException does > not declare a static final serialVersionUID f > [javac15] ield of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 5. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 106) > [javac15] protected Map andCacheFieldSets = FastMap.newInstance > (); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 6. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java > [javac15] (at line 314) > [javac15] Class dccClass = loader.loadClass > (distributedCacheClearClassName); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 7. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 341) > [javac15] Class eecahClass = loader.loadClass > (entityEcaHandlerClassName); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 8. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java > [javac15] (at line 342) > [javac15] this.entityEcaHandler = (EntityEcaHandler) > eecahClass.newInstance(); > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] 9. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2863) > [javac15] protected void clearCacheValues(UtilCache cache, > String entityName, EntityCondition > [javac15] condition) { > [javac15] ^^^^^^^^^ > [javac15] UtilCache is a raw type. References to generic type > UtilCache<K,V> should be parameterized > [javac15] ---------- > [javac15] 10. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2864) > [javac15] Iterator iterator = cache.cacheLineTable.values > ().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 11. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.jav > [javac15] a (at line 2866) > [javac15] CacheLine line = (CacheLine) iterator.next(); > [javac15] ^^^^^^^^^ > [javac15] CacheLine is a raw type. References to generic type > CacheLine<V> should be parameterized > [javac15] ---------- > [javac15] 12. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2866) > [javac15] CacheLine line = (CacheLine) iterator.next(); > [javac15] ^^^^^^^^^ > [javac15] CacheLine is a raw type. References to generic type > CacheLine<V> should be parameterized > [javac15] ---------- > [javac15] 13. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.jav > [javac15] a (at line 3095) > [javac15] public void setEntityEcaHandler(EntityEcaHandler > entityEcaHandler) { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] 14. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 3099) > [javac15] public EntityEcaHandler getEntityEcaHandler() { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 15. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDuplicateKeyE > [javac15] xception.java (at line 25) > [javac15] public class GenericDuplicateKeyException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericDuplicateKeyException does > not declare a static final serialVersionUID > [javac15] field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 16. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java (at line 68) > [javac15] public class GenericEntity extends Observable > implements Map<String, Object>, Localiz > [javac15] edMap, Serializable, Comparable<GenericEntity>, > Cloneable, Reusable { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntity does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 17. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java (at line 68) > [javac15] public class GenericEntity extends Observable > implements Map<String, Object>, Localiz > [javac15] edMap, Serializable, Comparable<GenericEntity>, > Cloneable, Reusable { > > [javac15] > ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] 18. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java > [javac15] (at line 978) > [javac15] Iterator modelFields = this.getModelEntity > ().getFieldsIterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 19. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java (at line 1374) > [javac15] public static class NullGenericEntity extends > GenericEntity implements NULL { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class NullGenericEntity does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 20. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntityConfExc > [javac15] eption.java (at line 25) > [javac15] public class GenericEntityConfException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntityConfException does > not declare a static final serialVersionUID f > [javac15] ield of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 21. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntityException.java (at line 27) > [javac15] public class GenericEntityException extends > GeneralException { > [javac15] ^ > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntityException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 22. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntityNotFoundException.java (at > line 25) > [javac15] public class GenericEntityNotFoundException extends > GenericEntityExcep > [javac15] tion { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntityNotFoundException > does not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 23. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericFindException.java (at line 25) > [javac15] public class GenericFindException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericFindException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 24. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericModelExceptio > [javac15] n.java (at line 25) > [javac15] public class GenericModelException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericModelException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 25. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericNoSuchEntityException.java (at > line 25) > [javac15] public class GenericNoSuchEntityException extends > GenericEntityException > [javac15] { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericNoSuchEntityException does > not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 26. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericNotImplementedException.java (at > line 25) > [javac15] public class GenericNotImplementedException extends > GenericEntityExcep > [javac15] tion { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericNotImplementedException > does not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 27. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericPK.java (at line 31) > [javac15] public class GenericPK extends GenericEntity { > [javac15] ^^^^^^^^^ > [javac15] The serializable class GenericPK does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 28. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericRemoveExcepti > [javac15] on.java (at line 25) > [javac15] public class GenericRemoveException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericRemoveException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 29. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericResultSetClosedException.java (at > line 25) > [javac15] public class GenericResultSetClosedException extends > GenericEntityExc > [javac15] eption { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericResultSetClosedException > does not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 30. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericStoreException.java (at line 25) > [javac15] public class GenericStoreException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericStoreException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 31. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/cache/AbstractEntity > [javac15] ConditionCache.java (at line 112) > [javac15] protected static final boolean isNull(Map value) { > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 32. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 34) > [javac15] import org.ofbiz.base.util.UtilGenerics; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.base.util.UtilGenerics is never used > [javac15] ---------- > [javac15] 33. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComp > [javac15] arisonOperator.java (at line 45) > [javac15] public class EntityComparisonOperator extends > EntityOperator<Boolean> { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityComparisonOperator does not > declare a static final serialVersionUID fie > [javac15] ld of type long > [javac15] ---------- > [javac15] 34. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 130) > [javac15] public boolean compare(Comparable lhs, Object rhs) { > [javac15] ^^^^^^^^^^ > [javac15] > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 35. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComp > [javac15] arisonOperator.java (at line 178) > [javac15] public static final boolean compareEqual(Comparable > lhs, Object rhs) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] > [javac15] ---------- > [javac15] 36. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 189) > [javac15] public static final boolean compareNotEqual > (Comparable lhs, Objec > [javac15] t rhs) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 37. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 200) > [javac15] public static final boolean compareGreaterThan > (Comparable lhs, Ob > [javac15] ject rhs) { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 38. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 205) > [javac15] } else if (lhs.compareTo(rhs) <= 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 39. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 211) > [javac15] public static final boolean compareGreaterThanEqualTo > (Comparable > [javac15] lhs, Object rhs) { > > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 40. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 216) > [javac15] } else if (lhs.compareTo(rhs) < 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 41. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 222) > [javac15] public static final boolean compareLessThan > (Comparable lhs, Objec > [javac15] t rhs) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 42. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 227) > [javac15] } else if (lhs.compareTo(rhs) >= 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 43. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 233) > [javac15] public static final boolean compareLessThanEqualTo > (Comparable lhs > [javac15] , Object rhs) { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 44. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 238) > [javac15] } else if (lhs.compareTo(rhs) > 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 45. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 252) > [javac15] if (((Collection) rhs).contains(lhs)) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 46. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionBase.java (at line 26) > [javac15] import javolution.lang.Reusable; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import javolution.lang.Reusable is never used > [javac15] ---------- > [javac15] 47. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionBase.java (at > line 50) > [javac15] public static final List emptyList = > Collections.unmodifiableList(FastList.newInstance()); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 48. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionBase.java (at line 51) > [javac15] public static final Map _emptyMap = > Collections.unmodifiableMap(FastMap.newInstance()); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 49. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionFunction.java > (at line 38) > [javac15] public static class NOT extends > EntityConditionFunction { > [javac15] ^^^ > [javac15] The serializable class NOT does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 50. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 30) > [javac15] public class EntityConditionList<T extends > EntityCondition> extends EntityConditionListBase<T> { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityConditionList does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 51. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 33) > [javac15] protected static final > ObjectFactory<EntityConditionList> entityConditionListFactory = new > ObjectFactory<EntityConditionList>() { > [javac15] > ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] 52. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 33) > [javac15] protected static final > ObjectFactory<EntityConditionList> entityConditionListFactory = new > ObjectFactory<EntityConditionList>() { > [javac15] > > [javac15] > ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] 53. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionList.java (at > line 34) > [javac15] protected EntityConditionList create() { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] 54. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 35) > [javac15] return new EntityConditionList(); > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 55. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java > (at line 66) > [javac15] public EntityOperator getOperator() { > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 56. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionListBase.java (at line 114) > [javac15] EntityConditionListBase other = > (EntityConditionListBase) obj; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionListBase is a raw type. References to > generic type EntityConditionListBase<T> should be parameterized > [javac15] ---------- > [javac15] > [javac15] 57. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java > (at line 114) > [javac15] EntityConditionListBase other = > (EntityConditionListBase) obj; > [javac15] > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionListBase is a raw type. References to > generic type EntityConditionListBase<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 58. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionParam.java (at > line 29) > [javac15] public class EntityConditionParam implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityConditionParam does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 59. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionSubSelect.java (at line 34) > [javac15] public class EntityConditionSubSelect extends > EntityConditionValue { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityConditionSubSelect does not > declare a static final serialVersionUID fie > [javac15] ld of type long > [javac15] ---------- > [javac15] 60. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionSubSelect.java > (at line 117) > [javac15] public Comparable getValue(GenericDelegator > delegator, Map<String > [javac15] , ? extends Object> map) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 61. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at > line 40) > [javac15] void acceptEntityJoinOperator(EntityJoinOperator op, > List conditions > [javac15] ); > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 62. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at > line 41) > [javac15] void acceptEntityOperator(EntityOperator op, Object > lhs, Object rhs); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 63. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionVisitor.java (at line 47) > [javac15] void acceptEntityConditionList(EntityConditionList > list); > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be param > [javac15] eterized > [javac15] ---------- > [javac15] 64. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at > line 50) > [javac15] void acceptEntityFunction(EntityFunction func); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 65. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityDate > [javac15] FilterCondition.java (at line 33) > [javac15] public class EntityDateFilterCondition extends > EntityCondition { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityDateFilterCondition does > not declare a static final serialVersionUID fi > [javac15] eld of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 66. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 24) > [javac15] import java.util.Set; > [javac15] ^^^^^^^^^^^^^ > [javac15] The import java.util.Set is never used > [javac15] ---------- > [javac15] 67. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 36) > [javac15] import org.ofbiz.entity.GenericValue; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.GenericValue is never used > [javac15] ---------- > [javac15] 68. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 41) > [javac15] import org.ofbiz.entity.model.ModelFieldTypeReader; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.model.ModelFieldTypeReader > is never used > [javac15] ---------- > [javac15] 69. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 47) > [javac15] public class EntityExpr extends EntityCondition { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class EntityExpr does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 70. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 97) > [javac15] if (!(rhs instanceof Collection) || (((Collection) > rhs).size() != 2)) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 71. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 157) > [javac15] public EntityOperator getOperator() { > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 72. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 228) > [javac15] value = ((EntityFunction) this.rhs).getOriginalValue(); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] 73. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 232) > [javac15] Collection valueCol = (Collection) value; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 74. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 232) > [javac15] Collection valueCol = (Collection) value; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 75. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFieldMap.java (at line 36) > [javac15] public class EntityFieldMap extends > EntityConditionListBase<EntityExpr> { > [javac15] ^^^^^^^^^^^^^^ > [javac15] The serializable class EntityFieldMap does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 76. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFiel > [javac15] dValue.java (at line 39) > [javac15] public class EntityFieldValue extends > EntityConditionValue implements Reusable { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityFieldValue does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 77. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 38) > [javac15] public abstract class EntityFunction<T extends > Comparable> extends EntityCon > [javac15] ditionValue implements Reusable { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 78. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 46) > [javac15] public EntityFunction.LENGTH createFunction > (EntityConditionValue nested) { E > [javac15] ntityFunction.LENGTH ef = > EntityFunction.LENGTH.lengthFactory.object(); ef.init(nested); return > ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LENGTH for > createFunction(EntityConditionValue) from the > [javac15] type new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 79. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 47) > [javac15] public EntityFunction.LENGTH createFunction(Object > value) { EntityFunction.L > [javac15] ENGTH ef = EntityFunction.LENGTH.lengthFactory.object(); > ef.init(value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LENGTH for > createFunction(Object) from the type new Enti > [javac15] tyFunction<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 80. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 50) > [javac15] public EntityFunction.TRIM createFunction > (EntityConditionValue nested) { Ent > [javac15] ityFunction.TRIM ef = > EntityFunction.TRIM.trimFactory.object(); ef.init(nested); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.TRIM for > createFunction(EntityConditionValue) from the t > [javac15] ype new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 81. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 51) > [javac15] public EntityFunction.TRIM createFunction(Object > value) { EntityFunction.TRI > [javac15] M ef = EntityFunction.TRIM.trimFactory.object(); ef.init > (value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.TRIM for > createFunction(Object) from the type new Entity > [javac15] Function<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 82. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 54) > [javac15] public EntityFunction.UPPER createFunction > (EntityConditionValue nested) { En > [javac15] tityFunction.UPPER ef = > EntityFunction.UPPER.upperFactory.object(); ef.init(nested); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.UPPER for > createFunction(EntityConditionValue) from the > [javac15] type new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 83. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 55) > [javac15] public EntityFunction.UPPER createFunction(Object > value) { EntityFunction.UP > [javac15] PER ef = EntityFunction.UPPER.upperFactory.object(); > ef.init(value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.UPPER for > createFunction(Object) from the type new Entit > [javac15] yFunction<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 84. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 58) > [javac15] public EntityFunction.LOWER createFunction > (EntityConditionValue nested) { En > [javac15] tityFunction.LOWER ef = > EntityFunction.LOWER.lowerFactory.object(); ef.init(nested); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LOWER for > createFunction(EntityConditionValue) from the > [javac15] type new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 85. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 59) > [javac15] public EntityFunction.LOWER createFunction(Object > value) { EntityFunction.LO > [javac15] WER ef = EntityFunction.LOWER.lowerFactory.object(); > ef.init(value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LOWER for > createFunction(Object) from the type new Entit > [javac15] yFunction<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 86. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 62) > [javac15] public abstract <T extends Comparable> > EntityFunction<T> createFunction(Enti > [javac15] tyConditionValue nested); > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 87. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 63) > [javac15] public abstract <T extends Comparable> > EntityFunction<T> createFunction(Object value); > [javac15] ^^^^^^^^^^ > [javac15] > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 88. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 81) > [javac15] public static class LENGTH extends > EntityFunction<Integer> { > [javac15] ^^^^^^ > [javac15] The serializable class LENGTH does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 89. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 100) > [javac15] public static class TRIM extends > EntityFunction<String> { > [javac15] ^^^^ > [javac15] The serializable class TRIM does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 90. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 119) > [javac15] public static class UPPER extends > EntityFunction<String> { > [javac15] ^^^^^ > [javac15] The serializable class UPPER does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 91. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 138) > [javac15] public static class LOWER extends > EntityFunction<String> { > [javac15] ^^^^^ > [javac15] The serializable class LOWER does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 92. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 193) > [javac15] return new EntityFunction<T>(fetcher, function, > nested.freeze()) {}; > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 93. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 195) > [javac15] return new EntityFunction<T>(fetcher, function, > value) {}; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 94. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 217) > [javac15] EntityFunction otherFunc = (EntityFunction) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] 95. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 217) > [javac15] EntityFunction otherFunc = (EntityFunction) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 96. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityJoinOperator.java (at > line 38) > [javac15] public class EntityJoinOperator extends > EntityOperator<Boolean> { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityJoinOperator does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 97. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOper > [javac15] ator.java (at line 56) > [javac15] private static HashMap<String, EntityOperator> > registry = new HashMap<String, EntityOperator>(); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 98. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOper > [javac15] ator.java (at line 56) > [javac15] private static HashMap<String, EntityOperator> > registry = new HashMap<String, EntityOperator>(); > > [javac15] > ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 99. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOper > [javac15] ator.java (at line 58) > [javac15] private static void register(String name, > EntityOperator operator) { > [javac15] > ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] > [javac15] ---------- > [javac15] 100. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 62) > [javac15] public static EntityOperator lookup(String name) { > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 101. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 67) > [javac15] EntityOperator operator = lookup(name); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 102. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 74) > [javac15] EntityOperator operator = lookup(name); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 103. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 80) > [javac15] public static final EntityComparisonOperator EQUALS > = new EntityComparisonOperator(ID_EQUALS, "=") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 104. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 81) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareEqual(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 105. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 93) > [javac15] public static final EntityComparisonOperator > NOT_EQUAL = new EntityComparisonOperator(ID_NOT_EQUAL, "<>") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 106. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 94) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareNotEqual(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 107. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 106) > [javac15] public static final EntityComparisonOperator > LESS_THAN = new EntityComparisonOperator(ID_LESS_THAN, "<") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 108. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 107) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareLessThan(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 109. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 112) > [javac15] public static final EntityComparisonOperator > GREATER_THAN = new EntityComparisonOperator(ID_GREATER_THAN, ">") { > [javac15] > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 110. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 113) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareGreaterThan(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 111. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 118) > [javac15] public static final EntityComparisonOperator > LESS_THAN_EQUAL_TO = new Enti > [javac15] tyComparisonOperator(ID_LESS_THAN_EQUAL_TO, "<=") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 112. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 119) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareLessThanEqualTo(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 113. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 124) > [javac15] public static final EntityComparisonOperator > GREATER_THAN_EQUAL_TO = new EntityComparisonOperator > (ID_GREATER_THAN_EQUAL_TO, ">=") { > [javac15] > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 114. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 125) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareGreaterThanEqualTo(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 115. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 130) > [javac15] public static final EntityComparisonOperator IN = > new EntityComparisonOper > [javac15] ator(ID_IN, "IN") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 116. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 131) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareIn(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 117. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 135) > [javac15] public static final EntityComparisonOperator BETWEEN > = new EntityCompariso > [javac15] nOperator(ID_BETWEEN, "BETWEEN") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 118. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 136) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareIn(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 119. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 146) > [javac15] public static final EntityComparisonOperator LIKE = > new EntityComparisonOp > [javac15] erator(ID_LIKE, "LIKE") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 120. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 147) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareLike(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 121. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 150) > [javac15] public static final EntityComparisonOperator > NOT_LIKE = new EntityComparis > [javac15] onOperator(ID_NOT_LIKE, "NOT LIKE") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 122. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 151) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return !EntityCompari > [javac15] sonOperator.compareLike(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 123. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 154) > [javac15] public static final EntityComparisonOperator NOT_IN > = new EntityComparison > [javac15] Operator(ID_NOT_IN, "NOT IN") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 124. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 155) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return !EntityCompari > [javac15] sonOperator.compareIn(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 125. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 190) > [javac15] EntityOperator otherOper = (EntityOperator) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 126. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 190) > [javac15] EntityOperator otherOper = (EntityOperator) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 127. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 202) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 128. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 202) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 129. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 220) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 130. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 220) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 131. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 250) > [javac15] public static final Comparable WILDCARD = new > Comparable() { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 132. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 250) > [javac15] public static final Comparable WILDCARD = new > Comparable() { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 133. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityWhereString.java (at line > 43) > [javac15] public class EntityWhereString extends > EntityCondition { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityWhereString does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 134. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/OrderByLi > [javac15] st.java (at line 23) > [javac15] import java.util.Arrays; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Arrays is never used > [javac15] ---------- > [javac15] 135. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/OrderByLi > [javac15] st.java (at line 26) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 136. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/config/DatasourceIn > [javac15] fo.java (at line 21) > [javac15] import java.util.LinkedList; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.LinkedList is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 137. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/config/EntityConfig > [javac15] Util.java (at line 21) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 138. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/config/EntityConfig > [javac15] Util.java (at line 22) > [javac15] import java.util.List; > [javac15] ^^^^^^^^^^^^^^ > [javac15] The import java.util.List is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 139. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/connection/MinervaC > [javac15] onnectionFactory.java (at line 24) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 140. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/connection/MinervaC > [javac15] onnectionFactory.java (at line 126) > [javac15] public static Set getPooledData(String helperName) > throws GenericEntityException { > [javac15] ^^^ > [javac15] Set is a raw type. References to generic type Set<E> > should be parameterized > [javac15] ---------- > [javac15] 141. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/connection/MinervaConnectionFactory.java > (at line 130) > [javac15] return new HashSet(); > [javac15] ^^^^^^^ > [javac15] HashSet is a raw type. References to generic type > HashSet<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 142. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/datasource/GenericH > [javac15] elperDAO.java (at line 22) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 143. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/datasource/GenericH > [javac15] elperFactory.java (at line 70) > [javac15] java.lang.reflect.Constructor helperConstructor = null; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] Constructor is a raw type. References to generic type > Constructor<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 144. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/datasource/MemoryHelper.java (at line 128) > [javac15] Iterator it = entityCache.values().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 145. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByAndFinder. > [javac15] java (at line 27) > [javac15] import org.ofbiz.entity.condition.EntityFieldMap; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityFieldMap is > never used > [javac15] ---------- > [javac15] 146. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByAndFinder.java (at line 28) > [javac15] import org.ofbiz.entity.condition.EntityOperator; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityOperator is > never used > [javac15] ---------- > [javac15] 147. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByAndFinder. > [javac15] java (at line 37) > [javac15] public class ByAndFinder extends ListFinder { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ByAndFinder does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 148. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByConditionFinder.java (at line 26) > [javac15] import org.ofbiz.entity.condition.EntityConditionList; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import > org.ofbiz.entity.condition.EntityConditionList is never used > [javac15] ---------- > [javac15] 149. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByConditionF > [javac15] inder.java (at line 27) > [javac15] import org.ofbiz.entity.condition.EntityJoinOperator; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityJoinOperator > is never used > [javac15] ---------- > [javac15] 150. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByConditionFinder.java (at line 39) > [javac15] public class ByConditionFinder extends ListFinder { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ByConditionFinder does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 151. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 23) > [javac15] import java.util.HashMap; > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.HashMap is never used > [javac15] ---------- > [javac15] 152. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 25) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 153. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 47) > [javac15] import org.ofbiz.entity.condition.EntityConditionList; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import > org.ofbiz.entity.condition.EntityConditionList is never used > [javac15] ---------- > [javac15] 154. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 48) > [javac15] import org.ofbiz.entity.condition.EntityExpr; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityExpr is > never used > [javac15] ---------- > [javac15] 155. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 53) > [javac15] import org.ofbiz.entity.model.ModelField; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.model.ModelField is never used > [javac15] ---------- > [javac15] 156. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 155) > [javac15] public static class ConditionExpr implements > Condition { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ConditionExpr does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 157. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 204) > [javac15] EntityOperator operator = EntityOperator.lookup > (operatorName); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 158. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 268) > [javac15] public static class ConditionList implements > Condition { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ConditionList does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 159. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 307) > [javac15] EntityOperator operator = EntityOperator.lookup > (operatorName); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 160. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 315) > [javac15] public static class ConditionObject implements > Condition { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ConditionObject does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 161. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 336) > [javac15] public static class LimitRange implements > OutputHandler { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class LimitRange does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 162. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 390) > [javac15] public static class LimitView implements > OutputHandler { > [javac15] ^^^^^^^^^ > [javac15] The serializable class LimitView does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 163. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 446) > [javac15] public static class UseIterator implements > OutputHandler { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class UseIterator does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 164. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 459) > [javac15] public static class GetAll implements OutputHandler { > [javac15] ^^^^^^ > [javac15] The serializable class GetAll does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 165. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.j > [javac15] ava (at line 26) > [javac15] import javolution.util.FastMap; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import javolution.util.FastMap is never used > [javac15] ---------- > [javac15] 166. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.j > [javac15] ava (at line 39) > [javac15] import org.ofbiz.entity.condition.EntityConditionList; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import > org.ofbiz.entity.condition.EntityConditionList is never used > [javac15] ---------- > [javac15] 167. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.java (at line 40) > [javac15] import org.ofbiz.entity.condition.EntityJoinOperator; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityJoinOperator > is never used > [javac15] ---------- > [javac15] 168. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.j > [javac15] ava (at line 53) > [javac15] import java.io.Serializable; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.io.Serializable is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 169. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/PrimaryKeyFi > [javac15] nder.java (at line 44) > [javac15] public class PrimaryKeyFinder extends Finder { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class PrimaryKeyFinder does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 170. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java (at line 96) > [javac15] Class cfClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 171. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java (at line 3288) > [javac15] public static class ColumnCheckInfo implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ColumnCheckInfo does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 172. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.j > [javac15] ava (at line 3316) > [javac15] public static class ReferenceCheckInfo implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ReferenceCheckInfo does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 173. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SQLProcessor.java (at line 82) > [javac15] private Map<String, String> _needClobWorkAroundWrite > = null; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The field SQLProcessor._needClobWorkAroundWrite is never > read locally > [javac15] ---------- > [javac15] 174. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SQLProcessor.j > [javac15] ava (at line 83) > [javac15] private Map<String, String> _needBlobWorkAroundWrite > = null; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The field SQLProcessor._needBlobWorkAroundWrite is never > read locally > [javac15] ---------- > [javac15] ---------- > [javac15] 175. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 40) > [javac15] import javax.sql.rowset.serial.SerialBlob; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The import javax.sql.rowset cannot be resolved > [javac15] ---------- > [javac15] 176. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 41) > [javac15] import javax.sql.rowset.serial.SerialClob; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The import javax.sql.rowset cannot be resolved > [javac15] ---------- > [javac15] 177. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 229) > [javac15] public static String makeWhereStringFromFields(List > modelFields, Map<String, Objec > [javac15] t> fields, String operator) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 178. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 234) > [javac15] public static String makeWhereStringFromFields(List > modelFields, Map<String, Objec > [javac15] t> fields, String operator, List<EntityConditionParam> > entityConditionParams) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 179. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 240) > [javac15] Iterator iter = modelFields.iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 180. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.ja > [javac15] va (at line 272) > [javac15] public static String makeWhereClause(ModelEntity > modelEntity, List modelFields, Map<String, Object> fields, String > operator, String joinStyle) throws GenericEntityException { > [javac15] > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 181. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 582) > [javac15] entity.dangerousSetNoCheckButFast(curField, new > SerialBlob((Blob) originalObject)); > [javac15] > ^^^^^^^^^^ > [javac15] SerialBlob cannot be resolved to a type > [javac15] ---------- > [javac15] 182. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java > [javac15] (at line 591) > [javac15] entity.dangerousSetNoCheckButFast(curField, new > SerialClob(rs.getClob(ind))); > [javac15] > ^^^^^^^^^^ > [javac15] SerialClob cannot be resolved to a type > [javac15] ---------- > [javac15] 183. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 814) > [javac15] sqlP.setValue((java.util.Collection) fieldValue); > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 184. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.j > [javac15] ava (at line 58) > [javac15] public class ModelEntity extends ModelInfo > implements Comparable<ModelEntity>, Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ModelEntity does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 185. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.java (at line 1427) > [javac15] Iterator relIter = this.getRelationsIterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 186. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.j > [javac15] ava (at line 1429) > [javac15] ModelRelation rel = (ModelRelation) relIter.next(); > [javac15] ^^^ > [javac15] The local variable rel is never read > [javac15] ---------- > [javac15] 187. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.j > [javac15] ava (at line 1434) > [javac15] Iterator idxIter = this.getIndexesIterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 188. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelField.java (at line 31) > [javac15] public class ModelField extends ModelChild { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class ModelField does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 189. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelFieldTyp > [javac15] e.java (at line 31) > [javac15] public class ModelFieldType implements Serializable { > [javac15] ^^^^^^^^^^^^^^ > [javac15] The serializable class ModelFieldType does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 190. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelFieldType.java (at line 121) > [javac15] class ModelFieldValidator implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelFieldValidator does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 191. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelFieldTyp > [javac15] eReader.java (at line 44) > [javac15] public class ModelFieldTypeReader implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelFieldTypeReader does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 192. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 22) > [javac15] import java.util.ArrayList; > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.ArrayList is never used > [javac15] ---------- > [javac15] 193. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 23) > [javac15] import java.util.Collection; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Collection is never used > [javac15] ---------- > [javac15] 194. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 53) > [javac15] public class ModelGroupReader implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelGroupReader does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 195. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelIndex.ja > [javac15] va (at line 30) > [javac15] public class ModelIndex extends ModelChild { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class ModelIndex does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 196. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelKeyMap.java (at line 34) > [javac15] public class ModelKeyMap implements > java.io.Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ModelKeyMap does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 197. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelReader.j > [javac15] ava (at line 56) > [javac15] public class ModelReader implements Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ModelReader does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 198. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelReader.java (at line 362) > [javac15] String message = "Existing relationship with the > same name, but different specs f > [javac15] ound from what would be auto-created for Entity [" + > relatedEnt.getEntityName() + "] ant relationship to entity [" + > [javac15] ^^^^^^^ > [javac15] The local variable message is never read > [javac15] ---------- > [javac15] 199. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelReader.java (at line 542) > [javac15] Set allEntities = this.getEntityNames(); > [javac15] ^^^ > [javac15] Set is a raw type. References to generic type Set<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 200. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelRelation.java (at line 40) > [javac15] public class ModelRelation extends ModelChild { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ModelRelation does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 201. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 36) > [javac15] import org.ofbiz.entity.GenericEntity; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.GenericEntity is never used > [javac15] ---------- > [javac15] 202. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 45) > [javac15] public class ModelViewEntity extends ModelEntity { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelViewEntity does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 203. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 652) > [javac15] public static class ModelMemberEntity implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelMemberEntity does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 204. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 670) > [javac15] public static class ModelAliasAll implements > Serializable { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ModelAliasAll does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 205. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 726) > [javac15] public static class ModelAlias implements > Serializable { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class ModelAlias does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 206. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 838) > [javac15] public static class ComplexAlias implements > ComplexAliasMember { > [javac15] ^^^^^^^^^^^^ > [javac15] The serializable class ComplexAlias does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 207. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 886) > [javac15] public static class ComplexAliasField implements > ComplexAliasMember { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ComplexAliasField does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 208. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 937) > [javac15] public static class ModelViewLink implements > Serializable { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ModelViewLink does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 209. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 1004) > [javac15] public class ModelConversion implements Serializable { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelConversion does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 210. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/SerializeException.java (at > line 25) > [javac15] public class SerializeException extends > org.ofbiz.base.util.GeneralException { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class SerializeException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 211. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerial > [javac15] izer.java (at line 160) > [javac15] Collection value = (Collection) object; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 212. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 160) > [javac15] Collection value = (Collection) object; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 213. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerial > [javac15] izer.java (at line 162) > [javac15] Iterator iter = value.iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 214. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 198) > [javac15] Map value = (Map) object; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 215. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 198) > [javac15] Map value = (Map) object; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 216. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 199) > [javac15] Iterator iter = value.entrySet().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 217. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerial > [javac15] izer.java (at line 202) > [javac15] Map.Entry entry = (Map.Entry) iter.next(); > [javac15] ^^^^^^^^^ > [javac15] Map.Entry is a raw type. References to generic type > Map<K,V>.Entry<K,V> should be parameterized > [javac15] ---------- > [javac15] 218. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 202) > [javac15] Map.Entry entry = (Map.Entry) iter.next(); > [javac15] ^^^^^^^^^ > [javac15] Map.Entry is a raw type. References to generic type > Map<K,V>.Entry<K,V> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 219. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/test/EntityTestSuit > [javac15] e.java (at line 131) > [javac15] GenericValue v = delegator.create("TestingNode", > "testingNodeId", nextSeqId, > [javac15] ^ > [javac15] The local variable v is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 220. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/transaction/ > GenericTransactionException.java (at line 26) > [javac15] public class GenericTransactionException extends > GenericEnti > [javac15] tyException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericTransactionException does > not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 221. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/transaction/TransactionFactory.java (at > line 51) > [javac15] Class tfClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 222. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/ByteWrapper.java (at line 30) > [javac15] public class ByteWrapper implements Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ByteWrapper does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 223. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataAsse > [javac15] rt.java (at line 71) > [javac15] public static void checkValueList(List valueList, > GenericDelegator delegator, List<Object> errorMessages) throws > GenericEntityException { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 224. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataAsse > [javac15] rt.java (at line 74) > [javac15] Iterator valueIter = valueList.iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 225. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 23) > [javac15] import java.util.Collection; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Collection is never used > [javac15] ---------- > [javac15] 226. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 25) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 227. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 37) > [javac15] import org.ofbiz.base.util.UtilMisc; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.base.util.UtilMisc is never used > [javac15] > [javac15] ---------- > [javac15] 228. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 83) > [javac15] public static List<URL> getUrlList(String > helperName, List readerNames) { > [javac15] > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 229. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoad > [javac15] er.java (at line 87) > [javac15] public static List<URL> getUrlList(String > helperName, String componentName, List readerNames) { > > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 230. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityFindOpti > [javac15] ons.java (at line 26) > [javac15] public class EntityFindOptions implements > java.io.Serializable { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityFindOptions does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 231. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntitySaxReader.java (at line 75) > [javac15] protected EntityEcaHandler ecaHandler = null; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 232. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityTypeUtil > [javac15] .java (at line 23) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 233. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/SequenceUtil.j > [javac15] ava (at line 53) > [javac15] private SequenceUtil() {} > [javac15] ^^^^^^^^^^^^^^ > [javac15] The constructor SequenceUtil() is never used locally > [javac15] ---------- > [javac15] 233 problems (4 errors, 229 warnings) > > BUILD FAILED > /home/ofbiz/Software/OFBiz/build.xml:148: The following error > occurred while executing this line: > /home/ofbiz/Software/OFBiz/framework/build.xml:141: The following > error occurred while executing this line: > /home/ofbiz/Software/OFBiz/macros.xml:27: The following error > occurred while executing this line: > /home/ofbiz/Software/OFBiz/framework/entity/build.xml:52: Compile > failed; see the compiler error output for details. > > Total time: 14 seconds > Antwebsystems.com: Quality OFBiz services for competitive rates |
In reply to this post by michael j
you might want to use the ./ant run-install command to use the ofbiz
build-in ant...... On Sat, 2009-06-27 at 07:31 -0400, Michael Jean wrote: > Hi > > I was wondering if anyone can help me. When I get ofbiz 9.04 and > perform 'ant run-install' I get all sorts of errors. This is running > it OOTB. > > sh-3.2$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/ > release09.04 OFBiz > A OFBiz/mergefromtrunk.sh > A OFBiz/.hgignore > A OFBiz/NOTICE > A OFBiz/OPTIONAL_LIBRARIES > A OFBiz/rc.ofbiz.for.debian > A OFBiz/LICENSE > A OFBiz/ant > A OFBiz/debian > A OFBiz/debian/override-data.xslt > A OFBiz/debian/ofbiz-applications.postinst > A OFBiz/debian/control > [...] > A OFBiz/startofbiz.sh > A OFBiz/ij.ofbiz > A OFBiz/KEYS > A OFBiz/APACHE2_HEADER > A OFBiz/mergefromtrunk.bat > A OFBiz/rc.ofbiz > U OFBiz > Checked out revision 788953. > > sh-3.2$ cd OFBiz > sh-3.2$ ant run-install > Buildfile: build.xml > > build: > [echo] [build] ========== Start Building (Compile) ========== > > ofbiz-init: > > dir-init: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/logs/ > test-results > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/data/derby > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/runtime/data/hsql > > copy-derby-props: > > build: > [echo] [build] ========== Start Building Framework (Compile) > ========== > > prepare: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/start/ > build/classes > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/start/ > build/lib > > classes: > [javac15] Compiling 4 source files to /home/ofbiz/Software/OFBiz/ > framework/start/build/classes > [javac15] ---------- > [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ > src/org/ofbiz/base/start/Start.java (at line 35) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ > src/org/ofbiz/base/start/Start.java (at line 248) > [javac15] Class loaderClass = classloader.loadClass > (loaderClassName); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/start/ > src/org/ofbiz/base/start/StartupException.j > [javac15] ava (at line 28) > [javac15] public class StartupException extends Exception { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class StartupException does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 3 problems (3 warnings) > > jar: > [jar] Building jar: /home/ofbiz/Software/OFBiz/framework/start/ > build/lib/ofbiz.jar > [copy] Copying 1 file to /home/ofbiz/Software/OFBiz > > prepare: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/base/ > build/classes > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/base/ > build/lib > > classes: > [javac15] Compiling 102 source files to /home/ofbiz/Software/OFBiz/ > framework/base/build/classes > [javac15] ---------- > [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/AlreadyLoadedException.java (at line 25) > [javac15] public class AlreadyLoadedException extends > ComponentException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class AlreadyLoadedException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentConfig > [javac15] .java (at line 27) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentConfig > [javac15] .java (at line 255) > [javac15] public static List getAppBarWebInfos(String > serverName) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 4. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentConfig.java (at line 259) > [javac15] public static List getAppBarWebInfos(String > serverName, String menuName) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 5. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentExcept > [javac15] ion.java (at line 27) > [javac15] public class ComponentException extends > GenericConfigException { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ComponentException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 6. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/component/ComponentResourceHandler.java (at line 36) > [javac15] public class ComponentResourceHandler implements > ResourceHandler { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ComponentResourceHandler does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 7. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/ClasspathLoader.ja > [javac15] va (at line 29) > [javac15] public class ClasspathLoader extends ResourceLoader > implements java.io.Serializable { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ClasspathLoader does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 8. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/FileLoader.java (at line 29) > [javac15] public class FileLoader extends ResourceLoader > implements java.io.Serializable { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class FileLoader does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 9. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/GenericConfigExcep > [javac15] tion.java (at line 27) > [javac15] public class GenericConfigException extends > GeneralException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericConfigException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 10. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/MainResourceHandler.java (at line 34) > [javac15] public final class MainResourceHandler implements > ResourceHandler { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class MainResourceHandler does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 11. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/ResourceLoader.ja > [javac15] va (at line 137) > [javac15] Class lClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 12. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/config/UrlLoader.java > [javac15] (at line 28) > [javac15] public class UrlLoader extends ResourceLoader > implements java.io.Serializable { > [javac15] ^^^^^^^^^ > [javac15] The serializable class UrlLoader does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 13. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ComponentContainer.java (at line 25) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 14. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ComponentContainer.java (at line 244) > [javac15] File files[] = path.listFiles(); > [javac15] ^^^^^ > [javac15] The local variable files is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 15. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerConfig.java (at line 24) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 16. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerException.java (at line 26) > [javac15] public class ContainerException extends > GenericConfigException { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ContainerException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 17. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerLoade > [javac15] r.java (at line 22) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 18. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerLoade > [javac15] r.java (at line 146) > [javac15] StackTraceElement[] stacks = t.getStackTrace(); > [javac15] ^^^^^^ > [javac15] The local variable stacks is never read > [javac15] ---------- > [javac15] 19. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/ContainerLoade > [javac15] r.java (at line 162) > [javac15] Class containerClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 20. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/JunitContainer.java (at line 57) > [javac15] Class clz = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 21. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/JunitContainer.java (at line 77) > [javac15] Enumeration err = results.errors(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 22. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/container/JunitContainer > [javac15] .java (at line 87) > [javac15] Enumeration fail = results.failures(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 23. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/location/FlexibleLocation.java (at line 99) > [javac15] Class lClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 24. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/splash/SplashScreen.java (at line 30) > [javac15] public final class SplashScreen extends Frame { > [javac15] ^^^^^^^^^^^^ > [javac15] The serializable class SplashScreen does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 25. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/splash/SplashScreen.java > [javac15] (at line 76) > [javac15] private class SplashWindow extends Window { > [javac15] ^^^^^^^^^^^^ > [javac15] The serializable class SplashWindow does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 26. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/BshUtil.java (at line 28) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 27. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/BshUtil.java (at line 30) > [javac15] import java.util.Set; > [javac15] ^^^^^^^^^^^^^ > [javac15] The import java.util.Set is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 28. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/Debug.java (at line 100) > [javac15] Enumeration en = repo.getCurrentLoggers(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 29. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/Debug.java > [javac15] (at line 387) > [javac15] Enumeration currentLoggerEnum = Logger.getRootLogger > ().getLoggerRepository().getCurrentLoggers(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 30. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GeneralException.java (at line 29) > [javac15] public class GeneralException extends Exception { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class GeneralException does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 31. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GeneralRuntimeExcep > [javac15] tion.java (at line 28) > [javac15] public class GeneralRuntimeException extends > RuntimeException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GeneralRuntimeException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 32. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 33) > [javac15] import groovy.lang.Script; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import groovy.lang.Script is never used > [javac15] ---------- > [javac15] 33. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 36) > [javac15] import bsh.EvalError; > [javac15] ^^^^^^^^^^^^^ > [javac15] The import bsh.EvalError is never used > [javac15] ---------- > [javac15] 34. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 46) > [javac15] public static UtilCache<String, Class> parsedScripts > = new UtilCache<String, Class>(" > [javac15] script.GroovyLocationParsedCache", 0, 0, false); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 35. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 46) > [javac15] public static UtilCache<String, Class> parsedScripts > = new UtilCache<String, Class>(" > [javac15] script.GroovyLocationParsedCache", 0, 0, false); > > [javac15] > ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 36. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java (at line 93) > [javac15] context.putAll(binding.getVariables()); > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The expression of type Map needs unchecked > conversion to conform to Map<? extends String,? extends Object> > [javac15] ---------- > [javac15] 37. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/GroovyUtil.java > [javac15] (at line 105) > [javac15] Class scriptClass = parsedScripts.get(location); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 38. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/HttpClient.java (at line 480) > [javac15] Map headerFields = con.getHeaderFields(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 39. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/HttpClientException.java (at line 25) > [javac15] public class HttpClientException extends > GeneralException { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class HttpClientException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 40. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/KeyStoreUtil.java > [javac15] (at line 156) > [javac15] Collection certCol = cf.generateCertificates(bais); > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 41. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/MultiTrustManager.java (at line 31) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 42. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/NotifyLevel.java (at line 13) > [javac15] public class NotifyLevel extends Level { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class NotifyLevel does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 43. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.j > [javac15] ava (at line 42) > [javac15] protected Class resolveClass(ObjectStreamClass > classDesc) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 44. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.java (at line 42) > [javac15] protected Class resolveClass(ObjectStreamClass > classDesc) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Type safety: The return type Class for resolveClass > (ObjectStreamClass) from the type ObjectInputStream needs unchecked > conversion to conform to Class<?> from the type ObjectInputStream > [javac15] ---------- > [javac15] 45. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.java (at line 49) > [javac15] protected Class resolveProxyClass(String[] > interfaces) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 46. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.j > [javac15] ava (at line 49) > [javac15] protected Class resolveProxyClass(String[] > interfaces) throws IOException, ClassNotFoundException { > [javac15] ^^^^^ > [javac15] Type safety: The return type Class for resolveProxyClass > (String[]) from the type ObjectInputStream n > [javac15] eeds unchecked conversion to conform to Class<?> from > the type ObjectInputStream > [javac15] ---------- > [javac15] 47. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectInputStream.j > [javac15] ava (at line 50) > [javac15] Class[] cinterfaces = new Class[interfaces.length]; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 48. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 85) > [javac15] Class arrayClass = loadClass(className.replace("[]", > ""), loader); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 49. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 177) > [javac15] Constructor con = c.getConstructor(sig); > [javac15] ^^^^^^^^^^^ > [javac15] Constructor is a raw type. References to generic type > Constructor<T> should be parameterized > [javac15] ---------- > [javac15] 50. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 948) > [javac15] Map map = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 51. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 948) > [javac15] Map map = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 52. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 954) > [javac15] List<Map> tempList = FastList.newInstance(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 53. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 958) > [javac15] Set<Map> tempSet = FastSet.newInstance(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 54. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 966) > [javac15] List list = (List) obj; > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 55. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 966) > [javac15] List list = (List) obj; > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 56. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1049) > [javac15] Collection col1 = (Collection) value1; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 57. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1049) > [javac15] Collection col1 = (Collection) value1; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 58. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1097) > [javac15] if (convertedValue1 instanceof List && ((List) > convertedValue1).size() == 0) > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 59. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1099) > [javac15] if (convertedValue1 instanceof Map && ((Map) > convertedValue1).size() == 0) > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 60. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1107) > [javac15] if (convertedValue1 instanceof List && ((List) > convertedValue1).size() == 0) > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 61. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1109) > [javac15] if (convertedValue1 instanceof Map && ((Map) > convertedValue1).size() == 0) > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 62. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java > [javac15] (at line 1218) > [javac15] if (((Collection) value).size() == 0) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 63. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/ObjectType.java (at line 1222) > [javac15] if (((Map) value).size() == 0) { > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 64. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 66) > [javac15] public void initialize(BSFManager mgr, String lang, > Vector declaredBeans) throws B > [javac15] SFException { > [javac15] > ^^^^^^ > [javac15] Vector is a raw type. References to generic type > Vector<T> should be parameterized > [javac15] ---------- > [javac15] 65. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 138) > [javac15] public Object apply(String source, int lineNo, int > columnNo, Object funcBody, Vec > [javac15] tor namesVec, Vector argsVec) throws BSFException { > > [javac15] > ^^^^^^ > [javac15] Vector is a raw type. References to generic type > Vector<T> should be parameterized > [javac15] ---------- > [javac15] 66. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/OfbizBshBsfEngine.java (at line 138) > [javac15] public Object apply(String source, int lineNo, int > columnNo, Object funcBody, Vec > [javac15] tor namesVec, Vector argsVec) throws BSFException { > > [javac15] > ^^^^^^ > [javac15] Vector is a raw type. References to generic type > Vector<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 67. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/SSLUtil.java (at line 211) > [javac15] Map subjectMap = KeyStoreUtil.getX500Map(x500s); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 68. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/StringUtil.java > [javac15] (at line 694) > [javac15] return new HtmlEncodingMapWrapper(); > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] StringUtil.HtmlEncodingMapWrapper is a raw type. > References to generic type StringUtil.HtmlEncodingMapWrapper<K> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 69. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/URLConnector.java (at line 22) > [javac15] import org.ofbiz.base.util.Base64; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.base.util.Base64 is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 70. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilGenerics.java (at line 46) > [javac15] for (Object value: (Collection) object) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 71. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilGenerics.java > [javac15] (at line 84) > [javac15] Map<?, ?> map = (Map) object; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 72. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 295) > [javac15] Enumeration requestAttrNames = > request.getAttributeNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 73. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 330) > [javac15] Enumeration sessionAttrNames = > session.getAttributeNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 74. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 365) > [javac15] Enumeration applicationAttrNames = > servletContext.getAttributeNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 75. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 488) > [javac15] Enumeration parameterNames = > request.getParameterNames(); > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 76. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 559) > [javac15] java.util.Enumeration e = request.getParameterNames(); > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 77. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 590) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 78. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 590) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 79. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 592) > [javac15] userLogin = (Map) session.getAttribute > ("autoUserLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 80. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 661) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 81. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 661) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 82. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 682) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 83. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 682) > [javac15] Map userLogin = (Map) session.getAttribute > ("userLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 84. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 684) > [javac15] userLogin = (Map) session.getAttribute > ("autoUserLogin"); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 85. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java > [javac15] (at line 1182) > [javac15] for (Enumeration names = request.getParameterNames > (); names.hasMoreElements(); ) { > [javac15] ^^^^^^^^^^^ > [javac15] Enumeration is a raw type. References to generic type > Enumeration<E> should be parameterized > [javac15] ---------- > [javac15] 86. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilHttp.java (at line 1292) > [javac15] int rowCount = 0; > [javac15] ^^^^^^^^ > [javac15] The local variable rowCount is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 87. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilJavaParse.java (at line 103) > [javac15] String javaFragment = javaFile.substring(nextOpen, > nextClose); > [javac15] ^^^^^^^^^^^^ > [javac15] The local variable javaFragment is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 88. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilMisc.java (at line 730) > [javac15] protected static class SimpleMap<V> implements > Map<String, V>, java.io.Serializable > [javac15] { > [javac15] ^^^^^^^^^ > [javac15] The serializable class SimpleMap does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 89. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilMisc.java > [javac15] (at line 946) > [javac15] Map mapObj = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 90. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilMisc.java > [javac15] (at line 946) > [javac15] Map mapObj = (Map) obj; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 91. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilProperties.java (at line 428) > [javac15] public static String getMessage(String resource, > String name, List arguments, Locale > [javac15] locale) { > > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 92. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilProperties.java (at line 895) > [javac15] Iterator i = properties.keySet().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 93. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilURL.java > [javac15] (at line 23) > [javac15] import java.io.FileReader; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.io.FileReader is never used > [javac15] ---------- > [javac15] 94. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilURL.java > [javac15] (at line 38) > [javac15] public static URL fromClass(Class contextClass) { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 95. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilURL.java (at line 52) > [javac15] public static URL fromResource(Class contextClass, > String resourceName) { > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 96. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilValidate.java > [javac15] (at line 199) > [javac15] public static boolean isEmpty(Collection c) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 97. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/UtilValidate.java (at line 209) > [javac15] public static boolean isNotEmpty(Collection c) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 98. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/cache/CacheSoftRefe > [javac15] rence.java (at line 27) > [javac15] public class CacheSoftReference<V> extends > SoftReference<V> implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class CacheSoftReference does not > declare a static final serialVersionUID field of > [javac15] type long > [javac15] ---------- > [javac15] ---------- > [javac15] 99. WARNING in /home/ofbiz/Software/OFBiz/framework/base/ > src/org/ofbiz/base/util/cache/HardRefCacheLine.java (at line 21) > [javac15] public final class HardRefCacheLine<V> extends > CacheLine<V> { > [javac15] > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class HardRefCacheLine does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 100. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/cache/JdbmSerializer.java (at line 30) > [javac15] public class JdbmSerializer implements > jdbm.helper.Serializer { > [javac15] ^^^^^^^^^^^^^^ > [javac15] The serializable class JdbmSerializer does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 101. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/cache/SoftRefCache > [javac15] Line.java (at line 21) > [javac15] public final class SoftRefCacheLine<V> extends > CacheLine<V> { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class SoftRefCacheLine does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 102. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 37) > [javac15] public class FlexibleServletAccessor<T> implements > Serializable > [javac15] { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class FlexibleServletAccessor does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 103. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 171) > [javac15] FlexibleServletAccessor flexibleServletAccessor = > (FlexibleServletAccessor) obj; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] FlexibleServletAccessor is a raw type. References to > generic type FlexibleServletAccessor<T> should be parameterized > [javac15] ---------- > [javac15] 104. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 171) > [javac15] FlexibleServletAccessor flexibleServletAccessor = > (FlexibleServletAccessor) obj; > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] FlexibleServletAccessor is a raw type. References to > generic type FlexibleServletAccessor<T> should be parameterized > [javac15] ---------- > [javac15] 105. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 192) > [javac15] protected static class AttributeAccessor<T> > implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class AttributeAccessor does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 106. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 248) > [javac15] List lst = (List) request.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 107. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 248) > [javac15] List lst = (List) request.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 108. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Flexib > [javac15] leServletAccessor.java (at line 264) > [javac15] List lst = (List) session.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 109. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/FlexibleServletAccessor.java > (at line 264) > [javac15] List lst = (List) session.getAttribute(attributeName); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 110. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/LifoSe > [javac15] t.java (at line 31) > [javac15] public class LifoSet<V> extends AbstractSet<V> > implements Serializable { > [javac15] ^^^^^^^ > [javac15] The serializable class LifoSet does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 111. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapComparator.java (at line 22) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 112. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapStack.java (at line 48) > [javac15] return new MapStack(); > [javac15] ^^^^^^^^ > [javac15] MapStack is a raw type. References to generic type > MapStack<K> should be parameterized > [javac15] ---------- > [javac15] 113. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapSta > [javac15] ck.java (at line 238) > [javac15] LocalizedMap lmap = (LocalizedMap) curMap; > [javac15] ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] 114. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapStack.java (at line 238) > [javac15] LocalizedMap lmap = (LocalizedMap) curMap; > [javac15] ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] 115. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapSta > [javac15] ck.java (at line 286) > [javac15] Map currentMap = (Map) this.stackList.get(0); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 116. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/MapStack.java (at line 286) > [javac15] Map currentMap = (Map) this.stackList.get(0); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 117. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Resour > [javac15] ceBundleMapWrapper.java (at line 37) > [javac15] public class ResourceBundleMapWrapper implements > Map<String, Object>, Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ResourceBundleMapWrapper does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 118. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Resour > [javac15] ceBundleMapWrapper.java (at line 153) > [javac15] public static class InternalRbmWrapper implements > Map<String, Object>, Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class InternalRbmWrapper does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 119. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/collections/Resour > [javac15] ceBundleMapWrapper.java (at line 264) > [javac15] public void putAll(Map arg0) { > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 120. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/FlexibleStringExpander.java (at > line 111) > [javac15] locale = UtilMisc.ensureLocale(((Map) context.get > ("autoUserLogin")). > [javac15] get("lastLocale")); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 121. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/FlexibleStr > [javac15] ingExpander.java (at line 120) > [javac15] timeZone = UtilDateTime.toTimeZone((String)((Map) > context.get("autoUserLogin")).get("lastTimeZone")); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 122. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/FlexibleStr > [javac15] ingExpander.java (at line 314) > [javac15] protected final Class parsedScript; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 123. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/string/UelUtil.java (at line 140) > [javac15] Object localizedObj = ((LocalizedMap) > this.variables).get(variable, locale); > [javac15] ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 124. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/template/FreeMarke > [javac15] rWorker.java (at line 391) > [javac15] Map ctx = null; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 125. WARNING in /home/ofbiz/Software/OFBiz/framework/ > base/src/org/ofbiz/base/util/template/FreeMarke > [javac15] rWorker.java (at line 393) > [javac15] ctx = (Map)((BeanModel)ctxObj).getWrappedObject(); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 125 problems (125 warnings) > > jar: > [jar] Building jar: /home/ofbiz/Software/OFBiz/framework/base/ > build/lib/ofbiz-base.jar > > prepare: > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/entity/ > build/classes > [mkdir] Created dir: /home/ofbiz/Software/OFBiz/framework/entity/ > build/lib > > classes: > [javac15] Compiling 124 source files to /home/ofbiz/Software/OFBiz/ > framework/entity/build/classes > [javac15] ---------- > [javac15] 1. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/EntityCryptoException.java (at line 21) > [javac15] public class EntityCryptoException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityCryptoException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 2. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/EntityLockedException > [javac15] .java (at line 25) > [javac15] public class EntityLockedException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityLockedException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 3. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericCreateException.java (at line 25) > [javac15] public class GenericCreateException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericCreateException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 4. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDataSourceExce > [javac15] ption.java (at line 25) > [javac15] public class GenericDataSourceException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericDataSourceException does > not declare a static final serialVersionUID f > [javac15] ield of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 5. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 106) > [javac15] protected Map andCacheFieldSets = FastMap.newInstance > (); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 6. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java > [javac15] (at line 314) > [javac15] Class dccClass = loader.loadClass > (distributedCacheClearClassName); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 7. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 341) > [javac15] Class eecahClass = loader.loadClass > (entityEcaHandlerClassName); > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] 8. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java > [javac15] (at line 342) > [javac15] this.entityEcaHandler = (EntityEcaHandler) > eecahClass.newInstance(); > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] 9. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2863) > [javac15] protected void clearCacheValues(UtilCache cache, > String entityName, EntityCondition > [javac15] condition) { > [javac15] ^^^^^^^^^ > [javac15] UtilCache is a raw type. References to generic type > UtilCache<K,V> should be parameterized > [javac15] ---------- > [javac15] 10. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2864) > [javac15] Iterator iterator = cache.cacheLineTable.values > ().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 11. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.jav > [javac15] a (at line 2866) > [javac15] CacheLine line = (CacheLine) iterator.next(); > [javac15] ^^^^^^^^^ > [javac15] CacheLine is a raw type. References to generic type > CacheLine<V> should be parameterized > [javac15] ---------- > [javac15] 12. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 2866) > [javac15] CacheLine line = (CacheLine) iterator.next(); > [javac15] ^^^^^^^^^ > [javac15] CacheLine is a raw type. References to generic type > CacheLine<V> should be parameterized > [javac15] ---------- > [javac15] 13. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.jav > [javac15] a (at line 3095) > [javac15] public void setEntityEcaHandler(EntityEcaHandler > entityEcaHandler) { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] 14. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDelegator.java (at line 3099) > [javac15] public EntityEcaHandler getEntityEcaHandler() { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 15. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericDuplicateKeyE > [javac15] xception.java (at line 25) > [javac15] public class GenericDuplicateKeyException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericDuplicateKeyException does > not declare a static final serialVersionUID > [javac15] field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 16. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java (at line 68) > [javac15] public class GenericEntity extends Observable > implements Map<String, Object>, Localiz > [javac15] edMap, Serializable, Comparable<GenericEntity>, > Cloneable, Reusable { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntity does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 17. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java (at line 68) > [javac15] public class GenericEntity extends Observable > implements Map<String, Object>, Localiz > [javac15] edMap, Serializable, Comparable<GenericEntity>, > Cloneable, Reusable { > > [javac15] > ^^^^^^^^^^^^ > [javac15] LocalizedMap is a raw type. References to generic type > LocalizedMap<V> should be parameterized > [javac15] ---------- > [javac15] 18. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java > [javac15] (at line 978) > [javac15] Iterator modelFields = this.getModelEntity > ().getFieldsIterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 19. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntity.java (at line 1374) > [javac15] public static class NullGenericEntity extends > GenericEntity implements NULL { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class NullGenericEntity does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 20. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntityConfExc > [javac15] eption.java (at line 25) > [javac15] public class GenericEntityConfException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntityConfException does > not declare a static final serialVersionUID f > [javac15] ield of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 21. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntityException.java (at line 27) > [javac15] public class GenericEntityException extends > GeneralException { > [javac15] ^ > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntityException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 22. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericEntityNotFoundException.java (at > line 25) > [javac15] public class GenericEntityNotFoundException extends > GenericEntityExcep > [javac15] tion { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericEntityNotFoundException > does not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 23. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericFindException.java (at line 25) > [javac15] public class GenericFindException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericFindException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 24. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericModelExceptio > [javac15] n.java (at line 25) > [javac15] public class GenericModelException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericModelException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 25. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericNoSuchEntityException.java (at > line 25) > [javac15] public class GenericNoSuchEntityException extends > GenericEntityException > [javac15] { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericNoSuchEntityException does > not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 26. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericNotImplementedException.java (at > line 25) > [javac15] public class GenericNotImplementedException extends > GenericEntityExcep > [javac15] tion { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericNotImplementedException > does not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 27. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericPK.java (at line 31) > [javac15] public class GenericPK extends GenericEntity { > [javac15] ^^^^^^^^^ > [javac15] The serializable class GenericPK does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 28. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericRemoveExcepti > [javac15] on.java (at line 25) > [javac15] public class GenericRemoveException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericRemoveException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 29. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericResultSetClosedException.java (at > line 25) > [javac15] public class GenericResultSetClosedException extends > GenericEntityExc > [javac15] eption { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericResultSetClosedException > does not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 30. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/GenericStoreException.java (at line 25) > [javac15] public class GenericStoreException extends > GenericEntityException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericStoreException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 31. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/cache/AbstractEntity > [javac15] ConditionCache.java (at line 112) > [javac15] protected static final boolean isNull(Map value) { > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 32. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 34) > [javac15] import org.ofbiz.base.util.UtilGenerics; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.base.util.UtilGenerics is never used > [javac15] ---------- > [javac15] 33. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComp > [javac15] arisonOperator.java (at line 45) > [javac15] public class EntityComparisonOperator extends > EntityOperator<Boolean> { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityComparisonOperator does not > declare a static final serialVersionUID fie > [javac15] ld of type long > [javac15] ---------- > [javac15] 34. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 130) > [javac15] public boolean compare(Comparable lhs, Object rhs) { > [javac15] ^^^^^^^^^^ > [javac15] > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 35. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComp > [javac15] arisonOperator.java (at line 178) > [javac15] public static final boolean compareEqual(Comparable > lhs, Object rhs) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] > [javac15] ---------- > [javac15] 36. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 189) > [javac15] public static final boolean compareNotEqual > (Comparable lhs, Objec > [javac15] t rhs) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 37. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 200) > [javac15] public static final boolean compareGreaterThan > (Comparable lhs, Ob > [javac15] ject rhs) { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 38. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 205) > [javac15] } else if (lhs.compareTo(rhs) <= 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 39. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 211) > [javac15] public static final boolean compareGreaterThanEqualTo > (Comparable > [javac15] lhs, Object rhs) { > > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 40. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 216) > [javac15] } else if (lhs.compareTo(rhs) < 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 41. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 222) > [javac15] public static final boolean compareLessThan > (Comparable lhs, Objec > [javac15] t rhs) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 42. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 227) > [javac15] } else if (lhs.compareTo(rhs) >= 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 43. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 233) > [javac15] public static final boolean compareLessThanEqualTo > (Comparable lhs > [javac15] , Object rhs) { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 44. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 238) > [javac15] } else if (lhs.compareTo(rhs) > 0) { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The method compareTo(Object) belongs to the > raw type Comparable. References to generic type Comparable<T> should > be parameterized > [javac15] ---------- > [javac15] 45. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java > (at line 252) > [javac15] if (((Collection) rhs).contains(lhs)) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 46. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionBase.java (at line 26) > [javac15] import javolution.lang.Reusable; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import javolution.lang.Reusable is never used > [javac15] ---------- > [javac15] 47. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionBase.java (at > line 50) > [javac15] public static final List emptyList = > Collections.unmodifiableList(FastList.newInstance()); > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 48. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionBase.java (at line 51) > [javac15] public static final Map _emptyMap = > Collections.unmodifiableMap(FastMap.newInstance()); > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 49. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionFunction.java > (at line 38) > [javac15] public static class NOT extends > EntityConditionFunction { > [javac15] ^^^ > [javac15] The serializable class NOT does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 50. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 30) > [javac15] public class EntityConditionList<T extends > EntityCondition> extends EntityConditionListBase<T> { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityConditionList does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 51. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 33) > [javac15] protected static final > ObjectFactory<EntityConditionList> entityConditionListFactory = new > ObjectFactory<EntityConditionList>() { > [javac15] > ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] 52. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 33) > [javac15] protected static final > ObjectFactory<EntityConditionList> entityConditionListFactory = new > ObjectFactory<EntityConditionList>() { > [javac15] > > [javac15] > ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] 53. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionList.java (at > line 34) > [javac15] protected EntityConditionList create() { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] 54. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionList.java (at line 35) > [javac15] return new EntityConditionList(); > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 55. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java > (at line 66) > [javac15] public EntityOperator getOperator() { > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 56. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionListBase.java (at line 114) > [javac15] EntityConditionListBase other = > (EntityConditionListBase) obj; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionListBase is a raw type. References to > generic type EntityConditionListBase<T> should be parameterized > [javac15] ---------- > [javac15] > [javac15] 57. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java > (at line 114) > [javac15] EntityConditionListBase other = > (EntityConditionListBase) obj; > [javac15] > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionListBase is a raw type. References to > generic type EntityConditionListBase<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 58. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionParam.java (at > line 29) > [javac15] public class EntityConditionParam implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityConditionParam does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 59. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionSubSelect.java (at line 34) > [javac15] public class EntityConditionSubSelect extends > EntityConditionValue { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityConditionSubSelect does not > declare a static final serialVersionUID fie > [javac15] ld of type long > [javac15] ---------- > [javac15] 60. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionSubSelect.java > (at line 117) > [javac15] public Comparable getValue(GenericDelegator > delegator, Map<String > [javac15] , ? extends Object> map) { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 61. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at > line 40) > [javac15] void acceptEntityJoinOperator(EntityJoinOperator op, > List conditions > [javac15] ); > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 62. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at > line 41) > [javac15] void acceptEntityOperator(EntityOperator op, Object > lhs, Object rhs); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 63. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityCond > [javac15] itionVisitor.java (at line 47) > [javac15] void acceptEntityConditionList(EntityConditionList > list); > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] EntityConditionList is a raw type. References to generic > type EntityConditionList<T> should be param > [javac15] eterized > [javac15] ---------- > [javac15] 64. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityConditionVisitor.java (at > line 50) > [javac15] void acceptEntityFunction(EntityFunction func); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 65. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityDate > [javac15] FilterCondition.java (at line 33) > [javac15] public class EntityDateFilterCondition extends > EntityCondition { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityDateFilterCondition does > not declare a static final serialVersionUID fi > [javac15] eld of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 66. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 24) > [javac15] import java.util.Set; > [javac15] ^^^^^^^^^^^^^ > [javac15] The import java.util.Set is never used > [javac15] ---------- > [javac15] 67. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 36) > [javac15] import org.ofbiz.entity.GenericValue; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.GenericValue is never used > [javac15] ---------- > [javac15] 68. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 41) > [javac15] import org.ofbiz.entity.model.ModelFieldTypeReader; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.model.ModelFieldTypeReader > is never used > [javac15] ---------- > [javac15] 69. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 47) > [javac15] public class EntityExpr extends EntityCondition { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class EntityExpr does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 70. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 97) > [javac15] if (!(rhs instanceof Collection) || (((Collection) > rhs).size() != 2)) { > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 71. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 157) > [javac15] public EntityOperator getOperator() { > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 72. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 228) > [javac15] value = ((EntityFunction) this.rhs).getOriginalValue(); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] 73. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr.java (at line 232) > [javac15] Collection valueCol = (Collection) value; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 74. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityExpr > [javac15] .java (at line 232) > [javac15] Collection valueCol = (Collection) value; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 75. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFieldMap.java (at line 36) > [javac15] public class EntityFieldMap extends > EntityConditionListBase<EntityExpr> { > [javac15] ^^^^^^^^^^^^^^ > [javac15] The serializable class EntityFieldMap does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 76. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFiel > [javac15] dValue.java (at line 39) > [javac15] public class EntityFieldValue extends > EntityConditionValue implements Reusable { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityFieldValue does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 77. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 38) > [javac15] public abstract class EntityFunction<T extends > Comparable> extends EntityCon > [javac15] ditionValue implements Reusable { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 78. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 46) > [javac15] public EntityFunction.LENGTH createFunction > (EntityConditionValue nested) { E > [javac15] ntityFunction.LENGTH ef = > EntityFunction.LENGTH.lengthFactory.object(); ef.init(nested); return > ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LENGTH for > createFunction(EntityConditionValue) from the > [javac15] type new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 79. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 47) > [javac15] public EntityFunction.LENGTH createFunction(Object > value) { EntityFunction.L > [javac15] ENGTH ef = EntityFunction.LENGTH.lengthFactory.object(); > ef.init(value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LENGTH for > createFunction(Object) from the type new Enti > [javac15] tyFunction<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 80. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 50) > [javac15] public EntityFunction.TRIM createFunction > (EntityConditionValue nested) { Ent > [javac15] ityFunction.TRIM ef = > EntityFunction.TRIM.trimFactory.object(); ef.init(nested); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.TRIM for > createFunction(EntityConditionValue) from the t > [javac15] ype new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 81. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 51) > [javac15] public EntityFunction.TRIM createFunction(Object > value) { EntityFunction.TRI > [javac15] M ef = EntityFunction.TRIM.trimFactory.object(); ef.init > (value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.TRIM for > createFunction(Object) from the type new Entity > [javac15] Function<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 82. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 54) > [javac15] public EntityFunction.UPPER createFunction > (EntityConditionValue nested) { En > [javac15] tityFunction.UPPER ef = > EntityFunction.UPPER.upperFactory.object(); ef.init(nested); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.UPPER for > createFunction(EntityConditionValue) from the > [javac15] type new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 83. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 55) > [javac15] public EntityFunction.UPPER createFunction(Object > value) { EntityFunction.UP > [javac15] PER ef = EntityFunction.UPPER.upperFactory.object(); > ef.init(value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.UPPER for > createFunction(Object) from the type new Entit > [javac15] yFunction<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 84. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 58) > [javac15] public EntityFunction.LOWER createFunction > (EntityConditionValue nested) { En > [javac15] tityFunction.LOWER ef = > EntityFunction.LOWER.lowerFactory.object(); ef.init(nested); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LOWER for > createFunction(EntityConditionValue) from the > [javac15] type new EntityFunction<T>.SQLFunction(){} needs > unchecked conversion to conform to EntityFunction<Comparable> from > the type EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 85. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 59) > [javac15] public EntityFunction.LOWER createFunction(Object > value) { EntityFunction.LO > [javac15] WER ef = EntityFunction.LOWER.lowerFactory.object(); > ef.init(value); return ef;} > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Type safety: The return type EntityFunction.LOWER for > createFunction(Object) from the type new Entit > [javac15] yFunction<T>.SQLFunction(){} needs unchecked conversion > to conform to EntityFunction<Comparable> from the type > EntityFunction<T>.SQLFunction > [javac15] ---------- > [javac15] 86. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 62) > [javac15] public abstract <T extends Comparable> > EntityFunction<T> createFunction(Enti > [javac15] tyConditionValue nested); > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 87. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 63) > [javac15] public abstract <T extends Comparable> > EntityFunction<T> createFunction(Object value); > [javac15] ^^^^^^^^^^ > [javac15] > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 88. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 81) > [javac15] public static class LENGTH extends > EntityFunction<Integer> { > [javac15] ^^^^^^ > [javac15] The serializable class LENGTH does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 89. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 100) > [javac15] public static class TRIM extends > EntityFunction<String> { > [javac15] ^^^^ > [javac15] The serializable class TRIM does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 90. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 119) > [javac15] public static class UPPER extends > EntityFunction<String> { > [javac15] ^^^^^ > [javac15] The serializable class UPPER does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 91. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 138) > [javac15] public static class LOWER extends > EntityFunction<String> { > [javac15] ^^^^^ > [javac15] The serializable class LOWER does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] 92. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 193) > [javac15] return new EntityFunction<T>(fetcher, function, > nested.freeze()) {}; > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 93. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 195) > [javac15] return new EntityFunction<T>(fetcher, function, > value) {}; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 94. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunction.java (at line 217) > [javac15] EntityFunction otherFunc = (EntityFunction) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] 95. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityFunc > [javac15] tion.java (at line 217) > [javac15] EntityFunction otherFunc = (EntityFunction) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityFunction is a raw type. References to generic type > EntityFunction<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 96. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityJoinOperator.java (at > line 38) > [javac15] public class EntityJoinOperator extends > EntityOperator<Boolean> { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityJoinOperator does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 97. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOper > [javac15] ator.java (at line 56) > [javac15] private static HashMap<String, EntityOperator> > registry = new HashMap<String, EntityOperator>(); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 98. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOper > [javac15] ator.java (at line 56) > [javac15] private static HashMap<String, EntityOperator> > registry = new HashMap<String, EntityOperator>(); > > [javac15] > ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 99. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOper > [javac15] ator.java (at line 58) > [javac15] private static void register(String name, > EntityOperator operator) { > [javac15] > ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] > [javac15] ---------- > [javac15] 100. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 62) > [javac15] public static EntityOperator lookup(String name) { > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 101. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 67) > [javac15] EntityOperator operator = lookup(name); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 102. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 74) > [javac15] EntityOperator operator = lookup(name); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 103. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 80) > [javac15] public static final EntityComparisonOperator EQUALS > = new EntityComparisonOperator(ID_EQUALS, "=") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 104. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 81) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareEqual(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 105. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 93) > [javac15] public static final EntityComparisonOperator > NOT_EQUAL = new EntityComparisonOperator(ID_NOT_EQUAL, "<>") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 106. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 94) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareNotEqual(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 107. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 106) > [javac15] public static final EntityComparisonOperator > LESS_THAN = new EntityComparisonOperator(ID_LESS_THAN, "<") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 108. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 107) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareLessThan(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 109. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 112) > [javac15] public static final EntityComparisonOperator > GREATER_THAN = new EntityComparisonOperator(ID_GREATER_THAN, ">") { > [javac15] > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 110. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 113) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareGreaterThan(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 111. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 118) > [javac15] public static final EntityComparisonOperator > LESS_THAN_EQUAL_TO = new Enti > [javac15] tyComparisonOperator(ID_LESS_THAN_EQUAL_TO, "<=") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 112. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 119) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparisonOperator.compareLessThanEqualTo(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 113. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 124) > [javac15] public static final EntityComparisonOperator > GREATER_THAN_EQUAL_TO = new EntityComparisonOperator > (ID_GREATER_THAN_EQUAL_TO, ">=") { > [javac15] > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 114. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 125) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareGreaterThanEqualTo(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 115. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 130) > [javac15] public static final EntityComparisonOperator IN = > new EntityComparisonOper > [javac15] ator(ID_IN, "IN") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 116. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 131) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareIn(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 117. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 135) > [javac15] public static final EntityComparisonOperator BETWEEN > = new EntityCompariso > [javac15] nOperator(ID_BETWEEN, "BETWEEN") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 118. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 136) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareIn(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 119. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 146) > [javac15] public static final EntityComparisonOperator LIKE = > new EntityComparisonOp > [javac15] erator(ID_LIKE, "LIKE") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 120. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 147) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return EntityComparis > [javac15] onOperator.compareLike(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 121. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 150) > [javac15] public static final EntityComparisonOperator > NOT_LIKE = new EntityComparis > [javac15] onOperator(ID_NOT_LIKE, "NOT LIKE") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 122. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 151) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return !EntityCompari > [javac15] sonOperator.compareLike(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 123. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 154) > [javac15] public static final EntityComparisonOperator NOT_IN > = new EntityComparison > [javac15] Operator(ID_NOT_IN, "NOT IN") { > > [javac15] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class does not declare a static final > serialVersionUID field of type long > [javac15] ---------- > [javac15] 124. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 155) > [javac15] public boolean compare(Comparable lhs, Object rhs) > { return !EntityCompari > [javac15] sonOperator.compareIn(lhs, rhs); } > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 125. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 190) > [javac15] EntityOperator otherOper = (EntityOperator) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 126. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 190) > [javac15] EntityOperator otherOper = (EntityOperator) obj; > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 127. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 202) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 128. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 202) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 129. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 220) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 130. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 220) > [javac15] Iterator rhsIter = ((Collection) rhs).iterator(); > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 131. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOperator.java (at line 250) > [javac15] public static final Comparable WILDCARD = new > Comparable() { > [javac15] ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] 132. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityOpe > [javac15] rator.java (at line 250) > [javac15] public static final Comparable WILDCARD = new > Comparable() { > [javac15] > ^^^^^^^^^^ > [javac15] Comparable is a raw type. References to generic type > Comparable<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 133. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/EntityWhereString.java (at line > 43) > [javac15] public class EntityWhereString extends > EntityCondition { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityWhereString does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 134. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/OrderByLi > [javac15] st.java (at line 23) > [javac15] import java.util.Arrays; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Arrays is never used > [javac15] ---------- > [javac15] 135. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/condition/OrderByLi > [javac15] st.java (at line 26) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 136. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/config/DatasourceIn > [javac15] fo.java (at line 21) > [javac15] import java.util.LinkedList; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.LinkedList is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 137. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/config/EntityConfig > [javac15] Util.java (at line 21) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 138. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/config/EntityConfig > [javac15] Util.java (at line 22) > [javac15] import java.util.List; > [javac15] ^^^^^^^^^^^^^^ > [javac15] The import java.util.List is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 139. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/connection/MinervaC > [javac15] onnectionFactory.java (at line 24) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 140. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/connection/MinervaC > [javac15] onnectionFactory.java (at line 126) > [javac15] public static Set getPooledData(String helperName) > throws GenericEntityException { > [javac15] ^^^ > [javac15] Set is a raw type. References to generic type Set<E> > should be parameterized > [javac15] ---------- > [javac15] 141. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/connection/MinervaConnectionFactory.java > (at line 130) > [javac15] return new HashSet(); > [javac15] ^^^^^^^ > [javac15] HashSet is a raw type. References to generic type > HashSet<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 142. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/datasource/GenericH > [javac15] elperDAO.java (at line 22) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 143. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/datasource/GenericH > [javac15] elperFactory.java (at line 70) > [javac15] java.lang.reflect.Constructor helperConstructor = null; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] Constructor is a raw type. References to generic type > Constructor<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 144. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/datasource/MemoryHelper.java (at line 128) > [javac15] Iterator it = entityCache.values().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 145. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByAndFinder. > [javac15] java (at line 27) > [javac15] import org.ofbiz.entity.condition.EntityFieldMap; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityFieldMap is > never used > [javac15] ---------- > [javac15] 146. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByAndFinder.java (at line 28) > [javac15] import org.ofbiz.entity.condition.EntityOperator; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityOperator is > never used > [javac15] ---------- > [javac15] 147. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByAndFinder. > [javac15] java (at line 37) > [javac15] public class ByAndFinder extends ListFinder { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ByAndFinder does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 148. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByConditionFinder.java (at line 26) > [javac15] import org.ofbiz.entity.condition.EntityConditionList; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import > org.ofbiz.entity.condition.EntityConditionList is never used > [javac15] ---------- > [javac15] 149. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByConditionF > [javac15] inder.java (at line 27) > [javac15] import org.ofbiz.entity.condition.EntityJoinOperator; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityJoinOperator > is never used > [javac15] ---------- > [javac15] 150. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ByConditionFinder.java (at line 39) > [javac15] public class ByConditionFinder extends ListFinder { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ByConditionFinder does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 151. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 23) > [javac15] import java.util.HashMap; > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.HashMap is never used > [javac15] ---------- > [javac15] 152. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 25) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 153. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 47) > [javac15] import org.ofbiz.entity.condition.EntityConditionList; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import > org.ofbiz.entity.condition.EntityConditionList is never used > [javac15] ---------- > [javac15] 154. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 48) > [javac15] import org.ofbiz.entity.condition.EntityExpr; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityExpr is > never used > [javac15] ---------- > [javac15] 155. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 53) > [javac15] import org.ofbiz.entity.model.ModelField; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.model.ModelField is never used > [javac15] ---------- > [javac15] 156. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 155) > [javac15] public static class ConditionExpr implements > Condition { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ConditionExpr does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 157. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 204) > [javac15] EntityOperator operator = EntityOperator.lookup > (operatorName); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 158. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 268) > [javac15] public static class ConditionList implements > Condition { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ConditionList does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 159. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 307) > [javac15] EntityOperator operator = EntityOperator.lookup > (operatorName); > [javac15] ^^^^^^^^^^^^^^ > [javac15] EntityOperator is a raw type. References to generic type > EntityOperator<T> should be parameterized > [javac15] ---------- > [javac15] 160. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 315) > [javac15] public static class ConditionObject implements > Condition { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ConditionObject does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 161. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 336) > [javac15] public static class LimitRange implements > OutputHandler { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class LimitRange does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 162. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 390) > [javac15] public static class LimitView implements > OutputHandler { > [javac15] ^^^^^^^^^ > [javac15] The serializable class LimitView does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 163. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinder > [javac15] Util.java (at line 446) > [javac15] public static class UseIterator implements > OutputHandler { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class UseIterator does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 164. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java (at line 459) > [javac15] public static class GetAll implements OutputHandler { > [javac15] ^^^^^^ > [javac15] The serializable class GetAll does not declare a static > final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 165. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.j > [javac15] ava (at line 26) > [javac15] import javolution.util.FastMap; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import javolution.util.FastMap is never used > [javac15] ---------- > [javac15] 166. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.j > [javac15] ava (at line 39) > [javac15] import org.ofbiz.entity.condition.EntityConditionList; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import > org.ofbiz.entity.condition.EntityConditionList is never used > [javac15] ---------- > [javac15] 167. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.java (at line 40) > [javac15] import org.ofbiz.entity.condition.EntityJoinOperator; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.condition.EntityJoinOperator > is never used > [javac15] ---------- > [javac15] 168. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/ListFinder.j > [javac15] ava (at line 53) > [javac15] import java.io.Serializable; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.io.Serializable is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 169. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/finder/PrimaryKeyFi > [javac15] nder.java (at line 44) > [javac15] public class PrimaryKeyFinder extends Finder { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class PrimaryKeyFinder does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 170. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/ConnectionFactory.java (at line 96) > [javac15] Class cfClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 171. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java (at line 3288) > [javac15] public static class ColumnCheckInfo implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ColumnCheckInfo does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 172. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.j > [javac15] ava (at line 3316) > [javac15] public static class ReferenceCheckInfo implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ReferenceCheckInfo does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 173. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SQLProcessor.java (at line 82) > [javac15] private Map<String, String> _needClobWorkAroundWrite > = null; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The field SQLProcessor._needClobWorkAroundWrite is never > read locally > [javac15] ---------- > [javac15] 174. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SQLProcessor.j > [javac15] ava (at line 83) > [javac15] private Map<String, String> _needBlobWorkAroundWrite > = null; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The field SQLProcessor._needBlobWorkAroundWrite is never > read locally > [javac15] ---------- > [javac15] ---------- > [javac15] 175. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 40) > [javac15] import javax.sql.rowset.serial.SerialBlob; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The import javax.sql.rowset cannot be resolved > [javac15] ---------- > [javac15] 176. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 41) > [javac15] import javax.sql.rowset.serial.SerialClob; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The import javax.sql.rowset cannot be resolved > [javac15] ---------- > [javac15] 177. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 229) > [javac15] public static String makeWhereStringFromFields(List > modelFields, Map<String, Objec > [javac15] t> fields, String operator) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 178. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 234) > [javac15] public static String makeWhereStringFromFields(List > modelFields, Map<String, Objec > [javac15] t> fields, String operator, List<EntityConditionParam> > entityConditionParams) { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 179. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 240) > [javac15] Iterator iter = modelFields.iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 180. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.ja > [javac15] va (at line 272) > [javac15] public static String makeWhereClause(ModelEntity > modelEntity, List modelFields, Map<String, Object> fields, String > operator, String joinStyle) throws GenericEntityException { > [javac15] > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 181. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 582) > [javac15] entity.dangerousSetNoCheckButFast(curField, new > SerialBlob((Blob) originalObject)); > [javac15] > ^^^^^^^^^^ > [javac15] SerialBlob cannot be resolved to a type > [javac15] ---------- > [javac15] 182. ERROR in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java > [javac15] (at line 591) > [javac15] entity.dangerousSetNoCheckButFast(curField, new > SerialClob(rs.getClob(ind))); > [javac15] > ^^^^^^^^^^ > [javac15] SerialClob cannot be resolved to a type > [javac15] ---------- > [javac15] 183. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/jdbc/SqlJdbcUtil.java (at line 814) > [javac15] sqlP.setValue((java.util.Collection) fieldValue); > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 184. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.j > [javac15] ava (at line 58) > [javac15] public class ModelEntity extends ModelInfo > implements Comparable<ModelEntity>, Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ModelEntity does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 185. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.java (at line 1427) > [javac15] Iterator relIter = this.getRelationsIterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 186. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.j > [javac15] ava (at line 1429) > [javac15] ModelRelation rel = (ModelRelation) relIter.next(); > [javac15] ^^^ > [javac15] The local variable rel is never read > [javac15] ---------- > [javac15] 187. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelEntity.j > [javac15] ava (at line 1434) > [javac15] Iterator idxIter = this.getIndexesIterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 188. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelField.java (at line 31) > [javac15] public class ModelField extends ModelChild { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class ModelField does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 189. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelFieldTyp > [javac15] e.java (at line 31) > [javac15] public class ModelFieldType implements Serializable { > [javac15] ^^^^^^^^^^^^^^ > [javac15] The serializable class ModelFieldType does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 190. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelFieldType.java (at line 121) > [javac15] class ModelFieldValidator implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelFieldValidator does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 191. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelFieldTyp > [javac15] eReader.java (at line 44) > [javac15] public class ModelFieldTypeReader implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelFieldTypeReader does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 192. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 22) > [javac15] import java.util.ArrayList; > [javac15] ^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.ArrayList is never used > [javac15] ---------- > [javac15] 193. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 23) > [javac15] import java.util.Collection; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Collection is never used > [javac15] ---------- > [javac15] 194. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelGroupReader.java (at line 53) > [javac15] public class ModelGroupReader implements Serializable { > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelGroupReader does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 195. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelIndex.ja > [javac15] va (at line 30) > [javac15] public class ModelIndex extends ModelChild { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class ModelIndex does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 196. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelKeyMap.java (at line 34) > [javac15] public class ModelKeyMap implements > java.io.Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ModelKeyMap does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 197. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelReader.j > [javac15] ava (at line 56) > [javac15] public class ModelReader implements Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ModelReader does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 198. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelReader.java (at line 362) > [javac15] String message = "Existing relationship with the > same name, but different specs f > [javac15] ound from what would be auto-created for Entity [" + > relatedEnt.getEntityName() + "] ant relationship to entity [" + > [javac15] ^^^^^^^ > [javac15] The local variable message is never read > [javac15] ---------- > [javac15] 199. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelReader.java (at line 542) > [javac15] Set allEntities = this.getEntityNames(); > [javac15] ^^^ > [javac15] Set is a raw type. References to generic type Set<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 200. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelRelation.java (at line 40) > [javac15] public class ModelRelation extends ModelChild { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ModelRelation does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 201. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 36) > [javac15] import org.ofbiz.entity.GenericEntity; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.entity.GenericEntity is never used > [javac15] ---------- > [javac15] 202. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 45) > [javac15] public class ModelViewEntity extends ModelEntity { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelViewEntity does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 203. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 652) > [javac15] public static class ModelMemberEntity implements > Serializable { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelMemberEntity does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 204. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 670) > [javac15] public static class ModelAliasAll implements > Serializable { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ModelAliasAll does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 205. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 726) > [javac15] public static class ModelAlias implements > Serializable { > [javac15] ^^^^^^^^^^ > [javac15] The serializable class ModelAlias does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 206. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 838) > [javac15] public static class ComplexAlias implements > ComplexAliasMember { > [javac15] ^^^^^^^^^^^^ > [javac15] The serializable class ComplexAlias does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 207. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 886) > [javac15] public static class ComplexAliasField implements > ComplexAliasMember { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class ComplexAliasField does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 208. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEntity.java (at line 937) > [javac15] public static class ModelViewLink implements > Serializable { > [javac15] ^^^^^^^^^^^^^ > [javac15] The serializable class ModelViewLink does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] 209. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/model/ModelViewEnti > [javac15] ty.java (at line 1004) > [javac15] public class ModelConversion implements Serializable { > [javac15] ^^^^^^^^^^^^^^^ > [javac15] The serializable class ModelConversion does not declare > a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 210. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/SerializeException.java (at > line 25) > [javac15] public class SerializeException extends > org.ofbiz.base.util.GeneralException { > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class SerializeException does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 211. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerial > [javac15] izer.java (at line 160) > [javac15] Collection value = (Collection) object; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 212. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 160) > [javac15] Collection value = (Collection) object; > [javac15] ^^^^^^^^^^ > [javac15] Collection is a raw type. References to generic type > Collection<E> should be parameterized > [javac15] ---------- > [javac15] 213. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerial > [javac15] izer.java (at line 162) > [javac15] Iterator iter = value.iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 214. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 198) > [javac15] Map value = (Map) object; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 215. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 198) > [javac15] Map value = (Map) object; > [javac15] ^^^ > [javac15] Map is a raw type. References to generic type Map<K,V> > should be parameterized > [javac15] ---------- > [javac15] 216. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 199) > [javac15] Iterator iter = value.entrySet().iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] 217. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerial > [javac15] izer.java (at line 202) > [javac15] Map.Entry entry = (Map.Entry) iter.next(); > [javac15] ^^^^^^^^^ > [javac15] Map.Entry is a raw type. References to generic type > Map<K,V>.Entry<K,V> should be parameterized > [javac15] ---------- > [javac15] 218. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/serialize/XmlSerializer.java (at line 202) > [javac15] Map.Entry entry = (Map.Entry) iter.next(); > [javac15] ^^^^^^^^^ > [javac15] Map.Entry is a raw type. References to generic type > Map<K,V>.Entry<K,V> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 219. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/test/EntityTestSuit > [javac15] e.java (at line 131) > [javac15] GenericValue v = delegator.create("TestingNode", > "testingNodeId", nextSeqId, > [javac15] ^ > [javac15] The local variable v is never read > [javac15] ---------- > [javac15] ---------- > [javac15] 220. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/transaction/ > GenericTransactionException.java (at line 26) > [javac15] public class GenericTransactionException extends > GenericEnti > [javac15] tyException { > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The serializable class GenericTransactionException does > not declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 221. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/transaction/TransactionFactory.java (at > line 51) > [javac15] Class tfClass = null; > [javac15] ^^^^^ > [javac15] Class is a raw type. References to generic type Class<T> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 222. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/ByteWrapper.java (at line 30) > [javac15] public class ByteWrapper implements Serializable { > [javac15] ^^^^^^^^^^^ > [javac15] The serializable class ByteWrapper does not declare a > static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 223. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataAsse > [javac15] rt.java (at line 71) > [javac15] public static void checkValueList(List valueList, > GenericDelegator delegator, List<Object> errorMessages) throws > GenericEntityException { > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 224. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataAsse > [javac15] rt.java (at line 74) > [javac15] Iterator valueIter = valueList.iterator(); > [javac15] ^^^^^^^^ > [javac15] Iterator is a raw type. References to generic type > Iterator<E> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 225. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 23) > [javac15] import java.util.Collection; > [javac15] ^^^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Collection is never used > [javac15] ---------- > [javac15] 226. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 25) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] 227. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 37) > [javac15] import org.ofbiz.base.util.UtilMisc; > [javac15] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac15] The import org.ofbiz.base.util.UtilMisc is never used > [javac15] > [javac15] ---------- > [javac15] 228. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoader.java (at line 83) > [javac15] public static List<URL> getUrlList(String > helperName, List readerNames) { > [javac15] > [javac15] ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] 229. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityDataLoad > [javac15] er.java (at line 87) > [javac15] public static List<URL> getUrlList(String > helperName, String componentName, List readerNames) { > > [javac15] > ^^^^ > [javac15] List is a raw type. References to generic type List<E> > should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 230. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityFindOpti > [javac15] ons.java (at line 26) > [javac15] public class EntityFindOptions implements > java.io.Serializable { > [javac15] ^^^^^^^^^^^^^^^^^ > [javac15] The serializable class EntityFindOptions does not > declare a static final serialVersionUID field of type long > [javac15] ---------- > [javac15] ---------- > [javac15] 231. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntitySaxReader.java (at line 75) > [javac15] protected EntityEcaHandler ecaHandler = null; > [javac15] ^^^^^^^^^^^^^^^^ > [javac15] EntityEcaHandler is a raw type. References to generic > type EntityEcaHandler<T> should be parameterized > [javac15] ---------- > [javac15] ---------- > [javac15] 232. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/EntityTypeUtil > [javac15] .java (at line 23) > [javac15] import java.util.Iterator; > [javac15] ^^^^^^^^^^^^^^^^^^ > [javac15] The import java.util.Iterator is never used > [javac15] ---------- > [javac15] ---------- > [javac15] 233. WARNING in /home/ofbiz/Software/OFBiz/framework/ > entity/src/org/ofbiz/entity/util/SequenceUtil.j > [javac15] ava (at line 53) > [javac15] private SequenceUtil() {} > [javac15] ^^^^^^^^^^^^^^ > [javac15] The constructor SequenceUtil() is never used locally > [javac15] ---------- > [javac15] 233 problems (4 errors, 229 warnings) > > BUILD FAILED > /home/ofbiz/Software/OFBiz/build.xml:148: The following error > occurred while executing this line: > /home/ofbiz/Software/OFBiz/framework/build.xml:141: The following > error occurred while executing this line: > /home/ofbiz/Software/OFBiz/macros.xml:27: The following error > occurred while executing this line: > /home/ofbiz/Software/OFBiz/framework/entity/build.xml:52: Compile > failed; see the compiler error output for details. > > Total time: 14 seconds > Antwebsystems.com: Quality OFBiz services for competitive rates |
Free forum by Nabble | Edit this page |