Home | History | Annotate | Download | only in jdiff

Lines Matching defs:percentage

137         Double percentage = new Double(differs);
138 int approxPercentage = percentage.intValue();
140 System.out.println(" Approximately " + percentage + "% difference between the APIs");