http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4926
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.5.0 |2.4.0 --- Comment #2 from Christopher Brooks <[email protected]> 2012-06-26 13:15:57 PDT --- kepler/gui/src/org/kepler/gui/KeplerGraphFrame.java has lots of duplicated code from BasicGraphFrame. I'm targeting 2.4.0 with this fix because KeplerGraphFrame is at the core of Kepler and should at least be reviewed. The problem is that bug fixes that appear in BasicGraphFrame will not appear in KeplerGraphFrame. Also, there are several files with the same class name in Kepler: 4 FileCopier.java 2 Util.java 2 SshSession.java 2 ServiceUtils.java 2 RepositoryLocations.java 2 OntologyCatalog.java 2 NameValuePair.java 2 KeplerMetadataExtractorTest.java 2 Kepler.java 2 JobManager.java 2 Initialize.java 2 Domain.java 2 CommandLine.java 2 BuildTest.java These files appear in both Ptolemy and Kepler and should be reviewed AboutAction.java ArrayContains.java ArrayRemoveElement.java Attribute.java BackwardCompatibility.java Branch.java CacheManager.java CaseGraphFrame.java CaseGraphTableau.java ClassChanges.java Constants.java Constraint.java DatabaseQuery.java DirectoryListing.java DocumentationAttribute.java Entity.java ExecuteCommands.java ExtensionFileFilter.java FileAttribute.java HelloWorld.java LineReader.java Node.java Pause.java PortNameChanges.java PropertyClassChanges.java Repeat.java Sequence.java StringConst.java SwingWorker.java Tag.java Test.java Also, Kepler has ArrayAccumulator.java and Ptolemy has ArrayAccumulate. -- 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
