Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 202006] New: Code duplication of the 'get binary' logic

https://bugs.eclipse.org/bugs/show_bug.cgi?id=202006  
Product/Component: CDT / cdt-launch
           Summary: Code duplication of the 'get binary' logic
           Product: CDT
           Version: 3.1.2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: vladimir@xxxxxxxxxxxxxxxx


Created an attachment (id=77541)
 --> (https://bugs.eclipse.org/bugs/attachment.cgi?id=77541)
patch to eliminate code duplication

The org.eclipse.cdt.launch package has three copies of logic to get a
IBinaryObject from IPath/IProject pair.  This patch adds new GetBinary class
and makes those three places use the new class. Due to CVS limitations, the new
class is attached separately.


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


Back to the top