Modify ↓
#11340 closed defect (fixed)
Method visibility is incompatible to the comment
| Reported by: | inaltoasinistra | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Milestone: | 15.04 |
| Component: | Core remotecontrol | Version: | latest |
| Keywords: | Cc: |
Description (last modified by )
The method of class RequestProcessor with the signature:
static void addRequestHandlerClass(String command, Class<? extends RequestHandler> handler) { addRequestHandlerClass(command, handler, false)
is incompatible to the comment:
Add external request handler. Can be used by other plug-ins that want to use remote control.
because the /default/ visibility doesn't allow the plugins to call this method
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
| Component: | Core → Core remotecontrol |
|---|---|
| Description: | modified (diff) |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 11 years ago
| Milestone: | → 15.04 |
|---|
Note:
See TracTickets
for help on using tickets.



In 8263/josm: