Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8072433

copy/paste duplicated tests in some condition statements

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • client-libs
    • 2d
    • b52

        Whilst fixing a similar bug these were pointed out :-

        sun.print.MarginsPanel.java:1567
                        if (lmObj == null || rmObj == null ||
                            tmObj == null || rmObj == null) {
                            return;

        sun.font.FontFamily.java:80
                if (family.plain == null && family.bold == null &&
                    family.plain == null && family.bold == null)

              prr Philip Race
              prr Philip Race
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: