Home New Trending Search
About Privacy Terms
#
#codeanalysis
Posts tagged #codeanalysis on Bluesky
Original post on mastodon.thi.ng

Finally have been trying out https://github.com/boyter/scc for counting (unique) lines of code, comments, DRYness and complexity and getting a better and more aggregated overview of the scale of my https://thi.ng/umbrella monorepo. SCC is really much better and faster than what I've using […]

0 0 0 0

Struggling to decipher complex JavaScript? Our free online Deobfuscator helps you instantly unpack and reveal the hidden logic for easier debugging or security analysis. Try it here → www.webtoolskit.org/p/javascript...

#JSDeobfuscator #CodeAnalysis #DevTools

0 0 0 0
Preview
Release 1.4.3 · rife2/bld-pmd Summary Support for PMD 7.22.0 What's Changed in 1.4.3 Bump PMD to version 7.22.0 in 6aade9b Bump Testing Helpers to version 0.9.6 in 2375d8f Bump Extensions Tools to version 0.9.0 in da57771 Bu...

I've just released version 1.4.3 of the PMD Extension for bld

#bld #buildsystem #buildtool #codeanalysis #github #java #pmd

github.com/rife2/bld-pm...

1 1 0 0
Post image

Did you know I've written over 80 articles on code analysis at dotNetTips.com? 💡 Learn how to build faster, more reliable apps and services! Check it out!
#dotnet #RockYourCode #CodeAnalysis #MVPBuzz
bit.ly/DotNetTipsCo...

1 1 0 0
Preview
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com .editorConfig by David (dotNetDave) McCarter - dotNetTips.com - .editorConfig

I dare you to use my .editorConfig file in your projects! 🚀 It’s the most comprehensive code analysis setup on the planet. Try it out, and let me know how high your error count climbs! 😈💻
bit.ly/EditorConfig5
#dotnet #VisualStudio #CodeAnalysis #MVPBuzz

0 0 0 0
Preview
Release 1.4.2 · rife2/bld-pmd Summary Support for PMD 7.21.0 Fix specifying the cache location What's Changed in 1.4.2 Bump PMD to version 7.21.0 in 394a9f8 Bump AssertJ to version 3.27.7 in a468ccb Fix specifying the cache ...

I've just released version 1.4.2 of the PMD Extension for bld

#bld #buildsystem #buildtool #codeanalysis #github #java #pmd

github.com/rife2/bld-pm...

1 1 0 0

Are AI code review tools just glorified linters? While some argue yes, others contend they surpass linters by identifying more complex issues, leveraging context beyond immediate diffs. The debate continues on AI's true 'understanding' of code. #CodeAnalysis 3/6

0 0 1 0
Preview
Bandit: Open-source tool designed to find security issues in Python code - Help Net Security Bandit is an open-source tool that scans Python source code for security issues that show up in everyday development. Many security teams and developers

Bandit: Open-source tool designed to find security issues in Python code

📖 Read more: www.helpnetsecurity.com/2026/01/21/b...

#cybersecurity #cybersecuritynews #opensource #codeanalysis

1 0 0 0
Improving Code Quality using Code Clone Analysis
Improving Code Quality using Code Clone Analysis Phil joins to show us how to use Code Clone analysis to find duplicate code in your apps. ⌚ Chapters: 00:00 Welcome 04:10 Analyzing a solution for code clones 05:55 Reviewing results of analysis and…

Improving Code Quality using Code Clone Analysis | Visual Studio Toolbox with Robert Green & Phil Japikse

www.youtube.com/watch?v=WKoP...

#visualstudio #softwaredev #dotnet #coding #quality #codeanalysis

0 1 0 0
Preview
Release 1.4.1 · rife2/bld-pmd Summary Support for PMD 7.20.0 What's Changed in 1.4.1 Bump PMD to version 7.20.0 in 0a2dc05 Bump Testing Helpers to version 0.9.5 in 9247ab0 Bump SpotBugs extension to version 0.9.0= in 6cb7b79...

I've just released version 1.4.1 of the PMD Extension for bld

#bld #buildsystem #buildtool #codeanalysis #github #java #pmd

github.com/rife2/bld-pm...

1 1 0 0
Preview
Release 0.9.0 · rife2/bld-spotbugs Summary Initial release

I've just released version 0.9.0 of the SpotBugs Extension for bld

#bld #buildsystem #buildtool #codeanalysis #github #java #spotbugs

github.com/rife2/bld-sp...

4 1 0 0
Post image

A quick video from @ardalis.com showing how to programmatically and recursively add all #dotnet projects to a new solution file so you can quickly find or analyze everything in a git repository: https://www.youtube.com/watch?v=NTRzU8to4j4

#SoftwareDevelopment #CodeAnalysis

0 1 0 0
Video thumbnail

0.1 + 0.2 === 0.3
Spoiler: it’s false.

Because what you see isn’t always how the system is built.
Syntaxa maps your architecture like a senior engineer, automatically.

Join the beta: syntaxa.ai

#Syntaxa #Dev #SoftwareArchitecture #CodeAnalysis

2 0 0 0

Stop wasting weeks parsing complex repos.

Syntaxa delivers instant architecture maps, dependencies, risks, and human-readable docs.

Join the waitlist: syntaxa.ai

#DevTools #AI #SoftwareArchitecture #CodeAnalysis #Syntaxa

1 0 0 0
Preview
Release 1.4.0 · rife2/bld-pmd Summary Support for PMD 7.19.0 Fields and public accessors previously declared with type Collection<…> were changed to List<…> What's Changed in 1.4.0 Bump PMD to version 7.19.0 in ab097de Use l...

I've just released version 1.4.0 of the PMD Extension for bld

#bld #buildsystem #buildtool #codeanalysis #github #java #pmd

github.com/rife2/bld-pm...

1 0 0 0
Preview
Metis: Open-source, AI-driven tool for deep security code review - Help Net Security Metis is an open source tool developed by Arm researchers that uses AI to help engineers run deep security reviews on code.

Metis: Open-source, AI-driven tool for deep security code review

📖 Read more: www.helpnetsecurity.com/2025/11/19/m...

#cybersecurity #cybersecuritynews #codeanalysis #opensource

1 0 0 0
Video thumbnail

Flux’s #compoundAI approach to #codeanalysis makes it easy to stay on top of changes in your codebase without creating additional burden for you or your team. Don’t get surprised by unexpected libraries, architecture drift, or exploding complexity: askflux.ai

1 0 0 0
Preview
Code It Any Way You Want: Optimizing Span Operations – Clear vs. Fill This article compares two key search methods in dictionaries: using `Contains()` on the Keys collection and `ContainsKey()` method directly on the dictionary. It demonstrates examples for both appr…

📄Discover surprising performance insights on clearing a Span using Fill() & Clear() in .NET 8. Learn more:
dotnettips.wordpress.com/2024/04/30/c...
#dotnet8 #CodeAnalysis #CodePerformance #MVPBuzz

0 0 0 0

Did you know I've written over 80 articles on code analysis at dotNetTips.com? 💡 Learn how to build faster, more reliable apps and services! Check it out: bit.ly/DotNetTipsCo...
#dotnet #RockYourCode #CodeAnalysis #MVPBuzz

0 0 0 0
Preview
Release 1.3.4 · rife2/bld-pmd Summary Support for PMD 7.18.0 What's Changed in 1.3.4 Bump PMD to version 7.18.0 in 035e2e1 Bump Testing Helpers to version 0.9.4 in b2569f3 Bump AssertJ to version 3.27.6 in 45d74d0 Bump JUnit...

I've just released version 1.3.4 of the PMD Extension for bld

#bld #buildsystem #buildtool #codeanalysis #github #java #pmd

github.com/rife2/bld-pm...

4 1 0 0
Post image

A quick video from @ardalis.com showing how to programmatically and recursively add all #dotnet projects to a new solution file so you can quickly find or analyze everything in a git repository: https://www.youtube.com/watch?v=NTRzU8to4j4

#SoftwareDevelopment #CodeAnalysis

3 1 0 0
Preview
Chekov: Open-source static code analysis tool - Help Net Security Checkov is an open-source tool designed to help teams secure their cloud infrastructure and code. At its core, it’s a static code analysis tool for

Chekov: Open-source static code analysis tool

📖 Read more: www.helpnetsecurity.com/2025/10/02/c...

#cybersecurity #cybersecuritynews #codeanalysis #opensource

1 0 0 0
Preview
A look inside 1,000 cyber range events and what they reveal about AppSec - Help Net Security Cyber range training data shows where teams excel, where they struggle, and how to improve application security readiness across roles.

A look inside 1,000 cyber range events and what they reveal about AppSec

📖 Read more: www.helpnetsecurity.com/2025/09/24/a...

#cybersecurity #cybersecuritynews #codeanalysis

1 1 0 0

📄Discover surprising performance insights on clearing a Span using Fill() & Clear() in .NET 8. Learn more:
dotnettips.wordpress.com/2024/04/05/c...
#dotnet8 #CodeAnalysis #CodePerformance #MVPBuzz

0 0 0 0
Preview
GPT-5 bombed my coding tests, but redeemed itself with code analysis I asked GPT-5, GPT-5 Pro, GPT-5 Thinking, and o3 to analyze my code repository - and found surprising differences in detail, reasoning, and actionable insights that could change how you work.

GPT-5 bombed my coding tests, but redeemed itself with code analysis #Technology #SoftwareEngineering #ProgrammingLanguages #CodeAnalysis #TechInnovation

0 0 0 0

Did you know I've written over 80 articles on code analysis at dotNetTips.com? 💡 Learn how to build faster, more reliable apps and services! Check it out: bit.ly/DotNetTipsCo...
#dotnet #RockYourCode #CodeAnalysis #MVPBuzz

1 0 0 0
Post image

🔍 Want to build your own static code analysis tool in .NET? Discover how Assembly, Type, MethodInfo & ParameterInfo work!

1️⃣ Learn to inspect assemblies & types
2️⃣ Master method & parameter analysis
3️⃣ Build custom analyzers—no big tools needed!

Read & comment!
#dotnet #CSharp #CodeAnalysis #DevTips

0 0 1 0
Preview
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com .editorConfig by David (dotNetDave) McCarter - dotNetTips.com - .editorConfig

I dare you to use my .editorConfig file in your projects! 🚀 It’s the most comprehensive code analysis setup on the planet. Try it out, and let me know how high your error count climbs! 😈💻
bit.ly/EditorConfig5
#dotnet #VisualStudio #CodeAnalysis #MVPBuzz

0 0 0 0
Preview
C++ Warning Suppression: Visual Studio Guide Master C++ code analysis in Visual Studio. Suppress warnings with `pragma` & `gsl::suppress` for cleaner code.

AIMindUpdate News!
Drowning in C++ warnings? Learn to tame the noise! Our guide shows you how to strategically suppress warnings in Visual Studio for cleaner code.#cpp #visualstudio #codeanalysis

Click here↓↓↓
aimindupdate.com/2025/07/24/t...

0 0 0 0
Preview
Fine-Tuning a Small Language Model for Secrets Detection | Wiz Blog Wiz fine-tuned a 1B LLM to detect secrets in code with 86% precision—outperforming regex-based methods while staying lean, private, and CPU-efficient.

interesting read on how #Wiz fine-tuned a small language model to detect secrets

www.wiz.io/blog/small-l...

#cybersecurity #SAST #CodeAnalysis #finetuning #detection

1 0 0 0