Java Source Code Analysis using SonarQube | Java Techie

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 59

  • @BitByteGb
    @BitByteGb 4 роки тому +1

    Java techie is one of the best channel

  • @mohammedshabbir1347
    @mohammedshabbir1347 3 роки тому +2

    Very nice explanation. Thanks basant.

  • @zishanansari5583
    @zishanansari5583 3 роки тому +1

    This is really very good, Keep it up sir

  • @Lakshmijourney-n7s
    @Lakshmijourney-n7s 4 роки тому +3

    Thank you, Sir...your way of explanation very good and easy to understand

  • @nikhilbharne
    @nikhilbharne 6 років тому +3

    Bro really helpful 👌👍👍👍

  • @prasantasahoo2590
    @prasantasahoo2590 6 років тому +1

    Thanks @Basant...it will help a lot....

  • @vndprasadgrandhi4344
    @vndprasadgrandhi4344 Рік тому +1

    Hi Bro, I am not understood and could you please do one more video on sonarqube.. Because it's confusing first 😢time after seeing this..I hope you understood.. Please integrate with sonarlint plugin and Eclipse 😊

  • @gopensharma1201
    @gopensharma1201 3 роки тому +1

    Good for learning. Thanks

  • @ainigma100
    @ainigma100 Рік тому +1

    Great video! Can you please show the latest way of adding SonarQube to a spring boot 3 application using docker. Thank you in advance!

  • @arunbandari8936
    @arunbandari8936 4 роки тому +2

    sir how maven plugin recognize location of SonarQube. How to use in real time .I mean in real time they will install SonarQube in servers .how SonarQube recognize our source code to check quality.

    • @Javatechie
      @Javatechie  4 роки тому +1

      In real-time your sonar cube need to integrate with Jenkins
      So that at the time of ci/cd it will evaluate code smell

    • @arunbandari8936
      @arunbandari8936 4 роки тому

      @@Javatechie OK Thanq sir...

    • @arunbandari8936
      @arunbandari8936 4 роки тому

      sir how maven plugin recognize location of SonarQube in local?

  • @AnilKumar-dt3sq
    @AnilKumar-dt3sq 2 роки тому +1

    Hi Sir , how to cover this snippet. if(StringUtils.isNotBlank(value)

    • @Javatechie
      @Javatechie  2 роки тому

      Pass the null value in the method from where you are invoking this StringUtils

    • @AnilKumar-dt3sq
      @AnilKumar-dt3sq 2 роки тому

      Sure, I will try. Thank you

  • @bilalchandio1
    @bilalchandio1 Рік тому

    How can we perform analysis on a standalone code without eclicpse and maven.

  • @ainigma100
    @ainigma100 2 роки тому +1

    Thank you for your video. Is it possible to ignore some files? For instance, I have a class called CustomValidation and I do not want SonarQube to take this class into account.

  • @VijaySingh-ol5tb
    @VijaySingh-ol5tb 4 роки тому +1

    Hello sir, I tried to do the same setup in my local by following your video. Everything went right but when i am going to sonarqube dashboard after executing jacoco and sonar command successfully, its showing project is not analyzed yet. Any help would be appreciated. Sonar version 7.3

    • @ashu7pathak
      @ashu7pathak 2 роки тому

      He told explicitly to use Long Term Support, but you used latest version :)

  • @rajasekar2756
    @rajasekar2756 2 роки тому

    Cleaning or creating temp directory /opt/sonarqube/temp i got this exception please give me solution

  • @manishsingh-tu2gl
    @manishsingh-tu2gl 4 роки тому +1

    Hi Basant, thanks for this wonderful tutorial , i have tried this everything works fine but one issue is there that code coverage always shows 0 , am i missing some configuration ? please reply. thanks

    • @Javatechie
      @Javatechie  4 роки тому

      Do you added Jacoco plugin proper version as per your requirement

    • @manishsingh-tu2gl
      @manishsingh-tu2gl 4 роки тому

      @@Javatechie I am using jococo 0.8 version, my project is using Java 8

    • @manishsingh-tu2gl
      @manishsingh-tu2gl 4 роки тому +1

      @@Javatechie there is something on my Console while running sonar:sonar command : 'sonar.coverage.jacoco.xmlReportPaths' is not defined .

    • @Javatechie
      @Javatechie  4 роки тому

      Same just google it , it may be due to version incompatible am not sure for that

  • @maweryoutube9852
    @maweryoutube9852 Рік тому +1

    Amazing

  • @andersonxavier83
    @andersonxavier83 5 років тому

    Do you have exanple using only C# ?

  • @mahindrag9218
    @mahindrag9218 6 років тому +1

    supose i'm using ant build tool that time how can run sonarqube i see ur video run maven build inside goal u gived some path same thing in ant how can work plz expln once

    • @Javatechie
      @Javatechie  6 років тому

      Mahindra sure will let u know soon .may be some goal should be available .

    • @mahindrag9218
      @mahindrag9218 6 років тому

      plz expln my dovt

  • @KISHANKUMAR-pr6ew
    @KISHANKUMAR-pr6ew 2 роки тому +1

    Does java8 support sonarqube?

    • @Javatechie
      @Javatechie  2 роки тому

      Yes Java version doesn't matter here

  • @chenhdgaadd5635
    @chenhdgaadd5635 3 роки тому +1

    why youtube can't give caption for your video

  • @b.vigneshhrithick6054
    @b.vigneshhrithick6054 4 роки тому +1

    Thank you so much♥..

  • @gopald7263
    @gopald7263 6 років тому +1

    Awesome...

  • @AhamedKabeer-wn1jb
    @AhamedKabeer-wn1jb 2 роки тому +1

    Thank you Sir..

  • @sunilbehera2176
    @sunilbehera2176 6 років тому +1

    i am not able to pass proper goals while maven build .

    • @sunilbehera2176
      @sunilbehera2176 6 років тому +1

      by passing this i have done finally--> clean org.jacoco:jacoco-maven-plugin:prepare-agent

    • @Javatechie
      @Javatechie  6 років тому +1

      Which build u r not able to run?

    • @sunilbehera2176
      @sunilbehera2176 6 років тому +1

      After accessing the sonarqube in browser I am not able to see my project .

    • @Javatechie
      @Javatechie  6 років тому

      sunil run once mvn:install then sonar:sonar refresh your browser.

  • @bathulanagendra4621
    @bathulanagendra4621 6 років тому

    Sir How to give jacoco command in Gradle

  • @JoseCastro-ql1yl
    @JoseCastro-ql1yl Рік тому +1

    good job, could you share the source code?

    • @Javatechie
      @Javatechie  Рік тому

      Please check the video description

  • @debasish2332
    @debasish2332 4 роки тому +1

    very good

  • @rishiraj2548
    @rishiraj2548 2 роки тому +1

    👍💯

  • @chintunayak988
    @chintunayak988 5 років тому

    brother plz make a video on code debugging

  • @9861011496
    @9861011496 4 роки тому +1

    Bhai Odia Ki ??😬🤐
    I'm a Full Time Pentester ,
    Need Source Code Review Suggestions

  • @kishordige9721
    @kishordige9721 Рік тому

    Thank you so much

  • @zhrgci
    @zhrgci 2 роки тому

    Just get Not authorized. Analyzing this project requires authentication. Please provide a user token in sonar.login or other credentials in sonar.login and sonar.password. But generated tokens don't work '-'