Showing 4,841 of 7,782 total issues
Method toComposers
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private static void toComposers(List<Composer> composers, ExValue[] apply, Evaluator eval, Page page,
Component comp) throws Exception {
Method process
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected boolean process(Session sess, HttpServletRequest request, HttpServletResponse response, String originPath,
boolean bRichlet) throws ServletException, IOException {
Method createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(String content, String extension, Component parent,
Component insertBefore, VariableResolver resolver);
Method handleError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
/*package*/ static void handleError(ServletContext ctx, HttpServletRequest request, HttpServletResponse response,
String path, Throwable err) throws ServletException, IOException {
Method createComponents
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component[] createComponents(String uri, Component parent, Component insertBefore, VariableResolver resolver,
Map<?, ?> arg);
Method createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(Reader reader, String extension, Component parent, Component insertBefore,
VariableResolver resolver) throws 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 createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(Document content, String extension, Component parent,
Component insertBefore, VariableResolver resolver);
Method parseItems
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private void parseItems(final PageDefinition pgdef, final NodeInfo parent, Collection items,
AnnotationHelper annHelper, boolean bNativeContent) throws Exception {
Method process
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected boolean process(Session sess, HttpServletRequest request, HttpServletResponse response, String originPath,
boolean bRichlet) throws ServletException, IOException {
Method newShadowDefinition
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static final ComponentDefinition newShadowDefinition(LanguageDefinition langdef, PageDefinition pgdef,
String name, Class<? extends Component> cls, String templateURI) {
Method createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(Document content, String extension, Component parent,
Component insertBefore, VariableResolver resolver) {
Method createComponents
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component[] createComponents(String uri, Component parent, Component insertBefore,
VariableResolver resolver, Map<?, ?> arg) {
Method createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(String content, String extension, Component parent,
Component insertBefore, VariableResolver resolver) {
Method isZkElement
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private static final boolean isZkElement(LanguageDefinition langdef, String nm, String pref, String uri,
boolean bNativeContent) {
Method createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(Reader reader, String extension, Component parent,
Component insertBefore, VariableResolver resolver) throws IOException {
Method addSmartUpdate0
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private void addSmartUpdate0(Component comp, String attr, Object value, boolean append, int priority) {
Method execCreateChild
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private static Component[] execCreateChild(CreateInfo ci, Component parent, ComponentInfo childInfo,
ReplaceableText replaceableText, Component insertBefore) {
Method execCreateChild0
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private static Component execCreateChild0(CreateInfo ci, Component parent, ComponentInfo childInfo,
String replaceableText, Component insertBefore) {
Method createComponentsDirectly
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Component createComponentsDirectly(Reader reader, String ext, Component parent, Component insertBefore,
VariableResolver resolver) throws IOException {