You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Checkstyle's meta generation to be integrated into sevntu, sevntu has to redo all it's javadocs to the format checkstyle wants. Checkstyle currently won't support any Checks that don't match this format and prints nothing by default (no descriptions or any properties) to the XML files it tries to generate.
We need to rewrite all Sevntu javadocs to the new format and then implement the necessary functions for this to be automated for future changes.
The text was updated successfully, but these errors were encountered:
Identified at #857 (comment) ,
eclipsecs-sevntu-plugin
no longer works correctly since eclipse-cs migrated to the new metadata model.A manual port was started at #821 , but this was trying to manually create the XML files instead of trying to hook into Checkstyle's automated system.
It makes more sense we try to hook into Checkstyle's automated system,
MetadataGeneratorUtil
.Identified at #857 (comment) ,
For Checkstyle's meta generation to be integrated into sevntu, sevntu has to redo all it's javadocs to the format checkstyle wants. Checkstyle currently won't support any Checks that don't match this format and prints nothing by default (no descriptions or any properties) to the XML files it tries to generate.
We need to rewrite all Sevntu javadocs to the new format and then implement the necessary functions for this to be automated for future changes.
The text was updated successfully, but these errors were encountered: