Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
wuwen 784a7c1ef9 fixes GitHub Issue 462 (Internal class issues in the Java 21) před 8 měsíci
..
annotation JvstTest test case. před 12 roky
javassist fixes GitHub Issue 462 (Internal class issues in the Java 21) před 7 měsíci
resources fixes GitHub Issue 462 (Internal class issues in the Java 21) před 7 měsíci
scoped Fixes to javassist.scopepool před 6 roky
test/javassist fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException před 4 roky
test1 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, před 5 roky
test2 changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. před 2 roky
test3 add a new CodeConverter method:redirectMethodCallToStatic před 5 roky
test4 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, před 5 roky
test5 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 před 4 roky
testproxy Squash compiler warnings in tests. před 6 roky
DefineClassCapability.java changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, před 5 roky
Jassist150.java Squash compiler warnings in tests. před 6 roky
Readme.txt Add missing unit test před 6 roky
Test.java fixed Issue #263 před 4 roky
VisibleTop.java Squash compiler warnings in tests. před 6 roky
VisibleTop2.java Squash compiler warnings in tests. před 6 roky

Readme.txt

# How to run tests

Requirements:
Java JDK 9
Maven

1) Build jar file and move it to the top level folder.

> mvn package
> mv ./target/javassist*-GA.jar ./javaassist.jar

2) Check that ./src/test/javassist/JvstTestRoot.PATH and .JAR_PATH point to the compiled jar file.
The default is "../../".

3) Run Tests

> mvn test
> mvn surefire:test