qspin / qtaste

[NEW RELEASE VERSION 3.0.0] The QTaste is an open-source functional and non-functional test environment offering services to developers and testers. It has been implemented following a data driven testing philosophy.
http://www.qtaste.org
GNU Lesser General Public License v3.0
6 stars 11 forks source link

Still errors in javadoc of some plugins ... it breaks the relase if doclint is enabled #213

Open lvboque opened 7 years ago

lvboque commented 7 years ago
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project javagui-fx: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/server/ComponentCommander.java:34: warning: no description for @param
[ERROR] * @param timeout
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/server/ComponentCommander.java:35: warning: no description for @param
[ERROR] * @param componentName
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/server/ComponentCommander.java:38: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:61: error: invalid end tag: </br>
[ERROR] * directory.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:67: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void takeSnapShot(String componentName, String fileName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:74: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String[] listComponents() throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:77: error: invalid end tag: </br>
[ERROR] * Check if a specified component is enabled.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:83: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] boolean isEnabled(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:86: error: invalid end tag: </br>
[ERROR] * Check if a specified component (and its parent(s)) is visible.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:92: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] boolean isVisible(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:95: error: invalid end tag: </br>
[ERROR] * Check if a specified component is editable.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:107: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] boolean isEditable(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:115: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void clickOnButton(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:118: error: invalid end tag: </br>
[ERROR] * Click on the specified componentName during a specified period of time.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:124: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void clickOnButton(String componentName, int pressTime) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:127: error: invalid end tag: </br>
[ERROR] * Get the text used for the specified component.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:138: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String getText(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:150: error: invalid end tag: </br>
[ERROR] * Set the text for the specified component.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:160: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void setText(String componentName, String value) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:163: error: invalid end tag: </br>
[ERROR] * Select the specified tab for the tabbed pane.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:169: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectTab(String tabbedPaneComponentName, int tabIndex) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:172: error: invalid end tag: </br>
[ERROR] * Select the specified tab for the tabbed pane.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:178: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectTabTitled(String tabbedPaneComponentName, String tabTitle) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:181: error: invalid end tag: </br>
[ERROR] * Select the specified tab for the tabbed pane.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:187: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectTabId(String tabbedPaneComponentName, String tabComponentId) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:195: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:205: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:215: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:220: error: invalid end tag: </br>
[ERROR] * Set the selection state to the specified component.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:226: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectComponent(String componentName, boolean value) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:229: error: invalid end tag: </br>
[ERROR] * Select the value for the specified component.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:242: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectValue(String componentName, String value) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:245: error: invalid end tag: </br>
[ERROR] * Return the current selected value for the specified component.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:251: error: ')' missing in reference
[ERROR] * <li>{@link JSpinner} (see {@link JSpinner#getModel()#getValue()})</li>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:252: error: ')' missing in reference
[ERROR] * <li>{@link JSlider} (see {@link JSlider#getModel()#getValue()})</li>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:258: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String getSelectedValue(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:261: error: invalid end tag: </br>
[ERROR] * Select the index for the specified component.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:271: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectIndex(String componentName, int index) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:274: error: invalid end tag: </br>
[ERROR] * Select the node for the specified JTree.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:275: error: invalid end tag: </br>
[ERROR] * In this method, node names in the node path are simple strings.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:276: error: invalid end tag: </br>
[ERROR] * If you need more flexibility, see {@link #selectNodeRe} which supports regular expressions.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:282: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:287: error: invalid end tag: </br>
[ERROR] * Select the node for the specified JTree.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:288: error: invalid end tag: </br>
[ERROR] * In this method, node names in the node path are regular expressions. </br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:289: error: invalid end tag: </br>
[ERROR] * Be careful if you use some special regex characters in the node path separator.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:297: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:305: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:310: error: invalid end tag: </br>
[ERROR] * Return the currently selected node for the specified JTree.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:316: warning: no @return
[ERROR] String getSelectedNode(String componentName, String nodeSeparator) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:316: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String getSelectedNode(String componentName, String nodeSeparator) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:319: error: invalid end tag: </br>
[ERROR] * Parse a {@link JTree} component and create a String with the node content.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:325: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:330: error: invalid end tag: </br>
[ERROR] * Return the content of the list identified by the specified componentName.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:335: warning: no description for @throws
[ERROR] * @throws QTasteTestFailException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:340: error: invalid end tag: </br>
[ERROR] * Return the name of the {@link Component} that have the focus.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:344: warning: no description for @throws
[ERROR] * @throws QTasteTestFailException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:349: error: invalid end tag: </br>
[ERROR] * Return the full name of the {@link Component} identified by the ID.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:350: error: ')' missing in reference
[ERROR] * Can be used on all {@link Component}. (see {@link Component#getName()()})
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:354: warning: no description for @throws
[ERROR] * @throws QTasteTestFailException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:362: warning: no description for @throws
[ERROR] * @throws QTasteTestFailException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:370: warning: no description for @throws
[ERROR] * @throws QTasteTestFailException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:392: error: invalid end tag: </br>
[ERROR] * Checks if a component with the name exist or not.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:401: error: invalid end tag: </br>
[ERROR] * Counts the number of components that have the enabled state.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:418: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] int countTableRows(String pComponentName, String pColumnName, String pColumnValue) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:428: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectInTable(String pComponentName, String pColumnName, String pColumnValue) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:439: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void selectInTable(String pComponentName, String pColumnName, String pColumnValue, int pOccurenceIndex)
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:447: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] boolean isPopupDisplayed() throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:450: error: invalid end tag: </br>
[ERROR] * Retrieves the text (message) of the active popup.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:455: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String getPopupText() throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:459: error: invalid end tag: </br>
[ERROR] * Retrieves all popup texts.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:464: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String[] getAllPopupText() throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:472: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void setPopupValue(String value) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:479: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void clickOnPopupButton(String buttonText) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:482: error: invalid end tag: </br>
[ERROR] * Searches the component identified by the name and returns the component's background color.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:488: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String getComponentBackgroundColor(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:491: error: invalid end tag: </br>
[ERROR] * Retrieve the location of the component on the screen. </br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:497: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] double[] getComponentLocation(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:500: error: invalid end tag: </br>
[ERROR] * Searches the component identified by the name and returns the component's foreground color.</br>
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:506: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] String getComponentForegroundColor(String componentName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:524: warning: no @throws for com.qspin.qtaste.testsuite.QTasteException
[ERROR] void analyzeStructure(String fileName) throws QTasteException;
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:258: warning - Tag @link: can't find getModel()#getValue() in javax.swing.JSpinner
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/JavaGUIFX.java:258: warning - Tag @link: can't find getModel()#getValue() in javax.swing.JSlider
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/server/PopupButtonClicker.java:43: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/server/PopupTextSetter.java:46: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] /home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/src/main/java/com/qspin/qtaste/javaguifx/server/TabGetter.java:57: warning: no description for @throws
[ERROR] * @throws QTasteException
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/lvboque/qtaste_src/qtaste/plugins_src/javagui-fx/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 :javagui-fx