Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 simon04)

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 simon04, 9 years ago

Component: CoreCore remotecontrol
Description: modified (diff)

comment:2 by simon04, 9 years ago

Resolution: fixed
Status: newclosed

In 8263/josm:

fix #11340 - Remote control: make RequestProcessor#addRequestHandlerClass visible for plugins

comment:3 by simon04, 9 years ago

Milestone: 15.04

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.