Module org.tquadrat.foundation.javacomposer


module org.tquadrat.foundation.javacomposer
Foundation JavaComposer is a fork of the JavaPoet library for the Foundation library set.
See Also:
Open Issues (The ToDo List):
  • 2021-01-05 – An implementation for the new record type is needed. At 2021-02-14, the implementation is mostly done, only the parameterless constructor is missing.
  • 2021-01-05 – The modifiers sealed and non-sealed needs to be implemented, together with the permits keyword.
  • 2021-01-05 – How do we generate a package-info.java file?
  • 2021-01-05 – How do we generate a module-info.java file?
  • 2021-01-05 – Can we use the new switch statement for generated code?
  • 2021-01-09 – Add the suppressable warnings from IntelliJ IDEA to the enum class SuppressableWarnings.
  • 2021-01-09 – Add the missing suppressable warnings from the IntelliJ IDEA list.
  • 2021-01-18 – Enhance the layouts that it will allow the generation of code that is fully Foundation compliant.
  • 2021-01-18 – Remove the deprecated methods and classes once the implementation of JavaComposer is done. This also requires the adjustment of the existing tests.
  • 2021-01-20 – Remove the use of the deprecated AnnotationSpec APIs.
  • 2021-02-02 – Consolidate the exceptions thrown by the JavaComposer code; currently, that is a mixture of ValidationException, IllegalArgumentException, NullArgumentException and IllegalStateException. At least IllegalStateException might be obsolete.
  • 2021-04-02 – Validate the generated Javadocs
  • 2023-03-02 – Add the capability to generate Compact Constructors for records. Refer to https://blogs.oracle.com/javamagazine/post/java-records-constructor-methods-inheritance
  • 2023-03-06 – Fix the broken @Option for Collections