Closed atkawa7 closed 1 month ago
Hi @atkawa7 - thank you for the stacktrace! It looks like this may be an issue with the JavaParser library.
Could you provide sample code that reproduces the issue? I'd be happy to try and resolve the issue if it can be reproduced.
Since this does appear to be an issue with the JavaParser library, it may require a fix there, which is something that is (likely) out of my control, though I can pass along the stacktrace and the code that reproduces the issue.
I have recently considered using a different parser, which could also resolve the issue.
Thanks!
@jimbethancourt I'm having all sorts of parser errors as well and because the filename is not outputted it is quite painful to go off and reproduce code.
https://www.reddit.com/r/java/comments/1fpb8ex/refactorfirst_050_is_released/lp7964b/
It appears the parser does not like inline local classes but also as issues with sealed classes.
Logging classes as they are being parsed. Please try 0.6.0
@jimbethancourt I have looked. It seems this library is passing any file with .java extension it finds. We have our sample codes in ours docs folder being parsed which are not part of the source. Is there a way to exclude the folder?