Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#393 issue: Update Comments #431

Merged
merged 6 commits into from
Apr 6, 2023

Conversation

sourav492
Copy link
Contributor

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

Copy link
Contributor

@smehrbrodt smehrbrodt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, very good translations! Please fix the issues mentioned, then this can be merged.

core/.classpath Outdated
@@ -51,16 +51,5 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path=".apt_generated">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no unrelated changes.

@@ -1,13 +1,13 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no unrelated changes.

@@ -38,19 +38,19 @@
private static GlobalFunctions instance;

/**
* Enthält die im Funktionen-Abschnitt der wollmux,conf definierten Funktionen.
* Contains the functions defined in the functions section of wollmux.conf.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry this file was already translated in #429

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do I revert the changes back to as it was(will contain German comments then)?

@@ -28,19 +28,19 @@
import org.libreoffice.ext.unohelper.common.UNO;

/**
* Hilfsklasse, die es ermöglicht, UNO-Componenten in HashMaps abzulegen; der
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry this file was already translated in #429

*
* @param node
* z.B. "/org.openoffice.Inet/Settings"
* e.g. "/org.openoffice.inet/settings"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change this, this is defined in LibreOffice.

@@ -78,26 +78,26 @@ public static String verfuegbarenPfadVerwenden(String fileName)
}

/**
* Arbeitet wie
* {@link Dateinamensanpassungen#verfuegbarenPfadVerwenden(String)} und
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a reference to a method, don't translate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't change as the file was locked(read-only mode).

idl/.classpath Outdated
@@ -23,11 +23,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="target/generated-sources/idl">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no unrelated changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't change as the file was locked(read-only mode).

oxt/.classpath Outdated
@@ -46,16 +46,5 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path=".apt_generated">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no unrelated changes.

@@ -1,8 +1,15 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no unrelated changes.

Copy link
Contributor Author

@sourav492 sourav492 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't change a few files as they were locked(read-only)

@sourav492
Copy link
Contributor Author

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

@smehrbrodt
Copy link
Contributor

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
Copy link
Contributor

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

@smehrbrodt smehrbrodt merged commit d6e168e into LibreOffice:main Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants