autowp/autowp-frontend

View on GitHub

Showing 176 of 176 total issues

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

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

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

    if (xx > x1) {
    // right side
    if (xx - x1 < min_x) {
    xx = x1 + min_x;
    } else if (xx - x1 > max_x) {
    Severity: Major
    Found in src/app/jcrop/jquery.Jcrop.js and 1 other location - About 3 hrs to fix
    src/app/jcrop/jquery.Jcrop.js on lines 663..675

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

    } else if (xx < x1) {
    // left side
    if (x1 - xx < min_x) {
    xx = x1 - min_x;
    } else if (x1 - xx > max_x) {
    Severity: Major
    Found in src/app/jcrop/jquery.Jcrop.js and 1 other location - About 3 hrs to fix
    src/app/jcrop/jquery.Jcrop.js on lines 651..675

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

    export const routes: Routes = [
    {
    loadComponent: () => import('./sent/sent.component').then((m) => m.FeedbackSentComponent),
    path: 'sent',
    pathMatch: 'full',
    Severity: Major
    Found in src/app/feedback/feedback-routing.module.ts and 1 other location - About 3 hrs to fix
    src/app/cutaway/cutaway-routing.module.ts on lines 11..24

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

    children: [
    {
    loadComponent: () => import('./brands/brand/brand.component').then((m) => m.CutawayBrandsBrandComponent),
    path: ':brand',
    pathMatch: 'full',
    Severity: Major
    Found in src/app/cutaway/cutaway-routing.module.ts and 1 other location - About 3 hrs to fix
    src/app/feedback/feedback-routing.module.ts on lines 3..16

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

    static serializeBinaryToWriter(
    _instance: Violation,
    _writer: BinaryWriter
    ) {
    if (_instance.type) {
    Severity: Major
    Found in src/grpc/google/rpc/error-details.pb.ts and 1 other location - About 3 hrs to fix
    src/grpc/google/type/date.pb.ts on lines 72..82

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

    static serializeBinaryToWriter(_instance: Date, _writer: BinaryWriter) {
    if (_instance.year) {
    _writer.writeInt32(1, _instance.year);
    }
    if (_instance.month) {
    Severity: Major
    Found in src/grpc/google/type/date.pb.ts and 1 other location - About 3 hrs to fix
    src/grpc/google/rpc/error-details.pb.ts on lines 1191..1204

    Function getFixed has 84 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function getFixed() {
    if (!options.aspectRatio) {
    return getRect();
    }
    // This function could use some optimization I think...
    Severity: Major
    Found in src/app/jcrop/jquery.Jcrop.js - About 3 hrs to fix

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

      {
      children: [
      {
      loadComponent: () => import('./rating/rating.component').then((m) => m.UsersRatingComponent),
      path: ':rating',
      Severity: Major
      Found in src/app/users/users-routing.module.ts and 1 other location - About 3 hrs to fix
      src/app/users/users-routing.module.ts on lines 25..39

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

      {
      children: [
      {
      loadComponent: () =>
      import('./user/pictures/brand/brand.component').then((m) => m.UsersUserPicturesBrandComponent),
      Severity: Major
      Found in src/app/users/users-routing.module.ts and 1 other location - About 3 hrs to fix
      src/app/users/users-routing.module.ts on lines 4..17

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

      constructor(_value?: RecursivePartial<Date.AsObject>) {
      _value = _value || {};
      this.year = _value.year;
      this.month = _value.month;
      this.day = _value.day;
      Severity: Major
      Found in src/grpc/google/type/date.pb.ts and 1 other location - About 3 hrs to fix
      src/grpc/google/rpc/error-details.pb.ts on lines 1214..1220

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

      constructor(_value?: RecursivePartial<Violation.AsObject>) {
      _value = _value || {};
      this.type = _value.type;
      this.subject = _value.subject;
      this.description = _value.description;
      Severity: Major
      Found in src/grpc/google/rpc/error-details.pb.ts and 1 other location - About 3 hrs to fix
      src/grpc/google/type/date.pb.ts on lines 92..98

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

      children: [
      {
      loadComponent: () => import('./category/picture/picture.component').then((m) => m.CategoryPictureComponent),
      path: ':identity',
      },
      Severity: Major
      Found in src/app/categories/categories-routing.module.ts and 1 other location - About 2 hrs to fix
      src/app/articles/articles-routing.module.ts on lines 3..14

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

      export const routes: Routes = [
      {
      loadComponent: () => import('./article/article.component').then((m) => m.ArticlesArticleComponent),
      path: ':catname',
      },
      Severity: Major
      Found in src/app/articles/articles-routing.module.ts and 1 other location - About 2 hrs to fix
      src/app/categories/categories-routing.module.ts on lines 9..21

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

      {
      children: [
      {
      loadComponent: () =>
      import('./twins-group/pictures/picture/picture.component').then((m) => m.TwinsGroupPictureComponent),
      Severity: Major
      Found in src/app/twins/twins-routing.module.ts and 4 other locations - About 2 hrs to fix
      src/app/catalogue/catalogue-routing.module.ts on lines 103..116
      src/app/catalogue/catalogue-routing.module.ts on lines 147..164
      src/app/catalogue/catalogue-routing.module.ts on lines 177..194
      src/app/twins/twins-routing.module.ts on lines 22..37

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

      toObject(): ErrorInfo.AsObject {
      return {
      reason: this.reason,
      domain: this.domain,
      metadata: this.metadata
      Severity: Major
      Found in src/grpc/google/rpc/error-details.pb.ts and 1 other location - About 2 hrs to fix
      src/grpc/google/rpc/error-details.pb.ts on lines 182..196

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

      toProtobufJSON(
      // @ts-ignore
      options?: ToProtobufJSONOptions
      ): ErrorInfo.AsProtobufJSON {
      return {
      Severity: Major
      Found in src/grpc/google/rpc/error-details.pb.ts and 1 other location - About 2 hrs to fix
      src/grpc/google/rpc/error-details.pb.ts on lines 157..168

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

      {
      children: [
      {
      loadComponent: () =>
      import('./vehicles/pictures/picture/picture.component').then(
      Severity: Major
      Found in src/app/catalogue/catalogue-routing.module.ts and 4 other locations - About 2 hrs to fix
      src/app/catalogue/catalogue-routing.module.ts on lines 103..116
      src/app/catalogue/catalogue-routing.module.ts on lines 177..194
      src/app/twins/twins-routing.module.ts on lines 6..21
      src/app/twins/twins-routing.module.ts on lines 22..37

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

      {
      children: [
      {
      loadComponent: () =>
      import('./twins-group/gallery/twins-group-gallery.component').then((m) => m.TwinsGroupGalleryComponent),
      Severity: Major
      Found in src/app/twins/twins-routing.module.ts and 4 other locations - About 2 hrs to fix
      src/app/catalogue/catalogue-routing.module.ts on lines 103..116
      src/app/catalogue/catalogue-routing.module.ts on lines 147..164
      src/app/catalogue/catalogue-routing.module.ts on lines 177..194
      src/app/twins/twins-routing.module.ts on lines 6..21

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

      {
      children: [
      {
      loadComponent: () => import('./cars/cars.component').then((m) => m.CatalogueCarsComponent),
      path: ':vehicle_type',
      Severity: Major
      Found in src/app/catalogue/catalogue-routing.module.ts and 4 other locations - About 2 hrs to fix
      src/app/catalogue/catalogue-routing.module.ts on lines 147..164
      src/app/catalogue/catalogue-routing.module.ts on lines 177..194
      src/app/twins/twins-routing.module.ts on lines 6..21
      src/app/twins/twins-routing.module.ts on lines 22..37
      Severity
      Category
      Status
      Source
      Language