﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11340	Method visibility is incompatible to the comment	inaltoasinistra	team	"The method of class RequestProcessor with the signature:

{{{
#!java
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"	defect	closed	trivial	15.04	Core remotecontrol	latest	fixed		
