Based on findings at #14604 & #14696
IDEA version used : v2022.3.3 (highest true scopes defect)
JetBrains Release docs
Version: 2022.3.3
Build: 223.8836.41
Released: 8 March 2023
The version bump resulted in successful build with validation problems which have been suppressed for migration :
https://app.circleci.com/pipelines/github/checkstyle/checkstyle/1/workflows/0968f80e-db8e-401a-ad87-8c409072ba31/jobs/574793/artifacts
As part of this issue, the following validations have suppressions that need to be picked and dealt with :
After resolving the suppression, the @noinspection & @noinspectionreason tags must be removed from respective Javadoc. There is very little probability of cases which might require permanent suppression, report here as issue comments for such.
* @noinspection TailRecursion
* @noinspectionreason TailRecursion- until Issue #14625
*/
See diff in PR #14696 to find such suppressions.
Based on findings at #14604 & #14696
IDEA version used : v
2022.3.3(highest true scopes defect)JetBrains Release docs
The version bump resulted in successful build with validation problems which have been suppressed for migration :
https://app.circleci.com/pipelines/github/checkstyle/checkstyle/1/workflows/0968f80e-db8e-401a-ad87-8c409072ba31/jobs/574793/artifacts
As part of this issue, the following validations have suppressions that need to be picked and dealt with :
After resolving the suppression, the
@noinspection&@noinspectionreasontags must be removed from respective Javadoc. There is very little probability of cases which might require permanent suppression, report here as issue comments for such.See diff in PR #14696 to find such suppressions.