home.social

#sonarqube — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sonarqube, aggregated by home.social.

fetched live
  1. Лучшие токены – те, которые вы не потратили: анатомия жадного LLM-бота

    При анализе кода с помощью LLM всегда есть соблазн закинуть в модель всё сразу — и пусть сама разбирается. Но на больших объёмах кода стоимость и время такого «пусть разбирается» быстро приводят нас в чувства и заставляют искать пути более экономной траты токенов. Привет, меня зовут Андрей, я занимаюсь автоматизацией тестирования в hh. В этой статье расскажу, как мы оптимизировали запросы нашего бота, который анализирует тестовое покрытие с помощью LLM, чтобы получить максимум пользы при минимальных затратах. Антоним токенмаксинга – токенпожарскинг токенминнинг?

    habr.com/ru/companies/hh/artic

    #sonarqube #llm #java #python #kotlin #покрытие_кода #покрытие_тестами #qa_automation #qa #qa_testing

  2. Лучшие токены – те, которые вы не потратили: анатомия жадного LLM-бота

    При анализе кода с помощью LLM всегда есть соблазн закинуть в модель всё сразу — и пусть сама разбирается. Но на больших объёмах кода стоимость и время такого «пусть разбирается» быстро приводят нас в чувства и заставляют искать пути более экономной траты токенов. Привет, меня зовут Андрей, я занимаюсь автоматизацией тестирования в hh. В этой статье расскажу, как мы оптимизировали запросы нашего бота, который анализирует тестовое покрытие с помощью LLM, чтобы получить максимум пользы при минимальных затратах. Антоним токенмаксинга – токенпожарскинг токенминнинг?

    habr.com/ru/companies/hh/artic

    #sonarqube #llm #java #python #kotlin #покрытие_кода #покрытие_тестами #qa_automation #qa #qa_testing

  3. Лучшие токены – те, которые вы не потратили: анатомия жадного LLM-бота

    При анализе кода с помощью LLM всегда есть соблазн закинуть в модель всё сразу — и пусть сама разбирается. Но на больших объёмах кода стоимость и время такого «пусть разбирается» быстро приводят нас в чувства и заставляют искать пути более экономной траты токенов. Привет, меня зовут Андрей, я занимаюсь автоматизацией тестирования в hh. В этой статье расскажу, как мы оптимизировали запросы нашего бота, который анализирует тестовое покрытие с помощью LLM, чтобы получить максимум пользы при минимальных затратах. Антоним токенмаксинга – токенпожарскинг токенминнинг?

    habr.com/ru/companies/hh/artic

    #sonarqube #llm #java #python #kotlin #покрытие_кода #покрытие_тестами #qa_automation #qa #qa_testing

  4. SonarQube в CI: подключили, забили, а потом удивляемся

    SonarQube подключен, дашборд есть, анализ запускается на каждый MR, но никто не пользуется. В таком случае проблема не в инструменте. Проблема в том, что между «Sonar работает» и «Sonar приносит пользу» — пропасть из-за отсутствия договорённостей. Я видела это на нескольких проектах и расскажу, что конкретно превращает декоративный дашборд в работающий механизм контроля качества. Статья будет полезна QA, разработчикам и тимлидам, у которых SonarQube уже есть, но результаты анализа живут ни на что не влияют.

    habr.com/ru/companies/2gis/art

    #sonarqube #sonar #метрики

  5. SonarQube в CI: подключили, забили, а потом удивляемся

    SonarQube подключен, дашборд есть, анализ запускается на каждый MR, но никто не пользуется. В таком случае проблема не в инструменте. Проблема в том, что между «Sonar работает» и «Sonar приносит пользу» — пропасть из-за отсутствия договорённостей. Я видела это на нескольких проектах и расскажу, что конкретно превращает декоративный дашборд в работающий механизм контроля качества. Статья будет полезна QA, разработчикам и тимлидам, у которых SonarQube уже есть, но результаты анализа живут ни на что не влияют.

    habr.com/ru/companies/2gis/art

    #sonarqube #sonar #метрики

  6. SonarQube в CI: подключили, забили, а потом удивляемся

    SonarQube подключен, дашборд есть, анализ запускается на каждый MR, но никто не пользуется. В таком случае проблема не в инструменте. Проблема в том, что между «Sonar работает» и «Sonar приносит пользу» — пропасть из-за отсутствия договорённостей. Я видела это на нескольких проектах и расскажу, что конкретно превращает декоративный дашборд в работающий механизм контроля качества. Статья будет полезна QA, разработчикам и тимлидам, у которых SonarQube уже есть, но результаты анализа живут ни на что не влияют.

    habr.com/ru/companies/2gis/art

    #sonarqube #sonar #метрики

  7. Java‑код скомпилировался — это ещё не значит, что он работает

    Есть целый класс Java‑багов, которые компилятор пропускает, а тесты на счастливом пути не ловят: код синтаксически корректен, но делает не то, что вы имели в виду. В статье разбираем пять таких самых частых ситуаций, которые встречаются у начинающих разработчиков.

    habr.com/ru/companies/otus/art

    #Java #staticanalysis #codereview #trywithresources #equalshashCode #SonarQube #NullPointerException #обучение

  8. Java‑код скомпилировался — это ещё не значит, что он работает

    Есть целый класс Java‑багов, которые компилятор пропускает, а тесты на счастливом пути не ловят: код синтаксически корректен, но делает не то, что вы имели в виду. В статье разбираем пять таких самых частых ситуаций, которые встречаются у начинающих разработчиков.

    habr.com/ru/companies/otus/art

    #Java #staticanalysis #codereview #trywithresources #equalshashCode #SonarQube #NullPointerException #обучение

  9. Java‑код скомпилировался — это ещё не значит, что он работает

    Есть целый класс Java‑багов, которые компилятор пропускает, а тесты на счастливом пути не ловят: код синтаксически корректен, но делает не то, что вы имели в виду. В статье разбираем пять таких самых частых ситуаций, которые встречаются у начинающих разработчиков.

    habr.com/ru/companies/otus/art

    #Java #staticanalysis #codereview #trywithresources #equalshashCode #SonarQube #NullPointerException #обучение

  10. @inyourbits On the topic of "vibe coding" I wasn't referring to the LLM'ing of the fixes but the general quality of the SW that needs to be fixed, independent of whether said piece of software was completely manually crafted or LLM'd to some degree.

    I do agree that an LLM'd fix that passes some threshold for quality certainly is better than no fix at all.

    Generally I'm of the opinion that just like the CI pipelines and QA tools that enabled some sanity in the manual crafted software age, we'll need the same just at larger scale, more tightly integrated into the LLM loops for all the usual QA topics to achieve the same level of sanity under the scale and speed of LLM-assisted software creation.

    Together with the advent of more capable, cheaper models such instrumentation might even raise the bar.
    Over time, the use of the resulting better SW being used/copied by the LLMs this might even create a useful feedback loop. A possible counterpoint to LLM-dementia if you will.

    All the LSPs, plugins/hooks for OpenGrep, SonarQube, OSV etc are a good start.

    If we get similar hooks that will enforce the most common issues around the various OWASP top lists etc. this might be part of the way to raise the bar. And as always: Enforcement not as prompt but, just like the build breaker in a CI, as technically hardened gate.

    #LLM #QA #softwareengineering #aiassisted #owasp #sonarqube #opengrep #raisingthebar

  11. @inyourbits On the topic of "vibe coding" I wasn't referring to the LLM'ing of the fixes but the general quality of the SW that needs to be fixed, independent of whether said piece of software was completely manually crafted or LLM'd to some degree.

    I do agree that an LLM'd fix that passes some threshold for quality certainly is better than no fix at all.

    Generally I'm of the opinion that just like the CI pipelines and QA tools that enabled some sanity in the manual crafted software age, we'll need the same just at larger scale, more tightly integrated into the LLM loops for all the usual QA topics to achieve the same level of sanity under the scale and speed of LLM-assisted software creation.

    Together with the advent of more capable, cheaper models such instrumentation might even raise the bar.
    Over time, the use of the resulting better SW being used/copied by the LLMs this might even create a useful feedback loop. A possible counterpoint to LLM-dementia if you will.

    All the LSPs, plugins/hooks for OpenGrep, SonarQube, OSV etc are a good start.

    If we get similar hooks that will enforce the most common issues around the various OWASP top lists etc. this might be part of the way to raise the bar. And as always: Enforcement not as prompt but, just like the build breaker in a CI, as technically hardened gate.

    #LLM #QA #softwareengineering #aiassisted #owasp #sonarqube #opengrep #raisingthebar

  12. @inyourbits On the topic of "vibe coding" I wasn't referring to the LLM'ing of the fixes but the general quality of the SW that needs to be fixed, independent of whether said piece of software was completely manually crafted or LLM'd to some degree.

    I do agree that an LLM'd fix that passes some threshold for quality certainly is better than no fix at all.

    Generally I'm of the opinion that just like the CI pipelines and QA tools that enabled some sanity in the manual crafted software age, we'll need the same just at larger scale, more tightly integrated into the LLM loops for all the usual QA topics to achieve the same level of sanity under the scale and speed of LLM-assisted software creation.

    Together with the advent of more capable, cheaper models such instrumentation might even raise the bar.
    Over time, the use of the resulting better SW being used/copied by the LLMs this might even create a useful feedback loop. A possible counterpoint to LLM-dementia if you will.

    All the LSPs, plugins/hooks for OpenGrep, SonarQube, OSV etc are a good start.

    If we get similar hooks that will enforce the most common issues around the various OWASP top lists etc. this might be part of the way to raise the bar. And as always: Enforcement not as prompt but, just like the build breaker in a CI, as technically hardened gate.

    #LLM #QA #softwareengineering #aiassisted #owasp #sonarqube #opengrep #raisingthebar

  13. I'm someone who wants #SonarQube to publish a code-smells/week metric for each dev. They intentionally do not offer that, however. I find it to be a healthy rivalry between devs.

    So, no, I do not feel threatened that my #AI token burn is being monitored at work. It's all part of the gamification.

  14. I'm someone who wants #SonarQube to publish a code-smells/week metric for each dev. They intentionally do not offer that, however. I find it to be a healthy rivalry between devs.

    So, no, I do not feel threatened that my #AI token burn is being monitored at work. It's all part of the gamification.

  15. I'm someone who wants #SonarQube to publish a code-smells/week metric for each dev. They intentionally do not offer that, however. I find it to be a healthy rivalry between devs.

    So, no, I do not feel threatened that my #AI token burn is being monitored at work. It's all part of the gamification.

  16. I'm someone who wants #SonarQube to publish a code-smells/week metric for each dev. They intentionally do not offer that, however. I find it to be a healthy rivalry between devs.

    So, no, I do not feel threatened that my #AI token burn is being monitored at work. It's all part of the gamification.

  17. I'm someone who wants #SonarQube to publish a code-smells/week metric for each dev. They intentionally do not offer that, however. I find it to be a healthy rivalry between devs.

    So, no, I do not feel threatened that my #AI token burn is being monitored at work. It's all part of the gamification.

  18. Техдолг = налог. Как перевести его в рубли и показать финдиру

    Фича делалась 3 дня, теперь делается 3 недели. Как перевести техдолг в рубли и перестать проигрывать разговор с бизнесом.

    habr.com/ru/companies/simpleon

    #техдолг #технический_долг #рефакторинг #DORA #SonarQube #CodeScene #управление_разработкой #бюджет_на_разработку #метрики_кода

  19. Техдолг = налог. Как перевести его в рубли и показать финдиру

    Фича делалась 3 дня, теперь делается 3 недели. Как перевести техдолг в рубли и перестать проигрывать разговор с бизнесом.

    habr.com/ru/companies/simpleon

    #техдолг #технический_долг #рефакторинг #DORA #SonarQube #CodeScene #управление_разработкой #бюджет_на_разработку #метрики_кода

  20. Техдолг = налог. Как перевести его в рубли и показать финдиру

    Фича делалась 3 дня, теперь делается 3 недели. Как перевести техдолг в рубли и перестать проигрывать разговор с бизнесом.

    habr.com/ru/companies/simpleon

    #техдолг #технический_долг #рефакторинг #DORA #SonarQube #CodeScene #управление_разработкой #бюджет_на_разработку #метрики_кода

  21. Here is my résumé when it comes to using #GLM 5.1 for refactoring a large #php #laravel code based on #sonarqube warnings/errors:
    A DISASTER ‼️ - #claude on the other hand: one shot, everything works.

    For the record:
    GLM5.1 was running via opencode go. (same prompt) 😞 😢

    #ai #coding #zai

    i don’t think GLM is bad in general. i am talking here about refactoring a large codebase in particular. writing new code or doing small stuff works fine.

    🧵 👇

  22. Here is my résumé when it comes to using #GLM 5.1 for refactoring a large #php #laravel code based on #sonarqube warnings/errors:
    A DISASTER ‼️ - #claude on the other hand: one shot, everything works.

    For the record:
    GLM5.1 was running via opencode go. (same prompt) 😞 😢

    #ai #coding #zai

    i don’t think GLM is bad in general. i am talking here about refactoring a large codebase in particular. writing new code or doing small stuff works fine.

    🧵 👇

  23. Here is my résumé when it comes to using #GLM 5.1 for refactoring a large #php #laravel code based on #sonarqube warnings/errors:
    A DISASTER ‼️ - #claude on the other hand: one shot, everything works.

    For the record:
    GLM5.1 was running via opencode go. (same prompt) 😞 😢

    #ai #coding #zai

    i don’t think GLM is bad in general. i am talking here about refactoring a large codebase in particular. writing new code or doing small stuff works fine.

    🧵 👇

  24. Here is my résumé when it comes to using #GLM 5.1 for refactoring a large #php #laravel code based on #sonarqube warnings/errors:
    A DISASTER ‼️ - #claude on the other hand: one shot, everything works.

    For the record:
    GLM5.1 was running via opencode go. (same prompt) 😞 😢

    #ai #coding #zai

    i don’t think GLM is bad in general. i am talking here about refactoring a large codebase in particular. writing new code or doing small stuff works fine.

    🧵 👇

  25. Here is my résumé when it comes to using #GLM 5.1 for refactoring a large #php #laravel code based on #sonarqube warnings/errors:
    A DISASTER ‼️ - #claude on the other hand: one shot, everything works.

    For the record:
    GLM5.1 was running via opencode go. (same prompt) 😞 😢

    #ai #coding #zai

    i don’t think GLM is bad in general. i am talking here about refactoring a large codebase in particular. writing new code or doing small stuff works fine.

    🧵 👇

  26. Uughh, customer-hostile actions by #SonarQube , locking their documentation down.

    community.sonarsource.com/t/ru…

    Paraphrased:
    - [Hi, seems your public documentation for rules is down]
    - [Yeah we took it down, both sites. You can read the rules on your installed instance instead. Your call is important to us.]
    - [I guess one workaround would be this third site.]
    - [Yeah no, we'll be taking that down next.]

  27. Uughh, customer-hostile actions by #SonarQube , locking their documentation down.

    community.sonarsource.com/t/ru…

    Paraphrased:
    - [Hi, seems your public documentation for rules is down]
    - [Yeah we took it down, both sites. You can read the rules on your installed instance instead. Your call is important to us.]
    - [I guess one workaround would be this third site.]
    - [Yeah no, we'll be taking that down next.]

  28. Uughh, customer-hostile actions by #SonarQube , locking their documentation down.

    community.sonarsource.com/t/ru…

    Paraphrased:
    - [Hi, seems your public documentation for rules is down]
    - [Yeah we took it down, both sites. You can read the rules on your installed instance instead. Your call is important to us.]
    - [I guess one workaround would be this third site.]
    - [Yeah no, we'll be taking that down next.]

  29. Uughh, customer-hostile actions by #SonarQube , locking their documentation down.

    community.sonarsource.com/t/ru…

    Paraphrased:
    - [Hi, seems your public documentation for rules is down]
    - [Yeah we took it down, both sites. You can read the rules on your installed instance instead. Your call is important to us.]
    - [I guess one workaround would be this third site.]
    - [Yeah no, we'll be taking that down next.]

  30. Uughh, customer-hostile actions by #SonarQube , locking their documentation down.

    community.sonarsource.com/t/ru…

    Paraphrased:
    - [Hi, seems your public documentation for rules is down]
    - [Yeah we took it down, both sites. You can read the rules on your installed instance instead. Your call is important to us.]
    - [I guess one workaround would be this third site.]
    - [Yeah no, we'll be taking that down next.]

  31. Turned on the new #GitHub "Code Quality" feature that seems to be some extended CodeQL + AI.

    It's actually worse than anything #SonarQube gave us. That actually gave really good reports on code smells, regressions and coverage failure. It was reliable.

    It really does appear tech companies are replacing everything with expensive, resource intensive systems that give worse results and expect us to pay more @pluralistic #enshitificaton

  32. Turned on the new #GitHub "Code Quality" feature that seems to be some extended CodeQL + AI.

    It's actually worse than anything #SonarQube gave us. That actually gave really good reports on code smells, regressions and coverage failure. It was reliable.

    It really does appear tech companies are replacing everything with expensive, resource intensive systems that give worse results and expect us to pay more @pluralistic #enshitificaton

  33. Turned on the new #GitHub "Code Quality" feature that seems to be some extended CodeQL + AI.

    It's actually worse than anything #SonarQube gave us. That actually gave really good reports on code smells, regressions and coverage failure. It was reliable.

    It really does appear tech companies are replacing everything with expensive, resource intensive systems that give worse results and expect us to pay more @pluralistic #enshitificaton

  34. Turned on the new #GitHub "Code Quality" feature that seems to be some extended CodeQL + AI.

    It's actually worse than anything #SonarQube gave us. That actually gave really good reports on code smells, regressions and coverage failure. It was reliable.

    It really does appear tech companies are replacing everything with expensive, resource intensive systems that give worse results and expect us to pay more @pluralistic #enshitificaton

  35. Turned on the new #GitHub "Code Quality" feature that seems to be some extended CodeQL + AI.

    It's actually worse than anything #SonarQube gave us. That actually gave really good reports on code smells, regressions and coverage failure. It was reliable.

    It really does appear tech companies are replacing everything with expensive, resource intensive systems that give worse results and expect us to pay more @pluralistic #enshitificaton

  36. Traditional #CodeReviews are breaking under complexity. @vilojona shows how #AI—from PR summaries to test generation—reduces noise & raises review quality. Curious which tools deliver real impact?

    Read: javapro.io/2025/07/30/code-rev

    @SonarQube #GenAI #SonarQube #jetbrains @QodoAI

  37. Traditional #CodeReviews are breaking under complexity. @vilojona shows how #AI—from PR summaries to test generation—reduces noise & raises review quality. Curious which tools deliver real impact?

    Read: javapro.io/2025/07/30/code-rev

    @SonarQube #GenAI #SonarQube #jetbrains @QodoAI

  38. GitHub Action "sonarscan-dotnet" now updated for #dotNET 10. Easy #SonarCloud or #SonarQube code quality scanning in GitHub workflows for .NET projects.
    github.com/marketplace/actions

  39. Are #AI code reviews hype or help? @vilojona compares tools, reveals real-world workflows, & shows how AI supports devs and reviewers across the SDLC. Evaluate what works before you deploy it.

    Read: javapro.io/2025/07/30/code-rev

    #CodeReview #GenAI #Qodo #SonarQube #jetbrains @QodoAI

  40. Are #AI code reviews hype or help? @vilojona compares tools, reveals real-world workflows, & shows how AI supports devs and reviewers across the SDLC. Evaluate what works before you deploy it.

    Read: javapro.io/2025/07/30/code-rev

    #CodeReview #GenAI #Qodo #SonarQube #jetbrains @QodoAI

  41. 🚨 CVE-2025-58178: HIGH severity command injection in SonarQube Scan GitHub Action (v4–5.3.0). Risk of arbitrary code execution in CI/CD. Patch to 5.3.1+ and audit workflows now! radar.offseq.com/threat/cve-20 #OffSeq #SonarQube #Vulnerability #CI_CD

  42. 🚨 CVE-2025-58178: HIGH severity command injection in SonarQube Scan GitHub Action (v4–5.3.0). Risk of arbitrary code execution in CI/CD. Patch to 5.3.1+ and audit workflows now! radar.offseq.com/threat/cve-20 #OffSeq #SonarQube #Vulnerability #CI_CD

  43. 🚨 CVE-2025-58178: HIGH severity command injection in SonarQube Scan GitHub Action (v4–5.3.0). Risk of arbitrary code execution in CI/CD. Patch to 5.3.1+ and audit workflows now! radar.offseq.com/threat/cve-20 #OffSeq #SonarQube #Vulnerability #CI_CD

  44. Как развернуть SonarQube в Linux: пошаговая инструкция

    В современной разработке все чаще предъявляются высокие требования к качеству кода и неукоснительному следованию стандартам качества кода в командах. Обеспечение качества кода, а также решение многих других задач, связанных с разработкой и поддержанием «чистого» кода, берёт на себя популярный инструмент анализа — SonarQube. Меня зовут Николай, я 1С-разработчик в SimbirSoft и в этой статье хочу подробно рассказать о процессе установки и настройки SonarQube в ОС Linux.

    habr.com/ru/companies/simbirso

    #sonarqube # #devops #postgresql #управление_разработкой #системное_администрирование #управление_проектами

  45. Как развернуть SonarQube в Linux: пошаговая инструкция

    В современной разработке все чаще предъявляются высокие требования к качеству кода и неукоснительному следованию стандартам качества кода в командах. Обеспечение качества кода, а также решение многих других задач, связанных с разработкой и поддержанием «чистого» кода, берёт на себя популярный инструмент анализа — SonarQube. Меня зовут Николай, я 1С-разработчик в SimbirSoft и в этой статье хочу подробно рассказать о процессе установки и настройки SonarQube в ОС Linux.

    habr.com/ru/companies/simbirso

    #sonarqube # #devops #postgresql #управление_разработкой #системное_администрирование #управление_проектами

  46. Как развернуть SonarQube в Linux: пошаговая инструкция

    В современной разработке все чаще предъявляются высокие требования к качеству кода и неукоснительному следованию стандартам качества кода в командах. Обеспечение качества кода, а также решение многих других задач, связанных с разработкой и поддержанием «чистого» кода, берёт на себя популярный инструмент анализа — SonarQube. Меня зовут Николай, я 1С-разработчик в SimbirSoft и в этой статье хочу подробно рассказать о процессе установки и настройки SonarQube в ОС Linux.

    habr.com/ru/companies/simbirso

    #sonarqube # #devops #postgresql #управление_разработкой #системное_администрирование #управление_проектами

  47. Too many pull requests, too little context? @vilojona shows how tools like #Qodo, Copilot & #SonarQube enhance reviews—from smart suggestions to pre-merge analysis.

    Improve your review flow today: javapro.io/2025/07/30/code-rev

    @QodoAI @SonarQube @jetbrains #CodeReview #AI #jetbrains

  48. Too many pull requests, too little context? @vilojona shows how tools like #Qodo, Copilot & #SonarQube enhance reviews—from smart suggestions to pre-merge analysis.

    Improve your review flow today: javapro.io/2025/07/30/code-rev

    @QodoAI @SonarQube @jetbrains #CodeReview #AI #jetbrains