Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A2EB18266 for ; Mon, 13 Jul 2015 18:11:05 +0000 (UTC) Received: (qmail 83848 invoked by uid 500); 13 Jul 2015 18:11:04 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 83784 invoked by uid 500); 13 Jul 2015 18:11:04 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 83774 invoked by uid 99); 13 Jul 2015 18:11:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2015 18:11:04 +0000 Date: Mon, 13 Jul 2015 18:11:04 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-6675) Spatial3d javadocs don't pass "ant documentation-lint" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-6675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625069#comment-14625069 ] ASF subversion and git services commented on LUCENE-6675: --------------------------------------------------------- Commit 1690784 from [~mikemccand] in branch 'dev/trunk' [ https://svn.apache.org/r1690784 ] LUCENE-6675: improve spatial3d javadocs > Spatial3d javadocs don't pass "ant documentation-lint" > ------------------------------------------------------ > > Key: LUCENE-6675 > URL: https://issues.apache.org/jira/browse/LUCENE-6675 > Project: Lucene - Core > Issue Type: Bug > Reporter: Michael McCandless > Fix For: 5.3, Trunk > > Attachments: LUCENE-6675.patch, LUCENE-6675.patch, LUCENE-6675.patch, LUCENE-6675.patch > > > Spinoff from LUCENE-6607. > With the attached patch, if you run {{ant documentation-lint}} from top-level, it hits these javadoc linting problems: > {noformat} > [exec] build/docs/spatial3d/org/apache/lucene/geo3d/ArcDistance.html > [exec] missing Fields: INSTANCE > [exec] missing Constructors: INSTANCE > [exec] > [exec] build/docs/spatial3d/org/apache/lucene/geo3d/BasePlanetObject.html > [exec] missing Fields: planetModel > [exec] missing Constructors: planetModel > [exec] > [exec] build/docs/spatial3d/org/apache/lucene/geo3d/Bounds.html > [exec] Traceback (most recent call last): > [exec] File "/l/trunk/dev-tools/scripts/checkJavaDocs.py", line 384, in > [exec] if checkPackageSummaries(sys.argv[1], level): > [exec] File "/l/trunk/dev-tools/scripts/checkJavaDocs.py", line 364, in checkPackageSummaries > [exec] if checkClassSummaries(fullPath): > [exec] File "/l/trunk/dev-tools/scripts/checkJavaDocs.py", line 225, in checkClassSummaries > [exec] raise RuntimeError('failed to locate javadoc item in %s, line %d? last line: %s' % (fullPath, lineCount, line.rstrip())) missing Fields: leftLongitude > [exec] > [exec] missing Fields: maxLatitude > [exec] missing Fields: minLatitude > [exec] missing Fields: noBottomLatitudeBound > [exec] missing Fields: noLongitudeBound > [exec] missing Fields: noTopLatitudeBound > [exec] missing Fields: rightLongitude > [exec] missing Constructors: rightLongitude > [exec] missing Methods: addHorizontalCircle-double- > [exec] missing Methods: addLatitudeBound-double- > [exec] missing Methods: addLatitudeZone-double- > [exec] RuntimeError: failed to locate javadoc item in build/docs/spatial3d/org/apache/lucene/geo3d/GeoBaseDistanceShape.html, line 177? last line: missing Methods: addLongitudeBound-double- > [exec] > [exec] missing Methods: addLongitudeBound-double-double- > [exec] missing Methods: addLongitudeSlice-double-double- > [exec] missing Methods: addPoint-double-double- > [exec] missing Methods: addPoint-double-double-double- > [exec] missing Methods: addPoint-org.apache.lucene.geo3d.Vector- > [exec] missing Methods: checkNoBottomLatitudeBound-- > [exec] missing Methods: checkNoLongitudeBound-- > [exec] missing Methods: checkNoTopLatitudeBound-- > [exec] missing Methods: getLeftLongitude-- > [exec] missing Methods: getMaxLatitude-- > [exec] missing Methods: getMinLatitude-- > [exec] missing Methods: getRightLongitude-- > [exec] missing Methods: noBottomLatitudeBound-- > [exec] missing Methods: noLongitudeBound-- > [exec] missing Methods: noTopLatitudeBound-- > [exec] > [exec] build/docs/spatial3d/org/apache/lucene/geo3d/DistanceStyle.html > [exec] missing Fields: ARC > [exec] missing Fields: LINEAR > [exec] missing Fields: LINEAR_SQUARED > [exec] missing Fields: NORMAL > [exec] missing Fields: NORMAL_SQUARED > [exec] > [exec] build/docs/spatial3d/org/apache/lucene/geo3d/GeoArea.html > [exec] missing Fields: CONTAINS > [exec] missing Fields: DISJOINT > [exec] missing Fields: OVERLAPS > [exec] missing Fields: WITHIN > [exec] > [exec] build/docs/spatial3d/org/apache/lucene/geo3d/GeoBaseBBox.html > [exec] missing Fields: ALL_INSIDE > [exec] missing Fields: NONE_INSIDE > [exec] missing Fields: SOME_INSIDE > [exec] missing Constructors: SOME_INSIDE > [exec] missing Methods: isShapeInsideBBox-org.apache.lucene.geo3d.GeoShape- > {noformat} > Maybe we can fix the javadocs? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org