Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-935

AdminUI/Statistics page fails to render under JDK8

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2, 3.3
    • 3.3.1
    • 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:

      Attachments

        Activity

          People

            spyhunter99 Alex O'Ree
            spyhunter99 Alex O'Ree
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment