Skip to content

Instantly share code, notes, and snippets.

@biafra23
Created September 17, 2014 23:54
Show Gist options
  • Save biafra23/6633b45062c9d09ff0ba to your computer and use it in GitHub Desktop.
Save biafra23/6633b45062c9d09ff0ba to your computer and use it in GitHub Desktop.
Javadoc errors in ethereumj-core
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (default-cli) on project ethereumj: An error has occurred in JavaDocs report generation:
[ERROR] Exit code: 1 - /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/core/Block.java:30: error: unknown tag: authors
[ERROR] * @authors: Roman Mandeleil,
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/core/BlockchainImpl.java:50: error: unknown tag: authors
[ERROR] * @authors: Roman Mandeleil,
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/core/Transaction.java:295: error: reference not found
[ERROR] * @throws org.ethereum.crypto.ECKey$MissingPrivateKeyException if any.
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/crypto/ECKey.java:68: error: invalid end tag: </br>
[ERROR] * This code is borrowed from the bitcoinj project and altered to fit Ethereum.</br>
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/crypto/ECKey.java:399: warning: no @return
[ERROR] public ECDSASignature toCanonicalised() {
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/crypto/ECKey.java:377: warning: no @param for r
[ERROR] public ECDSASignature(BigInteger r, BigInteger s) {
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/crypto/ECKey.java:377: warning: no @param for s
[ERROR] public ECDSASignature(BigInteger r, BigInteger s) {
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/crypto/HashUtil.java:92: error: reference not found
[ERROR] * See {@link ByteUtil#doubleDigest(byte[], int, int)}.
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/DatabaseImpl.java:102: error: bad use of '>'
[ERROR] * Get object (key) -> value
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:41: error: bad use of '>'
[ERROR] * --> AccountState ---> Trie ---> leveldb (state) /key=address
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:41: error: bad use of '>'
[ERROR] * --> AccountState ---> Trie ---> leveldb (state) /key=address
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:41: error: bad use of '>'
[ERROR] * --> AccountState ---> Trie ---> leveldb (state) /key=address
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:42: error: bad use of '>'
[ERROR] * --> nonce
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:43: error: bad use of '>'
[ERROR] * --> balance
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:44: error: bad use of '>'
[ERROR] * --> stateRoot
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:45: error: bad use of '>'
[ERROR] * --> codeHash
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:47: error: bad use of '>'
[ERROR] * --> ContractDetails ---> leveldb(details) /key=address
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:47: error: bad use of '>'
[ERROR] * --> ContractDetails ---> leveldb(details) /key=address
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:48: error: bad use of '>'
[ERROR] * --> code ---> sha3(code) // saved into AccountInfo.codeHash
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:48: error: bad use of '>'
[ERROR] * --> code ---> sha3(code) // saved into AccountInfo.codeHash
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:49: error: bad use of '>'
[ERROR] * --> storage ---> Trie // to calculate the AccountInfo.stateRoot
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:49: error: bad use of '>'
[ERROR] * --> storage ---> Trie // to calculate the AccountInfo.stateRoot
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/db/RepositoryImpl.java:78: error: unknown tag: See
[ERROR] * @See loadBlockchain() to update the stateRoot
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/trie/Cache.java:40: error: bad use of '>'
[ERROR] * @return sha3 hash of RLP encoded node if length > 32 otherwise return node itself
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/trie/Node.java:35: error: bad use of '>'
[ERROR] * H(rlp.encode(x)) where H(x) = sha3(x) if len(x) >= 32 else x
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/trie/Node.java:38: error: bad use of '>'
[ERROR] * in a persistent lookup table when you create a node with length >= 32,
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/trie/Node.java:40: error: malformed HTML
[ERROR] * when length < 32 for the obvious reason that the function f(x) = x is reversible.
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/util/CompactEncoder.java:39: error: bad use of '>'
[ERROR] * > [ 1, 2, 3, 4, 5 ]
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/util/CompactEncoder.java:41: error: bad use of '>'
[ERROR] * > [ 0, 1, 2, 3, 4, 5 ]
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/util/CompactEncoder.java:43: error: bad use of '>'
[ERROR] * > [ 0, 15, 1, 12, 11, 8, T ]
[ERROR] ^
[ERROR] /Users/biafra/ethereumj/ethereumj-core/src/main/java/org/ethereum/util/CompactEncoder.java:45: error: bad use of '>'
[ERROR] * > [ 15, 1, 12, 11, 8, T ]
[ERROR] ^
[ERROR]
[ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in '/Users/biafra/ethereumj/ethereumj-core/target/site/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment