http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4926
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[email protected] |[email protected] Target Milestone|Unspecified |2.5.0 --- Comment #1 from Christopher Brooks <[email protected]> 2012-06-17 18:39:42 PDT --- ./actors/src/org/sdm/spa/gui/ShellTextArea.java has trivial differences from ptolemy/gui/ShellTextArea.java, so I removed the duplicate version. I checked for duplicates using cpd at http://pmd.sourceforge.net/cpd.html and with a minimum token count of 500, I did not find anything too bad. Note that cpd does point out duplicates in Ptolemy II itself. To run cpd, I used java -Xmx5000m -classpath 'lib/*:saxon9-dom.jar' net.sourceforge.pmd.cpd.CPD --minimum-tokens 500 --files ~/src/kepler --format net.sourceforge.pmd.cpd.XMLRenderer > kepler.xml xsltproc etc/xslt/cpdhtml.xslt kepler.xml > kepler.html I'm retargetting this to 2.5.0 so it can be checked again. -- Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
