-
-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve exception message #4823
Improve exception message #4823
Conversation
Report detailed location of an error.
Codecov Report
@@ Coverage Diff @@
## main #4823 +/- ##
============================================
+ Coverage 84.71% 84.74% +0.02%
Complexity 3431 3431
============================================
Files 491 491
Lines 11267 11274 +7
Branches 2075 2075
============================================
+ Hits 9545 9554 +9
Misses 673 673
+ Partials 1049 1047 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I like this addition.
detekt-core/src/main/kotlin/io/gitlab/arturbosch/detekt/core/Analyzer.kt
Outdated
Show resolved
Hide resolved
96f0269
to
de3b1e4
Compare
de3b1e4
to
69c9082
Compare
69c9082
to
e5c0f65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving the test coverage. Please see my comment below.
detekt-core/src/main/kotlin/io/gitlab/arturbosch/detekt/core/Analyzer.kt
Outdated
Show resolved
Hide resolved
detekt-core/src/test/kotlin/io/gitlab/arturbosch/detekt/core/AnalyzerSpec.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much to track this one :). This will help a lot.
For #4615
Report detailed location of an error using first stack trace element.