JCR

Results 5 issues of JCR

### Description ### How to Test As only some "strings" got extracted it should be sufficient to rely on the tests. If you want to test this anyways: Follow the...

Ready for Review
lint

### Description Annotations in Java can be restricted to some languages types like `Method` or `Class`. In ThirtyInch some of our annotations so are allowed but are useless and will...

Ready for Review
lint

### Description This PR will solve a couple of issues with the implemented Lint Checks for TI. 1) **TI Lint Checks are not executed prior Build Tools 3.3** Caused by...

Ready for Review
lint

## Description This PR implements a new lint check to detect a direct or transitive call of `TiPresenter.getViewOrThrow()` in `TiPresenter.onAttachView()`. In `TiPresenter.onAttachView()` the view of the presenter might still be...

Ready for Review
lint

IntelliJ / Android Studio is lately changing the code style xml structure quite often when upgrading the IntelliJ / Android Studio version. This gets quite cumbersome to support as many...

enhancement
question