autowp/autowp-frontend

View on GitHub

Showing 176 of 176 total issues

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.
Severity: Major
Found in src/grpc/spec.pbsc.ts and 3 other locations - About 3 days to fix
src/grpc/spec.pbsc.ts on lines 954..1046
src/grpc/spec.pbsc.ts on lines 5966..6058
src/grpc/spec.pbsc.ts on lines 6063..6155

Similar blocks of code found in 4 locations. Consider refactoring.
Open

export class DonationsClient {
private client: GrpcClient<any>;
 
/**
* Raw RPC implementation for each service client method.
Severity: Major
Found in src/grpc/spec.pbsc.ts and 3 other locations - About 3 days to fix
src/grpc/spec.pbsc.ts on lines 954..1046
src/grpc/spec.pbsc.ts on lines 3793..3885
src/grpc/spec.pbsc.ts on lines 5966..6058

Similar blocks of code found in 2 locations. Consider refactoring.
Open

const mostsRatingsParam: {
[key: string]: string;
} = {
'most/air/param': $localize`drag coefficients`,
'most/antiair/param': $localize`drag coefficients`,
Severity: Major
Found in src/app/utils/translations.ts and 1 other location - About 2 days to fix
src/app/utils/translations.ts on lines 769..801

Similar blocks of code found in 2 locations. Consider refactoring.
Open

const mostsRatings: {
[key: string]: string;
} = {
'most/air': $localize`air`,
'most/antiair': $localize`anti air`,
Severity: Major
Found in src/app/utils/translations.ts and 1 other location - About 2 days to fix
src/app/utils/translations.ts on lines 803..835

File jquery.Jcrop.js has 913 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/**
* jquery.Jcrop.js v0.9.12
* jQuery Image Cropping Plugin - released under MIT License
* Author: Kelly Hallman <khallman@gmail.com>
* http://github.com/tapmodo/Jcrop
Severity: Major
Found in src/app/jcrop/jquery.Jcrop.js - About 2 days to fix

    File translations.ts has 908 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    const translations: {
    [key: string]: {'add-sub-item': string; name: string; 'name-plural': string; 'new-item': string};
    } = {
    1: {
    'add-sub-item': $localize`Add sub-vehicle`,
    Severity: Major
    Found in src/app/utils/translations.ts - About 2 days to fix

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

      export class TextClient {
      private client: GrpcClient<any>;
       
      /**
      * Raw RPC implementation for each service client method.
      Severity: Major
      Found in src/grpc/spec.pbsc.ts and 2 other locations - About 1 day to fix
      src/grpc/spec.pbsc.ts on lines 4320..4375
      src/grpc/spec.pbsc.ts on lines 4380..4435

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

      export const environment = {
      apiUrl: '/api/',
      grpcHost: '',
      keycloak: {
      clientId: 'frontend',
      Severity: Major
      Found in src/environments/environment.dev.ts and 1 other location - About 1 day to fix
      src/environments/environment.prod.ts on lines 1..82

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

      export class MapClient {
      private client: GrpcClient<any>;
       
      /**
      * Raw RPC implementation for each service client method.
      Severity: Major
      Found in src/grpc/spec.pbsc.ts and 2 other locations - About 1 day to fix
      src/grpc/spec.pbsc.ts on lines 4320..4375
      src/grpc/spec.pbsc.ts on lines 6160..6215

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

      export const environment = {
      apiUrl: '/api/',
      grpcHost: '',
      keycloak: {
      clientId: 'frontend',
      Severity: Major
      Found in src/environments/environment.prod.ts and 1 other location - About 1 day to fix
      src/environments/environment.dev.ts on lines 1..82

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

      export class LogClient {
      private client: GrpcClient<any>;
       
      /**
      * Raw RPC implementation for each service client method.
      Severity: Major
      Found in src/grpc/spec.pbsc.ts and 2 other locations - About 1 day to fix
      src/grpc/spec.pbsc.ts on lines 4380..4435
      src/grpc/spec.pbsc.ts on lines 6160..6215

      Function Coords has 226 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      const Coords = (function() {
      let x1 = 0,
      y1 = 0,
      x2 = 0,
      y2 = 0;
      Severity: Major
      Found in src/app/jcrop/jquery.Jcrop.js - About 1 day to fix

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

        {
        children: [
        {
        loadComponent: () => import('./mixed/gallery/gallery.component').then((m) => m.CatalogueMixedGalleryComponent),
        path: 'gallery/:identity',
        Severity: Major
        Found in src/app/catalogue/catalogue-routing.module.ts and 1 other location - About 7 hrs to fix
        src/app/catalogue/catalogue-routing.module.ts on lines 11..38

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

        {
        children: [
        {
        loadComponent: () => import('./mixed/gallery/gallery.component').then((m) => m.CatalogueMixedGalleryComponent),
        path: 'gallery/:identity',
        Severity: Major
        Found in src/app/catalogue/catalogue-routing.module.ts and 1 other location - About 7 hrs to fix
        src/app/catalogue/catalogue-routing.module.ts on lines 67..94

        Function Selection has 177 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        const Selection = (function() {
        let awake,
        hdep = 370,
        borders = {},
        handle = {},
        Severity: Major
        Found in src/app/jcrop/jquery.Jcrop.js - About 7 hrs to fix

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          static deserializeBinaryFromReader(
          _instance: Violation,
          _reader: BinaryReader
          ) {
          while (_reader.nextField()) {
          Severity: Major
          Found in src/grpc/google/rpc/error-details.pb.ts and 1 other location - About 6 hrs to fix
          src/grpc/google/type/date.pb.ts on lines 45..65

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          static deserializeBinaryFromReader(_instance: Date, _reader: BinaryReader) {
          while (_reader.nextField()) {
          if (_reader.isEndGroup()) break;
           
          switch (_reader.getFieldNumber()) {
          Severity: Major
          Found in src/grpc/google/type/date.pb.ts and 1 other location - About 6 hrs to fix
          src/grpc/google/rpc/error-details.pb.ts on lines 1161..1184

          ItemsClient has 43 functions (exceeds 20 allowed). Consider refactoring.
          Open

          @Injectable({ providedIn: 'any' })
          export class ItemsClient {
          private client: GrpcClient<any>;
           
          /**
          Severity: Minor
          Found in src/grpc/spec.pbsc.ts - About 5 hrs to fix

            `` has 42 functions (exceeds 20 allowed). Consider refactoring.
            Open

            $raw = {
            /**
            * Unary call: /goautowp.Items/GetItemOfDay
            *
            * @param requestMessage Request message
            Severity: Minor
            Found in src/grpc/spec.pbsc.ts - About 5 hrs to fix

              PicturesClient has 35 functions (exceeds 20 allowed). Consider refactoring.
              Open

              @Injectable({ providedIn: 'any' })
              export class PicturesClient {
              private client: GrpcClient<any>;
               
              /**
              Severity: Minor
              Found in src/grpc/spec.pbsc.ts - About 4 hrs to fix
                Severity
                Category
                Status
                Source
                Language