Created
July 1, 2019 11:19
-
-
Save adamretter/08c4a8e45dfe99b6b6f8003f5ea2d0be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[ERROR] Exit code: 1 - /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/test/TransactionTestDSL.java:84: error: unterminated inline tag | |
[ERROR] * <pre>{@code | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/test/TransactionTestDSL.java:89: error: unknown tag: Test | |
[ERROR] * @Test | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/test/TransactionTestDSL.java:93: error: malformed HTML | |
[ERROR] * final Tuple2<DocumentImpl, DocumentImpl> result = biSchedule() | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/test/TransactionTestDSL.java:93: error: bad use of '>' | |
[ERROR] * final Tuple2<DocumentImpl, DocumentImpl> result = biSchedule() | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/util/XMLString.java:202: error: @param name not found | |
[ERROR] * @param offset the offset to start deleting from | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/util/XMLString.java:207: warning: no @param for start | |
[ERROR] public final XMLString delete(final int start, final int count) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/util/serializer/ReceiverToSAX.java:47: error: @param name not found | |
[ERROR] * @param handle the content handler | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/util/serializer/ReceiverToSAX.java:49: warning: no @param for handler | |
[ERROR] public ReceiverToSAX(final ContentHandler handler) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/InternalModule.java:55: warning: no description for @param | |
[ERROR] * @param qname | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/InternalModule.java:58: warning: no @param for argCount | |
[ERROR] FunctionDef getFunctionDef(QName qname, int argCount); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/InternalModule.java:64: warning: no description for @param | |
[ERROR] * @param qname | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Module.java:129: error: @param name not found | |
[ERROR] * @param context the xquery context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Module.java:132: warning: no @param for xqueryContext | |
[ERROR] public void reset(XQueryContext xqueryContext, boolean keepGlobals); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/AnalyzeContextInfo.java:115: warning: no description for @param | |
[ERROR] * @param flags | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/AnalyzeContextInfo.java:132: warning: no @return | |
[ERROR] public Expression getParent() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/AnalyzeContextInfo.java:67: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Annotation.java:38: warning: no @return | |
[ERROR] public FunctionSignature getFunctionSignature() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/AtomicToString.java:37: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/AtomicToString.java:39: warning: no @param for expr | |
[ERROR] public AtomicToString(XQueryContext context, Expression expr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/AttributeConstructor.java:120: warning: no @return | |
[ERROR] public String getLiteralValue() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExpressionVisitor.java:35: warning: no description for @param | |
[ERROR] * @param expression | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExpressionVisitor.java:40: warning: no @param for expression | |
[ERROR] void visitPathExpr(PathExpr expression); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExpressionVisitor.java:43: warning: no @param for locationStep | |
[ERROR] void visitLocationStep(LocationStep locationStep); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/BasicFunction.java:93: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public abstract Sequence eval(Sequence[] args, Sequence contextSequence) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/BindingExpression.java:67: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastableExpression.java:45: warning: no description for @param | |
[ERROR] * @param requiredCardinality | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastableExpression.java:46: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastableExpression.java:47: warning: no description for @param | |
[ERROR] * @param expr | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastableExpression.java:48: warning: no description for @param | |
[ERROR] * @param requiredType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastExpression.java:48: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastExpression.java:50: warning: no @param for expr | |
[ERROR] public CastExpression(XQueryContext context, Expression expr, int requiredType, int cardinality) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastExpression.java:50: warning: no @param for requiredType | |
[ERROR] public CastExpression(XQueryContext context, Expression expr, int requiredType, int cardinality) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CastExpression.java:50: warning: no @param for cardinality | |
[ERROR] public CastExpression(XQueryContext context, Expression expr, int requiredType, int cardinality) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/CombiningExpression.java:89: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] protected abstract Sequence combine(final Sequence ls, final Sequence rs) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Sequence.java:207: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] String getStringValue() throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Sequence.java:279: warning: no @param for <T> | |
[ERROR] <T> T toJavaObject(Class<T> target) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DocumentConstructor.java:46: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DocumentConstructor.java:48: warning: no @param for contentExpr | |
[ERROR] public DocumentConstructor(XQueryContext context, Expression contentExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DynamicAttributeConstructor.java:50: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DynamicCommentConstructor.java:42: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DynamicCommentConstructor.java:44: warning: no @param for contentExpr | |
[ERROR] public DynamicCommentConstructor(XQueryContext context, Expression contentExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DynamicPIConstructor.java:46: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DynamicTextConstructor.java:43: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/DynamicTextConstructor.java:45: warning: no @param for contentExpr | |
[ERROR] public DynamicTextConstructor(XQueryContext context, Expression contentExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/EnclosedExpr.java:47: warning: no @param for context | |
[ERROR] public EnclosedExpr(XQueryContext context) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:52: warning: no description for @param | |
[ERROR] * @param func | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:60: warning: no description for @param | |
[ERROR] * @param qname | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:62: warning: no @param for arity | |
[ERROR] public UserDefinedFunction getFunction(QName qname, int arity, XQueryContext callerContext) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:62: warning: no @param for callerContext | |
[ERROR] public UserDefinedFunction getFunction(QName qname, int arity, XQueryContext callerContext) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:62: warning: no @return | |
[ERROR] public UserDefinedFunction getFunction(QName qname, int arity, XQueryContext callerContext) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:62: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public UserDefinedFunction getFunction(QName qname, int arity, XQueryContext callerContext) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:69: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:87: warning: no description for @param | |
[ERROR] * @param source | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:97: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:104: warning: no @param for broker | |
[ERROR] public boolean moduleIsValid(DBBroker broker); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModule.java:104: warning: no @return | |
[ERROR] public boolean moduleIsValid(DBBroker broker); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ExternalModuleImpl.java:294: warning: no description for @param | |
[ERROR] * @param expr | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/FilteredExpression.java:48: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/FilteredExpression.java:50: warning: no @param for expr | |
[ERROR] public FilteredExpression(XQueryContext context, Expression expr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ForExpr.java:55: warning: no description for @param | |
[ERROR] * @param var | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/FunctionCall.java:262: warning: no @return | |
[ERROR] public Sequence evalFunction(Sequence contextSequence, Item contextItem, Sequence[] seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/FunctionFactory.java:390: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/FunctionFactory.java:393: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/FunctionSignature.java:117: warning: no @param for description | |
[ERROR] public FunctionSignature(final QName name, final String description, final SequenceType[] arguments, final SequenceType returnType, final boolean overloaded) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/GeneralComparison.java:507: warning: no description for @param | |
[ERROR] * @param contextSequence | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/GeneralComparison.java:508: warning: no description for @param | |
[ERROR] * @param contextItem | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/GeneralComparison.java:512: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/InstanceOfExpression.java:40: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/InstanceOfExpression.java:42: warning: no @param for expr | |
[ERROR] public InstanceOfExpression(XQueryContext context, Expression expr, SequenceType type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/InstanceOfExpression.java:42: warning: no @param for type | |
[ERROR] public InstanceOfExpression(XQueryContext context, Expression expr, SequenceType type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/JavaCall.java:53: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/JavaCall.java:56: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public JavaCall(XQueryContext context, QName qname) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/LocationStep.java:809: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] protected Sequence getSiblings(final XQueryContext context, final Sequence contextSequence) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/LogicalOp.java:49: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:493: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public void prepareForReuse() throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1122: warning: no @param for uri | |
[ERROR] Sequence getDynamicallyAvailableDocument(final String uri) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1122: warning: no @return | |
[ERROR] Sequence getDynamicallyAvailableDocument(final String uri) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1122: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] Sequence getDynamicallyAvailableDocument(final String uri) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1141: warning: no @param for uri | |
[ERROR] Reader getDynamicallyAvailableTextResource(final String uri, final Charset charset) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1141: warning: no @param for charset | |
[ERROR] Reader getDynamicallyAvailableTextResource(final String uri, final Charset charset) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1141: warning: no @return | |
[ERROR] Reader getDynamicallyAvailableTextResource(final String uri, final Charset charset) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1141: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] Reader getDynamicallyAvailableTextResource(final String uri, final Charset charset) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1161: warning: no @param for uri | |
[ERROR] Sequence getDynamicallyAvailableCollection(final String uri) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1161: warning: no @return | |
[ERROR] Sequence getDynamicallyAvailableCollection(final String uri) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryContext.java:1161: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] Sequence getDynamicallyAvailableCollection(final String uri) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/NamespaceConstructor.java:47: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/NodeComparison.java:44: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/NodeComparison.java:46: warning: no @param for left | |
[ERROR] public NodeComparison(XQueryContext context, Expression left, Expression right, NodeComparisonOperator relation) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/NodeComparison.java:46: warning: no @param for right | |
[ERROR] public NodeComparison(XQueryContext context, Expression left, Expression right, NodeComparisonOperator relation) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/NodeComparison.java:46: warning: no @param for relation | |
[ERROR] public NodeComparison(XQueryContext context, Expression left, Expression right, NodeComparisonOperator relation) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/OrderSpec.java:48: warning: no @param for context | |
[ERROR] public OrderSpec(XQueryContext context, Expression sortExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/OrderSpec.java:48: warning: no @param for sortExpr | |
[ERROR] public OrderSpec(XQueryContext context, Expression sortExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ParentSelector.java:40: warning: no @param for contextSet | |
[ERROR] public ParentSelector(NodeSet contextSet, int contextId) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ParentSelector.java:40: warning: no @param for contextId | |
[ERROR] public ParentSelector(NodeSet contextSet, int contextId) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Profiler.java:100: warning: no description for @param | |
[ERROR] * @param pragma | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Profiler.java:270: warning: no @param for result | |
[ERROR] public final void end(Expression expr, String message, Sequence result) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Profiler.java:352: warning: no description for @param | |
[ERROR] * @param level | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Profiler.java:353: warning: no description for @param | |
[ERROR] * @param title | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Profiler.java:354: warning: no description for @param | |
[ERROR] * @param sequence | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/Profiler.java:355: warning: no description for @param | |
[ERROR] * @param expr | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/QuantifiedExpression.java:47: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/QuantifiedExpression.java:49: warning: no @param for mode | |
[ERROR] public QuantifiedExpression(XQueryContext context, int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/QueryRewriter.java:43: warning: no description for @param | |
[ERROR] * @param locationStep | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/QueryRewriter.java:44: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/QueryRewriter.java:45: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/RangeExpression.java:45: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/RootNode.java:56: warning: no @param for context | |
[ERROR] public RootNode(XQueryContext context) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SelfSelector.java:41: warning: no @param for contextSet | |
[ERROR] public SelfSelector(NodeSet contextSet, int contextId) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SelfSelector.java:41: warning: no @param for contextId | |
[ERROR] public SelfSelector(NodeSet contextSet, int contextId) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SequenceConstructor.java:39: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SimpleStep.java:43: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SimpleStep.java:44: warning: no description for @param | |
[ERROR] * @param axis | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SimpleStep.java:46: warning: no @param for expression | |
[ERROR] public SimpleStep(XQueryContext context, int axis, Expression expression) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SwitchExpression.java:68: warning: no @param for caseOperands | |
[ERROR] public void addCase(List<Expression> caseOperands, Expression returnClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SwitchExpression.java:68: warning: no @param for returnClause | |
[ERROR] public void addCase(List<Expression> caseOperands, Expression returnClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/SwitchExpression.java:75: warning: no @param for defaultClause | |
[ERROR] public void setDefault(Expression defaultClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TryCatchExpression.java:83: warning: no @param for catchErrorList | |
[ERROR] public void addCatchClause(final List<QName> catchErrorList, final List<QName> catchVars, final Expression catchExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TryCatchExpression.java:83: warning: no @param for catchVars | |
[ERROR] public void addCatchClause(final List<QName> catchErrorList, final List<QName> catchVars, final Expression catchExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TryCatchExpression.java:83: warning: no @param for catchExpr | |
[ERROR] public void addCatchClause(final List<QName> catchErrorList, final List<QName> catchVars, final Expression catchExpr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TypeswitchExpression.java:70: warning: no @param for types | |
[ERROR] public void addCase(SequenceType[] types, QName var, Expression caseClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TypeswitchExpression.java:70: warning: no @param for var | |
[ERROR] public void addCase(SequenceType[] types, QName var, Expression caseClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TypeswitchExpression.java:70: warning: no @param for caseClause | |
[ERROR] public void addCase(SequenceType[] types, QName var, Expression caseClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TypeswitchExpression.java:77: warning: no @param for var | |
[ERROR] public void setDefault(QName var, Expression defaultClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/TypeswitchExpression.java:77: warning: no @param for defaultClause | |
[ERROR] public void setDefault(QName var, Expression defaultClause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/UserSwitchingBasicFunction.java:49: warning: no @param for user | |
[ERROR] protected void switchUser(final Subject user) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @param for collator | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @param for lv | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @param for rv | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @param for truncation | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @param for relation | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @return | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:122: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static boolean compareAtomic(Collator collator, AtomicValue lv, AtomicValue rv, StringTruncationOperator truncation, Comparison relation) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:47: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:48: warning: no description for @param | |
[ERROR] * @param relation | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:55: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:56: warning: no description for @param | |
[ERROR] * @param left | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:57: warning: no description for @param | |
[ERROR] * @param right | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/ValueComparison.java:58: warning: no description for @param | |
[ERROR] * @param relation | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableDeclaration.java:64: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableDeclaration.java:107: warning: no description for @param | |
[ERROR] * @param contextInfo | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableDeclaration.java:108: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableDeclaration.java:49: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableDeclaration.java:51: warning: no @param for qname | |
[ERROR] public VariableDeclaration(XQueryContext context, QName qname, Expression expr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableDeclaration.java:51: warning: no @param for expr | |
[ERROR] public VariableDeclaration(XQueryContext context, QName qname, Expression expr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/VariableImpl.java:67: warning: no @param for qname | |
[ERROR] public VariableImpl(QName qname) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:181: warning: no @param for expr | |
[ERROR] public XPathException(final Expression expr, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:181: warning: no @param for message | |
[ERROR] public XPathException(final Expression expr, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:181: warning: no @param for cause | |
[ERROR] public XPathException(final Expression expr, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:173: warning: no @param for expr | |
[ERROR] public XPathException(final Expression expr, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:173: warning: no @param for cause | |
[ERROR] public XPathException(final Expression expr, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:58: warning: no @param for line | |
[ERROR] public XPathException(int line, int column, String message) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:58: warning: no @param for column | |
[ERROR] public XPathException(int line, int column, String message) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:58: warning: no @param for message | |
[ERROR] public XPathException(int line, int column, String message) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:233: warning: no @param for line | |
[ERROR] protected XPathException(final int line, final int column, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:233: warning: no @param for column | |
[ERROR] protected XPathException(final int line, final int column, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:233: warning: no @param for message | |
[ERROR] protected XPathException(final int line, final int column, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:233: warning: no @param for cause | |
[ERROR] protected XPathException(final int line, final int column, final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:247: warning: no @param for line | |
[ERROR] public XPathException(final int line, final int column, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:247: warning: no @param for column | |
[ERROR] public XPathException(final int line, final int column, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:247: warning: no @param for cause | |
[ERROR] public XPathException(final int line, final int column, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:49: warning: no @param for message | |
[ERROR] public XPathException(String message) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:161: warning: no @param for message | |
[ERROR] public XPathException(final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:161: warning: no @param for cause | |
[ERROR] public XPathException(final String message, final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:150: warning: no @param for cause | |
[ERROR] public XPathException(final Throwable cause) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:127: warning: no @param for ast | |
[ERROR] public XPathException(XQueryAST ast, String message) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathException.java:127: warning: no @param for message | |
[ERROR] public XPathException(XQueryAST ast, String message) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XPathUtil.java:63: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryWatchDog.java:76: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryWatchDog.java:85: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/XQueryWatchDog.java:66: warning: no @param for context | |
[ERROR] public XQueryWatchDog(XQueryContext context) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:138: warning: no description for @param | |
[ERROR] * @param nodes | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:140: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:141: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:143: warning: no @param for transaction | |
[ERROR] protected StoredNode[] selectAndLock(Txn transaction, Sequence nodes) throws LockException, PermissionDeniedException, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:143: warning: no @return | |
[ERROR] protected StoredNode[] selectAndLock(Txn transaction, Sequence nodes) throws LockException, PermissionDeniedException, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:143: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] protected StoredNode[] selectAndLock(Txn transaction, Sequence nodes) throws LockException, PermissionDeniedException, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:143: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] protected StoredNode[] selectAndLock(Txn transaction, Sequence nodes) throws LockException, PermissionDeniedException, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:266: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:268: warning: no @param for context | |
[ERROR] public static void checkFragmentation(XQueryContext context, DocumentSet docs, int splitCount) throws EXistException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:268: warning: no @param for splitCount | |
[ERROR] public static void checkFragmentation(XQueryContext context, DocumentSet docs, int splitCount) throws EXistException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:268: warning: no @throws for org.exist.EXistException | |
[ERROR] public static void checkFragmentation(XQueryContext context, DocumentSet docs, int splitCount) throws EXistException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:268: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static void checkFragmentation(XQueryContext context, DocumentSet docs, int splitCount) throws EXistException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Delete.java:59: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Delete.java:60: warning: no description for @param | |
[ERROR] * @param select | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Insert.java:67: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Insert.java:68: warning: no description for @param | |
[ERROR] * @param select | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Insert.java:69: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Insert.java:71: warning: no @param for mode | |
[ERROR] public Insert(XQueryContext context, Expression select, Expression value, int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:82: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:84: warning: no @param for select | |
[ERROR] public Modification(XQueryContext context, Expression select, Expression value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Modification.java:84: warning: no @param for value | |
[ERROR] public Modification(XQueryContext context, Expression select, Expression value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Rename.java:51: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Rename.java:52: warning: no description for @param | |
[ERROR] * @param select | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Rename.java:53: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Replace.java:59: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Replace.java:61: warning: no @param for select | |
[ERROR] public Replace(XQueryContext context, Expression select, Expression value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/update/Replace.java:61: warning: no @param for value | |
[ERROR] public Replace(XQueryContext context, Expression select, Expression value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/DocUtils.java:201: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/DocUtils.java:214: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/Error.java:100: warning: no description for @param | |
[ERROR] * @param arg | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/Error.java:84: warning: no description for @param | |
[ERROR] * @param errCode | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/Error.java:85: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/HTTPUtils.java:51: warning: no @param for result | |
[ERROR] public static void addLastModifiedHeader(Sequence result, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/HTTPUtils.java:51: warning: no @param for context | |
[ERROR] public static void addLastModifiedHeader(Sequence result, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/NumberFormatter.java:35: warning: no @param for val | |
[ERROR] public static int getZeroDigit(int val) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/NumberFormatter.java:35: warning: no @return | |
[ERROR] public static int getZeroDigit(int val) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/util/SerializerUtils.java:84: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static void getSerializationOptions(final Expression parent, final NodeValue parameters, final Properties properties) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/AtomicValue.java:90: warning: no @return | |
[ERROR] public boolean startsWith(final Collator collator, final AtomicValue other) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/AtomicValue.java:103: warning: no @return | |
[ERROR] public boolean endsWith(final Collator collator, final AtomicValue other) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/AtomicValue.java:116: warning: no @return | |
[ERROR] public boolean contains(final Collator collator, final AtomicValue other) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:47: warning: no @return | |
[ERROR] int getType(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:52: warning: no @return | |
[ERROR] String getStringValue() throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:52: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] String getStringValue() throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:57: warning: no @return | |
[ERROR] Sequence toSequence(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:62: warning: no @param for context | |
[ERROR] void destroy(XQueryContext context, Sequence contextSequence); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:62: warning: no @param for contextSequence | |
[ERROR] void destroy(XQueryContext context, Sequence contextSequence); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:70: warning: no description for @param | |
[ERROR] * @param requiredType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:71: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:73: warning: no @return | |
[ERROR] AtomicValue convertTo(int requiredType) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:89: warning: no description for @param | |
[ERROR] * @param oldNodeId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Item.java:90: warning: no description for @param | |
[ERROR] * @param newNode | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Indexable.java:89: warning: no @throws for org.exist.EXistException | |
[ERROR] public byte[] serializeValue(int offset) throws EXistException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:154: warning: no @param for <T> | |
[ERROR] public <T> T toJavaObject() throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:154: warning: no @return | |
[ERROR] public <T> T toJavaObject() throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:154: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public <T> T toJavaObject() throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:235: warning: no @param for os | |
[ERROR] public abstract void streamBinaryTo(OutputStream os) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:235: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void streamBinaryTo(OutputStream os) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:240: warning: no @param for os | |
[ERROR] public void streamTo(OutputStream os) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BinaryValue.java:240: warning: no @throws for java.io.IOException | |
[ERROR] public void streamTo(OutputStream os) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BooleanValue.java:44: warning: no description for @param | |
[ERROR] * @param bool | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/BooleanValue.java:46: warning: no @return | |
[ERROR] public final static BooleanValue valueOf(boolean bool) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/DoubleValue.java:464: warning: no @return | |
[ERROR] public int getSerializedSize() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceIterator.java:65: warning: no @param for n | |
[ERROR] default long skip(final long n) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:61: warning: no @return | |
[ERROR] public int getPrimaryType() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:73: warning: no @return | |
[ERROR] public int getCardinality() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:92: warning: no description for @param | |
[ERROR] * @param seq | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:93: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:94: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:96: warning: no @return | |
[ERROR] public boolean checkType(Sequence seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:114: warning: no description for @param | |
[ERROR] * @param item | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:116: warning: no @return | |
[ERROR] public boolean checkType(Item item) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:145: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:146: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:171: warning: no description for @param | |
[ERROR] * @param seq | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:172: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:63: warning: no description for @param | |
[ERROR] * @param contextInfo | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:64: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:81: warning: no @param for contextSequence | |
[ERROR] public Sequence eval(Sequence contextSequence) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:81: warning: no @return | |
[ERROR] public Sequence eval(Sequence contextSequence) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:81: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public Sequence eval(Sequence contextSequence) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:88: warning: no @param for contextSequence | |
[ERROR] public Sequence evalFunction(Sequence contextSequence, Item contextItem, Sequence[] seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:88: warning: no @param for contextItem | |
[ERROR] public Sequence evalFunction(Sequence contextSequence, Item contextItem, Sequence[] seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:88: warning: no @param for seq | |
[ERROR] public Sequence evalFunction(Sequence contextSequence, Item contextItem, Sequence[] seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:88: warning: no @return | |
[ERROR] public Sequence evalFunction(Sequence contextSequence, Item contextItem, Sequence[] seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/FunctionReference.java:88: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public Sequence evalFunction(Sequence contextSequence, Item contextItem, Sequence[] seq) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:53: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:54: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:56: warning: no @return | |
[ERROR] boolean equals(NodeValue other) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:62: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:63: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:65: warning: no @param for isPreceding | |
[ERROR] boolean before(NodeValue other, boolean isPreceding) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:65: warning: no @return | |
[ERROR] boolean before(NodeValue other, boolean isPreceding) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:71: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:72: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:74: warning: no @param for isFollowing | |
[ERROR] boolean after(NodeValue other, boolean isFollowing) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:74: warning: no @return | |
[ERROR] boolean after(NodeValue other, boolean isFollowing) throws XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/NodeValue.java:80: warning: no @return | |
[ERROR] int getImplementationType(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/QNameValue.java:79: warning: no @return | |
[ERROR] public QName getQName() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/QNameValue.java:47: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/QNameValue.java:48: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/QNameValue.java:49: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:49: warning: no description for @param | |
[ERROR] * @param primaryType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/SequenceType.java:50: warning: no description for @param | |
[ERROR] * @param cardinality | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/StringValue.java:113: warning: no description for @param | |
[ERROR] * @param in | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/StringValue.java:115: warning: no @return | |
[ERROR] public static String collapseWhitespace(CharSequence in) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/StringValue.java:736: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/StringValue.java:738: warning: no @param for caseSensitive | |
[ERROR] public byte[] serializeValue(int offset, boolean caseSensitive) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/StringValue.java:738: warning: no @return | |
[ERROR] public byte[] serializeValue(int offset, boolean caseSensitive) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:280: warning: no @param for type | |
[ERROR] public static void defineBuiltInType(int type, String... name) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:290: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:292: warning: no @return | |
[ERROR] public static String getTypeName(int type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:299: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:301: warning: no @return | |
[ERROR] public static String[] getTypeAliases(int type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:314: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:315: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:317: warning: no @return | |
[ERROR] public static int getType(String name) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:330: warning: no description for @param | |
[ERROR] * @param qname | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:331: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:333: warning: no @return | |
[ERROR] public static int getType(QName qname) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:348: warning: no description for @param | |
[ERROR] * @param supertype | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:349: warning: no description for @param | |
[ERROR] * @param subtype | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:358: warning: no description for @param | |
[ERROR] * @param subtype | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:359: warning: no description for @param | |
[ERROR] * @param supertype | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:362: warning: no @return | |
[ERROR] public static boolean subTypeOf(int subtype, int supertype) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:388: warning: no description for @param | |
[ERROR] * @param subtype | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:390: warning: no @return | |
[ERROR] public static int getSuperType(final int subtype) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:410: warning: no description for @param | |
[ERROR] * @param type1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:411: warning: no description for @param | |
[ERROR] * @param type2 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/value/Type.java:413: warning: no @return | |
[ERROR] public static int getCommonSuperType(int type1, int type2) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/IntRangeSet.java:236: warning: no @return | |
[ERROR] public IntRangeSetIterator iterator() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/IntRangeSet.java:283: warning: no @param for other | |
[ERROR] public boolean containsAll(IntRangeSet other) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/IntRangeSet.java:283: warning: no @return | |
[ERROR] public boolean containsAll(IntRangeSet other) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/IntRangeSet.java:328: warning: no @return | |
[ERROR] public int[] getStartPoints() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/IntRangeSet.java:336: warning: no @return | |
[ERROR] public int[] getEndPoints() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/IntRangeSet.java:344: warning: no @return | |
[ERROR] public int getNumberOfRanges() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/RegexUtil.java:44: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static int parseFlags(final Expression context, @Nullable final String strFlags) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/regex/RegexUtil.java:123: warning: no @param for context | |
[ERROR] public static String translateRegexp(final Expression context, final String pattern, final boolean ignoreWhitespace, final boolean caseBlind) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3538: warning: no @param for _createToken | |
[ERROR] protected final void mAPOS_ATTRIBUTE_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3538: warning: no @throws for antlr.RecognitionException | |
[ERROR] protected final void mAPOS_ATTRIBUTE_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3538: warning: no @throws for antlr.CharStreamException | |
[ERROR] protected final void mAPOS_ATTRIBUTE_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3538: warning: no @throws for antlr.TokenStreamException | |
[ERROR] protected final void mAPOS_ATTRIBUTE_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3600: warning: no @param for _createToken | |
[ERROR] protected final void mELEMENT_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3600: warning: no @throws for antlr.RecognitionException | |
[ERROR] protected final void mELEMENT_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3600: warning: no @throws for antlr.CharStreamException | |
[ERROR] protected final void mELEMENT_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:3600: warning: no @throws for antlr.TokenStreamException | |
[ERROR] protected final void mELEMENT_CONTENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:4006: warning: no @param for _createToken | |
[ERROR] public final void mNEXT_TOKEN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:4006: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void mNEXT_TOKEN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:4006: warning: no @throws for antlr.CharStreamException | |
[ERROR] public final void mNEXT_TOKEN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryLexer.java:4006: warning: no @throws for antlr.TokenStreamException | |
[ERROR] public final void mNEXT_TOKEN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryParser.java:491: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void xpath() throws RecognitionException, TokenStreamException, XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryParser.java:491: warning: no @throws for antlr.TokenStreamException | |
[ERROR] public final void xpath() throws RecognitionException, TokenStreamException, XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryParser.java:491: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void xpath() throws RecognitionException, TokenStreamException, XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @param for _t | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @param for path | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @return | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @throws for org.exist.EXistException | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:247: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final Expression expr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:4052: warning: no @param for _t | |
[ERROR] public final void prolog(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:4052: warning: no @param for path | |
[ERROR] public final void prolog(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:4052: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void prolog(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:4052: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public final void prolog(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:4052: warning: no @throws for org.exist.EXistException | |
[ERROR] public final void prolog(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:4052: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void prolog(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5358: warning: no @param for _t | |
[ERROR] public final void annotations(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5358: warning: no @param for annots | |
[ERROR] public final void annotations(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5358: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void annotations(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5358: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void annotations(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5391: warning: no @param for _t | |
[ERROR] public final void sequenceType(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5391: warning: no @param for type | |
[ERROR] public final void sequenceType(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5391: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void sequenceType(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:5391: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void sequenceType(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @param for _t | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @param for path | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @return | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @throws for org.exist.EXistException | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6094: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final Expression functionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6438: warning: no @param for _t | |
[ERROR] public final void uriList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6438: warning: no @param for uris | |
[ERROR] public final void uriList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6438: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void uriList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6438: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void uriList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6626: warning: no @param for _t | |
[ERROR] public final void paramList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6626: warning: no @param for vars | |
[ERROR] public final void paramList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6626: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void paramList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6626: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void paramList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @param for _t | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @param for path | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @return | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @throws for org.exist.EXistException | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6654: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final Expression inlineFunctionDecl(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6766: warning: no @param for _t | |
[ERROR] public final void param(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6766: warning: no @param for vars | |
[ERROR] public final void param(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6766: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void param(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6766: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void param(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6816: warning: no @param for _t | |
[ERROR] public final void uri(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6816: warning: no @param for uris | |
[ERROR] public final void uri(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6816: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void uri(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6816: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void uri(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6839: warning: no @param for _t | |
[ERROR] public final void catchErrorList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6839: warning: no @param for catchErrors | |
[ERROR] public final void catchErrorList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6839: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void catchErrorList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6839: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void catchErrorList(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6867: warning: no @param for _t | |
[ERROR] public final void catchError(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6867: warning: no @param for catchErrors | |
[ERROR] public final void catchError(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6867: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final void catchError(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:6867: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final void catchError(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @param for _t | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @param for path | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @return | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @throws for org.exist.EXistException | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:7534: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final Expression primaryExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @param for _t | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @param for expression | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @return | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @throws for antlr.RecognitionException | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @throws for org.exist.EXistException | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/target/generated-sources/antlr/org/exist/xquery/parser/XQueryTreeParser.java:10715: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public final Expression postfixExpr(AST _t, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/pragmas/Optimize.java:268: warning: no description for @param | |
[ERROR] * @param contextSequence | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/pragmas/Optimize.java:272: warning: no @param for context | |
[ERROR] public static int getQNameIndexType(XQueryContext context, Sequence contextSequence, QName qname) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/pragmas/Optimize.java:272: warning: no @param for qname | |
[ERROR] public static int getQNameIndexType(XQueryContext context, Sequence contextSequence, QName qname) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/FunXCollection.java:56: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBCreateCollection.java:61: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBHasLock.java:83: warning: no description for @param | |
[ERROR] * @param contextSequence | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBHasLock.java:84: warning: no description for @param | |
[ERROR] * @param collection | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBHasLock.java:85: warning: no description for @param | |
[ERROR] * @param args | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBHasLock.java:86: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBRegisterDatabase.java:62: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBReindex.java:76: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBReindex.java:78: warning: no @param for signature | |
[ERROR] public XMLDBReindex(final XQueryContext context, final FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBStore.java:148: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBStore.java:149: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBURIFunctions.java:85: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBURIFunctions.java:86: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/inspect/InspectFunction.java:67: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/inspect/InspectFunction.java:160: warning: no description for @param | |
[ERROR] * @param function | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/inspect/InspectFunction.java:161: warning: no description for @param | |
[ERROR] * @param builder | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/CallFunction.java:67: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/Collations.java:61: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/FunctionFunction.java:62: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/FunDoctype.java:59: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/FunUnEscapeURI.java:60: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/GetFragmentBetween.java:105: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/GetNodeById.java:68: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/IndexKeys.java:107: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/IndexKeys.java:109: warning: no @param for signature | |
[ERROR] public IndexKeys(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/IndexType.java:60: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/ModuleInfo.java:144: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/ModuleInfo.java:145: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/NodeId.java:62: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/SystemProperty.java:57: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/util/SystemProperty.java:58: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/array/ArrayType.java:142: warning: no description for @param | |
[ERROR] * @param seq | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/array/ArrayType.java:151: warning: no description for @param | |
[ERROR] * @param seq | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/array/ArrayType.java:152: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/array/ArrayType.java:300: warning: no description for @param | |
[ERROR] * @param input | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/array/ArrayType.java:301: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/array/ArrayType.java:302: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/math/NoParamFunctions.java:56: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/math/NoParamFunctions.java:58: warning: no @param for signature | |
[ERROR] public NoParamFunctions(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/math/OneParamFunctions.java:139: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/math/OneParamFunctions.java:141: warning: no @param for signature | |
[ERROR] public OneParamFunctions(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/math/TwoParamFunctions.java:78: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/math/TwoParamFunctions.java:80: warning: no @param for signature | |
[ERROR] public TwoParamFunctions(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/map/AbstractMapType.java:160: warning: no @return | |
[ERROR] protected InternalFunctionCall getAccessorFunc() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunAbs.java:59: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunAvg.java:70: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunBaseURI.java:89: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunBaseURI.java:90: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunData.java:67: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunData.java:69: warning: no @param for signature | |
[ERROR] public FunData(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunDoc.java:159: warning: no description for @param | |
[ERROR] * @param postOptimization | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunDoc.java:71: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunDocumentURI.java:67: warning: no @param for context | |
[ERROR] public FunDocumentURI(XQueryContext context) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunEscapeURI.java:97: warning: no description for @param | |
[ERROR] * @param s | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunEscapeURI.java:98: warning: no description for @param | |
[ERROR] * @param escapeReserved | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunEscapeURI.java:100: warning: no @return | |
[ERROR] public static String escape(CharSequence s, boolean escapeReserved) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunExactlyOne.java:61: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunExists.java:58: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunId.java:73: warning: no @param for context | |
[ERROR] public FunId(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunId.java:73: warning: no @param for signature | |
[ERROR] public FunId(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunIdRef.java:94: warning: no @param for context | |
[ERROR] public FunIdRef(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunIdRef.java:94: warning: no @param for signature | |
[ERROR] public FunIdRef(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunMatches.java:125: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunMatches.java:127: warning: no @param for signature | |
[ERROR] public FunMatches(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunMax.java:116: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunMax.java:117: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunMin.java:118: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunMin.java:119: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunOneOrMore.java:58: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunQName.java:68: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunReplace.java:107: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunReplace.java:109: warning: no @param for signature | |
[ERROR] public FunReplace(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunRoot.java:77: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunRoot.java:78: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunSerialize.java:110: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunSerialize.java:112: warning: no @param for callingExpr | |
[ERROR] public static Sequence normalize(final Expression callingExpr, final XQueryContext context, final Sequence input) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunSerialize.java:112: warning: no @param for context | |
[ERROR] public static Sequence normalize(final Expression callingExpr, final XQueryContext context, final Sequence input) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunStringJoin.java:81: warning: no @param for context | |
[ERROR] public FunStringJoin(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunStringJoin.java:81: warning: no @param for signature | |
[ERROR] public FunStringJoin(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunSubSequence.java:128: warning: no @param for sequence | |
[ERROR] public static Sequence subsequence(final Sequence sequence, final DoubleValue startLoc, @Nullable final DoubleValue length) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunTranslate.java:68: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunUpperOrLowerCase.java:61: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunUpperOrLowerCase.java:62: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/FunZeroOrOne.java:58: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/JSON.java:176: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/JSON.java:177: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/QNameFunctions.java:80: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/fn/QNameFunctions.java:81: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/transform/Transform.java:144: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/transform/Transform.java:145: warning: no description for @param | |
[ERROR] * @param signature | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/GrammarTooling.java:128: warning: no @param for context | |
[ERROR] public GrammarTooling(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/GrammarTooling.java:128: warning: no @param for signature | |
[ERROR] public GrammarTooling(XQueryContext context, FunctionSignature signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Jaxp.java:177: warning: no description for @throws | |
[ERROR] * @throws org.exist.xquery.XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Jaxv.java:149: warning: no description for @throws | |
[ERROR] * @throws org.exist.xquery.XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Jing.java:118: warning: no description for @throws | |
[ERROR] * @throws org.exist.xquery.XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:79: warning: no @param for s | |
[ERROR] public static InputStream getInputStream(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:79: warning: no @param for context | |
[ERROR] public static InputStream getInputStream(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:79: warning: no @return | |
[ERROR] public static InputStream getInputStream(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:79: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static InputStream getInputStream(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:79: warning: no @throws for java.io.IOException | |
[ERROR] public static InputStream getInputStream(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:88: warning: no @param for s | |
[ERROR] public static StreamSource[] getStreamSource(Sequence s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:88: warning: no @param for context | |
[ERROR] public static StreamSource[] getStreamSource(Sequence s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:88: warning: no @return | |
[ERROR] public static StreamSource[] getStreamSource(Sequence s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:88: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static StreamSource[] getStreamSource(Sequence s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:88: warning: no @throws for java.io.IOException | |
[ERROR] public static StreamSource[] getStreamSource(Sequence s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:184: warning: no @param for s | |
[ERROR] public static InputSource getInputSource(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:184: warning: no @param for context | |
[ERROR] public static InputSource getInputSource(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:184: warning: no @return | |
[ERROR] public static InputSource getInputSource(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:184: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static InputSource getInputSource(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:184: warning: no @throws for java.io.IOException | |
[ERROR] public static InputSource getInputSource(Item s, XQueryContext context) throws XPathException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:208: warning: no @param for item | |
[ERROR] public static String getUrl(Item item) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:208: warning: no @return | |
[ERROR] public static String getUrl(Item item) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:208: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static String getUrl(Item item) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:242: warning: no @param for s | |
[ERROR] public static String[] getUrls(Sequence s) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:242: warning: no @return | |
[ERROR] public static String[] getUrls(Sequence s) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:242: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static String[] getUrls(Sequence s) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:265: warning: no @param for report | |
[ERROR] static public NodeImpl writeReport(ValidationReport report, MemTreeBuilder builder) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:265: warning: no @param for builder | |
[ERROR] static public NodeImpl writeReport(ValidationReport report, MemTreeBuilder builder) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:265: warning: no @return | |
[ERROR] static public NodeImpl writeReport(ValidationReport report, MemTreeBuilder builder) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:357: warning: no @param for source | |
[ERROR] public static void closeInputSource(InputSource source){ | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:381: warning: no @param for source | |
[ERROR] public static void closeStreamSource(StreamSource source){ | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/functions/validation/Shared.java:405: warning: no @param for sources | |
[ERROR] public static void closeStreamSources(StreamSource sources[]){ | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:75: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public static NodeValue stringToXML(XQueryContext context, String str) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:75: warning: no @throws for java.io.IOException | |
[ERROR] public static NodeValue stringToXML(XQueryContext context, String str) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:93: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public static NodeValue streamToXML(XQueryContext context, InputStream is) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:93: warning: no @throws for java.io.IOException | |
[ERROR] public static NodeValue streamToXML(XQueryContext context, InputStream is) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:108: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public static NodeValue sourceToXML(XQueryContext context, Source src) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:108: warning: no @throws for java.io.IOException | |
[ERROR] public static NodeValue sourceToXML(XQueryContext context, Source src) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:136: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public static NodeValue inputSourceToXML(XQueryContext context, InputSource inputSource) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:136: warning: no @throws for java.io.IOException | |
[ERROR] public static NodeValue inputSourceToXML(XQueryContext context, InputSource inputSource) throws SAXException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:214: warning: no @throws for java.io.IOException | |
[ERROR] public static DocumentImpl htmlToXHtml(final XQueryContext context, final Source srcHtml, final Map<String, Boolean> parserFeatures, final Map<String, String>parserProperties) throws IOException, SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:214: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public static DocumentImpl htmlToXHtml(final XQueryContext context, final Source srcHtml, final Map<String, Boolean> parserFeatures, final Map<String, String>parserProperties) throws IOException, SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:239: warning: no @throws for java.io.IOException | |
[ERROR] public static DocumentImpl htmlToXHtml(final XQueryContext context, final InputSource srcHtml, final Map<String, Boolean> parserFeatures, final Map<String, String>parserProperties) throws IOException, SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:239: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public static DocumentImpl htmlToXHtml(final XQueryContext context, final InputSource srcHtml, final Map<String, Boolean> parserFeatures, final Map<String, String>parserProperties) throws IOException, SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:313: warning: no @param for <T> | |
[ERROR] public static <T> T retrieveObjectFromContextMap(XQueryContext context, String contextMapName, long objectUID) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xquery/modules/ModuleUtils.java:368: warning: no @param for <T> | |
[ERROR] public static <T> long storeObjectInContextMap(XQueryContext context, String contextMapName, T o) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:46: warning: no @param for name | |
[ERROR] Configuration getConfiguration(String name); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:46: warning: no @return | |
[ERROR] Configuration getConfiguration(String name); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:51: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:53: warning: no @return | |
[ERROR] List<Configuration> getConfigurations(String name); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:59: warning: no @return | |
[ERROR] Set<String> getProperties(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:64: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:66: warning: no @return | |
[ERROR] boolean hasProperty(String name); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:71: warning: no description for @param | |
[ERROR] * @param property | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:73: warning: no @return | |
[ERROR] String getProperty(String property); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:78: warning: no description for @param | |
[ERROR] * @param property | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:80: warning: no @return | |
[ERROR] Map<String, String> getPropertyMap(String property); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:85: warning: no description for @param | |
[ERROR] * @param property | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:88: warning: no @return | |
[ERROR] Integer getPropertyInteger(String property); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:93: warning: no description for @param | |
[ERROR] * @param property | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:96: warning: no @return | |
[ERROR] Long getPropertyLong(String property); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:101: warning: no description for @param | |
[ERROR] * @param property | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:104: warning: no @return | |
[ERROR] Boolean getPropertyBoolean(String property); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:109: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:110: warning: no description for @param | |
[ERROR] * @param object | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:112: warning: no @return | |
[ERROR] Object putObject(String name, Object object); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:117: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:119: warning: no @return | |
[ERROR] Object getObject(String name); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:124: warning: no @return | |
[ERROR] String getName(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:129: warning: no @return | |
[ERROR] String getValue(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:134: warning: no @return | |
[ERROR] Element getElement(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:139: warning: no description for @param | |
[ERROR] * @param document | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:146: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:147: warning: no description for @throws | |
[ERROR] * @throws ConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:154: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:155: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:156: warning: no description for @throws | |
[ERROR] * @throws ConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Configuration.java:167: warning: no @return | |
[ERROR] boolean equals(Object obj, Optional<String> property); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DeferrableFilteringTrigger.java:66: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public void defer(final boolean defer) throws SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DeferrableFilteringTrigger.java:239: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] protected void applyDeferredEvents() throws SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:79: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:80: warning: no description for @param | |
[ERROR] * @param txn | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:81: warning: no description for @param | |
[ERROR] * @param uri | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:82: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:90: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:91: warning: no description for @param | |
[ERROR] * @param txn | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:92: warning: no description for @param | |
[ERROR] * @param document | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:93: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:124: warning: no description for @param | |
[ERROR] * @param validating | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/Trigger.java:126: warning: no @param for transaction | |
[ERROR] public void configure(DBBroker broker, Txn transaction, Collection parent, Map<String, List<? extends Object>> parameters) throws TriggerException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/Reference.java:50: warning: no @return | |
[ERROR] String getName(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/mapper/Constructor.java:55: warning: no @param for newClazz | |
[ERROR] public static Object load(final NewClass newClazz, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/mapper/Constructor.java:55: warning: no @param for instance | |
[ERROR] public static Object load(final NewClass newClazz, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/mapper/Constructor.java:55: warning: no @param for conf | |
[ERROR] public static Object load(final NewClass newClazz, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/config/mapper/Constructor.java:55: warning: no @return | |
[ERROR] public static Object load(final NewClass newClazz, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Account.java:33: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/User.java:34: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/User.java:43: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/User.java:51: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:119: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setGroup(int id) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:126: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setGroup(Group group) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:133: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setGroup(String name) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:147: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setGroupFrom(Permission other) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:154: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setGroupMode(int perm) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:161: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setOwner(int id) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:168: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setOwner(Account user) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:175: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setOwner(String user) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:192: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setMode(String modeStr) throws SyntaxException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:199: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setMode(int mode) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:206: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setOtherMode(int perm) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/Permission.java:213: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setOwnerMode(int other) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/ACLPermission.java:102: warning: no @param for index | |
[ERROR] String getACEWho(int index); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/ACLPermission.java:102: warning: no @return | |
[ERROR] String getACEWho(int index); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/ACLPermission.java:109: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void clear() throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/StartupTrigger.java:32: warning: no @param for transaction | |
[ERROR] public void execute(final DBBroker sysBroker, final Txn transaction, final Map<String, List<? extends Object>> params); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:64: warning: no @param for sm | |
[ERROR] public static Permission getDefaultResourcePermission(final SecurityManager sm) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:64: warning: no @return | |
[ERROR] public static Permission getDefaultResourcePermission(final SecurityManager sm) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:95: warning: no @param for sm | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:95: warning: no @param for mode | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:95: warning: no @return | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:103: warning: no @param for sm | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int userId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:103: warning: no @param for userId | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int userId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:103: warning: no @param for groupId | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int userId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:103: warning: no @param for mode | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int userId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/PermissionFactory.java:103: warning: no @return | |
[ERROR] public static Permission getPermission(final SecurityManager sm, final int userId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:123: warning: no @param for startsWith | |
[ERROR] List<String> findUsernamesWhereNameStarts(String startsWith); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:123: warning: no @return | |
[ERROR] List<String> findUsernamesWhereNameStarts(String startsWith); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:128: warning: no @param for startsWith | |
[ERROR] List<String> findUsernamesWhereUsernameStarts(String startsWith); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:128: warning: no @return | |
[ERROR] List<String> findUsernamesWhereUsernameStarts(String startsWith); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:133: warning: no @return | |
[ERROR] List<String> findAllGroupNames(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:138: warning: no @return | |
[ERROR] List<String> findAllUserNames(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:143: warning: no @param for startsWith | |
[ERROR] List<String> findGroupnamesWhereGroupnameStarts(String startsWith); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:143: warning: no @return | |
[ERROR] List<String> findGroupnamesWhereGroupnameStarts(String startsWith); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:148: warning: no @param for groupName | |
[ERROR] List<String> findAllGroupMembers(String groupName); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:148: warning: no @return | |
[ERROR] List<String> findAllGroupMembers(String groupName); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:153: warning: no description for @param | |
[ERROR] * @param document | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:154: warning: no description for @throws | |
[ERROR] * @throws ConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:156: warning: no @param for broker | |
[ERROR] void processParameter(DBBroker broker, DocumentImpl document) throws ConfigurationException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:192: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void preAllocateAccountId(PrincipalIdReceiver receiver) throws PermissionDeniedException, EXistException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:192: warning: no @throws for org.exist.EXistException | |
[ERROR] void preAllocateAccountId(PrincipalIdReceiver receiver) throws PermissionDeniedException, EXistException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:199: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void preAllocateGroupId(PrincipalIdReceiver receiver) throws PermissionDeniedException, EXistException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/SecurityManager.java:199: warning: no @throws for org.exist.EXistException | |
[ERROR] void preAllocateGroupId(PrincipalIdReceiver receiver) throws PermissionDeniedException, EXistException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:456: warning: no @param for userId | |
[ERROR] protected final long encodeAsBitVector(int userId, int groupId, int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:456: warning: no @param for groupId | |
[ERROR] protected final long encodeAsBitVector(int userId, int groupId, int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:456: warning: no @param for mode | |
[ERROR] protected final long encodeAsBitVector(int userId, int groupId, int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:456: warning: no @return | |
[ERROR] protected final long encodeAsBitVector(int userId, int groupId, int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:71: warning: no @param for sm | |
[ERROR] public UnixStylePermission(final SecurityManager sm, final int ownerId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:71: warning: no @param for ownerId | |
[ERROR] public UnixStylePermission(final SecurityManager sm, final int ownerId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:71: warning: no @param for groupId | |
[ERROR] public UnixStylePermission(final SecurityManager sm, final int ownerId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/UnixStylePermission.java:71: warning: no @param for mode | |
[ERROR] public UnixStylePermission(final SecurityManager sm, final int ownerId, final int groupId, final int mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/aider/UnixStylePermissionAider.java:65: warning: no description for @param | |
[ERROR] * @param user | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/aider/UnixStylePermissionAider.java:66: warning: no description for @param | |
[ERROR] * @param group | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/aider/UnixStylePermissionAider.java:67: warning: no description for @param | |
[ERROR] * @param mode | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:106: warning: no description for @param | |
[ERROR] * @param realm | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:107: warning: no description for @param | |
[ERROR] * @param id | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:108: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:109: warning: no description for @param | |
[ERROR] * @param password | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:110: warning: no description for @throws | |
[ERROR] * @throws ConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:112: warning: no @param for broker | |
[ERROR] public AccountImpl(final DBBroker broker, final AbstractRealm realm, final int id, final String name,final String password) throws ConfigurationException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:133: warning: no description for @param | |
[ERROR] * @param realm | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:136: warning: no description for @throws | |
[ERROR] * @throws ConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/AccountImpl.java:138: warning: no @param for broker | |
[ERROR] public AccountImpl(final DBBroker broker, final AbstractRealm realm, final String name) throws ConfigurationException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/security/internal/SubjectAccreditedImpl.java:37: warning: no description for @param | |
[ERROR] * @param account | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/AbstractSource.java:94: warning: no description for @param | |
[ERROR] * @param is | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/AbstractSource.java:112: warning: no description for @param | |
[ERROR] * @param is | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:62: warning: no @return | |
[ERROR] Object getKey(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:74: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:76: warning: no @return | |
[ERROR] Validity isValid(DBBroker broker); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:87: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:89: warning: no @return | |
[ERROR] Validity isValid(Source other); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:95: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:97: warning: no @return | |
[ERROR] Reader getReader() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:107: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:116: warning: no description for @param | |
[ERROR] * @param timestamp | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/Source.java:128: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void validate(Subject subject, int perm) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/ClassLoaderSource.java:44: warning: no @throws for java.io.IOException | |
[ERROR] public ClassLoaderSource(String source) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/FileSource.java:57: warning: no @param for path | |
[ERROR] public FileSource(final Path path, final boolean checkXQEncoding) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/FileSource.java:57: warning: no @param for checkXQEncoding | |
[ERROR] public FileSource(final Path path, final boolean checkXQEncoding) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/SourceFactory.java:76: warning: no @param for broker | |
[ERROR] public static @Nullable Source getSource(final DBBroker broker, final String contextPath, final String location, final boolean checkXQEncoding) throws IOException, PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/source/StringSource.java:49: warning: no @param for content | |
[ERROR] public StringSource(String content) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/impl/ProcessReport.java:136: warning: no description for @param | |
[ERROR] * @param time | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/impl/ProcessReport.java:152: warning: no description for @param | |
[ERROR] * @param time | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/impl/ProcessReport.java:169: warning: no description for @param | |
[ERROR] * @param track | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/impl/ProcessReportMXBean.java:53: warning: no description for @param | |
[ERROR] * @param time | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/impl/ProcessReportMXBean.java:63: warning: no description for @param | |
[ERROR] * @param time | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/impl/ProcessReportMXBean.java:74: warning: no description for @param | |
[ERROR] * @param track | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/client/JMXtoXML.java:177: warning: no @param for categories | |
[ERROR] public String generateReport(final String categories[]) throws TransformerException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/client/JMXtoXML.java:177: warning: no @return | |
[ERROR] public String generateReport(final String categories[]) throws TransformerException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/management/client/JMXtoXML.java:177: warning: no @throws for javax.xml.transform.TransformerException | |
[ERROR] public String generateReport(final String categories[]) throws TransformerException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/SystemTask.java:61: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/Journal.java:606: warning: no @return | |
[ERROR] public static int findLastFile(final Stream<Path> files) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/Journal.java:636: warning: no @return | |
[ERROR] public Path getFile(final int fileNum) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/JournalManager.java:86: warning: no @throws for org.exist.storage.journal.JournalException | |
[ERROR] public synchronized void journal(final Loggable loggable) throws JournalException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/JournalManager.java:100: warning: no @throws for org.exist.storage.journal.JournalException | |
[ERROR] public synchronized void journalGroup(final Loggable loggable) throws JournalException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/JournalManager.java:123: warning: no description for @throws | |
[ERROR] * @throws JournalException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/JournalManager.java:141: warning: no @param for fsync | |
[ERROR] public synchronized void flush(final boolean fsync, final boolean forceSync) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/JournalManager.java:141: warning: no @param for forceSync | |
[ERROR] public synchronized void flush(final boolean fsync, final boolean forceSync) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/JournalManager.java:165: warning: no @return | |
[ERROR] public Lsn lastWrittenLsn() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/LogEntryTypes.java:75: warning: no @param for broker | |
[ERROR] public final static Loggable create(final byte type, final DBBroker broker, final long transactionId) throws LogException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/journal/LogEntryTypes.java:75: warning: no @throws for org.exist.storage.journal.LogException | |
[ERROR] public final static Loggable create(final byte type, final DBBroker broker, final long transactionId) throws LogException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/statistics/DataGuide.java:66: warning: no @param for path | |
[ERROR] public NodeStats add(NodePath path) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/statistics/DataGuide.java:66: warning: no @return | |
[ERROR] public NodeStats add(NodePath path) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/statistics/DataGuide.java:74: warning: no @param for path | |
[ERROR] protected NodeStats add(NodePath path, NodeStats mergeWith) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/statistics/DataGuide.java:74: warning: no @param for mergeWith | |
[ERROR] protected NodeStats add(NodePath path, NodeStats mergeWith) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/statistics/DataGuide.java:74: warning: no @return | |
[ERROR] protected NodeStats add(NodePath path, NodeStats mergeWith) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/statistics/DataGuide.java:94: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/Index.java:67: warning: no description for @throws | |
[ERROR] * @throws DatabaseConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/Index.java:75: warning: no description for @throws | |
[ERROR] * @throws DatabaseConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/Index.java:82: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/Index.java:92: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/Index.java:101: warning: no @throws for org.exist.storage.btree.DBException | |
[ERROR] void remove() throws DBException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:84: warning: no @param for controller | |
[ERROR] Object configure(IndexController controller, NodeList configNodes, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:140: warning: no @param for <T> | |
[ERROR] <T extends IStoredNode> IStoredNode getReindexRoot(IStoredNode<T> node, NodePath path, boolean insert, boolean includeSelf); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:163: warning: no @param for broker | |
[ERROR] MatchListener getMatchListener(DBBroker broker, NodeProxy proxy); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:179: warning: no @param for reindex | |
[ERROR] void removeCollection(Collection collection, DBBroker broker, boolean reindex) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:179: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void removeCollection(Collection collection, DBBroker broker, boolean reindex) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:194: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexWorker.java:196: warning: no description for @param | |
[ERROR] * @param contextSet | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerFactory.java:70: warning: no @throws for org.exist.EXistException | |
[ERROR] public static DBBroker getInstance(final BrokerPool brokerPool, final Configuration configuration) throws RuntimeException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPool.java:773: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPool.java:774: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPool.java:776: warning: no @return | |
[ERROR] public boolean runRecovery(final DBBroker broker) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPool.java:800: warning: no @return | |
[ERROR] public ClassLoader getClassLoader() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPool.java:1093: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPools.java:88: warning: no @throws for org.exist.util.DatabaseConfigurationException | |
[ERROR] public static void configure(final int minBrokers, final int maxBrokers, final Configuration config) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BrokerPools.java:105: warning: no @throws for org.exist.util.DatabaseConfigurationException | |
[ERROR] public static void configure(final int minBrokers, final int maxBrokers, final Configuration config, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BufferStats.java:41: warning: no @param for size | |
[ERROR] public BufferStats(int size, int used, int hits, int fails) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BufferStats.java:41: warning: no @param for used | |
[ERROR] public BufferStats(int size, int used, int hits, int fails) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BufferStats.java:41: warning: no @param for hits | |
[ERROR] public BufferStats(int size, int used, int hits, int fails) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/BufferStats.java:41: warning: no @param for fails | |
[ERROR] public BufferStats(int size, int used, int hits, int fails) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/CacheManager.java:30: warning: no description for @param | |
[ERROR] * @param cache | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/CacheManager.java:44: warning: no description for @param | |
[ERROR] * @param cache | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ConsistencyCheckTask.java:205: warning: no @return | |
[ERROR] public Path getLastExportedBackup() | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:51: warning: no @param for node | |
[ERROR] void storeText(TextImpl node, NodePath currentPath); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:51: warning: no @param for currentPath | |
[ERROR] void storeText(TextImpl node, NodePath currentPath); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:56: warning: no @param for node | |
[ERROR] void removeNode(NodeHandle node, NodePath currentPath, String content ); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:56: warning: no @param for currentPath | |
[ERROR] void removeNode(NodeHandle node, NodePath currentPath, String content ); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:56: warning: no @param for content | |
[ERROR] void removeNode(NodeHandle node, NodePath currentPath, String content ); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:59: warning: no @param for document | |
[ERROR] void setDocument(DocumentImpl document); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:64: warning: no description for @param | |
[ERROR] * @param collection | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ContentLoadingObserver.java:71: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:250: warning: no @param for observer | |
[ERROR] public void addContentLoadingObserver(ContentLoadingObserver observer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:256: warning: no @param for observer | |
[ERROR] public void removeContentLoadingObserver(ContentLoadingObserver observer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:269: warning: no @return | |
[ERROR] public abstract MutableDocumentSet getAllXMLResources(MutableDocumentSet docs) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:269: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract MutableDocumentSet getAllXMLResources(MutableDocumentSet docs) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:269: warning: no @throws for org.exist.util.LockException | |
[ERROR] public abstract MutableDocumentSet getAllXMLResources(MutableDocumentSet docs) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:292: warning: no @param for uri | |
[ERROR] @Nullable @EnsureUnlocked public abstract Collection getCollection(XmldbURI uri) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:292: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable @EnsureUnlocked public abstract Collection getCollection(XmldbURI uri) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:308: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable @EnsureLocked public abstract Collection openCollection(XmldbURI uri, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:343: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:344: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:345: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:354: warning: no @return | |
[ERROR] public Configuration getConfiguration() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:362: warning: no description for @param | |
[ERROR] * @param node | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:379: warning: no @param for docURI | |
[ERROR] public abstract @EnsureUnlocked Document getXMLResource(XmldbURI docURI) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:379: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract @EnsureUnlocked Document getXMLResource(XmldbURI docURI) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:390: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract @EnsureUnlocked DocumentImpl getResource(XmldbURI docURI, int accessType) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:401: warning: no @param for docURI | |
[ERROR] @Nullable @EnsureLocked public abstract LockedDocument getXMLResource(XmldbURI docURI, LockMode lockMode) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:401: warning: no @param for lockMode | |
[ERROR] @Nullable @EnsureLocked public abstract LockedDocument getXMLResource(XmldbURI docURI, LockMode lockMode) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:401: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable @EnsureLocked public abstract LockedDocument getXMLResource(XmldbURI docURI, LockMode lockMode) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:406: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:408: warning: no @param for transaction | |
[ERROR] public abstract int getNextResourceId(Txn transaction) throws EXistException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:408: warning: no @return | |
[ERROR] public abstract int getNextResourceId(Txn transaction) throws EXistException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:408: warning: no @throws for org.exist.util.LockException | |
[ERROR] public abstract int getNextResourceId(Txn transaction) throws EXistException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:416: warning: no @param for node | |
[ERROR] public String getNodeValue(IStoredNode node, boolean addWhitespace) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:416: warning: no @param for addWhitespace | |
[ERROR] public String getNodeValue(IStoredNode node, boolean addWhitespace) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:416: warning: no @return | |
[ERROR] public String getNodeValue(IStoredNode node, boolean addWhitespace) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:425: warning: no @return | |
[ERROR] public abstract Serializer getSerializer(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:441: warning: no @return | |
[ERROR] public abstract IStoredNode objectWith(@EnsureLocked(mode=LockMode.READ_LOCK) Document doc, NodeId nodeId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:473: warning: no @param for tx | |
[ERROR] public abstract void removeResource(Txn tx, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:473: warning: no @param for doc | |
[ERROR] public abstract void removeResource(Txn tx, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:473: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void removeResource(Txn tx, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:473: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract void removeResource(Txn tx, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:484: warning: no @param for transaction | |
[ERROR] public void removeXMLResource(Txn transaction, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl document) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:484: warning: no @param for document | |
[ERROR] public void removeXMLResource(Txn transaction, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl document) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:484: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public void removeXMLResource(Txn transaction, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl document) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:484: warning: no @throws for java.io.IOException | |
[ERROR] public void removeXMLResource(Txn transaction, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl document) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:497: warning: no @param for transaction | |
[ERROR] public abstract void removeXMLResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:497: warning: no @param for document | |
[ERROR] public abstract void removeXMLResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:497: warning: no @param for freeDocId | |
[ERROR] public abstract void removeXMLResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:497: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract void removeXMLResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:497: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void removeXMLResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:512: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:581: warning: no @param for <T> | |
[ERROR] public abstract <T extends IStoredNode> void storeNode(Txn transaction, IStoredNode<T> node, NodePath currentPath,IndexSpec indexSpec); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:581: warning: no @param for transaction | |
[ERROR] public abstract <T extends IStoredNode> void storeNode(Txn transaction, IStoredNode<T> node, NodePath currentPath,IndexSpec indexSpec); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:581: warning: no @param for indexSpec | |
[ERROR] public abstract <T extends IStoredNode> void storeNode(Txn transaction, IStoredNode<T> node, NodePath currentPath,IndexSpec indexSpec); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:595: warning: no @param for transaction | |
[ERROR] public abstract void storeXMLResource(Txn transaction, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl doc); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:609: warning: no @param for transaction | |
[ERROR] public abstract void storeBinaryResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:609: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void storeBinaryResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:621: warning: no @param for transaction | |
[ERROR] public abstract void storeBinaryResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:621: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void storeBinaryResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:630: warning: no @param for blob | |
[ERROR] public abstract void readBinaryResource(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:630: warning: no @param for os | |
[ERROR] public abstract void readBinaryResource(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:630: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void readBinaryResource(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:640: warning: no @param for blob | |
[ERROR] public abstract Path getBinaryFile(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:640: warning: no @return | |
[ERROR] public abstract Path getBinaryFile(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:640: warning: no @throws for java.io.IOException | |
[ERROR] public abstract Path getBinaryFile(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:674: warning: no @return | |
[ERROR] public abstract <T> T withBinaryFile(final Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument binaryDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:681: warning: no @param for blob | |
[ERROR] public abstract InputStream getBinaryResource(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:681: warning: no @return | |
[ERROR] public abstract InputStream getBinaryResource(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:681: warning: no @throws for java.io.IOException | |
[ERROR] public abstract InputStream getBinaryResource(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:691: warning: no @param for blob | |
[ERROR] public abstract long getBinaryResourceSize(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:691: warning: no @return | |
[ERROR] public abstract long getBinaryResourceSize(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:691: warning: no @throws for java.io.IOException | |
[ERROR] public abstract long getBinaryResourceSize(@EnsureLocked(mode=LockMode.READ_LOCK) final BinaryDocument blob) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:703: warning: no @throws for java.io.IOException | |
[ERROR] public abstract MessageDigest getBinaryResourceContentDigest(final Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:714: warning: no @param for transaction | |
[ERROR] public abstract void removeBinaryResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:714: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void removeBinaryResource(Txn transaction, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:780: warning: no @throws for org.exist.EXistException | |
[ERROR] public abstract void copyCollection(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) Collection sourceCollection, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:803: warning: no @throws for org.exist.EXistException | |
[ERROR] public abstract void copyCollection(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) Collection sourceCollection, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:819: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:820: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:821: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:826: warning: no @param for transaction | |
[ERROR] public abstract void copyResource(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) DocumentImpl sourceDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:826: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void copyResource(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) DocumentImpl sourceDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:826: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] public abstract void copyResource(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) DocumentImpl sourceDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:845: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:846: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:847: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:849: warning: no @param for transaction | |
[ERROR] public abstract void copyResource(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) DocumentImpl sourceDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:849: warning: no @throws for java.io.IOException | |
[ERROR] public abstract void copyResource(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) DocumentImpl sourceDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:849: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] public abstract void copyResource(Txn transaction, @EnsureLocked(mode=LockMode.READ_LOCK) DocumentImpl sourceDocument, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:860: warning: no @param for transaction | |
[ERROR] public abstract void defragXMLResource(Txn transaction, @EnsureLocked(mode=LockMode.WRITE_LOCK) DocumentImpl doc); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:867: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:879: warning: no description for @param | |
[ERROR] * @param syncEvent | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:891: warning: no @param for <T> | |
[ERROR] public abstract <T extends IStoredNode> void updateNode(Txn transaction, IStoredNode<T> node, boolean reindex); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:891: warning: no @param for transaction | |
[ERROR] public abstract <T extends IStoredNode> void updateNode(Txn transaction, IStoredNode<T> node, boolean reindex); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:891: warning: no @param for reindex | |
[ERROR] public abstract <T extends IStoredNode> void updateNode(Txn transaction, IStoredNode<T> node, boolean reindex); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:932: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:933: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:934: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:935: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:937: warning: no @return | |
[ERROR] public abstract @EnsureUnlocked DocumentImpl storeTempResource( | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:946: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract void cleanUpTempResources(boolean forceRemoval) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:965: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public abstract MutableDocumentSet getXMLResourcesByDoctype(String doctype, MutableDocumentSet result) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:965: warning: no @throws for org.exist.util.LockException | |
[ERROR] public abstract MutableDocumentSet getXMLResourcesByDoctype(String doctype, MutableDocumentSet result) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:1077: warning: no @return | |
[ERROR] public synchronized Txn continueOrBeginTransaction() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/DBBroker.java:292: warning - Tag @link: can't find openCollection(XmldbURI, LockMode) in org.exist.storage.DBBroker | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:151: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public CR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:151: warning: no @throws for org.exist.util.LockException | |
[ERROR] public CR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:151: warning: no @throws for org.exist.EXistException | |
[ERROR] public CR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:208: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public Tuple2<CR, CDR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:208: warning: no @throws for org.exist.util.LockException | |
[ERROR] public Tuple2<CR, CDR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:208: warning: no @throws for org.exist.EXistException | |
[ERROR] public Tuple2<CR, CDR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:245: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public Tuple3<CR, CDR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:245: warning: no @throws for org.exist.util.LockException | |
[ERROR] public Tuple3<CR, CDR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:245: warning: no @throws for org.exist.EXistException | |
[ERROR] public Tuple3<CR, CDR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:274: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public CR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:274: warning: no @throws for org.exist.util.LockException | |
[ERROR] public CR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:274: warning: no @throws for org.exist.EXistException | |
[ERROR] public CR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:292: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public Tuple2<CR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:292: warning: no @throws for org.exist.util.LockException | |
[ERROR] public Tuple2<CR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:292: warning: no @throws for org.exist.EXistException | |
[ERROR] public Tuple2<CR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:352: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public CDR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:352: warning: no @throws for org.exist.util.LockException | |
[ERROR] public CDR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:352: warning: no @throws for org.exist.EXistException | |
[ERROR] public CDR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:389: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public Tuple2<CDR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:389: warning: no @throws for org.exist.util.LockException | |
[ERROR] public Tuple2<CDR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:389: warning: no @throws for org.exist.EXistException | |
[ERROR] public Tuple2<CDR, DR> doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:425: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public DR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:425: warning: no @throws for org.exist.util.LockException | |
[ERROR] public DR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/FluentBrokerAPI.java:425: warning: no @throws for org.exist.EXistException | |
[ERROR] public DR doAll() throws PermissionDeniedException, LockException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/GeneralRangeIndexSpec.java:53: warning: no @return | |
[ERROR] public NodePath getPath() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/GeneralRangeIndexSpec.java:61: warning: no description for @param | |
[ERROR] * @param otherPath | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/RangeIndexSpec.java:129: warning: no @param for type | |
[ERROR] protected static final int getSuperType(int type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/RangeIndexSpec.java:129: warning: no @return | |
[ERROR] protected static final int getSuperType(int type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/IndexSpec.java:76: warning: no description for @param | |
[ERROR] * @param index | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/IndexSpec.java:77: warning: no description for @throws | |
[ERROR] * @throws DatabaseConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/IndexSpec.java:79: warning: no @param for broker | |
[ERROR] public void read(DBBroker broker, Element index) throws DatabaseConfigurationException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/IndexSpec.java:125: warning: no description for @param | |
[ERROR] * @param path | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/IndexSpec.java:127: warning: no @return | |
[ERROR] public GeneralRangeIndexSpec getIndexByPath(NodePath path) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:1776: warning: no description for @throws | |
[ERROR] * @throws ReadOnlyException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:1778: warning: no @param for transaction | |
[ERROR] public int getNextCollectionId(final Txn transaction) throws ReadOnlyException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:1778: warning: no @throws for org.exist.util.LockException | |
[ERROR] public int getNextCollectionId(final Txn transaction) throws ReadOnlyException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:2524: warning: no @param for broker | |
[ERROR] public static void copyResource_preserve(final DBBroker broker, final DocumentImpl srcDocument, final DocumentImpl destDocument, final boolean overwrittingDest) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:2524: warning: no @param for overwrittingDest | |
[ERROR] public static void copyResource_preserve(final DBBroker broker, final DocumentImpl srcDocument, final DocumentImpl destDocument, final boolean overwrittingDest) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:2524: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public static void copyResource_preserve(final DBBroker broker, final DocumentImpl srcDocument, final DocumentImpl destDocument, final boolean overwrittingDest) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:189: warning: no @param for pool | |
[ERROR] public NativeBroker(final BrokerPool pool, final Configuration config) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:189: warning: no @param for config | |
[ERROR] public NativeBroker(final BrokerPool pool, final Configuration config) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeBroker.java:189: warning: no @throws for org.exist.EXistException | |
[ERROR] public NativeBroker(final BrokerPool pool, final Configuration config) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NativeValueIndex.java:788: warning: no @param for watchDog | |
[ERROR] public NodeSet matchAll(final XQueryWatchDog watchDog, final DocumentSet docs, final NodeSet contextSet, final int axis, final String expr, final List<QName> qnames, final int type, final int flags, final boolean caseSensitiveQuery, final NodeSet result, final Collator collator, final StringTruncationOperator truncation) throws TerminatedException, EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NodePath.java:127: warning: no description for @throws | |
[ERROR] * @throws ArrayIndexOutOfBoundsException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NodePath.java:129: warning: no @param for at | |
[ERROR] public QName getComponent(final int at) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NodePath.java:129: warning: no @return | |
[ERROR] public QName getComponent(final int at) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NodePath.java:70: warning: no @param for namespaces | |
[ERROR] public NodePath(final Map<String, String> namespaces, final String path) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NodePath.java:70: warning: no @param for path | |
[ERROR] public NodePath(final Map<String, String> namespaces, final String path) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NotificationService.java:57: warning: no description for @param | |
[ERROR] * @param listener | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NotificationService.java:66: warning: no description for @param | |
[ERROR] * @param listener | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NotificationService.java:80: warning: no description for @param | |
[ERROR] * @param document | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NotificationService.java:81: warning: no description for @param | |
[ERROR] * @param event | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NotificationService.java:91: warning: no @param for oldNodeId | |
[ERROR] public synchronized void notifyMove(final NodeId oldNodeId, final IStoredNode newNode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/NotificationService.java:91: warning: no @param for newNode | |
[ERROR] public synchronized void notifyMove(final NodeId oldNodeId, final IStoredNode newNode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ProcessMonitor.java:380: warning: no description for @param | |
[ERROR] * @param watchdog | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ProcessMonitor.java:381: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Signatures.java:63: warning: no @param for type | |
[ERROR] public final static int getLength(int type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Signatures.java:63: warning: no @return | |
[ERROR] public final static int getLength(int type) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Signatures.java:82: warning: no @param for length | |
[ERROR] public final static byte getSizeType( int length ) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Signatures.java:82: warning: no @return | |
[ERROR] public final static byte getSizeType( int length ) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Signatures.java:99: warning: no @param for signature | |
[ERROR] public final static short getType(byte signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/Signatures.java:99: warning: no @return | |
[ERROR] public final static short getType(byte signature) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/UpdateListener.java:25: warning: no description for @param | |
[ERROR] * @param document | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/UpdateListener.java:26: warning: no description for @param | |
[ERROR] * @param event | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/UpdateListener.java:35: warning: no description for @param | |
[ERROR] * @param oldNodeId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/UpdateListener.java:36: warning: no description for @param | |
[ERROR] * @param newNode | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:132: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:133: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:134: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:136: warning: no @return | |
[ERROR] public final static byte[] serialize(final Indexable value, final int offset) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:142: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:143: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:144: warning: no description for @param | |
[ERROR] * @param caseSensitive | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:145: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/ValueIndexFactory.java:148: warning: no @return | |
[ERROR] public final static byte[] serialize(final Indexable value, final int offset, final boolean caseSensitive) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/txn/TransactionManager.java:460: warning: no @param for broker | |
[ERROR] public void reindex(final DBBroker broker) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/txn/TransactionManager.java:460: warning: no @throws for java.io.IOException | |
[ERROR] public void reindex(final DBBroker broker) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Accounting.java:84: warning: no description for @param | |
[ERROR] * @param totalSize | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Accounting.java:126: warning: no description for @param | |
[ERROR] * @param cacheable | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Cache.java:102: warning: no @return | |
[ERROR] boolean flush(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Cache.java:145: warning: no @return | |
[ERROR] int getUsedBuffers(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Cache.java:151: warning: no @return | |
[ERROR] int getHits(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Cacheable.java:95: warning: no @param for syncJournal | |
[ERROR] boolean sync(boolean syncJournal); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/cache/Cacheable.java:95: warning: no @return | |
[ERROR] boolean sync(boolean syncJournal); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/recovery/RecoveryManager.java:78: warning: no description for @throws | |
[ERROR] * @throws LogException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/recovery/RecoveryManager.java:80: warning: no @return | |
[ERROR] public boolean recover() throws LogException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:43: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:50: warning: no description for @param | |
[ERROR] * @param data | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:51: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:53: warning: no @return | |
[ERROR] public int read(byte[] data) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:61: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:63: warning: no @return | |
[ERROR] public int available() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:69: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:71: warning: no @return | |
[ERROR] public byte readByte() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:76: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:78: warning: no @return | |
[ERROR] public short readShort() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:83: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:85: warning: no @return | |
[ERROR] public int readInt() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:92: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:94: warning: no @return | |
[ERROR] public long readLong() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:102: warning: no description for @param | |
[ERROR] * @param count | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:103: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:113: warning: no description for @param | |
[ERROR] * @param os | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:114: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:122: warning: no description for @param | |
[ERROR] * @param os | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:123: warning: no description for @param | |
[ERROR] * @param count | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInput.java:124: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/BlockingInputStream.java:62: warning: no @return | |
[ERROR] public BlockingOutputStream getOutputStream() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/BlockingInputStream.java:164: warning: no @param for ex | |
[ERROR] public synchronized void close(Exception ex) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/BlockingOutputStream.java:48: warning: no @return | |
[ERROR] public BlockingInputStream getInputStream() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/BlockingOutputStream.java:113: warning: no @param for ex | |
[ERROR] public void close(Exception ex) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/io/VariableByteInputStream.java:41: warning: no @param for is | |
[ERROR] public VariableByteInputStream(InputStream is) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureContainerLocked.java:42: error: unterminated inline tag | |
[ERROR] * <pre>{@code | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureContainerLocked.java:55: error: unknown tag: EnsureContainerLocked | |
[ERROR] * @EnsureContainerLocked(mode=LockMode.READ_LOCK) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureContainerLocked.java:79: warning: no @return | |
[ERROR] Lock.LockMode mode() default Lock.LockMode.NO_LOCK; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureContainerLocked.java:88: warning: no @return | |
[ERROR] short modeParam() default NO_MODE_PARAM; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureContainerUnlocked.java:43: error: unterminated inline tag | |
[ERROR] * {@code | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureContainerUnlocked.java:56: error: unknown tag: EnsureContainerUnlocked | |
[ERROR] * @EnsureContainerUnlocked | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLocked.java:45: error: unterminated inline tag | |
[ERROR] * <pre>{@code | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLocked.java:47: error: unknown tag: EnsureLocked | |
[ERROR] * @EnsureLocked(mode=LockMode.READ_LOCK) final Collection srcCollection, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLocked.java:48: error: unknown tag: EnsureLocked | |
[ERROR] * @EnsureLocked(mode=LockMode.WRITE_LOCK) final Collection destCollection) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLocked.java:83: warning: no @return | |
[ERROR] Lock.LockMode mode() default LockMode.NO_LOCK; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLocked.java:92: warning: no @return | |
[ERROR] short modeParam() default NO_MODE_PARAM; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLocked.java:103: warning: no @return | |
[ERROR] Lock.LockType type() default LockType.UNKNOWN; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:132: warning: no @param for joinPoint | |
[ERROR] public void enforceEnsureLockedParameters(final JoinPoint joinPoint) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:209: warning: no @param for joinPoint | |
[ERROR] public void enforceEnsureLockedReturnType(final JoinPoint joinPoint, final Object result) throws Throwable { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:209: warning: no @param for result | |
[ERROR] public void enforceEnsureLockedReturnType(final JoinPoint joinPoint, final Object result) throws Throwable { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:278: warning: no @param for joinPoint | |
[ERROR] public void enforceEnsureLockedContainer(final JoinPoint joinPoint, final Object container) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:278: warning: no @param for container | |
[ERROR] public void enforceEnsureLockedContainer(final JoinPoint joinPoint, final Object container) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:355: warning: no @param for joinPoint | |
[ERROR] public void enforceEnsureUnlockedParameters(final JoinPoint joinPoint) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:431: warning: no @param for joinPoint | |
[ERROR] public void enforceEnsureUnlockedReturnType(final JoinPoint joinPoint, final Object result) throws Throwable { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:431: warning: no @param for result | |
[ERROR] public void enforceEnsureUnlockedReturnType(final JoinPoint joinPoint, final Object result) throws Throwable { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:500: warning: no @param for joinPoint | |
[ERROR] public void enforceEnsureUnlockedContainer(final JoinPoint joinPoint, final Object container) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureLockingAspect.java:500: warning: no @param for container | |
[ERROR] public void enforceEnsureUnlockedContainer(final JoinPoint joinPoint, final Object container) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/EnsureUnlocked.java:68: warning: no @return | |
[ERROR] Lock.LockType type() default Lock.LockType.UNKNOWN; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/Lock.java:81: warning: no @return | |
[ERROR] String getId(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/Lock.java:93: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/Lock.java:98: warning: no @return | |
[ERROR] boolean acquire() throws LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/Lock.java:106: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/Lock.java:108: warning: no @return | |
[ERROR] boolean acquire(LockMode mode) throws LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/Lock.java:116: warning: no @return | |
[ERROR] boolean attempt(LockMode mode); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/LockManager.java:166: warning: no @throws for org.exist.util.LockException | |
[ERROR] public ManagedCollectionLock acquireCollectionReadLock(final XmldbURI collectionPath) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/LockManager.java:288: warning: no @throws for org.exist.util.LockException | |
[ERROR] public ManagedCollectionLock acquireCollectionWriteLock(final XmldbURI collectionPath) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/ManagedLock.java:51: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static ManagedLock<Lock> acquire(final Lock lock, final Lock.LockMode mode) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/ManagedLock.java:67: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static ManagedLock<Lock> acquire(final Lock lock, final Lock.LockMode mode, final Lock.LockType type) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/ManagedLock.java:82: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static ManagedLock<Lock> attempt(final Lock lock, final Lock.LockMode mode) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/ManagedLock.java:124: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static ManagedLock<java.util.concurrent.locks.ReadWriteLock> attempt(final java.util.concurrent.locks.ReadWriteLock lock, final Lock.LockMode mode) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/lock/ManagedLock.java:164: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static ManagedLock<ReentrantLock> attempt(final ReentrantLock lock) throws LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:292: warning: no description for @param | |
[ERROR] * @param query | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:293: warning: no description for @param | |
[ERROR] * @param callback | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:294: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:295: warning: no description for @throws | |
[ERROR] * @throws BTreeException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:296: warning: no description for @throws | |
[ERROR] * @throws TerminatedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:298: warning: no @param for transaction | |
[ERROR] public void remove(final Txn transaction, IndexQuery query, final BTreeCallback callback) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:362: warning: no @throws for org.exist.xquery.TerminatedException | |
[ERROR] public void query(IndexQuery query, final BTreeCallback callback) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:385: warning: no description for @exception | |
[ERROR] * @exception IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:386: warning: no description for @exception | |
[ERROR] * @exception BTreeException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:388: warning: no @throws for org.exist.xquery.TerminatedException | |
[ERROR] public void query(final IndexQuery query, final Value prefix, final BTreeCallback callback) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:470: warning: no description for @param | |
[ERROR] * @param rootNode | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:471: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:482: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:484: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:513: warning: no description for @param | |
[ERROR] * @param writer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:514: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:515: warning: no description for @throws | |
[ERROR] * @throws BTreeException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:661: warning: no description for @throws | |
[ERROR] * @throws TerminatedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:662: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:663: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:163: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:190: warning: no @param for pageSize | |
[ERROR] public abstract FileHeader createFileHeader(int pageSize); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:206: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:226: warning: no description for @param | |
[ERROR] * @param os | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:227: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:283: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:341: warning: no @return | |
[ERROR] public boolean open(final short requiredVersion) throws DBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:341: warning: no @throws for org.exist.storage.btree.DBException | |
[ERROR] public boolean open(final short requiredVersion) throws DBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:370: warning: no @param for out | |
[ERROR] public void printFreeSpaceList(final PrintStream out) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:389: warning: no @throws for org.exist.storage.btree.DBException | |
[ERROR] protected final void setFile(final Path file) throws DBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/Paged.java:467: warning: no @throws for java.io.IOException | |
[ERROR] protected void dropFreePageList() throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTree.java:947: warning: no description for @param | |
[ERROR] * @param parent | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/BTreeCallback.java:68: warning: no @throws for org.exist.xquery.TerminatedException | |
[ERROR] boolean indexInfo(Value value, long pointer) throws TerminatedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:58: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:59: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:42: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:43: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:44: warning: no description for @param | |
[ERROR] * @param idx | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:45: warning: no description for @param | |
[ERROR] * @param oldValue | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:46: warning: no description for @param | |
[ERROR] * @param oldPointer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/RemoveValueLoggable.java:47: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/SetParentLoggable.java:52: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/SetParentLoggable.java:53: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/SetParentLoggable.java:40: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/SetParentLoggable.java:41: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/SetParentLoggable.java:42: warning: no description for @param | |
[ERROR] * @param parentNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/SetParentLoggable.java:43: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:64: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:65: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:44: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:45: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:46: warning: no description for @param | |
[ERROR] * @param values | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:47: warning: no description for @param | |
[ERROR] * @param nValues | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:48: warning: no description for @param | |
[ERROR] * @param pointers | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:49: warning: no description for @param | |
[ERROR] * @param nPointers | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:50: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdatePageLoggable.java:52: warning: no @param for prefix | |
[ERROR] public UpdatePageLoggable(Txn transaction, byte fileId, long pageNum, Value prefix, Value values[], int nValues, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:61: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:62: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:43: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:44: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:45: warning: no description for @param | |
[ERROR] * @param idx | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:46: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:47: warning: no description for @param | |
[ERROR] * @param pointer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:48: warning: no description for @param | |
[ERROR] * @param oldPointer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/btree/UpdateValueLoggable.java:49: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:331: warning: no @param for writer | |
[ERROR] protected void applyXSLHandler(Writer writer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:358: warning: no @param for user | |
[ERROR] public void setUser(Subject user) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:365: warning: no @return | |
[ERROR] public Subject getUser() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:446: warning: no @param for doc | |
[ERROR] public void serialize(DocumentImpl doc, Writer writer) throws SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:446: warning: no @param for writer | |
[ERROR] public void serialize(DocumentImpl doc, Writer writer) throws SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:446: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public void serialize(DocumentImpl doc, Writer writer) throws SAXException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:552: warning: no @param for lexicalHandler | |
[ERROR] public void setSAXHandlers(ContentHandler contentHandler, LexicalHandler lexicalHandler) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:703: warning: no @param for doc | |
[ERROR] public void setStylesheet(DocumentImpl doc, String stylesheet) throws TransformerConfigurationException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:703: warning: no @param for stylesheet | |
[ERROR] public void setStylesheet(DocumentImpl doc, String stylesheet) throws TransformerConfigurationException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:703: warning: no @throws for javax.xml.transform.TransformerConfigurationException | |
[ERROR] public void setStylesheet(DocumentImpl doc, String stylesheet) throws TransformerConfigurationException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:783: warning: no @param for param | |
[ERROR] public void setStylesheetParam(String param, String value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:783: warning: no @param for value | |
[ERROR] public void setStylesheetParam(String param, String value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:1110: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:1149: warning: no description for @throws | |
[ERROR] * @throws SAXException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:1165: warning: no description for @throws | |
[ERROR] * @throws SAXException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/serializers/Serializer.java:1217: warning: no description for @throws | |
[ERROR] * @throws SAXException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:335: warning: no @param for transaction | |
[ERROR] public long add(final Txn transaction, final byte[] value) throws ReadOnlyException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:335: warning: no @throws for org.exist.util.ReadOnlyException | |
[ERROR] public long add(final Txn transaction, final byte[] value) throws ReadOnlyException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:440: warning: no @param for transaction | |
[ERROR] public long addBinary(final Txn transaction, final DocumentImpl doc, final byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:440: warning: no @param for doc | |
[ERROR] public long addBinary(final Txn transaction, final DocumentImpl doc, final byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:440: warning: no @return | |
[ERROR] public long addBinary(final Txn transaction, final DocumentImpl doc, final byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:473: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:475: warning: no @return | |
[ERROR] public byte[] getBinary(final long pageNum) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:497: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:498: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:500: warning: no @param for transaction | |
[ERROR] public long insertAfter(final Txn transaction, final DocumentImpl doc, final Value key, final byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:500: warning: no @param for doc | |
[ERROR] public long insertAfter(final Txn transaction, final DocumentImpl doc, final Value key, final byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:500: warning: no @return | |
[ERROR] public long insertAfter(final Txn transaction, final DocumentImpl doc, final Value key, final byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:531: warning: no @param for transaction | |
[ERROR] public long insertAfter(final Txn transaction, final DocumentImpl doc, final long address, byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:531: warning: no @return | |
[ERROR] public long insertAfter(final Txn transaction, final DocumentImpl doc, final long address, byte[] value) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1265: warning: no @param for broker | |
[ERROR] protected long findValue(final DBBroker broker, final NodeProxy node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1265: warning: no @throws for java.io.IOException | |
[ERROR] protected long findValue(final DBBroker broker, final NodeProxy node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1265: warning: no @throws for org.exist.storage.btree.BTreeException | |
[ERROR] protected long findValue(final DBBroker broker, final NodeProxy node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1416: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1528: warning: no @param for transaction | |
[ERROR] public long put(final Txn transaction, final Value key, final byte[] value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1528: warning: no @throws for org.exist.util.ReadOnlyException | |
[ERROR] public long put(final Txn transaction, final Value key, final byte[] value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1555: warning: no @param for transaction | |
[ERROR] public void remove(final Txn transaction, final Value key) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1555: warning: no @param for key | |
[ERROR] public void remove(final Txn transaction, final Value key) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1655: warning: no description for @param | |
[ERROR] * @param pointer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1662: warning: no @param for transaction | |
[ERROR] public void removeNode(final Txn transaction, final long pointer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1743: warning: no @param for transaction | |
[ERROR] public void remove(final Txn transaction, final Value key, final long pointer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1743: warning: no @param for key | |
[ERROR] public void remove(final Txn transaction, final Value key, final long pointer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1743: warning: no @param for pointer | |
[ERROR] public void remove(final Txn transaction, final Value key, final long pointer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1797: warning: no @param for transaction | |
[ERROR] public void removeAll(final Txn transaction, final long pointer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1797: warning: no @param for pointer | |
[ERROR] public void removeAll(final Txn transaction, final long pointer) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1860: warning: no @param for transaction | |
[ERROR] public boolean update(final Txn transaction, final Value key, final byte[] value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1860: warning: no @throws for org.exist.util.ReadOnlyException | |
[ERROR] public boolean update(final Txn transaction, final Value key, final byte[] value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1882: warning: no @param for transaction | |
[ERROR] public void update(final Txn transaction, final long pointer, final byte[] value) throws ReadOnlyException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1882: warning: no @param for pointer | |
[ERROR] public void update(final Txn transaction, final long pointer, final byte[] value) throws ReadOnlyException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1882: warning: no @param for value | |
[ERROR] public void update(final Txn transaction, final long pointer, final byte[] value) throws ReadOnlyException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1882: warning: no @throws for org.exist.util.ReadOnlyException | |
[ERROR] public void update(final Txn transaction, final long pointer, final byte[] value) throws ReadOnlyException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1923: warning: no description for @param | |
[ERROR] * @param node | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1926: warning: no @param for broker | |
[ERROR] public String getNodeValue(final DBBroker broker, final IStoredNode node, final boolean addWhitespace) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:1926: warning: no @param for addWhitespace | |
[ERROR] public String getNodeValue(final DBBroker broker, final IStoredNode node, final boolean addWhitespace) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:2126: warning: no description for @param | |
[ERROR] * @param pointer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/DOMFile.java:2129: warning: no @param for skipLinks | |
[ERROR] protected RecordPos findRecord(final long pointer, final boolean skipLinks) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/IRawNodeIterator.java:36: warning: no description for @throws | |
[ERROR] * @throws java.io.IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/dom/RawNodeIterator.java:70: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:182: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:183: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:185: warning: no description for @throws | |
[ERROR] * @throws ReadOnlyException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:186: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:188: warning: no @return | |
[ERROR] public long append(final Value key, final ByteArray value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:303: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:304: warning: no description for @param | |
[ERROR] * @param query | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:306: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:307: warning: no description for @throws | |
[ERROR] * @throws BTreeException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:414: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:416: warning: no @return | |
[ERROR] public Value get(final Value key) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:437: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:438: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:440: warning: no @return | |
[ERROR] public VariableByteInput getAsStream(final Value key) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:462: warning: no description for @param | |
[ERROR] * @param pointer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:463: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:465: warning: no @return | |
[ERROR] public VariableByteInput getAsStream(final long pointer) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:491: warning: no description for @param | |
[ERROR] * @param p | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:508: warning: no @param for page | |
[ERROR] protected Value get(final DataPage page, final long p) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:508: warning: no @param for p | |
[ERROR] protected Value get(final DataPage page, final long p) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:508: warning: no @return | |
[ERROR] protected Value get(final DataPage page, final long p) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:508: warning: no @throws for java.io.IOException | |
[ERROR] protected Value get(final DataPage page, final long p) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:597: warning: no description for @param | |
[ERROR] * @param key | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:602: warning: no description for @throws | |
[ERROR] * @throws ReadOnlyException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:924: warning: no @param for transaction | |
[ERROR] protected long update(final Txn transaction, final long p, final DataPage page, final Value key, final ByteArray value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/BFile.java:924: warning: no @return | |
[ERROR] protected long update(final Txn transaction, final long p, final DataPage page, final Value key, final ByteArray value) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CollectionStore.java:47: warning: no description for @param | |
[ERROR] * @param pool | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CollectionStore.java:48: warning: no description for @param | |
[ERROR] * @param id | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CollectionStore.java:49: warning: no description for @param | |
[ERROR] * @param dataDir | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CollectionStore.java:50: warning: no description for @param | |
[ERROR] * @param config | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CollectionStore.java:51: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CreatePageLoggable.java:41: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CreatePageLoggable.java:42: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/CreatePageLoggable.java:43: warning: no description for @param | |
[ERROR] * @param newPage | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:59: warning: no description for @param | |
[ERROR] * @param free | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:76: warning: no description for @param | |
[ERROR] * @param node | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:98: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:100: warning: no @return | |
[ERROR] public FreeSpace retrieve(long pageNum) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:116: warning: no description for @param | |
[ERROR] * @param requiredSize | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:118: warning: no @return | |
[ERROR] public FreeSpace find(int requiredSize) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:147: warning: no description for @param | |
[ERROR] * @param buf | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:148: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:149: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:151: warning: no @return | |
[ERROR] public int read(byte[] buf, int offset) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:175: warning: no description for @param | |
[ERROR] * @param buf | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:176: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:177: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/FreeList.java:179: warning: no @return | |
[ERROR] public int write(byte[] buf, int offset) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:46: warning: no description for @param | |
[ERROR] * @param page | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:47: warning: no description for @param | |
[ERROR] * @param chunk | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:48: warning: no description for @param | |
[ERROR] * @param startOffset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:49: warning: no description for @param | |
[ERROR] * @param chunkSize | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:50: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:51: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:63: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowAppendLoggable.java:64: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreateLoggable.java:42: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreateLoggable.java:43: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreateLoggable.java:44: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreateLoggable.java:52: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreateLoggable.java:53: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreatePageLoggable.java:42: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreatePageLoggable.java:43: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreatePageLoggable.java:44: warning: no description for @param | |
[ERROR] * @param newPage | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowCreatePageLoggable.java:45: warning: no description for @param | |
[ERROR] * @param prevPage | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:44: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:45: warning: no description for @param | |
[ERROR] * @param length | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:46: warning: no description for @param | |
[ERROR] * @param oldLength | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:47: warning: no description for @param | |
[ERROR] * @param lastInChain | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:48: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:49: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:61: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowModifiedLoggable.java:62: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:45: warning: no description for @param | |
[ERROR] * @param status | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:46: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:47: warning: no description for @param | |
[ERROR] * @param data | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:48: warning: no description for @param | |
[ERROR] * @param length | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:49: warning: no description for @param | |
[ERROR] * @param nextInChain | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:50: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:51: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:64: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowRemoveLoggable.java:65: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:46: warning: no description for @param | |
[ERROR] * @param page | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:47: warning: no description for @param | |
[ERROR] * @param prevPage | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:48: warning: no description for @param | |
[ERROR] * @param chunk | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:49: warning: no description for @param | |
[ERROR] * @param startOffset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:50: warning: no description for @param | |
[ERROR] * @param chunkSize | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:51: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:52: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:65: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/OverflowStoreLoggable.java:66: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveEmptyPageLoggable.java:51: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveEmptyPageLoggable.java:52: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveEmptyPageLoggable.java:41: warning: no description for @param | |
[ERROR] * @param pageNum | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveEmptyPageLoggable.java:42: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveEmptyPageLoggable.java:43: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:63: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:64: warning: no description for @param | |
[ERROR] * @param transactionId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:45: warning: no description for @param | |
[ERROR] * @param page | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:46: warning: no description for @param | |
[ERROR] * @param tid | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:47: warning: no description for @param | |
[ERROR] * @param oldData | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:48: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:49: warning: no description for @param | |
[ERROR] * @param len | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:50: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/RemoveValueLoggable.java:51: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/StoreValueLoggable.java:45: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/StoreValueLoggable.java:46: warning: no description for @param | |
[ERROR] * @param fileId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/StoreValueLoggable.java:47: warning: no description for @param | |
[ERROR] * @param page | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/StoreValueLoggable.java:48: warning: no description for @param | |
[ERROR] * @param tid | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/index/StoreValueLoggable.java:49: warning: no description for @param | |
[ERROR] * @param value | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/report/Statistics.java:37: warning: no description for @param | |
[ERROR] * @param conf | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/report/Statistics.java:38: warning: no description for @param | |
[ERROR] * @param indexStats | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/report/XMLStatistics.java:137: warning: no description for @param | |
[ERROR] * @param contentHandler | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/report/XMLStatistics.java:49: warning: no description for @param | |
[ERROR] * @param contentHandler | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/structural/NativeStructuralIndexWorker.java:99: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/structural/NativeStructuralIndexWorker.java:100: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/structural/NativeStructuralIndexWorker.java:101: warning: no description for @param | |
[ERROR] * @param qname | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/structural/NativeStructuralIndexWorker.java:102: warning: no description for @param | |
[ERROR] * @param selector | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/structural/NativeStructuralIndexWorker.java:580: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/structural/NativeStructuralIndexWorker.java:585: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for type | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for axis | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for test | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for useSelfAsContext | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for docs | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for contextSet | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @param for contextId | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/StructuralIndex.java:62: warning: no @return | |
[ERROR] public NodeSet scanByType(byte type, int axis, NodeTest test, boolean useSelfAsContext, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/blob/BlobStore.java:154: warning: no @return | |
[ERROR] <T> T with(final Txn transaction, final BlobId blobId, final Function<Path, T> fnFile) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/storage/blob/BlobStore.java:171: warning: no @throws for java.io.IOException | |
[ERROR] void backupToArchive(final RawDataBackup backup) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:117: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:118: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:119: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:120: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:121: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:123: warning: no @return | |
[ERROR] public abstract long process(Txn transaction) throws PermissionDeniedException, LockException, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:123: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] public abstract long process(Txn transaction) throws PermissionDeniedException, LockException, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:135: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:137: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:138: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:139: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:181: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:182: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:192: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:194: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] protected void declareNamespaces(XQueryContext context) throws XPathException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:213: warning: no description for @throws | |
[ERROR] * @throws LockException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:214: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:215: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:216: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:217: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:219: warning: no @param for transaction | |
[ERROR] protected final StoredNode[] selectAndLock(Txn transaction) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:255: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:257: warning: no @param for transaction | |
[ERROR] protected final void unlockDocuments(final Txn transaction) throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:285: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:287: warning: no @param for transaction | |
[ERROR] protected void checkFragmentation(Txn transaction, DocumentSet docs) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:287: warning: no @throws for org.exist.EXistException | |
[ERROR] protected void checkFragmentation(Txn transaction, DocumentSet docs) throws EXistException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Append.java:56: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Append.java:58: warning: no @param for broker | |
[ERROR] public Append(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Append.java:58: warning: no @param for docs | |
[ERROR] public Append(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Append.java:58: warning: no @param for childAttr | |
[ERROR] public Append(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Append.java:58: warning: no @param for namespaces | |
[ERROR] public Append(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Append.java:58: warning: no @param for variables | |
[ERROR] public Append(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Conditional.java:53: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Conditional.java:54: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Conditional.java:55: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Conditional.java:56: warning: no description for @param | |
[ERROR] * @param namespaces | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Conditional.java:58: warning: no @param for variables | |
[ERROR] public Conditional(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Insert.java:58: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Insert.java:59: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Insert.java:60: warning: no description for @param | |
[ERROR] * @param namespaces | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Insert.java:61: warning: no description for @param | |
[ERROR] * @param variables | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Insert.java:62: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:102: warning: no @param for broker | |
[ERROR] public Modification(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:102: warning: no @param for docs | |
[ERROR] public Modification(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:102: warning: no @param for selectStmt | |
[ERROR] public Modification(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:102: warning: no @param for namespaces | |
[ERROR] public Modification(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Modification.java:102: warning: no @param for variables | |
[ERROR] public Modification(DBBroker broker, DocumentSet docs, String selectStmt, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Remove.java:53: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Remove.java:54: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Remove.java:55: warning: no description for @param | |
[ERROR] * @param namespaces | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Remove.java:56: warning: no description for @param | |
[ERROR] * @param variables | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Remove.java:57: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Rename.java:48: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Rename.java:49: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Rename.java:50: warning: no description for @param | |
[ERROR] * @param namespaces | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Rename.java:51: warning: no description for @param | |
[ERROR] * @param variables | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Rename.java:52: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Replace.java:34: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Replace.java:35: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Replace.java:36: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Replace.java:37: warning: no description for @param | |
[ERROR] * @param namespaces | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Replace.java:38: warning: no description for @param | |
[ERROR] * @param variables | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Update.java:55: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Update.java:56: warning: no description for @param | |
[ERROR] * @param docs | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Update.java:57: warning: no description for @param | |
[ERROR] * @param namespaces | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Update.java:58: warning: no description for @param | |
[ERROR] * @param variables | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/Update.java:59: warning: no description for @param | |
[ERROR] * @param selectStmt | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:222: warning: no description for @param | |
[ERROR] * @param is | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:224: warning: no description for @throws | |
[ERROR] * @throws ParserConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:225: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:226: warning: no description for @throws | |
[ERROR] * @throws SAXException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:192: warning: no @param for broker | |
[ERROR] public XUpdateProcessor(DBBroker broker, DocumentSet docs) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:192: warning: no @param for docs | |
[ERROR] public XUpdateProcessor(DBBroker broker, DocumentSet docs) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xupdate/XUpdateProcessor.java:192: warning: no @throws for javax.xml.parsers.ParserConfigurationException | |
[ERROR] public XUpdateProcessor(DBBroker broker, DocumentSet docs) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:276: warning: no @param for transaction | |
[ERROR] public void doGet(final DBBroker broker, final Txn transaction, final HttpServletRequest request, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:276: warning: no @throws for java.io.IOException | |
[ERROR] public void doGet(final DBBroker broker, final Txn transaction, final HttpServletRequest request, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:615: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:616: warning: no description for @param | |
[ERROR] * @param request | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:617: warning: no description for @param | |
[ERROR] * @param response | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:618: warning: no description for @param | |
[ERROR] * @param path | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:619: warning: no description for @throws | |
[ERROR] * @throws BadRequestException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:620: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:621: warning: no description for @throws | |
[ERROR] * @throws NotFoundException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:623: warning: no @param for transaction | |
[ERROR] public void doPost(final DBBroker broker, final Txn transaction, final HttpServletRequest request, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:623: warning: no @throws for java.io.IOException | |
[ERROR] public void doPost(final DBBroker broker, final Txn transaction, final HttpServletRequest request, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1027: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1029: warning: no description for @param | |
[ERROR] * @param request | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1030: warning: no description for @param | |
[ERROR] * @param response | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1031: warning: no description for @throws | |
[ERROR] * @throws BadRequestException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1032: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1034: warning: no @param for transaction | |
[ERROR] public void doPut(final DBBroker broker, final Txn transaction, final XmldbURI path, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1034: warning: no @throws for java.io.IOException | |
[ERROR] public void doPut(final DBBroker broker, final Txn transaction, final XmldbURI path, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1034: warning: no @throws for org.exist.http.NotFoundException | |
[ERROR] public void doPut(final DBBroker broker, final Txn transaction, final XmldbURI path, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1249: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for broker | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for transaction | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for query | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for path | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for namespaces | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for variables | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for howmany | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for start | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for typed | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for outputProperties | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for wrap | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for cache | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for request | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @param for response | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @throws for org.exist.http.BadRequestException | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1251: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] protected void search(final DBBroker broker, final Txn transaction, final String query, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1879: warning: no description for @param | |
[ERROR] * @param response | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1880: warning: no description for @param | |
[ERROR] * @param encoding | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1881: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1882: warning: no description for @param | |
[ERROR] * @param collection | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1884: warning: no @throws for java.io.IOException | |
[ERROR] protected void writeCollection(final HttpServletResponse response, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1884: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] protected void writeCollection(final HttpServletResponse response, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/RESTServer.java:1884: warning: no @throws for org.exist.util.LockException | |
[ERROR] protected void writeCollection(final HttpServletResponse response, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:42: warning: no description for @param | |
[ERROR] * @param request | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:43: warning: no description for @param | |
[ERROR] * @param response | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:45: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:47: warning: no @param for sendChallenge | |
[ERROR] Subject authenticate(HttpServletRequest request, HttpServletResponse response, boolean sendChallenge) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:52: warning: no description for @param | |
[ERROR] * @param request | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:53: warning: no description for @param | |
[ERROR] * @param response | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/Authenticator.java:54: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:120: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:121: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:128: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:129: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:136: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:137: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:144: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:152: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:186: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:187: warning: no description for @throws | |
[ERROR] * @throws java.io.IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:196: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:197: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:214: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:215: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:222: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:223: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:240: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:247: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:68: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:69: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:73: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:74: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:78: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:79: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:88: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:93: warning: no @throws for java.io.IOException | |
[ERROR] public void flushBuffer() throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:114: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:115: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:119: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:120: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:124: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:125: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:134: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:138: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/ResponseWrapper.java:146: warning: no @param for name | |
[ERROR] public long getDateHeader(String name); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpResponseWrapper.java:46: warning: no @param for response | |
[ERROR] public HttpResponseWrapper(HttpServletResponse response) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpServletRequestWrapper.java:99: warning: no @param for cacheConfiguration | |
[ERROR] public HttpServletRequestWrapper(final FilterInputStreamCacheFactory.FilterInputStreamCacheConfiguration cacheConfiguration, final HttpServletRequest request, final String formEncoding) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpServletRequestWrapper.java:99: warning: no @throws for java.io.IOException | |
[ERROR] public HttpServletRequestWrapper(final FilterInputStreamCacheFactory.FilterInputStreamCacheConfiguration cacheConfiguration, final HttpServletRequest request, final String formEncoding) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpSessionWrapper.java:52: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpSessionWrapper.java:109: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpSessionWrapper.java:116: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpSessionWrapper.java:117: warning: no description for @param | |
[ERROR] * @param arg1 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpSessionWrapper.java:124: warning: no description for @param | |
[ERROR] * @param arg0 | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/HttpSessionWrapper.java:47: warning: no @param for session | |
[ERROR] public HttpSessionWrapper(HttpSession session) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/XQueryServlet.java:244: warning: no @param for request | |
[ERROR] protected void process(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/XQueryServlet.java:244: warning: no @param for response | |
[ERROR] protected void process(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/XQueryServlet.java:244: warning: no @throws for javax.servlet.ServletException | |
[ERROR] protected void process(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/servlets/XQueryServlet.java:244: warning: no @throws for java.io.IOException | |
[ERROR] protected void process(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/Collection.java:82: warning: no @return | |
[ERROR] public List<Collection> getCollection() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:35: warning: no @return | |
[ERROR] public Result createResult() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:43: warning: no @return | |
[ERROR] public Query createQuery() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:51: warning: no @return | |
[ERROR] public Sequence createSequence() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:59: warning: no @return | |
[ERROR] public Query.Properties createQueryProperties() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:67: warning: no @return | |
[ERROR] public Query.Variables createQueryVariables() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:75: warning: no @return | |
[ERROR] public Query.Variables.Variable createQueryVariablesVariable() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:83: warning: no @return | |
[ERROR] public Collection createCollection() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:91: warning: no @return | |
[ERROR] public Result.Value createResultValue() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:99: warning: no @return | |
[ERROR] public Sequence.Value createSequenceValue() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:107: warning: no @return | |
[ERROR] public Query.Properties.Property createQueryPropertiesProperty() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/ObjectFactory.java:115: warning: no @return | |
[ERROR] public Query.Variables.Variable.Qname createQueryVariablesVariableQname() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/Query.java:489: warning: no @return | |
[ERROR] public List<Query.Properties.Property> getProperty() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/Result.java:122: warning: no @return | |
[ERROR] public List<Result.Value> getValue() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/Result.java:305: warning: no @return | |
[ERROR] public List<Object> getContent() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/jaxb/Sequence.java:79: warning: no @return | |
[ERROR] public List<Sequence.Value> getValue() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/urlrewrite/URLRewrite.java:121: warning: no @param for request | |
[ERROR] protected String resolve(final XQueryURLRewrite.RequestWrapper request) throws ServletException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/urlrewrite/URLRewrite.java:121: warning: no @throws for javax.servlet.ServletException | |
[ERROR] protected String resolve(final XQueryURLRewrite.RequestWrapper request) throws ServletException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/urlrewrite/RewriteConfig.java:100: warning: no @param for serverName | |
[ERROR] public synchronized URLRewrite lookup(String path, final String serverName, final boolean staticMapping, final URLRewrite copyFrom) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/http/urlrewrite/RewriteConfig.java:100: warning: no @param for copyFrom | |
[ERROR] public synchronized URLRewrite lookup(String path, final String serverName, final boolean staticMapping, final URLRewrite copyFrom) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:367: warning: no description for @param | |
[ERROR] * @param os | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:368: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:171: warning: no description for @param | |
[ERROR] * @param offset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:172: warning: no description for @param | |
[ERROR] * @param levelId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:185: warning: no @param for isSubLevel | |
[ERROR] public void addLevelId(final int levelId, final boolean isSubLevel) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:230: warning: no description for @param | |
[ERROR] * @param levelId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:250: warning: no description for @param | |
[ERROR] * @param startBit | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:311: warning: no @param for startOffset | |
[ERROR] public int getLevelCount(final int startOffset) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:334: warning: no description for @param | |
[ERROR] * @param startOffset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:437: warning: no description for @param | |
[ERROR] * @param units | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:526: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLNBase.java:528: warning: no @return | |
[ERROR] public boolean startsWith(final DLNBase other) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:129: warning: no description for @param | |
[ERROR] * @param data | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:130: warning: no description for @param | |
[ERROR] * @param nbits | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:93: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:82: warning: no description for @param | |
[ERROR] * @param id | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:114: warning: no description for @param | |
[ERROR] * @param is | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:115: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:117: warning: no @param for bitCnt | |
[ERROR] public DLN(final short bitCnt, final VariableByteInput is) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/DLN.java:57: warning: no description for @param | |
[ERROR] * @param s | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/NodeIdFactory.java:51: warning: no description for @param | |
[ERROR] * @param id | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/NodeIdFactory.java:109: warning: no description for @param | |
[ERROR] * @param units | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/NodeIdFactory.java:110: warning: no description for @param | |
[ERROR] * @param data | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/numbering/NodeIdFactory.java:111: warning: no description for @param | |
[ERROR] * @param startOffset | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/debugger/DebuggingSource.java:42: warning: no @param for listener | |
[ERROR] public void run(ResponseListener listener); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/debugger/DebuggingSource.java:46: warning: no description for @param | |
[ERROR] * @param listener | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/debugger/DebuggingSource.java:53: warning: no @param for listener | |
[ERROR] public void stepOver(ResponseListener listener); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/debugger/DebuggingSource.java:58: warning: no @param for listener | |
[ERROR] public void stepOut(ResponseListener listener); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/debugger/DebuggingSource.java:63: warning: no @param for listener | |
[ERROR] public void stop(ResponseListener listener); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/INodeHandle.java:48: warning: no @return | |
[ERROR] public short getNodeType(); //TODO convert to enum? what about persistence of the enum id (if it is ever persisted?)? | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/NamedNodeMapImpl.java:89: warning: no @param for arg | |
[ERROR] public Node setNamedItem(final INode arg) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/NodeListImpl.java:52: warning: no @param for other | |
[ERROR] public boolean addAll(final NodeList other) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/QName.java:287: warning: no @return | |
[ERROR] public static String extractLocalName(final String qname) throws IllegalQNameException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/QName.java:334: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/QName.java:380: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/QName.java:386: warning: no @return | |
[ERROR] public static QName parse(final Context context, final String qname) throws IllegalQNameException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/QName.java:475: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/QName.java:502: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractArrayNodeSet.java:106: warning: no @param for proxy | |
[ERROR] protected abstract void addInternal(final NodeProxy proxy, final int sizeHint); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractArrayNodeSet.java:106: warning: no @param for sizeHint | |
[ERROR] protected abstract void addInternal(final NodeProxy proxy, final int sizeHint); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentSet.java:63: warning: no @param for broker | |
[ERROR] ManagedLocks<ManagedDocumentLock> lock(DBBroker broker, boolean exclusive) throws LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:96: warning: no description for @param | |
[ERROR] * @param proxy | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:97: warning: no description for @param | |
[ERROR] * @param sizeHint | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:108: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:109: warning: no description for @throws | |
[ERROR] * @throws XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:239: warning: no description for @param | |
[ERROR] * @param contextId | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:419: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:430: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/AbstractNodeSet.java:514: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:68: warning: no description for @param | |
[ERROR] * @param proxy | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:70: warning: no @return | |
[ERROR] boolean contains(NodeProxy proxy); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:88: warning: no description for @param | |
[ERROR] * @param proxy | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:97: warning: no description for @param | |
[ERROR] * @param proxy | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:98: warning: no description for @param | |
[ERROR] * @param sizeHint | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:105: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:112: warning: no description for @param | |
[ERROR] * @param pos | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:114: warning: no @return | |
[ERROR] NodeProxy get(int pos); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:120: warning: no description for @param | |
[ERROR] * @param p | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:122: warning: no @return | |
[ERROR] NodeProxy get(NodeProxy p); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:138: warning: no @return | |
[ERROR] NodeSet selectParentChild(NodeSet al, int mode); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:156: warning: no @return | |
[ERROR] NodeSet selectParentChild(NodeSet al, int mode, int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:177: warning: no @param for copyMatches | |
[ERROR] NodeSet selectAncestorDescendant(NodeSet al, int mode, boolean includeSelf, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:177: warning: no @return | |
[ERROR] NodeSet selectAncestorDescendant(NodeSet al, int mode, boolean includeSelf, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:194: warning: no @return | |
[ERROR] NodeSet selectAncestors(NodeSet descendants, boolean includeSelf, int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:206: warning: no @return | |
[ERROR] NodeSet selectPrecedingSiblings(NodeSet siblings, int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:218: warning: no @return | |
[ERROR] NodeSet selectFollowingSiblings(NodeSet siblings, int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:239: warning: no @param for doc | |
[ERROR] NodeProxy parentWithChild(DocumentImpl doc, NodeId nodeId, boolean directParent, boolean includeSelf); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:239: warning: no @param for nodeId | |
[ERROR] NodeProxy parentWithChild(DocumentImpl doc, NodeId nodeId, boolean directParent, boolean includeSelf); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:239: warning: no @param for directParent | |
[ERROR] NodeProxy parentWithChild(DocumentImpl doc, NodeId nodeId, boolean directParent, boolean includeSelf); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:239: warning: no @param for includeSelf | |
[ERROR] NodeProxy parentWithChild(DocumentImpl doc, NodeId nodeId, boolean directParent, boolean includeSelf); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:239: warning: no @return | |
[ERROR] NodeProxy parentWithChild(DocumentImpl doc, NodeId nodeId, boolean directParent, boolean includeSelf); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:252: warning: no @param for proxy | |
[ERROR] NodeProxy parentWithChild(NodeProxy proxy, boolean directParent, boolean includeSelf, int level); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:252: warning: no @param for directParent | |
[ERROR] NodeProxy parentWithChild(NodeProxy proxy, boolean directParent, boolean includeSelf, int level); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:252: warning: no @param for includeSelf | |
[ERROR] NodeProxy parentWithChild(NodeProxy proxy, boolean directParent, boolean includeSelf, int level); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:252: warning: no @param for level | |
[ERROR] NodeProxy parentWithChild(NodeProxy proxy, boolean directParent, boolean includeSelf, int level); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:252: warning: no @return | |
[ERROR] NodeProxy parentWithChild(NodeProxy proxy, boolean directParent, boolean includeSelf, int level); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:258: warning: no @param for contextId | |
[ERROR] NodeSet getParents(int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:258: warning: no @return | |
[ERROR] NodeSet getParents(int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:271: warning: no @param for broker | |
[ERROR] NodeSet directSelectAttribute(DBBroker broker, org.exist.xquery.NodeTest test, int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:271: warning: no @return | |
[ERROR] NodeSet directSelectAttribute(DBBroker broker, org.exist.xquery.NodeTest test, int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:284: warning: no @return | |
[ERROR] int getIndexType(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:292: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:294: warning: no @return | |
[ERROR] int getSizeHint(DocumentImpl doc); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:300: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:302: warning: no @return | |
[ERROR] NodeSet intersection(NodeSet other); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:308: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:310: warning: no @return | |
[ERROR] NodeSet deepIntersection(NodeSet other); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:316: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:318: warning: no @return | |
[ERROR] NodeSet union(NodeSet other); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:324: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:326: warning: no @return | |
[ERROR] NodeSet except(NodeSet other); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:332: warning: no description for @param | |
[ERROR] * @param otherSet | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:334: warning: no @return | |
[ERROR] NodeSet filterDocuments(NodeSet otherSet); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSet.java:348: warning: no @return | |
[ERROR] NodeSet getContextNodes(int contextId); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:98: warning: no @return | |
[ERROR] public StoredNode extract() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:123: warning: no description for @param | |
[ERROR] * @param data | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:124: warning: no description for @param | |
[ERROR] * @param start | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:125: warning: no description for @param | |
[ERROR] * @param len | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:126: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:128: warning: no @return | |
[ERROR] public static StoredNode deserialize(final byte[] data, final int start, final int len, final DocumentImpl doc) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:139: warning: no description for @param | |
[ERROR] * @param data | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:140: warning: no description for @param | |
[ERROR] * @param start | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:141: warning: no description for @param | |
[ERROR] * @param len | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:142: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:144: warning: no @param for pooled | |
[ERROR] public static StoredNode deserialize(final byte[] data, final int start, final int len, final DocumentImpl doc, boolean pooled) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/StoredNode.java:144: warning: no @return | |
[ERROR] public static StoredNode deserialize(final byte[] data, final int start, final int len, final DocumentImpl doc, boolean pooled) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/IStoredNode.java:67: warning: no @return | |
[ERROR] public int getChildCount(); //TODO also available in memtree.ElementImpl - consider moving to org.exist.dom.INode (also this is only really used for ElementImpl and DocumentImpl) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/IStoredNode.java:84: warning: no @param for dirty | |
[ERROR] public void setDirty(boolean dirty); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/IStoredNode.java:94: error: reference not found | |
[ERROR] * @see org.exist.dom.persistent.StoredNode#reset() | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/IStoredNode.java:105: warning - Tag @see: can't find reset() in org.exist.dom.persistent.StoredNode | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:87: warning: no description for @param | |
[ERROR] * @param oldChild | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:88: warning: no description for @param | |
[ERROR] * @param newChild | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:89: warning: no description for @throws | |
[ERROR] * @throws DOMException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:91: warning: no @param for transaction | |
[ERROR] public IStoredNode updateChild(final Txn transaction, final Node oldChild, final Node newChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:91: warning: no @return | |
[ERROR] public IStoredNode updateChild(final Txn transaction, final Node oldChild, final Node newChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:102: warning: no @param for transaction | |
[ERROR] public void insertBefore(final Txn transaction, final NodeList nodes,final Node refChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:102: warning: no @param for nodes | |
[ERROR] public void insertBefore(final Txn transaction, final NodeList nodes,final Node refChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:102: warning: no @param for refChild | |
[ERROR] public void insertBefore(final Txn transaction, final NodeList nodes,final Node refChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:113: warning: no @param for transaction | |
[ERROR] public void insertAfter(final Txn transaction, final NodeList nodes, final Node refChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:113: warning: no @param for nodes | |
[ERROR] public void insertAfter(final Txn transaction, final NodeList nodes, final Node refChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeImpl.java:113: warning: no @param for refChild | |
[ERROR] public void insertAfter(final Txn transaction, final NodeList nodes, final Node refChild) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NamedNode.java:84: warning: no @param for name | |
[ERROR] public void setNodeName(final QName name) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/BinaryDocument.java:108: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/BinaryDocument.java:140: warning: no @throws for java.io.IOException | |
[ERROR] public static BinaryDocument read(final BrokerPool pool, final VariableByteInput istream) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentImpl.java:240: warning: no @return | |
[ERROR] public byte getResourceType() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentImpl.java:331: warning: no @param for broker | |
[ERROR] public void copyOf(final DBBroker broker, final DocumentImpl other, @EnsureLocked(mode=READ_LOCK) @Nullable final DocumentImpl prev) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentImpl.java:331: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public void copyOf(final DBBroker broker, final DocumentImpl other, @EnsureLocked(mode=READ_LOCK) @Nullable final DocumentImpl prev) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentImpl.java:343: warning: no @param for broker | |
[ERROR] public void copyOf(final DBBroker broker, final DocumentImpl other, @Nullable final Collection.CollectionEntry prev) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentImpl.java:343: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public void copyOf(final DBBroker broker, final DocumentImpl other, @Nullable final Collection.CollectionEntry prev) throws PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentImpl.java:457: warning: no @return | |
[ERROR] public long getContentLength() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentMetadata.java:93: warning: no @param for other | |
[ERROR] public void copyOf(final DocumentMetadata other) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentMetadata.java:131: warning: no @return | |
[ERROR] public int getPageCount() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/DocumentMetadata.java:138: warning: no description for @param | |
[ERROR] * @param pageCount | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:465: warning: no description for @param | |
[ERROR] * @param child | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:466: warning: no description for @throws | |
[ERROR] * @throws DOMException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:468: warning: no @param for prevNode | |
[ERROR] public void appendChildInternal(final IStoredNode prevNode, final NodeHandle child) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1573: warning: no description for @param | |
[ERROR] * @param newContent | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1574: warning: no description for @throws | |
[ERROR] * @throws DOMException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1576: warning: no @param for transaction | |
[ERROR] public void update(final Txn transaction, final NodeList newContent) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1633: warning: no description for @param | |
[ERROR] * @param oldChild | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1634: warning: no description for @param | |
[ERROR] * @param newChild | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1635: warning: no description for @throws | |
[ERROR] * @throws DOMException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1831: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1832: warning: no description for @param | |
[ERROR] * @param newChild | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:1833: warning: no description for @param | |
[ERROR] * @param oldChild | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ElementImpl.java:109: warning: no @param for symbols | |
[ERROR] public ElementImpl(final QName nodeName, final SymbolTable symbols) throws DOMException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/LockToken.java:75: warning: no @return | |
[ERROR] public LockType getType() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetIterator.java:39: warning: no @return | |
[ERROR] public NodeProxy peekNode(); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetIterator.java:47: warning: no description for @param | |
[ERROR] * @param proxy | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeProxy.java:336: error: unknown tag: string | |
[ERROR] * Call this method <string>only</strong> when necessary | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeProxy.java:336: error: unexpected end tag: </strong> | |
[ERROR] * Call this method <string>only</strong> when necessary | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeProxy.java:495: warning: no description for @param | |
[ERROR] * @param other | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:63: warning: no @return | |
[ERROR] public static NodeSet selectParentChild(final NodeSet dl, final NodeSet al, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:175: warning: no @return | |
[ERROR] public static NodeSet selectAncestorDescendant(final NodeSet dl, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:300: warning: no @return | |
[ERROR] public static NodeSet selectAncestors(final NodeSet al, final NodeSet dl, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:390: warning: no @return | |
[ERROR] public static NodeSet selectPrecedingSiblings(final NodeSet candidates, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:498: warning: no @return | |
[ERROR] public static NodeSet selectFollowingSiblings(final NodeSet candidates, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:604: warning: no @param for references | |
[ERROR] public static NodeSet selectPreceding(final NodeSet references, final NodeSet candidates) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:604: warning: no @param for candidates | |
[ERROR] public static NodeSet selectPreceding(final NodeSet references, final NodeSet candidates) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:604: warning: no @return | |
[ERROR] public static NodeSet selectPreceding(final NodeSet references, final NodeSet candidates) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:604: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static NodeSet selectPreceding(final NodeSet references, final NodeSet candidates) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:625: warning: no @param for references | |
[ERROR] public static NodeSet selectFollowing(final NodeSet references, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:625: warning: no @param for candidates | |
[ERROR] public static NodeSet selectFollowing(final NodeSet references, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:625: warning: no @return | |
[ERROR] public static NodeSet selectFollowing(final NodeSet references, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/NodeSetHelper.java:625: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] public static NodeSet selectFollowing(final NodeSet references, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ProcessingInstructionImpl.java:144: error: no tag name after @ | |
[ERROR] * nodeId = {@see org.exist.numbering.DLNBase#serialize(byte[], int)} | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/ProcessingInstructionImpl.java:152: error: no tag name after @ | |
[ERROR] * jUtf8 = {@see java.io.DataOutputStream#writeUTF(java.lang.String)} | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:62: warning: no description for @param | |
[ERROR] * @param type | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:63: warning: no description for @param | |
[ERROR] * @param namespaceURI | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:64: warning: no description for @param | |
[ERROR] * @param localName | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:65: warning: no description for @param | |
[ERROR] * @param prefix | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:98: warning: no @param for type | |
[ERROR] public final QName add(final byte type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:98: warning: no @param for namespaceURI | |
[ERROR] public final QName add(final byte type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:98: warning: no @param for localName | |
[ERROR] public final QName add(final byte type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:98: warning: no @param for prefix | |
[ERROR] public final QName add(final byte type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/QNamePool.java:98: warning: no @return | |
[ERROR] public final QName add(final byte type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:155: warning: no description for @param | |
[ERROR] * @param namespaceURI | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:156: warning: no description for @param | |
[ERROR] * @param localName | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:157: warning: no description for @param | |
[ERROR] * @param prefix | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:159: warning: no @param for type | |
[ERROR] public synchronized QName getQName(final short type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:159: warning: no @return | |
[ERROR] public synchronized QName getQName(final short type, final String namespaceURI, final String localName, final String prefix) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:171: warning: no description for @param | |
[ERROR] * @param element | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:174: warning: no @return | |
[ERROR] public synchronized short getSymbol(final Element element) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:181: warning: no description for @param | |
[ERROR] * @param attr | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:184: warning: no @return | |
[ERROR] public synchronized short getSymbol(final Attr attr) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:193: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:196: warning: no @return | |
[ERROR] public synchronized short getSymbol(final String name) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:206: warning: no description for @param | |
[ERROR] * @param ns | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:209: warning: no @return | |
[ERROR] public synchronized short getNSSymbol(final String ns) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:224: warning: no @return | |
[ERROR] public synchronized boolean hasChanged() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:232: warning: no description for @param | |
[ERROR] * @param id | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:234: warning: no @return | |
[ERROR] public synchronized String getName(final short id) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:247: warning: no description for @param | |
[ERROR] * @param id | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:249: warning: no @return | |
[ERROR] public synchronized String getNamespace(final short id) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:271: warning: no description for @param | |
[ERROR] * @param is | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:272: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:305: warning: no description for @param | |
[ERROR] * @param istream | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/SymbolTable.java:306: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/persistent/VirtualNodeSet.java:94: warning: no @param for broker | |
[ERROR] public VirtualNodeSet(final DBBroker broker, final int axis, final NodeTest test, final int contextId, final NodeSet context) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/AttrImpl.java:46: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/AttrImpl.java:47: warning: no description for @param | |
[ERROR] * @param nodeNumber | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/CDATASectionImpl.java:41: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/CDATASectionImpl.java:42: warning: no description for @param | |
[ERROR] * @param nodeNumber | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/CommentImpl.java:37: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/CommentImpl.java:38: warning: no description for @param | |
[ERROR] * @param nodeNumber | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java:1018: warning: no description for @param | |
[ERROR] * @param node | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java:1019: warning: no description for @param | |
[ERROR] * @param receiver | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java:1258: warning: no description for @param | |
[ERROR] * @param serializer | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java:1259: warning: no description for @param | |
[ERROR] * @param node | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java:1260: warning: no description for @param | |
[ERROR] * @param receiver | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java:1261: warning: no description for @throws | |
[ERROR] * @throws SAXException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/DOMIndexer.java:96: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/NamespaceNode.java:47: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/NamespaceNode.java:48: warning: no description for @param | |
[ERROR] * @param nodeNumber | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/ProcessingInstructionImpl.java:42: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/ProcessingInstructionImpl.java:43: warning: no description for @param | |
[ERROR] * @param nodeNumber | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/ReferenceNode.java:45: warning: no description for @param | |
[ERROR] * @param doc | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/dom/memtree/ReferenceNode.java:46: warning: no description for @param | |
[ERROR] * @param nodeNumber | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexController.java:202: warning: no @param for reindex | |
[ERROR] public void removeCollection(final Collection collection, final DBBroker broker, final boolean reindex) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexController.java:202: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public void removeCollection(final Collection collection, final DBBroker broker, final boolean reindex) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexController.java:255: warning: no @param for insert | |
[ERROR] public IStoredNode getReindexRoot(final IStoredNode node, final NodePath path, final boolean insert) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexController.java:269: warning: no @param for insert | |
[ERROR] public IStoredNode getReindexRoot(final IStoredNode node, final NodePath path, final boolean insert, final boolean includeSelf) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexManager.java:241: error: exception not thrown: org.exist.storage.btree.DBException | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexManager.java:241: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexManager.java:258: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexManager.java:271: warning: no description for @throws | |
[ERROR] * @throws DBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/indexing/IndexManager.java:285: warning: no description for @throws | |
[ERROR] * @throws DatabaseConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/AbstractCachedResult.java:91: warning: no @return | |
[ERROR] public final boolean isClosed() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:68: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:77: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:88: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:106: warning: no @throws for org.exist.EXistException | |
[ERROR] Map<String, Object> getContentDigest(final String path, final String digestAlgorithm) throws EXistException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:106: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Map<String, Object> getContentDigest(final String path, final String digestAlgorithm) throws EXistException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:121: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:122: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:140: warning: no description for @param | |
[ERROR] * @param stylesheet | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:142: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:143: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:161: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:162: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:180: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:181: warning: no description for @param | |
[ERROR] * @param parameters | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:182: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:183: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:184: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:204: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:205: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:206: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:216: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:217: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:218: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:229: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:230: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:239: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:240: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:241: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:260: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:318: warning: no description for @param | |
[ERROR] * @param collectionName | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:320: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:321: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:322: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:346: warning: no description for @param | |
[ERROR] * @param parameters | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:384: warning: no @param for xpath | |
[ERROR] Map<String, Object> queryP(byte[] xpath, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:384: warning: no @param for parameters | |
[ERROR] Map<String, Object> queryP(byte[] xpath, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:384: warning: no @return | |
[ERROR] Map<String, Object> queryP(byte[] xpath, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:384: warning: no @throws for org.exist.EXistException | |
[ERROR] Map<String, Object> queryP(byte[] xpath, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:384: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Map<String, Object> queryP(byte[] xpath, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @param for xpath | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @param for docName | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @param for s_id | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @param for parameters | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @return | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @throws for org.exist.EXistException | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:391: warning: no @throws for java.net.URISyntaxException | |
[ERROR] Map<String, Object> queryP(byte[] xpath, String docName, String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:400: warning: no @return | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:400: warning: no @throws for org.exist.EXistException | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:400: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:411: warning: no @return | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, @Nullable String docName, @Nullable String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:411: warning: no @throws for org.exist.EXistException | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, @Nullable String docName, @Nullable String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:411: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, @Nullable String docName, @Nullable String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:411: warning: no @throws for java.net.URISyntaxException | |
[ERROR] Map<String, Object> queryPT(byte[] xquery, @Nullable String docName, @Nullable String s_id, Map<String, Object> parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:420: warning: no description for @param | |
[ERROR] * @param xquery | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:423: warning: no description for @param | |
[ERROR] * @param parameters | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:483: warning: no description for @param | |
[ERROR] * @param query | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:484: warning: no description for @param | |
[ERROR] * @param parameters | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:485: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:486: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:487: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:505: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:506: warning: no description for @exception | |
[ERROR] * @exception EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:507: warning: no description for @exception | |
[ERROR] * @exception PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:508: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:524: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:525: warning: no description for @exception | |
[ERROR] * @exception EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:526: warning: no description for @exception | |
[ERROR] * @exception PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:527: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:549: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:550: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:551: warning: no description for @throws | |
[ERROR] * @throws java.io.IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:566: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:567: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:568: warning: no description for @throws | |
[ERROR] * @throws java.io.IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:584: warning: no description for @param | |
[ERROR] * @param localFile | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:585: warning: no description for @param | |
[ERROR] * @param docName | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:586: warning: no description for @param | |
[ERROR] * @param replace | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:587: warning: no description for @param | |
[ERROR] * @param mimeType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:588: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:589: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:590: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:591: warning: no description for @throws | |
[ERROR] * @throws org.xml.sax.SAXException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:592: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:611: warning: no description for @param | |
[ERROR] * @param mimeType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:614: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:615: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:616: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:617: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:629: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:630: warning: no description for @exception | |
[ERROR] * @exception EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:631: warning: no description for @exception | |
[ERROR] * @exception PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:632: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:640: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:641: warning: no description for @exception | |
[ERROR] * @exception EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:642: warning: no description for @exception | |
[ERROR] * @exception PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:643: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:652: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:653: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:654: warning: no description for @throws | |
[ERROR] * @throws PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:693: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:694: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:713: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:714: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:754: warning: no description for @throws | |
[ERROR] * @throws org.exist.xquery.XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcAPI.java:779: warning: no description for @param | |
[ERROR] * @param parameters | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:370: warning: no description for @param | |
[ERROR] * @param context | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:371: warning: no description for @param | |
[ERROR] * @param parameters | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:372: warning: no description for @throws | |
[ERROR] * @throws org.exist.xquery.XPathException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1374: warning: no description for @param | |
[ERROR] * @param localFile | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1375: warning: no description for @param | |
[ERROR] * @param documentPath | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1376: warning: no description for @param | |
[ERROR] * @param overwrite | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1377: warning: no description for @param | |
[ERROR] * @param mimeType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1378: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1379: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1380: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1382: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public boolean parseLocal(final String localFile, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1393: warning: no description for @param | |
[ERROR] * @param localFile | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1394: warning: no description for @param | |
[ERROR] * @param documentPath | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1395: warning: no description for @param | |
[ERROR] * @param overwrite | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1396: warning: no description for @param | |
[ERROR] * @param mimeType | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1397: warning: no description for @param | |
[ERROR] * @param isXML | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1398: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1399: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1400: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1402: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public boolean parseLocalExt(final String localFile, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @param for xpath | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @param for documentPath | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @param for s_id | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @param for parameters | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @return | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @throws for java.net.URISyntaxException | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @throws for org.exist.EXistException | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:1729: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public Map<String, Object> queryP(final String xpath, final String documentPath, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2790: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2791: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2792: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2835: warning: no description for @param | |
[ERROR] * @param name | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2836: warning: no description for @param | |
[ERROR] * @param groups | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2837: warning: no description for @param | |
[ERROR] * @param rgroup | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2838: warning: no description for @return | |
[ERROR] * @return | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2839: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:2840: warning: no description for @throws | |
[ERROR] * @throws org.exist.security.PermissionDeniedException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:3258: warning: no description for @throws | |
[ERROR] * @throws java.net.URISyntaxException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/RpcConnection.java:3260: warning: no description for @throws | |
[ERROR] * @throws org.exist.EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCollectionFunction.java:60: warning: no @return | |
[ERROR] R applyXmlRpc(org.exist.collections.Collection collection, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, IOException, SAXException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCollectionFunction.java:60: warning: no @throws for org.exist.EXistException | |
[ERROR] R applyXmlRpc(org.exist.collections.Collection collection, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, IOException, SAXException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCollectionFunction.java:60: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] R applyXmlRpc(org.exist.collections.Collection collection, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, IOException, SAXException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCollectionFunction.java:60: warning: no @throws for java.io.IOException | |
[ERROR] R applyXmlRpc(org.exist.collections.Collection collection, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, IOException, SAXException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCollectionFunction.java:60: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] R applyXmlRpc(org.exist.collections.Collection collection, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, IOException, SAXException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCollectionFunction.java:60: warning: no @throws for org.exist.util.LockException | |
[ERROR] R applyXmlRpc(org.exist.collections.Collection collection, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, IOException, SAXException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCompiledXQueryFunction.java:52: warning: no @return | |
[ERROR] R applyXmlRpc(final CompiledXQuery compiledQuery) throws EXistException, PermissionDeniedException, XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCompiledXQueryFunction.java:52: warning: no @throws for org.exist.EXistException | |
[ERROR] R applyXmlRpc(final CompiledXQuery compiledQuery) throws EXistException, PermissionDeniedException, XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCompiledXQueryFunction.java:52: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] R applyXmlRpc(final CompiledXQuery compiledQuery) throws EXistException, PermissionDeniedException, XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcCompiledXQueryFunction.java:52: warning: no @throws for org.exist.xquery.XPathException | |
[ERROR] R applyXmlRpc(final CompiledXQuery compiledQuery) throws EXistException, PermissionDeniedException, XPathException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @param for broker | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @param for transaction | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @return | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @throws for org.exist.EXistException | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcDocumentFunction.java:56: warning: no @throws for java.io.IOException | |
[ERROR] R applyXmlRpc(final DocumentImpl document, final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcFunction.java:57: warning: no @return | |
[ERROR] R applyXmlRpc(final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, LockException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcFunction.java:57: warning: no @throws for org.exist.EXistException | |
[ERROR] R applyXmlRpc(final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, LockException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcFunction.java:57: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] R applyXmlRpc(final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, LockException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcFunction.java:57: warning: no @throws for org.exist.util.LockException | |
[ERROR] R applyXmlRpc(final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, LockException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcFunction.java:57: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] R applyXmlRpc(final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, LockException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/xmlrpc/function/XmlRpcFunction.java:57: warning: no @throws for java.io.IOException | |
[ERROR] R applyXmlRpc(final DBBroker broker, final Txn transaction) throws EXistException, PermissionDeniedException, LockException, SAXException, IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/BackupDialog.java:44: warning: no description for @param | |
[ERROR] * @param owner | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/BackupDialog.java:45: warning: no description for @param | |
[ERROR] * @param modal | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/BackupDialog.java:46: warning: no description for @throws | |
[ERROR] * @throws HeadlessException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/ConsistencyCheck.java:82: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public List<ErrorReport> checkAll(final ProgressCallback callback) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/ConsistencyCheck.java:96: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public List<ErrorReport> checkCollectionTree(final ProgressCallback callback) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/RestoreDialog.java:42: warning: no description for @param | |
[ERROR] * @param owner | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/RestoreDialog.java:43: warning: no description for @param | |
[ERROR] * @param title | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/RestoreDialog.java:44: warning: no description for @param | |
[ERROR] * @param modal | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/backup/RestoreDialog.java:45: warning: no description for @throws | |
[ERROR] * @throws HeadlessException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:101: warning: no @throws for org.exist.util.LockException | |
[ERROR] void setPermissions(DBBroker broker, int mode) throws LockException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:101: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void setPermissions(DBBroker broker, int mode) throws LockException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:125: warning: no @return | |
[ERROR] @Nullable CollectionConfiguration getConfiguration(DBBroker broker); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:132: warning: no @return | |
[ERROR] IndexSpec getIndexConfiguration(DBBroker broker); | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:196: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] boolean isEmpty(DBBroker broker) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:204: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] int getDocumentCount(DBBroker broker) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:214: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] int getDocumentCountNoLock(DBBroker broker) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:222: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] int getChildCollectionCount(DBBroker broker) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:231: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] boolean hasDocument(DBBroker broker, XmldbURI name) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:240: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] boolean hasChildCollection(DBBroker broker, XmldbURI name) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:240: warning: no @throws for org.exist.util.LockException | |
[ERROR] boolean hasChildCollection(DBBroker broker, XmldbURI name) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:251: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] boolean hasChildCollectionNoLock(DBBroker broker, XmldbURI name) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:259: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void addCollection(DBBroker broker, @EnsureLocked(mode=WRITE_LOCK) Collection child) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:259: warning: no @throws for org.exist.util.LockException | |
[ERROR] void addCollection(DBBroker broker, @EnsureLocked(mode=WRITE_LOCK) Collection child) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:269: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] List<CollectionEntry> getEntries(DBBroker broker) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:269: warning: no @throws for org.exist.util.LockException | |
[ERROR] List<CollectionEntry> getEntries(DBBroker broker) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:269: warning: no @throws for java.io.IOException | |
[ERROR] List<CollectionEntry> getEntries(DBBroker broker) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:279: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] CollectionEntry getChildCollectionEntry(DBBroker broker, String name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:279: warning: no @throws for org.exist.util.LockException | |
[ERROR] CollectionEntry getChildCollectionEntry(DBBroker broker, String name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:279: warning: no @throws for java.io.IOException | |
[ERROR] CollectionEntry getChildCollectionEntry(DBBroker broker, String name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:289: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] CollectionEntry getResourceEntry(DBBroker broker, String name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:289: warning: no @throws for org.exist.util.LockException | |
[ERROR] CollectionEntry getResourceEntry(DBBroker broker, String name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:289: warning: no @throws for java.io.IOException | |
[ERROR] CollectionEntry getResourceEntry(DBBroker broker, String name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:298: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void update(DBBroker broker, @EnsureLocked(mode=WRITE_LOCK) Collection child) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:298: warning: no @throws for org.exist.util.LockException | |
[ERROR] void update(DBBroker broker, @EnsureLocked(mode=WRITE_LOCK) Collection child) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:307: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void addDocument(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:307: warning: no @throws for org.exist.util.LockException | |
[ERROR] void addDocument(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:317: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void unlinkDocument(DBBroker broker, @EnsureLocked(mode=WRITE_LOCK) DocumentImpl doc) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:317: warning: no @throws for org.exist.util.LockException | |
[ERROR] void unlinkDocument(DBBroker broker, @EnsureLocked(mode=WRITE_LOCK) DocumentImpl doc) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:328: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Iterator<XmldbURI> collectionIterator(DBBroker broker) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:328: warning: no @throws for org.exist.util.LockException | |
[ERROR] Iterator<XmldbURI> collectionIterator(DBBroker broker) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:343: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Iterator<XmldbURI> collectionIteratorNoLock(DBBroker broker) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:351: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Iterator<DocumentImpl> iterator(DBBroker broker) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:351: warning: no @throws for org.exist.util.LockException | |
[ERROR] Iterator<DocumentImpl> iterator(DBBroker broker) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:363: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] Iterator<DocumentImpl> iteratorNoLock(DBBroker broker) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:375: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] List<Collection> getDescendants(DBBroker broker, Subject user) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:385: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] MutableDocumentSet allDocs(DBBroker broker, MutableDocumentSet docs, boolean recursive) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:385: warning: no @throws for org.exist.util.LockException | |
[ERROR] MutableDocumentSet allDocs(DBBroker broker, MutableDocumentSet docs, boolean recursive) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:397: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] MutableDocumentSet allDocs(DBBroker broker, MutableDocumentSet docs, boolean recursive, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:397: warning: no @throws for org.exist.util.LockException | |
[ERROR] MutableDocumentSet allDocs(DBBroker broker, MutableDocumentSet docs, boolean recursive, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:410: warning: no @throws for org.exist.util.LockException | |
[ERROR] DocumentSet allDocs(DBBroker broker, MutableDocumentSet docs, boolean recursive, LockedDocumentMap lockMap, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:410: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] DocumentSet allDocs(DBBroker broker, MutableDocumentSet docs, boolean recursive, LockedDocumentMap lockMap, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:420: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] DocumentSet getDocuments(DBBroker broker, MutableDocumentSet docs) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:420: warning: no @throws for org.exist.util.LockException | |
[ERROR] DocumentSet getDocuments(DBBroker broker, MutableDocumentSet docs) throws PermissionDeniedException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:445: warning: no @throws for org.exist.util.LockException | |
[ERROR] DocumentSet getDocuments(DBBroker broker, MutableDocumentSet docs, LockedDocumentMap lockMap, LockMode lockType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:445: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] DocumentSet getDocuments(DBBroker broker, MutableDocumentSet docs, LockedDocumentMap lockMap, LockMode lockType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:457: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable @EnsureUnlocked DocumentImpl getDocument(DBBroker broker, XmldbURI name) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:470: warning: no @throws for org.exist.util.LockException | |
[ERROR] @Nullable LockedDocument getDocumentWithLock(DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:470: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable LockedDocument getDocumentWithLock(DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:482: warning: no @throws for org.exist.util.LockException | |
[ERROR] @Nullable LockedDocument getDocumentWithLock(DBBroker broker, XmldbURI name, LockMode lockMode) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:482: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable LockedDocument getDocumentWithLock(DBBroker broker, XmldbURI name, LockMode lockMode) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:496: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] @Nullable DocumentImpl getDocumentNoLock(DBBroker broker, String rawPath) throws PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:504: warning: no @throws for org.exist.util.LockException | |
[ERROR] void removeCollection(DBBroker broker, XmldbURI name) throws LockException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:504: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void removeCollection(DBBroker broker, XmldbURI name) throws LockException, PermissionDeniedException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:513: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void removeResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:513: warning: no @throws for org.exist.util.LockException | |
[ERROR] void removeResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:513: warning: no @throws for java.io.IOException | |
[ERROR] void removeResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:513: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void removeResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:523: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void removeXMLResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:523: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void removeXMLResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:523: warning: no @throws for org.exist.util.LockException | |
[ERROR] void removeXMLResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:523: warning: no @throws for java.io.IOException | |
[ERROR] void removeXMLResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:533: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void removeBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:533: warning: no @throws for org.exist.util.LockException | |
[ERROR] void removeBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:533: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void removeBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:543: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void removeBinaryResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:543: warning: no @throws for org.exist.util.LockException | |
[ERROR] void removeBinaryResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:543: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void removeBinaryResource(Txn transaction, DBBroker broker, DocumentImpl doc) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:558: warning: no @throws for org.exist.EXistException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:558: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:558: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:558: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:558: warning: no @throws for org.exist.util.LockException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:558: warning: no @throws for java.io.IOException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:575: warning: no @throws for org.exist.EXistException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source, XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:575: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source, XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:575: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source, XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:575: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source, XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:575: warning: no @throws for org.exist.util.LockException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source, XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:575: warning: no @throws for java.io.IOException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, InputSource source, XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:590: warning: no @throws for org.exist.EXistException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:590: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:590: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:590: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:590: warning: no @throws for org.exist.util.LockException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:590: warning: no @throws for java.io.IOException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:605: warning: no @throws for org.exist.EXistException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:605: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:605: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:605: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:605: warning: no @throws for org.exist.util.LockException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:605: warning: no @throws for java.io.IOException | |
[ERROR] IndexInfo validateXMLResource(Txn transaction, DBBroker broker, XmldbURI name, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:619: warning: no @throws for org.exist.EXistException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:619: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:619: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:619: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:619: warning: no @throws for org.exist.util.LockException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, InputSource source) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:634: warning: no @throws for org.exist.EXistException | |
[ERROR] void store(final Txn transaction, final DBBroker broker, final IndexInfo info, final InputSource source, final XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:634: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void store(final Txn transaction, final DBBroker broker, final IndexInfo info, final InputSource source, final XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:634: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void store(final Txn transaction, final DBBroker broker, final IndexInfo info, final InputSource source, final XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:634: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] void store(final Txn transaction, final DBBroker broker, final IndexInfo info, final InputSource source, final XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:634: warning: no @throws for org.exist.util.LockException | |
[ERROR] void store(final Txn transaction, final DBBroker broker, final IndexInfo info, final InputSource source, final XMLReader reader) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:648: warning: no @throws for org.exist.EXistException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:648: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:648: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:648: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:648: warning: no @throws for org.exist.util.LockException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, String data) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:662: warning: no @throws for org.exist.EXistException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:662: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:662: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:662: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:662: warning: no @throws for org.exist.util.LockException | |
[ERROR] void store(Txn transaction, DBBroker broker, IndexInfo info, Node node) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:674: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument validateBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:674: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument validateBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:674: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument validateBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:674: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument validateBinaryResource(Txn transaction, DBBroker broker, XmldbURI name) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:696: warning: no @throws for org.exist.EXistException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:696: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:696: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:696: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:696: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:719: warning: no @throws for org.exist.EXistException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:719: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:719: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:719: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:719: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:743: warning: no @throws for org.exist.EXistException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:743: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:743: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:743: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:743: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, byte[] data, String mimeType, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:764: warning: no @throws for org.exist.EXistException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:764: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:764: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:764: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:764: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, XmldbURI name, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:787: warning: no @throws for org.exist.EXistException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:787: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:787: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:787: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:787: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:813: warning: no @throws for org.exist.EXistException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:813: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:813: warning: no @throws for org.exist.util.LockException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:813: warning: no @throws for org.exist.collections.triggers.TriggerException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:813: warning: no @throws for java.io.IOException | |
[ERROR] BinaryDocument addBinaryResource(Txn transaction, DBBroker broker, BinaryDocument blob, InputStream is, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:822: warning: no @throws for java.io.IOException | |
[ERROR] @EnsureContainerLocked(mode=READ_LOCK) void serialize(final VariableByteOutputStream outputStream) throws IOException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:822: warning: no @throws for org.exist.util.LockException | |
[ERROR] @EnsureContainerLocked(mode=READ_LOCK) void serialize(final VariableByteOutputStream outputStream) throws IOException, LockException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:41: warning - Tag @link: can't find openCollection(XmldbURI, LockMode) in org.exist.storage.DBBroker | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/Collection.java:470: warning - Tag @link: can't find getDocumentWithLock(DBBroker, XmldbURI, LockMode) in org.exist.collections.Collection | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionCache.java:142: warning: no description for @param | |
[ERROR] * @param collection | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationException.java:37: warning: no description for @param | |
[ERROR] * @param message | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationException.java:51: warning: no description for @param | |
[ERROR] * @param message | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationException.java:52: warning: no description for @param | |
[ERROR] * @param cause | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationException.java:44: warning: no description for @param | |
[ERROR] * @param cause | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:103: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:108: warning: no description for @throws | |
[ERROR] * @throws CollectionConfigurationException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:203: warning: no description for @param | |
[ERROR] * @param collection | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:316: warning: no description for @param | |
[ERROR] * @param collectionPath | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:352: warning: no description for @param | |
[ERROR] * @param collectionPath | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:395: warning: no description for @throws | |
[ERROR] * @throws EXistException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/CollectionConfigurationManager.java:397: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public void checkRootCollectionConfig(DBBroker broker) throws EXistException, PermissionDeniedException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/MutableCollection.java:178: warning: no @throws for org.exist.security.PermissionDeniedException | |
[ERROR] public static MutableCollection load(final DBBroker broker, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/MutableCollection.java:178: warning: no @throws for java.io.IOException | |
[ERROR] public static MutableCollection load(final DBBroker broker, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/MutableCollection.java:178: warning: no @throws for org.exist.util.LockException | |
[ERROR] public static MutableCollection load(final DBBroker broker, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:38: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:39: warning: no description for @param | |
[ERROR] * @param txn | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:40: warning: no description for @param | |
[ERROR] * @param uri | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:41: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:48: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:49: warning: no description for @param | |
[ERROR] * @param txn | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:50: warning: no description for @param | |
[ERROR] * @param collection | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/CollectionTrigger.java:51: warning: no description for @throws | |
[ERROR] * @throws TriggerException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DeferrableFilteringTrigger.java:42: error: no tag name after @ | |
[ERROR] * either {@see applyDeferredEvents()} or one or more of the | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DeferrableFilteringTrigger.java:47: warning - Tag @see: missing '#': "applyDeferredEvents()" | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:34: error: reference not found | |
[ERROR] * <li>before the document is stored, updated or removed, the trigger's {@link #prepare(int, DBBroker,Txn, XmldbURI, DocumentImpl) prepare} | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:45: error: reference not found | |
[ERROR] * a filter and the SAX-related methods are useless. Only {@link #prepare(int, DBBroker, Txn, XmldbURI, DocumentImpl)} and | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:46: error: reference not found | |
[ERROR] * {@link #finish(int, DBBroker, Txn, XmldbURI, DocumentImpl)} will be called. To determine if the document is a binary resource, | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:53: error: reference not found | |
[ERROR] * {@link #configure(DBBroker, Collection, Map) configure} method | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:56: error: reference not found | |
[ERROR] * {@link #prepare(int, DBBroker, Txn, XmldbURI, DocumentImpl) prepare} | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:66: error: reference not found | |
[ERROR] * <li>finalization: the method {@link #finish(int, DBBroker, Txn, XmldbURI, DocumentImpl)} is called. At this point, the document | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:73: warning - Tag @link: can't find prepare(int, DBBroker,Txn, XmldbURI, DocumentImpl) in org.exist.collections.triggers.DocumentTrigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:73: warning - Tag @link: can't find prepare(int, DBBroker, Txn, XmldbURI, DocumentImpl) in org.exist.collections.triggers.DocumentTrigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:73: warning - Tag @link: can't find finish(int, DBBroker, Txn, XmldbURI, DocumentImpl) in org.exist.collections.triggers.DocumentTrigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:73: warning - Tag @link: can't find configure(DBBroker, Collection, Map) in org.exist.collections.triggers.DocumentTrigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:73: warning - Tag @link: can't find prepare(int, DBBroker, Txn, XmldbURI, DocumentImpl) in org.exist.collections.triggers.DocumentTrigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/DocumentTrigger.java:73: warning - Tag @link: can't find finish(int, DBBroker, Txn, XmldbURI, DocumentImpl) in org.exist.collections.triggers.DocumentTrigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:51: error: bad use of '>' | |
[ERROR] * <?xml version='1.0'?> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:52: error: bad use of '>' | |
[ERROR] * <collection xmlns='http://exist-db.org/collection-config/1.0'> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:53: error: bad use of '>' | |
[ERROR] * <triggers> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:57: error: bad use of '>' | |
[ERROR] * /> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:61: error: bad use of '>' | |
[ERROR] * /> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:62: error: bad use of '>' | |
[ERROR] * </triggers> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/HistoryTrigger.java:63: error: bad use of '>' | |
[ERROR] * </collection> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/STXTemplatesCache.java:83: warning: no @throws for javax.xml.transform.TransformerConfigurationException | |
[ERROR] public Templates getOrUpdateTemplate(final DBBroker broker, final DocumentImpl stylesheet) throws TransformerConfigurationException, SAXException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/STXTemplatesCache.java:83: warning: no @throws for org.xml.sax.SAXException | |
[ERROR] public Templates getOrUpdateTemplate(final DBBroker broker, final DocumentImpl stylesheet) throws TransformerConfigurationException, SAXException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/STXTemplatesCache.java:83: warning: no @throws for org.exist.util.LockException | |
[ERROR] public Templates getOrUpdateTemplate(final DBBroker broker, final DocumentImpl stylesheet) throws TransformerConfigurationException, SAXException, LockException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/Trigger.java:37: error: reference not found | |
[ERROR] * The {@link #configure(DBBroker, Collection, Map) configure} method is called once on each trigger. | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/Trigger.java:64: error: no summary or caption for table | |
[ERROR] * </table> | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/Trigger.java:87: warning - Tag @link: can't find configure(DBBroker, Collection, Map) in org.exist.collections.triggers.Trigger | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerException.java:45: warning: no description for @param | |
[ERROR] * @param cause | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerException.java:38: warning: no description for @param | |
[ERROR] * @param message | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerException.java:52: warning: no description for @param | |
[ERROR] * @param message | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerException.java:53: warning: no description for @param | |
[ERROR] * @param cause | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java:49: warning: no @param for trigger | |
[ERROR] public static boolean verifyUniqueTriggerPerThreadBeforePrepare( | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java:49: warning: no @param for modifiedDocument | |
[ERROR] public static boolean verifyUniqueTriggerPerThreadBeforePrepare( | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java:49: warning: no @return | |
[ERROR] public static boolean verifyUniqueTriggerPerThreadBeforePrepare( | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java:64: warning: no @param for trigger | |
[ERROR] public static boolean verifyUniqueTriggerPerThreadBeforeFinish( | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java:64: warning: no @return | |
[ERROR] public static boolean verifyUniqueTriggerPerThreadBeforeFinish( | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/collections/triggers/XQueryTrigger.java:138: error: incorrect use of inline tag | |
[ERROR] * @link org.exist.collections.Trigger#configure(org.exist.storage.DBBroker, org.exist.collections.Collection, java.util.Map) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmldb/XmldbURL.java:143: warning: no @return | |
[ERROR] public String getContext() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmldb/XmldbURL.java:91: warning: no description for @throws | |
[ERROR] * @throws java.net.MalformedURLException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmldb/XmldbURL.java:82: warning: no description for @throws | |
[ERROR] * @throws java.net.MalformedURLException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmldb/XmldbURL.java:67: warning: no description for @throws | |
[ERROR] * @throws java.net.MalformedURLException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmldb/XmldbURL.java:58: warning: no description for @throws | |
[ERROR] * @throws java.net.MalformedURLException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmlrpc/XmlrpcDownload.java:54: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmlrpc/XmlrpcInputStream.java:47: error: exception not thrown: java.net.MalformedURLException | |
[ERROR] * @throws MalformedURLException Thrown for illegal URLs. | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmlrpc/XmlrpcOutputStream.java:48: error: exception not thrown: java.net.MalformedURLException | |
[ERROR] * @throws MalformedURLException Thrown for illegal URLs. | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmlrpc/XmlrpcUpload.java:61: error: exception not thrown: java.lang.Exception | |
[ERROR] * @throws Exception When something is wrong. | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/xmlrpc/XmlrpcUpload.java:63: warning: no @throws for java.io.IOException | |
[ERROR] public void stream(XmldbURL xmldbURL, InputStream is) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/protocols/xmldb/EmbeddedURLConnection.java:54: warning: no @param for threadGroup | |
[ERROR] protected EmbeddedURLConnection(final ThreadGroup threadGroup, final URL url) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/protocols/xmldb/EmbeddedURLConnection.java:54: warning: no @param for url | |
[ERROR] protected EmbeddedURLConnection(final ThreadGroup threadGroup, final URL url) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/protocols/xmldb/Handler.java:55: warning: no @param for mode | |
[ERROR] public Handler(final Mode mode) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/protocols/xmldb/InMemoryURLConnection.java:46: warning: no @param for threadGroup | |
[ERROR] protected InMemoryURLConnection(final ThreadGroup threadGroup, final URL url) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/protocolhandler/protocols/xmldb/InMemoryURLConnection.java:46: warning: no @param for url | |
[ERROR] protected InMemoryURLConnection(final ThreadGroup threadGroup, final URL url) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ClientFrame.java:124: warning: no description for @throws | |
[ERROR] * @throws java.awt.HeadlessException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ClientFrame.java:126: warning: no @param for client | |
[ERROR] public ClientFrame(final InteractiveClient client, final XmldbURI path, final Properties properties) throws HeadlessException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ClientFrame.java:126: warning: no @param for path | |
[ERROR] public ClientFrame(final InteractiveClient client, final XmldbURI path, final Properties properties) throws HeadlessException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ClientFrame.java:126: warning: no @param for properties | |
[ERROR] public ClientFrame(final InteractiveClient client, final XmldbURI path, final Properties properties) throws HeadlessException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/CollectionXConf.java:207: warning: no @param for type | |
[ERROR] public void updateRangeIndex(int index, String type, String XPath, String xsType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/CollectionXConf.java:227: warning: no @param for type | |
[ERROR] public void addRangeIndex(String type, String XPath, String xsType) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/CollectionXConf.java:344: warning: no @param for parameters | |
[ERROR] public void addTrigger(String triggerClass, Properties parameters) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ConnectionDialog.java:65: warning: no @param for parent | |
[ERROR] public ConnectionDialog(final java.awt.Frame parent, final boolean modal, final DefaultConnectionSettings defaultConnectionSettings, final boolean embeddedByDefault, final boolean disableEmbeddedConnectionType) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ConnectionDialog.java:65: warning: no @param for modal | |
[ERROR] public ConnectionDialog(final java.awt.Frame parent, final boolean modal, final DefaultConnectionSettings defaultConnectionSettings, final boolean embeddedByDefault, final boolean disableEmbeddedConnectionType) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ConnectionDialog.java:65: warning: no @param for defaultConnectionSettings | |
[ERROR] public ConnectionDialog(final java.awt.Frame parent, final boolean modal, final DefaultConnectionSettings defaultConnectionSettings, final boolean embeddedByDefault, final boolean disableEmbeddedConnectionType) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ConnectionDialog.java:65: warning: no @param for embeddedByDefault | |
[ERROR] public ConnectionDialog(final java.awt.Frame parent, final boolean modal, final DefaultConnectionSettings defaultConnectionSettings, final boolean embeddedByDefault, final boolean disableEmbeddedConnectionType) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/ConnectionDialog.java:65: warning: no @param for disableEmbeddedConnectionType | |
[ERROR] public ConnectionDialog(final java.awt.Frame parent, final boolean modal, final DefaultConnectionSettings defaultConnectionSettings, final boolean embeddedByDefault, final boolean disableEmbeddedConnectionType) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/FavouriteConnection.java:84: error: reference not found | |
[ERROR] * @see java.util.Comparator#compareTo(Object) | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/FavouriteConnection.java:87: warning - Tag @see: can't find compareTo(Object) in java.util.Comparator | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/FavouriteConnection.java:61: warning: no @param for ssl | |
[ERROR] public FavouriteConnection(final String name, final String username, final String password, final String url, final boolean ssl) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1382: warning: no description for @throws | |
[ERROR] * @throws XMLDBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1384: warning: no @return | |
[ERROR] protected synchronized boolean parse(final Path file) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1509: warning: no description for @throws | |
[ERROR] * @throws XMLDBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1511: warning: no @return | |
[ERROR] protected synchronized boolean parseGZip(String fileName) throws XMLDBException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1511: warning: no @throws for java.io.IOException | |
[ERROR] protected synchronized boolean parseGZip(String fileName) throws XMLDBException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1592: warning: no description for @throws | |
[ERROR] * @throws XMLDBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1594: warning: no @return | |
[ERROR] protected synchronized boolean parseZip(final Path zipPath) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1676: warning: no description for @throws | |
[ERROR] * @throws XMLDBException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:1678: warning: no @return | |
[ERROR] protected synchronized boolean parse(final List<Path> files, final UploadDialog upload) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:2135: warning: no @param for args | |
[ERROR] public boolean run(final String args[]) throws Exception { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/InteractiveClient.java:2135: warning: no @throws for java.lang.Exception | |
[ERROR] public boolean run(final String args[]) throws Exception { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/AccessControlEntryDialog.java:60: warning: no @param for userManagementService | |
[ERROR] public AccessControlEntryDialog(final UserManagementService userManagementService, final String title) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/AccessControlEntryDialog.java:60: warning: no @param for title | |
[ERROR] public AccessControlEntryDialog(final UserManagementService userManagementService, final String title) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/AccessControlEntryDialog.java:60: warning: no @throws for org.xmldb.api.base.XMLDBException | |
[ERROR] public AccessControlEntryDialog(final UserManagementService userManagementService, final String title) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/BasicPermissionsTableModel.java:79: warning: no @return | |
[ERROR] public int getMode() { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for userManagementService | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for currentUser | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for parent | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for uri | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for internetMediaType | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for created | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for lastModified | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for size | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for messageDigest | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for permission | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/EditPropertiesDialog.java:80: warning: no @param for applyTo | |
[ERROR] public EditPropertiesDialog(final UserManagementService userManagementService, final String currentUser, final Collection parent, final XmldbURI uri, final String internetMediaType, final Date created, @Nullable final Date lastModified, @Nullable final Long size, @Nullable final MessageDigest messageDigest, final PermissionAider permission, final List<ResourceDescriptor> applyTo) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/FindGroupForm.java:48: warning: no @param for userManagementService | |
[ERROR] public FindGroupForm(final UserManagementService userManagementService) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/FindGroupForm.java:48: warning: no @throws for org.xmldb.api.base.XMLDBException | |
[ERROR] public FindGroupForm(final UserManagementService userManagementService) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/FindUserForm.java:49: warning: no @param for userManagementService | |
[ERROR] public FindUserForm(final UserManagementService userManagementService) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/FindUserForm.java:49: warning: no @throws for org.xmldb.api.base.XMLDBException | |
[ERROR] public FindUserForm(final UserManagementService userManagementService) throws XMLDBException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/GroupDialog.java:54: warning: no @param for userManagementService | |
[ERROR] public GroupDialog(final UserManagementService userManagementService, final String currentUser) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/GroupDialog.java:54: warning: no @param for currentUser | |
[ERROR] public GroupDialog(final UserManagementService userManagementService, final String currentUser) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/UserDialog.java:58: warning: no @param for userManagementService | |
[ERROR] public UserDialog(final UserManagementService userManagementService) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/UserManagerDialog.java:62: warning: no @param for userManagementService | |
[ERROR] public UserManagerDialog(final UserManagementService userManagementService, final String currentUser, final ClientFrame client) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/UserManagerDialog.java:62: warning: no @param for currentUser | |
[ERROR] public UserManagerDialog(final UserManagementService userManagementService, final String currentUser, final ClientFrame client) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/client/security/UserManagerDialog.java:62: warning: no @param for client | |
[ERROR] public UserManagerDialog(final UserManagementService userManagementService, final String currentUser, final ClientFrame client) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/Deployment.java:165: warning: no description for @param | |
[ERROR] * @param broker | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/Deployment.java:166: warning: no description for @param | |
[ERROR] * @param transaction | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/Deployment.java:172: warning: no @return | |
[ERROR] public Optional<String> installAndDeploy(final DBBroker broker, final Txn transaction, final XarSource xar, final PackageLoader loader, boolean enforceDeps) throws PackageException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/Deployment.java:172: warning: no @throws for org.expath.pkg.repo.PackageException | |
[ERROR] public Optional<String> installAndDeploy(final DBBroker broker, final Txn transaction, final XarSource xar, final PackageLoader loader, boolean enforceDeps) throws PackageException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/Deployment.java:172: warning: no @throws for java.io.IOException | |
[ERROR] public Optional<String> installAndDeploy(final DBBroker broker, final Txn transaction, final XarSource xar, final PackageLoader loader, boolean enforceDeps) throws PackageException, IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/PackageLoader.java:107: warning: no @throws for java.io.IOException | |
[ERROR] XarSource load(String name, Version version) throws IOException; | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/RepoBackup.java:63: warning: no description for @param | |
[ERROR] * @param directory | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/RepoBackup.java:64: warning: no description for @param | |
[ERROR] * @param zos | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/RepoBackup.java:65: warning: no description for @param | |
[ERROR] * @param path | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/RepoBackup.java:66: warning: no description for @throws | |
[ERROR] * @throws IOException | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/repo/RepoBackup.java:92: warning: no @throws for java.io.IOException | |
[ERROR] public static void unzip(final XmldbURI fileUri, final InputStream file, final Path outdir) throws IOException { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/internal/node/NodeInputStream.java:47: warning: no @param for database | |
[ERROR] public NodeInputStream(final Database database, final Serializer serializer, final NodeValue node) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/internal/node/NodeInputStream.java:47: warning: no @param for serializer | |
[ERROR] public NodeInputStream(final Database database, final Serializer serializer, final NodeValue node) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/internal/node/NodeInputStream.java:47: warning: no @param for node | |
[ERROR] public NodeInputStream(final Database database, final Serializer serializer, final NodeValue node) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/internal/node/NodeSerializerRunnable.java:48: warning: no @param for serializer | |
[ERROR] public NodeSerializerRunnable(final Serializer serializer, final NodeValue node, final BlockingOutputStream bos) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/internal/node/NodeSerializerRunnable.java:48: warning: no @param for node | |
[ERROR] public NodeSerializerRunnable(final Serializer serializer, final NodeValue node, final BlockingOutputStream bos) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/internal/node/NodeSerializerRunnable.java:48: warning: no @param for bos | |
[ERROR] public NodeSerializerRunnable(final Serializer serializer, final NodeValue node, final BlockingOutputStream bos) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/resolver/AnyUriResolver.java:55: warning: no @param for path | |
[ERROR] public AnyUriResolver(String path) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/resolver/SearchResourceResolver.java:53: warning: no @param for collectionPath | |
[ERROR] public SearchResourceResolver(String collectionPath, BrokerPool pool) { | |
[ERROR] ^ | |
[ERROR] /Users/aretter/code/exist.maven2/exist-core/src/main/java/org/exist/validation/resolver/SearchResourceResolver.java:53: warning: no @param for pool | |
[ERROR] public SearchResourceResolver(String collectionPath, BrokerPool pool) { | |
[ERROR] ^ | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment