Showing 3,654 of 3,654 total issues
Function header
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
const header = (itemsCount: number): JSX.Element => {
return (
<div data-test-id="articles-list--toolbar">
<SubNav zIndex={5}>
<div className="space-between">
Function render
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
render() {
return (
<SidePanel side="right" width={360} data-test-id="item-view-edit">
<SidePanelHeader>
<SidePanelHeading>{gettext('Details')}</SidePanelHeading>
Function TimepickerPopupDirective
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
function TimepickerPopupDirective($timeout) {
return {
templateUrl: 'scripts/core/ui/views/sd-timepicker-popup.html',
scope: {
open: '=',
File toolbar.tsx
has 260 lines of code (exceeds 250 allowed). Consider refactoring. Open
import {RichUtils, EditorState, ContentState, SelectionState, convertToRaw, EntityInstance} from 'draft-js';
import * as entityUtils from '../components/links/entityUtils';
import {onChange} from './editor3';
import * as Links from '../helpers/links';
import * as Blocks from '../helpers/blocks';
Function bind
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
this.bind = function bind(label, callback, opt) {
var fct, elt;
// Initialize options object
let options = angular.extend({}, defaultOpt, opt);
let lbl = label.toLowerCase();
Function link
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
link: function(scope) {
let canvas = document.getElementById('image') as HTMLCanvasElement,
context = canvas.getContext('2d'),
baseImage = new Image(),
filter = {
Function render
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
render() {
const existingTags = getExistingTags(this.props.article);
const resClient = toClientFormat(existingTags);
const data = {original: {analysis: resClient}, changes: {analysis: resClient}};
Function save
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
$scope.save = function() {
_.forEach($scope.currentFeedingService.fields, (field) => {
if (field.type !== 'mapping') {
return;
}
Function link
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
link: function(scope) {
getUser()
.then(getPrivileges)
.then(getUserRole);
Function render
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
render() {
return (
<Modal
visible
zIndex={1050}
Function render
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
render() {
const {authoringWorkspace} = this.props;
const listClassNames = 'sd-list-item__column sd-list-item__column--grow sd-list-item__column--no-border';
return (
Function link
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
link: (scope) => {
const setup = debounce(() => {
const desk = desks.getCurrentDesk();
const selected = document.getElementById('selected-desk');
Function render
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
render() {
const activity = this.props.activity;
const invoke = typeof activity.dropdown === 'function' || typeof activity.dropdown === 'object';
Function render
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
render() {
const {
style,
title,
children,
Function queryElastic
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
export function queryElastic(
parameters: IQueryElasticParameters,
) {
const {endpoint, page, sort, aggregations} = parameters;
Similar blocks of code found in 3 locations. Consider refactoring. Open
const extension: IExtension = {
activate: () => {
const result: IExtensionActivationResult = {
contributions: {
customFieldTypes: [
- Read upRead up
Duplicated Code
Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).
Tuning
This issue has a mass of 79.
We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.
The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.
If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.
See codeclimate-duplication
's documentation for more information about tuning the mass threshold in your .codeclimate.yml
.
Refactorings
- Extract Method
- Extract Class
- Form Template Method
- Introduce Null Object
- Pull Up Method
- Pull Up Field
- Substitute Algorithm
Further Reading
- Don't Repeat Yourself on the C2 Wiki
- Duplicated Code on SourceMaking
- Refactoring: Improving the Design of Existing Code by Martin Fowler. Duplicated Code, p76
Similar blocks of code found in 3 locations. Consider refactoring. Open
const extension: IExtension = {
activate: () => {
const result: IExtensionActivationResult = {
contributions: {
customFieldTypes: [
- Read upRead up
Duplicated Code
Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).
Tuning
This issue has a mass of 79.
We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.
The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.
If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.
See codeclimate-duplication
's documentation for more information about tuning the mass threshold in your .codeclimate.yml
.
Refactorings
- Extract Method
- Extract Class
- Form Template Method
- Introduce Null Object
- Pull Up Method
- Pull Up Field
- Substitute Algorithm
Further Reading
- Don't Repeat Yourself on the C2 Wiki
- Duplicated Code on SourceMaking
- Refactoring: Improving the Design of Existing Code by Martin Fowler. Duplicated Code, p76
Similar blocks of code found in 3 locations. Consider refactoring. Open
const extension: IExtension = {
activate: () => {
const result: IExtensionActivationResult = {
contributions: {
customFieldTypes: [
- Read upRead up
Duplicated Code
Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).
Tuning
This issue has a mass of 79.
We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.
The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.
If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.
See codeclimate-duplication
's documentation for more information about tuning the mass threshold in your .codeclimate.yml
.
Refactorings
- Extract Method
- Extract Class
- Form Template Method
- Introduce Null Object
- Pull Up Method
- Pull Up Field
- Substitute Algorithm
Further Reading
- Don't Repeat Yourself on the C2 Wiki
- Duplicated Code on SourceMaking
- Refactoring: Improving the Design of Existing Code by Martin Fowler. Duplicated Code, p76
Similar blocks of code found in 2 locations. Consider refactoring. Open
this.actionOnDeskSingleView = function() {
var elem = element.all(by.className('stage-header__name'));
var header = elem.all(by.css('[ng-click="viewSingleGroup(group, \'desk\')"]')).first();
header.click();
- Read upRead up
Duplicated Code
Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).
Tuning
This issue has a mass of 79.
We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.
The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.
If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.
See codeclimate-duplication
's documentation for more information about tuning the mass threshold in your .codeclimate.yml
.
Refactorings
- Extract Method
- Extract Class
- Form Template Method
- Introduce Null Object
- Pull Up Method
- Pull Up Field
- Substitute Algorithm
Further Reading
- Don't Repeat Yourself on the C2 Wiki
- Duplicated Code on SourceMaking
- Refactoring: Improving the Design of Existing Code by Martin Fowler. Duplicated Code, p76
Similar blocks of code found in 2 locations. Consider refactoring. Open
this.actionOnStageSingleView = function() {
var elem = element.all(by.className('stage-header__name'));
var subheader = elem.all(by.css('[ng-click="viewSingleGroup(group, \'stage\')"]')).first();
subheader.click();
- Read upRead up
Duplicated Code
Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).
Tuning
This issue has a mass of 79.
We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.
The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.
If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.
See codeclimate-duplication
's documentation for more information about tuning the mass threshold in your .codeclimate.yml
.
Refactorings
- Extract Method
- Extract Class
- Form Template Method
- Introduce Null Object
- Pull Up Method
- Pull Up Field
- Substitute Algorithm
Further Reading
- Don't Repeat Yourself on the C2 Wiki
- Duplicated Code on SourceMaking
- Refactoring: Improving the Design of Existing Code by Martin Fowler. Duplicated Code, p76