Bug 93349 - Clean up JavaDoc warnings in javaunohelper
Summary: Clean up JavaDoc warnings in javaunohelper
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: sdk (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Michael Stahl (allotropia)
URL:
Whiteboard: target:5.2.0
Keywords: difficultyBeginner, easyHack, skillJava
Depends on:
Blocks:
 
Reported: 2015-08-11 09:37 UTC by Ian Gilham
Modified: 2017-02-14 08:57 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Gilham 2015-08-11 09:37:02 UTC
There's a number of JavaDoc warnings printing every time a full build is run. Here is one example:

/core/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java:330: warning: no @throws for com.sun.star.beans.PropertyVetoException
    public void setPropertyValue(String propertyName, Object value)

It would be nice to clean these up by filling in the missing information or removing the warning.
Comment 1 Robinson Tryon (qubit) 2015-12-13 10:10:53 UTC Comment hidden (obsolete)
Comment 2 Robinson Tryon (qubit) 2016-02-18 14:51:36 UTC Comment hidden (obsolete)
Comment 3 Madhudeep Petwal 2016-03-10 08:22:25 UTC
I want to contribute to this bug. Please guide me.
Comment 4 jani 2016-03-10 08:39:08 UTC
(In reply to Madhudeep Petwal from comment #3)
> I want to contribute to this bug. Please guide me.


Have a look at our step by step guide:

https://wiki.documentfoundation.org/Development/GetInvolved

You find the code pointers needed to solve the bug in the comments.
Comment 5 Michael Stahl (allotropia) 2016-03-21 16:13:02 UTC
i'm afraid i accidentally fixed this easy-hack some weeks ago, as i didn't know about the easy-hack and was annoyed about these warnings (well primarily the ones from doxygen) clogging up CI build logs...

see commits 11e55a0029810083261ea83838241d0524e59f9f "javaunohelper: fix all javadoc warnings" and d562ee461735a6daa6dcdfcc559f851cad160aaf "ridljar: fix javadoc warnings"
Comment 6 jani 2016-03-21 16:55:50 UTC
(In reply to Michael Stahl from comment #5)
> i'm afraid i accidentally fixed this easy-hack some weeks ago, as i didn't
> know about the easy-hack and was annoyed about these warnings (well
> primarily the ones from doxygen) clogging up CI build logs...
> 
> see commits 11e55a0029810083261ea83838241d0524e59f9f "javaunohelper: fix all
> javadoc warnings" and d562ee461735a6daa6dcdfcc559f851cad160aaf "ridljar: fix
> javadoc warnings"

Such things happen, and is not a problem :-)