You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wuwen 784a7c1ef9 fixes GitHub Issue 462 (Internal class issues in the Java 21) 8 months ago
..
Java21InnerClassWithoutParameters$InnerClass.class fixes GitHub Issue 462 (Internal class issues in the Java 21) 7 months ago
Java21InnerClassWithoutParameters.class fixes GitHub Issue 462 (Internal class issues in the Java 21) 7 months ago
Readme.txt Add missing unit test 6 years ago
empty.jar Remove close method on ClassPath. Add unit tests for new behaviour. 6 years ago
simple.jar Add missing unit test 6 years ago

Readme.txt

This directory contains files used by the unit tests.

empty.jar:
An empty, but valid, jar file.

simple.jar:
Contains a single Java class

```
package com.test;

public class Test {
public Test() {
}
}
```