: What's the deal with this?
:
: BROKEN LINK:
file:///home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/docs/solr-core/org/apache/solr/search/facet/FacetMerger.Context.html
:
: FacetMerger.Context has no javadoc!
heh ... "Context" is everything.
the *full* error is telling you that while trying to veryfy the javadocs
file "SumAgg.Merger.html" it found 2 broken links to
"FacetMerger.Context.html" ... the reason the links are broken is because
you have a public method (SumAgg.Merger.merge(Object, Context)) that takes
as it's argument an instance of an object who's class is not public
("Context" is declared as a "public" class, but it's a static inner class
of "FacetMerger" which is a package protected class) .. so it's impossible
for the (public) javadocs of SumAgg.Merger.merge to link anywhere
explaining what the hell a "Context" object is.
if you'd run "ant precommit" you would have gotten the same error, and
(if you hadn't understood the problem) you could have asked about it
before breaking the build.
: > [exec] Verify...
: > [exec]
: > [exec]
file:///home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/docs/solr-core/org/apache/solr/search/facet/SumAgg.Merger.html
: > [exec] BROKEN LINK:
file:///home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/docs/solr-core/org/apache/solr/search/facet/FacetMerger.Context.html
: > [exec] BROKEN LINK:
file:///home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/docs/solr-core/org/apache/solr/search/facet/FacetMerger.Context.html
-Hoss
http://www.lucidworks.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]