Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8244133

Refactor nsk/jdi tests to reduce code duplication in settingBreakpoint communication

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 15
    • core-svc
    • b22

      There are a lot of tests use
          public final BreakpointRequest settingBreakpoint(ThreadReference thread,
                                                           ReferenceType testedClass,
                                                           String methodName,
                                                           String bpLine,
                                                           String property)
      which is copy-pasted in all of them.

      It is needed to refactor them to move it into single parent class.

            lmesnik Leonid Mesnik
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: