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.
Migrating Whiteboard tags to Keywords: (easyHack, difficultyBeginner, skillJava) [NinjaEdit]
JanI is default CC for Easy Hacks (Add Jan; remove LibreOffice Dev List from CC) [NinjaEdit]
I want to contribute to this bug. Please guide me.
(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.
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"
(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 :-)