You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For very big files the following exception is thrown :
Caused by: java.lang.ArithmeticException: Division by zero
at java.math.BigDecimal.divide(BigDecimal.java:1669)
at org.sonar.plugins.toxicity.debts.cost.TwoValuesCostProcessor.getCost(TwoValuesCostProcessor.java:46)
at org.sonar.plugins.toxicity.DebtsFilter.filter(DebtsFilter.java:70)
at org.sonar.plugins.toxicity.ToxicityChartDecorator.decorate(ToxicityChartDecorator.java:67)
at org.sonar.batch.phases.DecoratorsExecutor.executeDecorator(DecoratorsExecutor.java:85)
The text was updated successfully, but these errors were encountered:
For very big files the following exception is thrown :
Caused by: java.lang.ArithmeticException: Division by zero
at java.math.BigDecimal.divide(BigDecimal.java:1669)
at org.sonar.plugins.toxicity.debts.cost.TwoValuesCostProcessor.getCost(TwoValuesCostProcessor.java:46)
at org.sonar.plugins.toxicity.DebtsFilter.filter(DebtsFilter.java:70)
at org.sonar.plugins.toxicity.ToxicityChartDecorator.decorate(ToxicityChartDecorator.java:67)
at org.sonar.batch.phases.DecoratorsExecutor.executeDecorator(DecoratorsExecutor.java:85)
The text was updated successfully, but these errors were encountered: