Showing 4,841 of 7,782 total issues
Function handleStrictParse$1
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function handleStrictParse$1(weekdayName, format, strict) {
var i,
ii,
mom,
llc = weekdayName.toLocaleLowerCase();
Function Body
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Body() {
this.bodyUsed = false
this._initBody = function (body) {
File AbstractListModel.java
has 279 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* AbstractListModel.java
Purpose:
Description:
File Encodes.java
has 279 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* Encodes.java
Purpose:
Description:
Method compare
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static final int compare(final Object obj0, final Object obj1)
throws ELException {
if (obj0 == obj1 || equals(obj0, obj1)) {
return 0;
}
Method init
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected void init() {
setState(SubState.PSDOCLS_PRE_PARAM, new StateCtx<SubState, Token.Type, Token>() {
protected void onLeave(Token input, Token.Type inputClass, SubState dest) {
Method redraw
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void redraw(final Writer out) throws IOException {
final int order = ComponentRedraws.beforeRedraw(false);
final boolean aupg = isAsyncUpdate();
final String extra;
try {
Method getShadowVariable0
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected Object getShadowVariable0(Component baseChild, String name, boolean recurse) {
try {
_variableSeeking = true;
Object val = getAttribute(name);
if (val != null || hasAttribute(name))
Function arc
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.svg.arc = function() {
var innerRadius = d3_svg_arcInnerRadius,
outerRadius = d3_svg_arcOuterRadius,
startAngle = d3_svg_arcStartAngle,
endAngle = d3_svg_arcEndAngle;
Function d3_transition
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_transition(groups, id, time) {
d3_arraySubclass(groups, d3_transitionPrototype);
var tweens = {},
event = d3.dispatch("start", "end"),
Function tree$mold$
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tree$mold$(out) {
var uuid = this.uuid,
innerWidth = zUtl.encodeXML(this.getInnerWidth()),
width = innerWidth === '100%' ? ' width="100%"' : '',
wdStyle = innerWidth !== '100%' ? 'width:' + innerWidth : '',
Function create
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
create(context) {
const sourceCode = context.getSourceCode();
function checkJavaStyleSetter(node: TSESTree.MethodDefinition | TSESTree.TSAbstractMethodDefinition) {
const { key, value: functionExpression } = node;
if (node.static || key.type !== AST_NODE_TYPES.Identifier) {
Img
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class Img extends AbstractTag {
public Img() {
super("img");
}
/**
ELSupport
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class ELSupport {
//20120418, henrichen: moved from org.zkoss.zel.impl.parser.AstValue (ZK-1062)
private static final boolean IS_SECURITY_ENABLED =
(System.getSecurityManager() != null);
ScopeParamVM
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class ScopeParamVM {
String applicationScope;
String sessionScope;
String desktopScope;
ForEachVM
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class ForEachVM {
private int begin = 1;
private int end = 9;
private int step = 2;
private String var = "each";
JSCumulativeContentRenderer
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class JSCumulativeContentRenderer implements ContentRenderer {
private Map<String, List<Object>> _stack = new LinkedHashMap<String, List<Object>>();
private List<Object> fetch(String name) {
EventProcessingThreadImpl
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class EventProcessingThreadImpl extends Thread implements EventProcessingThread {
private static final Logger log = LoggerFactory.getLogger(EventProcessingThreadImpl.class);
/** The processor. */
private EventProcessor _proc;
BinderCtrl
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface BinderCtrl {
/**
* Default queue name of a binder to share the bean notification and global commands
*/
public static final String DEFAULT_QUEUE_NAME = "$ZKBIND_DEFQUE$"; //the associated event queue name
Messagebox
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class Messagebox {
private static final Logger log = LoggerFactory.getLogger(Messagebox.class);
private static String _templ = "~./zul/html/messagebox.zul";
/** A symbol consisting of a question mark in a circle.