-
**Describe the bug**
Inner enum classes are not annotated as deprecated. This is due to `openapi-generator-maven-plugin`.
This problem was discovered as part of #185
**To Reproduce**
Given an O…
-
For whatever reason, inner classes of any form cannot be run as an OpMode, even when public and properly annotated. If you try, it will simply fail silently within the Driver Station and put the error…
-
It is a bit of a mystery that noone has brought this up before... Regardless of which decompiler you chose, inner classes are always missing in the decompiled eclipse view. So are references to those,…
-
Simply add `@Nested` annotation to `public static` inner classes and remove their `static` keyword.
-
The puzzle `1249-cbc24ee5` from #1249 has to be resolved:
https://github.com/objectionary/eo/blob/f26ee33ccd344724a794446e34a5ae555d2e573b/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/rem…
-
See the discussion in the "original" ecd: https://github.com/ecd-plugin/ecd/issues/94
In short, when I call the "Export Source" action on a jar or a packge, I get a zip file containing all decompil…
-
I'm using quarkus on an application that uses Stripe library. So in order to declare all reflective classes used by Stripe I tried this solution. Yet when testing I get errors in my native image for e…
-
When defining an inner class, the first parameter for each constructor must be an instance pointer to the encapsulating class:
```cpp
using namespace FakeJni;
class Outer : public JObject {
publ…
-
### Issue description
With the following code all attempts to reference the nested/inner class `inner` result in a "No Class Def Found" from Java. Decompiling the class file from a `#debug` run shows…
-
[ViewHolder](https://github.com/EngineerMay/MyNewsApp/blob/master/app/src/main/java/com/example/mayankchauhan/mynews/NavigationNews/NavigatedAdapter.java) need not be inner class of adapter .
[This…