Showing 4,841 of 7,782 total issues
Method show
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static void show(String msg, String type, Component ref, String position, int duration) {
Method injectByMethod
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private boolean injectByMethod(Method md, Class<?> parmcls, Class<?> argcls, Object arg, String fdname) {
Method getInstance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static ForEach getInstance(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end) {
Method getInstance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static ForEach getInstance(EvaluatorRef evalr, Component comp, String expr, String begin, String end) {
Method wireVariables
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static final void wireVariables(Page page, Object controller, char separator, boolean ignoreZScript,
boolean ignoreXel) {
Method wireVariables
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static final void wireVariables(Component comp, Object controller, char separator, boolean ignoreZScript,
boolean ignoreXel) {
Method getInstance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static ForEach getInstance(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end) {
Method showNotification
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static final void showNotification(String msg, String type, Component ref, String position, int duration) {
Method wireFellows
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static final void wireFellows(IdSpace idspace, Object controller, char separator, boolean ignoreZScript,
boolean ignoreXel) {
Method invokeEventThreadCompletes
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public void invokeEventThreadCompletes(List<EventThreadCleanup> cleanups, Component comp, Event evt,
List<Throwable> errs, boolean silent) {
Method getInstance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static ForEach getInstance(EvaluatorRef evalr, Page page, String expr, String begin, String end) {
Method process
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected boolean process(Session sess, RenderRequest request, RenderResponse response, String path,
boolean bRichlet) throws PortletException, IOException {
Method newPage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static Page newPage(UiFactory uf, RequestInfo ri, Richlet richlet, ServletResponse response, String path) {
Method getDesktop
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Desktop getDesktop(Session sess, ServletRequest request, ServletResponse response, String path,
boolean autocreate) {
Method dispatch
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private boolean dispatch(Writer out, String page, Map params, int mode, boolean include)
Method process
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private void process(Session sess, HttpServletRequest request, HttpServletResponse response, PageDefinition pagedef,
String path) throws ServletException, IOException {
Method handleError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private void handleError(Session sess, HttpServletRequest request, HttpServletResponse response, String path,
Throwable err) throws ServletException, IOException {
Method newPage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static Page newPage(UiFactory uf, RequestInfo ri, PageDefinition pagedef, ServletResponse response,
String path) {
Method lookup
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static Template lookup(Component comp, Component base, String name, Component compBase,
boolean excludeBase) {
Method writeResource
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private boolean writeResource(RequestContext reqctx, OutputStream out, String path, String dir, boolean locate) throws IOException, ServletException {