Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 322838] New: debugging enhancement - in LocatorService.java, wrap DatagramPacket to customize toString()

https://bugs.eclipse.org/bugs/show_bug.cgi?id=322838 
Product/Component: Target Management / TCF

           Summary: debugging enhancement - in LocatorService.java, wrap
                    DatagramPacket to customize toString()
    Classification: DSDP
           Product: Target Management
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: kirk.beitz@xxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Kirk Beitz <kirk.beitz@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #176727|                            |review?
               Flag|                            |

Created an attachment (id=176727)
 --> (https://bugs.eclipse.org/bugs/attachment.cgi?id=176727)
in LocatorService.java, wrap DatagramPacket to customize toString()

when debugging LocatorService, the DatagramPacket being passed through is hard
to read in the debugger.

the attached patch enhances LocatorService to wrap the DatagramPacket so
toString() can provide information during debugging.

strictly an enhancement to assist in interpreting the packet when debugging.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top