JakeWharton / JakeWharton/timber
ThrowableNotAtBeginning doesn't seem to run, TimberArgCount catches first.
Open
- Dominant language
- Kotlin
- Stars
- 10.8k
- Forks
- 994
- Avg merge
- 17h 16m
- Merged PRs (30d)
- 17
Description
``` java
Timber.d("Failed", e);
```
should trip the former, not the latter.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the ThrowableNotAtBeginning and TimberArgCount checks and trace how the sample Timber.d("Failed", e) is classified. Confirm which check runs first, then add or update coverage so this call is reported by ThrowableNotAtBeginning rather than TimberArgCount.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100