-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction steps
Methods matching the Stapler doWhatever web method naming convention, but lacking Stapler-related return type, arguments, or annotations are incorrectly (since 2.154) identified as web methods.
Expected Results
void doWhatever() and similar signatures are not identified as web methods.
Actual Results
void doWhatever() and similar signatures are identified as web methods.
Anything else?
Previously known but unaddressed per
| // TODO make this nicer and more comprehensive, e.g. all parameters need to have one of several annotations or be one of several types |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working