jean pierre Lerbscher

Results 339 comments of jean pierre Lerbscher

I think what you want to do is to get the type of the expression 'System' (which is a NameExpr). You can get the type by calling the calculateResolvedType method.

@mindajalaj your test case doesn't compile, you cannot declare variable abc twice in a method declaration. Despite everything i think your question is related to the issue #2257 , and...

Hi @blacelle usually when it comes to exception handling it is not good practice to catch exceptions that are not checked. In your case it seems to be a JSS...

So we can catch all throwables in this method ReflectionClassDeclaration.internalTypes and throw an UnsolvedSymbolException instead which wraps the throwable to keep the error context.

There are apparently other ways to deal with this subject https://maven.apache.org/guides/mini/guide-reproducible-builds.html

Thank you for this improvement.

What do you mean?

Hi @MysterAitch Is there any chance you can finish this work?

The current implementation of the grammar is based on the second preview of this specification which does not define TypePattern. https://docs.oracle.com/javase/specs/jls/se16/html/jls-14.html#jls-14.30.1