Amit Kumar Deoghoria

Results 22 issues of Amit Kumar Deoghoria

Part of : #17168 When I used cimg/17.0.7 ant was not installed by default : https://app.circleci.com/pipelines/github/checkstyle/checkstyle/34458/workflows/d527afa1-538f-431e-b630-9115bc073fa6/jobs/970268 https://app.circleci.com/pipelines/github/checkstyle/checkstyle/34459/workflows/cbaaf5cd-748f-4d83-97c9-b670c8f041de/jobs/970313/parallel-runs/0/steps/0-103 ``` Setting up ant (1.10.12-1) ... Setting up ca-certificates-java (20190909ubuntu1.2) ... cp: -r...

Currently, Checkstyle is using JDK 11 as the baseline version. However, Java has evolved significantly, and most of the ecosystem has now moved towards JDK 21. This issue proposes to...

approved
miscellaneous

Solves #16155 : Uses Nio Api in Common Util

Solves Issue : #17168 This PR has following changes for now: 1) Upgraded java version to 17 in pom.xml 2) Made changes in yeild and the AST generated 3) Moved...

This task involves refactoring the existing codebase to replace deprecated AntBuilder usage with Groovy's built-in file operations APIs for all file operations. The current implementation relies on AntBuilder for basic...