Skip to content

Commit

Permalink
Fixed Failing Tests for NullCharSet
Browse files Browse the repository at this point in the history
It turns out my implementation of Charset affected the behavior of underlying Gradle JPF tests. Removed this custom Charset implementation and instead kept four files to fix the root cause:
 - FileSystem.java
 - FileSystems.java
 - Pathy.java
 - spi/FileSystemProvider.java

All other files in the initial commit to PR were redundant.
  • Loading branch information
joalen committed Dec 15, 2024
1 parent c27a20a commit 11cf430
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 157 deletions.
72 changes: 0 additions & 72 deletions src/classes/modules/java.base/java/nio/charset/Charset.java

This file was deleted.

This file was deleted.

50 changes: 0 additions & 50 deletions src/classes/modules/java.base/java/nio/files/Files.java

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 11cf430

Please sign in to comment.