-
It seems as though the XmlSchemaEnhancer depends on either tools.jar or a JDK to execute correctly. It won't work if running in a JRE unless tools.jar is in the class path.
I am wondering if it wa…
-
### Apache NetBeans version
Apache NetBeans 18
### What happened
```
Annotation: An error occurred during parsing of 'MVELHandler.java'. Please report a bug against java/source and attach du…
-
**Describe the bug**
When using lombok 1.18.22 we are running into a weird compiler issue with OpenJDK 17. I'm not sure if this is actually a lombok bug, but I cannot reproduce the issue if I take …
-
```
This code:
{{{
@ToString
final class Foo {
private transient String format;
private transient List arguments;
}
}}}
Leads to (with OpenJDK 7):
{{{
java.lang.ClassCastException: com.sun…
-
![微信图片_20230530221915](https://github.com/MountCloud/BehinderClientSource/assets/29273794/a42c6075-5385-4098-b8a0-243b6f279487)
请问这个如何解决了
-
Build currently breaking (Ubuntu 20.04 Focal, Docker 20.10.7, docker-compose 1.25.0)
```bash
$ tail -n 50 std.log
[nb-javac] ^
[nb-javac] symbol: method Propert…
-
```
What steps will reproduce the problem?
1. extract HibernateTemplate.zip
2. ant
What is the expected output? What do you see instead?
compiled successfully
Please provide any additional informati…
-
This issue was migrated from [Pagure Issue #894](https://pagure.io/dogtagpki/issue/894). Originally filed by **[edewata](https://pagure.io/user/edewata) (@edewata)** on *2014-03-06 03:06:39*:
- Assig…
-
```
class LombokBug {
private void test() {
VAR.get(0);
lombok.val a = new java.util.ArrayList();
}
static java.util.List builder() {
return null;
}
priv…
-
After a new install of AbFab3D, I tried running the booleanops app, both on the version 1 source and the current source. Some of the apps do build ok, so I wanted to give you a heads up.
Here was th…