Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7185253

refactor some core classes to get rid of GUI dependencies

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • jt4.5
    • jt4.5
    • tools
    • None
    • team
    • generic
    • generic
    • Verified

      There is a request to provide a "mini test harness" based on javatest (CR #7124176).
      The current design doesn't allow to select a subset of GUI independent classes that could be bundled into a harness, because some core classes uses swing or awt.
      The good news, there not that many such classes and they could be refactored:

      1) com.sun.javatest.tool.Preferences
      Has inner class Preferences.Pane to edit preferences.
      Suggestion: move Preferences.Pane --> PreferencesPane


      2) com.sun.javatest.agent.AgentMonitorCommandManager -
      provides several commands to work with agent, one command is "ShowMonitor" which requires com.sun.javatest.tool.Desktop to display agent state.
      Suggestion: separate GUI independent commands into a base class, which AgentMonitorCommandManager will extract.

      3) com.sun.javatest.logging.ObservableFile
      uses javax.swing.event.EventListenerList to store list of FileListener objects.
      Suggestion: replace EventListenerList with List<FileListener>

            dfazunen Dmitry Fazunenko (Inactive)
            dfazunen Dmitry Fazunenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: