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
When creating javadocs for the different (sub-)projects, a number of warnings are thrown due to malformed comments, e.g.
[WARNING] Javadoc Warnings
[WARNING] /home/local/UKP/shore/src/com.github.errantlinguist/dkpro-argumentation/de.tudarmstadt.ukp.dkpro.argumentation.preprocessing/src/main/java/de/tudarmstadt/ukp/dkpro/argumentation/preprocessing/annotation/ArgumentSimplifiedTokenBIOAnnotator.java:80: warning: no description for @throws
[WARNING] * @throws AnalysisEngineProcessException
[WARNING] ^
[WARNING] /home/local/UKP/shore/src/com.github.errantlinguist/dkpro-argumentation/de.tudarmstadt.ukp.dkpro.argumentation.preprocessing/src/main/java/de/tudarmstadt/ukp/dkpro/argumentation/preprocessing/annotation/ArgumentSimplifiedTokenBIOAnnotator.java:140: warning: no description for @throws
[WARNING] * @throws AnalysisEngineProcessException
[WARNING] ^
These comments should be fixed so that the javadoc generator doesn't throw any warnings (which might hide other, more dangerous warnings due to their frequency).
The text was updated successfully, but these errors were encountered:
When creating javadocs for the different (sub-)projects, a number of warnings are thrown due to malformed comments, e.g.
These comments should be fixed so that the javadoc generator doesn't throw any warnings (which might hide other, more dangerous warnings due to their frequency).
The text was updated successfully, but these errors were encountered: