Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return Direction.PREVIOUS;
Avoid too many return
statements within this method. Open
Open
return shadowHost.getAttributeOrFellow(name, true);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return new MultiFullComposerExt(cs);
Avoid too many return
statements within this method. Open
Open
return Collections.emptyMap();
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return new MultiFullComposer(cs);
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return fi.isInMemory() ? new AImage(name, fi.get()) : new AImage(name, fi.getInputStream());
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return fi.isInMemory() ? new AMedia(name, null, ctype, fi.get()) : new StreamMedia(name, null, ctype, fi);
Avoid too many return
statements within this method. Open
Open
return _proxyDecorator != null ? (T) _proxyDecorator.decorate((ProxyObject) p1) : (T) p1;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return getImplicit(name);
Avoid too many return
statements within this method. Open
Open
return (T) new ListModelSetProxy((ListModelSet) origin, annotations);