negora

Results 16 issues of negora

Suppose that you've a simple annotation that is applicable to the uses of types: ```java @Target (value = {ElementType.TYPE_USE}) public @interface MyAnnotation { } ``` And then you use this...

I've found a run-time error when a namespace and a class share the same name. I'm using the 2.0.0-SNAPSHOT version of JSweet. I've a candy with the following structure: ```...

bug
enhancement

Hello: Right now, the `@jsweet.lang.Name` annotation only can be used with: * Packages (`ElementType.PACKAGE`) * Methods (`ElementType.METHOD`) * Fields (`ElementType.FIELD`) In my humble opinion, it would be fantastic if you...

enhancement

### Description Type hierarchy and call hierarchy are very useful features when working on medium to large sized projects (specially the former). If the LSP/TypeScript plug-in for NetBeans supported these...

TypeScript
kind:feature
needs:triage

### Apache NetBeans version Apache NetBeans 14 ### What happened I've a Maven project of type *jar*. Suppose that I also have a class with a single field of type...

kind:bug
Java
hints

### Apache NetBeans version Apache NetBeans 15 ### What happened I've a method whose body contains an unused variable. NetBeans reports about this issue right. However, if I add a...

kind:bug
Java
hints

Currently, when an application fails, TeaVM throws a native `Error` with the message `Java exception thrown`, and then, fills the stack trace. Having the stack trace is really useful while...

I'm not sure whether it's a bug or a limitation caused by the generics erasure that happens after the compilation of Java classes. Suppose that I've an instance of `org.teavm.jso.core.JSMapLike`,...

I guess that it may be out of the scope of this plug-in, but given its nature, I wonder if it could be possible to add an option to run...

enhancement

Although I try to make my commits as much granular as possible, sometimes I can't avoid to include many files into a single commit. For example, in Java, renaming a...

enhancement
entry level