===================================================================== Found a 31 line (100 tokens) duplication in the following files: Starting at line 129 of /home/tom/data/cf-dashboard/working/qos/src/org/cougaar/core/qos/rss/ServiceDS.java Starting at line 253 of /home/tom/data/cf-dashboard/working/qos/src/org/cougaar/core/qos/rss/AgentDS.java return Constants.CPU_LOAD_AVG_100_SEC_AVG; } } public static class CPULoadAvg1000SecAvg extends Formula { String getKey() { return Constants.CPU_LOAD_AVG_1000_SEC_AVG; } } public static class CPULoadMJips1SecAvg extends Formula { String getKey() { return Constants.CPU_LOAD_MJIPS_1_SEC_AVG; } } public static class CPULoadMJips10SecAvg extends Formula { String getKey() { return Constants.CPU_LOAD_MJIPS_10_SEC_AVG; } } public static class CPULoadMJips100SecAvg extends Formula { String getKey() { return Constants.CPU_LOAD_MJIPS_100_SEC_AVG; } } public static class CPULoadMJips1000SecAvg extends Formula { String getKey() { return Constants.CPU_LOAD_MJIPS_1000_SEC_AVG; } }