LibreOffice / lots

Letterhead, template, form, autotext, mail merge,... extension for LibreOffice
https://wollmux.org/
European Union Public License 1.1
53 stars 32 forks source link

#393 issue: Update Comments #431

Closed sourav492 closed 1 year ago

sourav492 commented 1 year ago

Changed the German comments to English comments of the files core/src/main/java/de/muenchen/allg/itd51/wollmux/GlobalFunctions.java core/src/main/java/de/muenchen/allg/itd51/wollmux/HashableComponent.java core/src/main/java/de/muenchen/allg/itd51/wollmux/OpenExt.java core/src/main/java/de/muenchen/allg/itd51/wollmux/Shortcuts.java core/src/main/java/de/muenchen/allg/itd51/wollmux/SyncActionListener.java core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFehlerException.java core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxSingleton.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/AlwaysTrueFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/BindFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/Dateinamensanpassungen.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/DivideFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/ExternalFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/ExternalFunctionFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/Function.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/FunctionFactory.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/FunctionLibrary.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/MultiFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/NumberCompareFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/NumberFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/SignFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/Value.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/ValueFunction.java core/src/main/java/de/muenchen/allg/itd51/wollmux/func/Values.java

sourav492 commented 1 year ago

I am not able to figure out why the checks are failing. It'd be great if you can help me out.

smehrbrodt commented 1 year ago

I am not able to figure out why the checks are failing. It'd be great if you can help me out.

Check this: https://ci.libreoffice.org/job/WollMux/view/change-requests/job/PR-431/lastBuild/console

smehrbrodt commented 1 year ago

Oh sorry I just noticed that link is not accessible without Jenkins login.

Here's the relevant part:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project wollmux: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/GlobalFunctions.java:101: warning: no @return
[ERROR]   public FunctionLibrary getGlobalFunctions()
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/GlobalFunctions.java:109: warning: no @return
[ERROR]   public FunctionLibrary getDocumentActionFunctions()
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/GlobalFunctions.java:118: warning: no @return
[ERROR]   public PrintFunctionLibrary getGlobalPrintFunctions()
[ERROR]                               ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/GlobalFunctions.java:127: warning: no @return
[ERROR]   public DialogLibrary getFunctionDialogs()
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/HashableComponent.java:57: warning: no @return
[ERROR]   public XInterface getComponent()
[ERROR]                     ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/OpenExt.java:156: warning: no @param for ext
[ERROR]   public OpenExt(String ext, ConfigThingy wollmuxConf)
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/OpenExt.java:156: warning: no @param for wollmuxConf
[ERROR]   public OpenExt(String ext, ConfigThingy wollmuxConf)
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/OpenExt.java:225: warning: no @return
[ERROR]   public List<String> getPrograms()
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/OpenExt.java:241: warning: no @param for url
[ERROR]   public void setSource(URL url)
[ERROR]               ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/OpenExt.java:265: warning: no @param for doc
[ERROR]   public void setSource(XStorable doc) throws ConfigurationErrorException
[ERROR]               ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/SyncActionListener.java:58: warning: no @return
[ERROR]   public ActionEvent synchronize()
[ERROR]                      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:95: error: reference not found
[ERROR]    * @throws WollMuxErrorException
[ERROR]      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:102: warning: no @throws for de.muenchen.allg.itd51.wollmux.WollMuxFehlerException
[ERROR]   public static void createInsertFragFromIdentifier(XTextDocument doc,
[ERROR]                      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:258: error: @param name not found
[ERROR]    * @param text modules
[ERROR]             ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:263: warning: no @param for textbausteine
[ERROR]   public static String[] parseIdentifierInTextbausteine(String identifierWithArgs,
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:343: error: unknown tag: paramrange
[ERROR]    * @paramrange
[ERROR]      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:351: warning: no @param for range
[ERROR]   public static void createInsertFrag(XTextDocument doc, XTextRange range,
[ERROR]                      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/TextModule.java:413: warning: no @param for doc
[ERROR]   public static void jumpPlaceholders(XTextDocument doc, XTextCursor viewCursor)
[ERROR]                      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java:343: warning: no @return
[ERROR]   public static File getWollMuxConfFile()
[ERROR]                      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxFiles.java:368: warning: no @return
[ERROR]   public static ConfigThingy getWollmuxConf()
[ERROR]                              ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxSingleton.java:206: warning: no @param for ctx
[ERROR]   public static synchronized void initialize(XComponentContext ctx)
[ERROR]                                   ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxSingleton.java:217: warning: no @return
[ERROR]   public static String getVersion()
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/WollMuxSingleton.java:435: warning: no @param for url
[ERROR]   public static void checkURL(URL url) throws IOException
[ERROR]                      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:111: warning: no @param for url
[ERROR]   public ConfigThingy(String name, URL url) throws IOException, SyntaxErrorException
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:128: warning: no @param for confString
[ERROR]   public ConfigThingy(String name, String confString) throws IOException,
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:145: warning: no @param for url
[ERROR]   public ConfigThingy(String name, URL url, Reader read) throws IOException,
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:145: warning: no @param for read
[ERROR]   public ConfigThingy(String name, URL url, Reader read) throws IOException,
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:155: warning: no @param for conf
[ERROR]   public ConfigThingy(ConfigThingy conf)
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:168: warning: no @param for name
[ERROR]   public ConfigThingy(String name)
[ERROR]          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:187: warning: no @param for conf
[ERROR]   public void addChildCopiesFrom(ConfigThingy conf)
[ERROR]               ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:206: warning: no @param for url
[ERROR]   protected void childrenFromUrl(URL url, Reader read) throws IOException,
[ERROR]                  ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:206: warning: no @param for read
[ERROR]   protected void childrenFromUrl(URL url, Reader read) throws IOException,
[ERROR]                  ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:326: warning: no @param for url
[ERROR]   public static String urlEncode(String url)
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:326: warning: no @return
[ERROR]   public static String urlEncode(String url)
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:363: warning: no @param for child
[ERROR]   public void addChild(ConfigThingy child)
[ERROR]               ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:374: warning: no @param for childName
[ERROR]   public ConfigThingy add(String childName)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:374: warning: no @return
[ERROR]   public ConfigThingy add(String childName)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:384: warning: no @return
[ERROR]   public int count()
[ERROR]              ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:405: warning: no @param for node
[ERROR]   public static ConfigThingy getNodesVisibleAt(ConfigThingy node,
[ERROR]                              ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:405: warning: no @param for nodeNameToScanFor
[ERROR]   public static ConfigThingy getNodesVisibleAt(ConfigThingy node,
[ERROR]                              ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:405: warning: no @param for root
[ERROR]   public static ConfigThingy getNodesVisibleAt(ConfigThingy node,
[ERROR]                              ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:405: warning: no @return
[ERROR]   public static ConfigThingy getNodesVisibleAt(ConfigThingy node,
[ERROR]                              ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:464: warning: no @param for newName
[ERROR]   public void setName(String newName)
[ERROR]               ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:475: warning: no @return
[ERROR]   public ConfigThingy getFirstChild() throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:497: warning: no @return
[ERROR]   public ConfigThingy getLastChild() throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:577: warning: no @param for name
[ERROR]   public ConfigThingy get(String name) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:618: warning: no @param for name
[ERROR]   public String getString(String name, String defStr)
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:618: warning: no @param for defStr
[ERROR]   public String getString(String name, String defStr)
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:618: warning: no @return
[ERROR]   public String getString(String name, String defStr)
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:634: warning: no @param for name
[ERROR]   public ConfigThingy get(String name, int maxlevel) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:634: warning: no @param for maxlevel
[ERROR]   public ConfigThingy get(String name, int maxlevel) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:634: warning: no @return
[ERROR]   public ConfigThingy get(String name, int maxlevel) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:634: warning: no @throws for de.muenchen.allg.itd51.wollmux.config.NodeNotFoundException
[ERROR]   public ConfigThingy get(String name, int maxlevel) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:643: warning: no @param for name
[ERROR]   public ConfigThingy get(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:643: warning: no @param for maxlevel
[ERROR]   public ConfigThingy get(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:643: warning: no @param for minlevel
[ERROR]   public ConfigThingy get(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:643: warning: no @return
[ERROR]   public ConfigThingy get(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:643: warning: no @throws for de.muenchen.allg.itd51.wollmux.config.NodeNotFoundException
[ERROR]   public ConfigThingy get(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:662: warning: no @param for name
[ERROR]   public ConfigThingy query(String name)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:662: warning: no @return
[ERROR]   public ConfigThingy query(String name)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:673: warning: no @param for name
[ERROR]   public ConfigThingy query(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:673: warning: no @param for maxlevel
[ERROR]   public ConfigThingy query(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:673: warning: no @return
[ERROR]   public ConfigThingy query(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:684: warning: no @param for name
[ERROR]   public ConfigThingy query(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:684: warning: no @param for maxlevel
[ERROR]   public ConfigThingy query(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:684: warning: no @param for minlevel
[ERROR]   public ConfigThingy query(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:684: warning: no @return
[ERROR]   public ConfigThingy query(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:699: warning: no @param for name
[ERROR]   public ConfigThingy getByChild(String name) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:699: warning: no @return
[ERROR]   public ConfigThingy getByChild(String name) throws NodeNotFoundException
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:714: warning: no @param for name
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:714: warning: no @param for maxlevel
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:714: warning: no @return
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:730: warning: no @param for name
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:730: warning: no @param for maxlevel
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:730: warning: no @param for minlevel
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:730: warning: no @return
[ERROR]   public ConfigThingy getByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:749: warning: no @param for name
[ERROR]   public ConfigThingy queryByChild(String name)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:749: warning: no @return
[ERROR]   public ConfigThingy queryByChild(String name)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:760: warning: no @param for name
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:760: warning: no @param for maxlevel
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:760: warning: no @return
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:771: warning: no @param for name
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:771: warning: no @param for maxlevel
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:771: warning: no @param for minlevel
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:771: warning: no @return
[ERROR]   public ConfigThingy queryByChild(String name, int maxlevel, int minlevel)
[ERROR]                       ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:779: warning: no description for @param
[ERROR]    * @param name
[ERROR]      ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:803: warning: no @param for name
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel,
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:803: warning: no @param for getParents
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel,
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:803: warning: no @param for maxlevel
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel,
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:803: warning: no @param for minlevel
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel,
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:803: warning: no @return
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel,
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:828: warning: no @param for name
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel)
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:828: warning: no @param for getParents
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel)
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:828: warning: no @param for maxlevel
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel)
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:828: warning: no @return
[ERROR]   protected ConfigThingy query(String name, boolean getParents, int maxlevel)
[ERROR]                          ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:869: warning: no @return
[ERROR]   public String stringRepresentation(boolean childrenOnly, char stringChar,
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:893: warning: no @param for childrenOnly
[ERROR]   public String stringRepresentation(boolean childrenOnly, char stringChar)
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:893: warning: no @param for stringChar
[ERROR]   public String stringRepresentation(boolean childrenOnly, char stringChar)
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:893: warning: no @return
[ERROR]   public String stringRepresentation(boolean childrenOnly, char stringChar)
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:901: warning: no @return
[ERROR]   public String stringRepresentation()
[ERROR]                 ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:1596: warning: no @param for conf
[ERROR]   public static String treeDump(ConfigThingy conf, String childPrefix)
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:1596: warning: no @param for childPrefix
[ERROR]   public static String treeDump(ConfigThingy conf, String childPrefix)
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/config/ConfigThingy.java:1596: warning: no @return
[ERROR]   public static String treeDump(ConfigThingy conf, String childPrefix)
[ERROR]                        ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/func/Dateinamensanpassungen.java:82: error: reference not found
[ERROR]    * {@link Filename Customizations#UseavailablePath(String)} and
[ERROR]             ^
[ERROR] /home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/src/main/java/de/muenchen/allg/itd51/wollmux/func/NumberCompareFunction.java:59: error: malformed HTML
[ERROR]     * MARGIN is specified, whose distance <= abs(MARGIN) is considered equal
[ERROR]                                           ^
[ERROR] 
[ERROR] Command line was: /etc/alternatives/java_sdk_11/bin/javadoc @options @packages @argfile
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/tdf/lode/jenkins/workspace/WollMux_PR-431/core/target/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :wollmux