Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2, 3.3
-
None
-
None
-
Oracle JDK8, CentOS and MacOS
Description
An error occurred at line: 1 in the generated java file
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
An error occurred at line: 6 in the generated java file
The import java.util.Map.Entry cannot be resolved
An error occurred at line: 322 in the jsp file: /admin/stats.jsp
Entry cannot be resolved to a type
319: <pre><%
320: try {
321: Properties sysProps = System.getProperties();
322: Iterator<Entry<Object,Object>> it = sysProps.entrySet().iterator();
323: while (it.hasNext()){
324: Entry<Object,Object> x = it.next();
325:
An error occurred at line: 322 in the jsp file: /admin/stats.jsp
The type Map$Entry is not generic; it cannot be parameterized with arguments <K, V>
319: <pre><%
320: try {
321: Properties sysProps = System.getProperties();
322: Iterator<Entry<Object,Object>> it = sysProps.entrySet().iterator();
323: while (it.hasNext()){
324: Entry<Object,Object> x = it.next();
325: