-
I have a really wierd problem here.
Setup:
package jaxb_conainer_class;
package loader_class;
Main.java imports both loader_class and jaxb_conainer_class In the loader_class:
JAXBContext context = …
-
### What happened?
Added a Record file in a java project
When the google java formatter is run directly against the file via a java_binary target, it succeeds
When run via the multi_formatter_b…
-
```
package testjavac;
@SomeAnnotation(value = AnnotationPrivateMember.SOME_CONST)
public class AnnotationPrivateMember {
private static final String SOME_CONST = "some value";
}
@interface…
-
_[Original issue](https://code.google.com/p/error-prone/issues/detail?id=239) created by **ignacio.bacamt** on 2014-03-16 at 11:43 AM_
---
The attached patch contains a tests which fails and a fix t…
-
**[Rocher Suchard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rocher.suchard)** opened **[MCOMPILER-435](https://issues.apache.org/jira/browse/MCOMPILER-435?redirect=false)** and comm…
-
Error is caused by running `../analyze-project.pl -p IO -w .` in the working directory.
Error message:
Diff src/test **ed01f165f9bbb7cc : 58db1d1a55827a21** ... OK
Diff src/java ed01f165f9bbb7cc…
-
### Description of the bug:
My builds seem to hang as I go through fixing errorprone bug fixes.
When I hit ctrl-c it dumps out a stack-trace:
```shell
> bazel build //...
INFO: Invocation ID: 4abeb…
-
The generated classes for databind are in different paths than what is expected by the plugin.
Following is the paths based on the android databind codelab project.
`./app/build/intermediates/java…
-
**Describe the bug**
Hi. I noticed, after updating Python JEP version to 4.2.2, that _sometimes(?)_ the pip build breaks with the following message, in an Ubuntu 24.04 container with default Python (…
-
javac apparently ignores `@SuppressWarnings("all")`. Therefore, this should be replaced by the list of actual warnings ANTLR's generated code triggers, to actually suppress the warnings.
I'm not ex…