Questions tagged [technical-debt]

The term "technical debt" was coined by Ward Cunningham to describe the obligation that a software organization incurs when it chooses a design or construction approach that's expedient in the short term but that increases complexity and is more costly in the long term.

54 questions
0
votes
2 answers

View added or removed technical debt by developer or group of developers

We are having a big team of developers which are working on multiple project in same code base, we want to see technical debt increased or decreased by each project team. I believe at present there are no such facility in sonar , do we have any…
Priyang
  • 376
  • 2
  • 7
0
votes
1 answer

How to apply Order By on text with digit entry

Here is my test data (MySQL) test1 test2 test3 test10 test11 mytest I want to Order these record by text, and than by following number (if present): mytest test1 test2 test3 test10 test11 And When I use Order By, my data is sorted as text, like…
Hassan Raza
  • 671
  • 10
  • 27
0
votes
1 answer

Calculation of modularity from sonarqube

Is there a way to calculate modularity metric from the preexisting metrics in SonarQube? I want to calculate modularity so that I can use it for my technical debt calculation.
0
votes
1 answer

Sonarqube - Getting Incorrect Technical Debt Measure in Plugin

I am developing a plugin in Java for SonarQube (version 4.3.2) and need to make use of TECHNICAL_DEBT metrics present in CoreMetrics. I wrote below code to get this metrics from my Decorator. Metric metric =…
Shishir Kumar
  • 7,981
  • 3
  • 29
  • 45
0
votes
1 answer

SonarQube Technical Debt

I've got a question about SonarQube and the technical debt. The official SonarQube 4.3 Release Notes says "Now SonarQube displays debt not in fractional days but in days, hours and (where appropriate) minutes." But I wonder if there is a possibility…
Krummy
  • 658
  • 15
  • 24
0
votes
1 answer

Is it possible to get the technical debt per file in Sonar?

Is it possible to get the technical debt per file in Sonar and preferably export it so it is possible to put in a chart?
Roger C S Wernersson
  • 6,362
  • 6
  • 34
  • 45
0
votes
2 answers

Agile estimation with tech-debt

When estimating (story points) a story that consists on extending a current functionality with a known tech-debt, should we consider the effort that will be spent to refactor the current code or should we estimate independently of this…
Marcelo Oliveira
  • 653
  • 5
  • 16
-1
votes
1 answer

How to resolve technical debts in sonaQube?

I've technical debt for my java project i need to resolve them in sonarQube. can somebody guide me how to solve those technical debts.
Tirumalesh
  • 95
  • 1
  • 17
-1
votes
3 answers

How you assure software's code quality? Is it worth it in an agile environment?

First of all sorry for the codeless question, but I like to clarify one thing. I have a senior developer in a team who is actively pushing for code quality - merge request reviews, no crappy code and similar. But most of the other guys in the team…
funguy
  • 2,072
  • 7
  • 30
  • 41
1 2 3
4