Showing 176 of 176 total issues
Similar blocks of code found in 3 locations. Consider refactoring. Open
export class CommentsClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up
Similar blocks of code found in 3 locations. Consider refactoring. Open
export class AutowpClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up
Similar blocks of code found in 3 locations. Consider refactoring. Open
export class UsersClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up
File spec.pbsc.ts
has 4165 lines of code (exceeds 250 allowed). Consider refactoring. Open
/* tslint:disable *//* eslint-disable */// @ts-nocheck//// THIS IS A GENERATED FILE
Similar blocks of code found in 2 locations. Consider refactoring. Open
export class MessagingClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
export class TrafficClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up
Function Jcrop
has a Cognitive Complexity of 267 (exceeds 5 allowed). Consider refactoring. Open
function Jcrop(obj, opt) { let $img; let xscale; let yscale;
- Read upRead up
Similar blocks of code found in 3 locations. Consider refactoring. Open
export module QuotaFailure { /** * Standard JavaScript object representation for QuotaFailure */ export interface AsObject {
- Read upRead up
Similar blocks of code found in 3 locations. Consider refactoring. Open
export module BadRequest { /** * Standard JavaScript object representation for BadRequest */ export interface AsObject {
- Read upRead up
Similar blocks of code found in 3 locations. Consider refactoring. Open
export module Help { /** * Standard JavaScript object representation for Help */ export interface AsObject {
- Read upRead up
Function Jcrop
has 889 lines of code (exceeds 25 allowed). Consider refactoring. Open
function Jcrop(obj, opt) { let $img; let xscale; let yscale;
Similar blocks of code found in 4 locations. Consider refactoring. Open
export class BadRequest implements GrpcMessage { static id = 'google.rpc.BadRequest'; /** * Deserialize binary data to message
- Read upRead up
Similar blocks of code found in 4 locations. Consider refactoring. Open
export class Help implements GrpcMessage { static id = 'google.rpc.Help'; /** * Deserialize binary data to message
- Read upRead up
Similar blocks of code found in 4 locations. Consider refactoring. Open
export class QuotaFailure implements GrpcMessage { static id = 'google.rpc.QuotaFailure'; /** * Deserialize binary data to message
- Read upRead up
Similar blocks of code found in 4 locations. Consider refactoring. Open
export class PreconditionFailure implements GrpcMessage { static id = 'google.rpc.PreconditionFailure'; /** * Deserialize binary data to message
- Read upRead up
File error-details.pb.ts
has 1481 lines of code (exceeds 250 allowed). Consider refactoring. Open
/* tslint:disable *//* eslint-disable */// @ts-nocheck//// THIS IS A GENERATED FILE
Similar blocks of code found in 2 locations. Consider refactoring. Open
const vehicleTypes: { [key: string]: string;} = { 'car-type/2-floor-bus': $localize`2-floor bus`, 'car-type/2door-hardtop': $localize`2-door hardtop`,
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
const vehicleTypesRp: { [key: string]: string;} = { 'car-type-rp/2-floor-bus': $localize`:Vehicle type in context of "most fastest among Roadsters"@@car-type-rp/2-floor-bus:2-floor buses`, 'car-type-rp/2door-hardtop': $localize`:Vehicle type in context of "most fastest among Roadsters"@@car-type-rp/2door-hardtop:2-door hardtops`,
- Read upRead up
Similar blocks of code found in 4 locations. Consider refactoring. Open
export class MostsClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up
Similar blocks of code found in 4 locations. Consider refactoring. Open
export class ArticlesClient { private client: GrpcClient<any>; /** * Raw RPC implementation for each service client method.
- Read upRead up