Re: RFR: 8358543: Remove CommentChecker.java and DirDiff.java

2025-06-04 Thread Erik Joelsson
On Tue, 3 Jun 2025 20:11:27 GMT, Magnus Ihse Bursie wrote: > These two tools were moved to src/utils/src/build/tools/ during the > build-infra project. It was not part of the build, but two standalone tools > that nobody knew who created or who used them. > > I think we can safely delete them

Re: RFR: 8358543: Remove CommentChecker.java and DirDiff.java

2025-06-04 Thread Magnus Ihse Bursie
On Tue, 3 Jun 2025 20:11:27 GMT, Magnus Ihse Bursie wrote: > These two tools were moved to src/utils/src/build/tools/ during the > build-infra project. It was not part of the build, but two standalone tools > that nobody knew who created or who used them. > > I think we can safely delete them

Re: RFR: 8358543: Remove CommentChecker.java and DirDiff.java

2025-06-04 Thread Volkan Yazici
On Tue, 3 Jun 2025 20:11:27 GMT, Magnus Ihse Bursie wrote: > These two tools were moved to src/utils/src/build/tools/ during the > build-infra project. It was not part of the build, but two standalone tools > that nobody knew who created or who used them. > > I think we can safely delete them

Re: RFR: 8358543: Remove CommentChecker.java and DirDiff.java

2025-06-03 Thread Magnus Ihse Bursie
On Tue, 3 Jun 2025 20:11:27 GMT, Magnus Ihse Bursie wrote: > These two tools were moved to src/utils/src/build/tools/ during the > build-infra project. It was not part of the build, but two standalone tools > that nobody knew who created or who used them. > > I think we can safely delete them

RFR: 8358543: Remove CommentChecker.java and DirDiff.java

2025-06-03 Thread Magnus Ihse Bursie
These two tools were moved to src/utils/src/build/tools/ during the build-infra project. It was not part of the build, but two standalone tools that nobody knew who created or who used them. I think we can safely delete them now. - Commit messages: - 8358543: Remove CommentChecker