Path: csiph.com!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: olivier sallou Newsgroups: linux.debian.maint.java Subject: java9 javadoc errors (package htsjdk debianmed) Date: Mon, 16 Apr 2018 18:10:01 +0200 Message-ID: X-Original-To: Debian Java List X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Apr 16 16:05:50 2018 Old-Return-Path: X-Amavis-Spam-Status: No, score=-0.38 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, EMPTY_BODY=3, FOURLA=0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, HTML_MESSAGE=2, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, WORD_WITHOUT_VOWELS=1] autolearn=no autolearn_force=no X-Policyd-Weight: DYN_NJABL=SKIP(0) NOT_IN_SBL_XBL_SPAMHAUS=-1.5 BL_NJABL=SKIP(-1.5) CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-wr0-f170.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7 X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=aVZ0Oq5d1k0u6uYwU1azfwkrVOaRpp7XX9y89m//B/U=; b=hbHHIWdR4bp/RTp/DZN2Amz+VZhWG3PGaGe2LmzRPpy6KlIi9KnWqMybxQBtiXySSC SNRcv9CKEDTXZ/q0uCglIC4yXiNM55OZ14O9xEbS7MYYFW80pIwsINMSB4uchWoM6Ei3 Lhx8jN4mDdFdUJmqCQkRP/2/h11fMJwQTFqu2X107eQa2Nuqg5Q+5t0wWmf0CcsxyN4x zB18sZmZ6hX/nnI6G/PJyeZSgOZI64Vosx15Yo7Lv+DHl/KBvktg/rZJaN0k9BIJYt3m c7xeolMvWIC3r3YEXLSu5r6gJbHSwU0srrk7BG2lo9wBag+ZknBZZyPDKiI+WNWirhSG 2wEw== X-Gm-Message-State: ALQs6tBEt/7iwIhmSqtvMsj0mgK2Lyor8WQbyQqQO0M4NUEQPPvQezX8 jguB2pOmw5yTlA8o7ZGB1Bz3ceU185MSBed4VudGDA== X-Google-SMTP-Source: AIpwx49jdNhPJ22ynHvvnY0neHJh6fFeunr8HkR/VUyIReARhiq52D0cQ0sYk+N2Zi5XBYeqtR/kppG/8XO+kP7dBhc= X-Received: by 10.28.20.4 with SMTP id 4mr11192778wmu.142.1523894733381; Mon, 16 Apr 2018 09:05:33 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11469e504241130569f9643a" X-Mailing-List: archive/latest/20796 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CAEwx8oSb=o9WhjCN2UN1XGnrgGsrLfsHzJe=O1a+0fDay_DDFg@mail.gmail.com Approved: robomod@news.nic.it Lines: 72 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Med Project List X-Original-Date: Mon, 16 Apr 2018 16:05:22 +0000 X-Original-Message-ID: Xref: csiph.com linux.debian.maint.java:10407 --001a11469e504241130569f9643a Content-Type: text/plain; charset="UTF-8" Hi, I face several javadoc errors (ending with NullPointerException) with openjdk 9 while updating package htsjdk. I saw on internet several bugs related to javadoc. Error ends with : javadoc: error - An exception occurred while building a component: TagInfo (java.lang.NullPointerException) If I delete impacted files from doc, I go further but many files are impacted. Anyone faced and could solve this? It used to work on JDK8. Example impacted "doc": /** * Calls close() on all elements of objs that implement Closeable * * @param objs A list of potentially closeable objects * * NOTE: This method must take a List, not List, otherwise the overload above will be selected * if the argument is not exactly List. */ Removing the last 2 lines part works. Last option would be to remove javadoc package or patch all files... :-( Olivier --001a11469e504241130569f9643a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Hi,

I face several javadoc errors (ending with NullPointerException) with op= enjdk 9 while updating package htsjdk.

I saw on internet several bugs related to javadoc.

Error ends with :

=C2=A0 =C2=A0 javadoc: error - An exception occurred while building a co= mponent: TagInfo
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(java.lang.NullPointe= rException)

If I delete impacted files from doc, I go further but many files are imp= acted.

Anyone faced and could solve this?

It used to work on JDK8.

Example impacted "doc"= ;:

=C2=A0 =C2=A0 /**
=C2=A0 =C2=A0 = =C2=A0* Calls close() on all elements of <code>objs</code> that= implement Closeable
=C2=A0 =C2=A0 =C2=A0*
=C2=A0 =C2= =A0 =C2=A0* @param objs=C2=A0 =C2=A0A list of potentially closeable objects=
=C2=A0 =C2=A0 =C2=A0*
=C2=A0 =C2=A0 =C2=A0* NOTE: This= method must take a List<? extends Object>, not List<Object>, o= therwise the overload above will be selected
=C2=A0 =C2=A0 =C2=A0= * if the argument is not exactly List<Object>.
=C2=A0 =C2= =A0 =C2=A0*/

Removing the last 2 lines part works.=

Last option would be to remove javadoc package or= patch all files... :-(

Olivier
--001a11469e504241130569f9643a--