Opened 9 years ago

Last modified 9 years ago

#11340 closed defect

Method visibility is incompatible to the comment — at Version 1

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

Change History (1)

comment:1 by simon04, 9 years ago

Component: CoreCore remotecontrol
Description: modified (diff)
Note: See TracTickets for help on using tickets.