HenningL
HenningL
Please provide the following information: * Version of JMockit that was used: 1.49 * Description of the problem or enhancement request: java.util.ConcurrentModificationException at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1511) at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1534) at mockit.internal.state.MockFixture.restoreAndRemoveTransformedClasses(MockFixture.java:270) at mockit.internal.state.MockFixture.restoreTransformedClasses(MockFixture.java:254)...
Appium Windows Desktop Server 1.20.2 on Win10 Retriving the text of an element does not work as expected: getWebElement().getText(); is empty getWebElement().getTagName(); returns the correct text The logs state that...
Unable to use licenseResolver with classpath. LicenseRepository throws error with lack of "baseUrl"
This applies to all mojos using "org.codehaus.mojo.license.model.LicenseRepository" with classpath licenseResolver: UpdateProjectLicenseMojo for reason : no baseURL defined in org.codehaus.mojo.license.model.LicenseRepository [INFO] --- license-maven-plugin:2.0.0:update-project-license (update-project-license) @ cast-core --- [INFO] Adding a license...
When passing classloader exception is thrown: new Reflections(classLoader,.. Looks like the filtering of params is wrong.  Classloader remains in params list and is unhandled -> else throw new ReflectionsException("could...
Given a list of urls to scan with a threadpoolexecutor and one of the url is incorrect: `Caused by: org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was...
We tried to use the plugin in 2 different steps ( unit testing, integration testing). 2 Links get generated but both links dont navigate but gives a 403 forbidden. Using...