magicwerk

Results 6 comments of magicwerk

The problem I try to solve is referenced: - Add @SuppressWarnings and @Generated annotations to all generated classes and interfaces #2568 There is also another related issue: - javax.annotation.processing.Generated #2512...

Unfortunately things are not that easy... The original annotation @javax.annotation.Generated is not longer part of Java 11. You can use @javax.annotation.processing.Generated instead or bring back the old javax stuff with...

I created PR #3732 which allows to specify the desired annotation using command line option -generated. Example: -generated javax.annotation.processing.Generated This should also fix #2512. Regarding the discussion about @SuppressWarnings: The...

Great to get helpful feedback so fast! Unfortunately this seems not to be case nowadays for quite some projects, so thanks very much... Cheers

IMHO this issue should be closed. Obvioulsy it depends on your code whether lexical preservation works or not. It's frustrating and time consuming to see it not work at all...

I'm aware of how lambdas can be made explicitly Serializable as shown, thanks. The interesting part however would be whether FST somehow manages to serialize lambdas not defined as Serializable,...