Redundancy in names should be avoided when possible

Bug #641441 reported by Manuel de la Peña
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WADL Sharp
Fix Committed
Medium
Manuel de la Peña

Bug Description

It is normal practice in wadl that the name of a method uses the name of the app, For example:

 <wadl:resource_type id="captchas">

      <wadl:method name="GET" id="captchas-get">
        <wadl:response>
          <wadl:representation
    href="https://login.ubuntu.com/api/1.0/#captcha-page"/>
          <wadl:representation
    mediaType="application/vnd.sun.wadl+xml"
    id="captchas-wadl"/>
        </wadl:response>
      </wadl:method>

As it can be seen in the generated code, the name of the method is CaptchasGet which clearly is not nice. This kind of redundancy should be removed.

Related branches

Revision history for this message
Manuel de la Peña (mandel) wrote :
Revision history for this message
Manuel de la Peña (mandel) wrote :
Changed in wadlsharp:
milestone: none → 0.2
Changed in wadlsharp:
assignee: nobody → Manuel de la Pena (mandel)
importance: Undecided → Medium
status: New → In Progress
Changed in wadlsharp:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.