Use correct syntax for Javadoc @author tags
This commit is contained in:
parent
58874cfc7e
commit
c38907bc34
|
@ -8,7 +8,7 @@ import org.ethereum.facade.EthereumFactory;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 14/11/2014 07:39
|
||||
*/
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 13/11/2014 14:40
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -24,8 +24,8 @@ import java.util.concurrent.CopyOnWriteArrayList;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author Roman Mandeleil,
|
||||
* Nick Savers
|
||||
* @author Roman Mandeleil
|
||||
* @author Nick Savers
|
||||
* Created on: 20/05/2014 10:44
|
||||
*/
|
||||
public class Block {
|
||||
|
|
|
@ -55,8 +55,8 @@ import static org.ethereum.core.Denomination.SZABO;
|
|||
*
|
||||
* www.etherJ.com
|
||||
*
|
||||
* @author Roman Mandeleil,
|
||||
* Nick Savers
|
||||
* @author Roman Mandeleil
|
||||
* @author Nick Savers
|
||||
* Created on: 20/05/2014 10:44
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.Arrays;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 20/11/2014 11:10
|
||||
*
|
||||
* http://www.herongyang.com/Java/Bit-String-Set-Bit-to-Byte-Array.html
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.Map;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 09/11/2014 09:31
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import static org.ethereum.util.ByteUtil.EMPTY_BYTE_ARRAY;
|
|||
/**
|
||||
* www.ethergit.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 19/12/2014 12:56
|
||||
*/
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import java.util.List;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 12/11/2014 17:16
|
||||
*/
|
||||
@Repository
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 14/11/2014 09:59
|
||||
*/
|
||||
@Entity
|
||||
|
|
|
@ -13,7 +13,7 @@ import org.ethereum.vm.DataWord;
|
|||
import org.spongycastle.util.encoders.Hex;
|
||||
|
||||
/**
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 24/06/2014 00:12
|
||||
*/
|
||||
public class ContractDetails {
|
||||
|
|
|
@ -34,7 +34,7 @@ import static org.ethereum.util.ByteUtil.wrap;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/11/2014 21:15
|
||||
*/
|
||||
public class RepositoryDummy implements Repository {
|
||||
|
|
|
@ -32,7 +32,7 @@ import static org.ethereum.util.ByteUtil.wrap;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/11/2014 21:15
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -19,7 +19,7 @@ import static org.ethereum.util.ByteUtil.wrap;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/11/2014 21:15
|
||||
*/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Map;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 11/06/2014 14:09
|
||||
*/
|
||||
public class TrackDatabase implements Database {
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 14/11/2014 09:59
|
||||
*/
|
||||
@Entity
|
||||
|
|
|
@ -16,7 +16,7 @@ import java.util.concurrent.Future;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 27/07/2014 09:11
|
||||
*/
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Properties;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 13/11/2014 11:22
|
||||
*/
|
||||
@Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 27/07/2014 09:12
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.util.HashMap;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 08/09/2014 10:25
|
||||
*/
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ import java.util.*;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 26/06/2014 10:08
|
||||
*/
|
||||
public class JSONHelper {
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.regex.Pattern;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 10:25
|
||||
*/
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 10:25
|
||||
*/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 10:23
|
||||
*/
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 10:23
|
||||
*/
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.regex.Pattern;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 11:59
|
||||
*/
|
||||
public class Helper {
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.util.Map;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 15/12/2014 12:24
|
||||
*/
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.util.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 10/07/2014 09:46
|
||||
*/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.util.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 10:22
|
||||
*/
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.ethergit.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 19/12/2014 12:22
|
||||
*/
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import static org.ethereum.util.ByteUtil.wrap;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 02/07/2014 13:03
|
||||
*/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 10/07/2014 09:46
|
||||
*/
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import static org.ethereum.util.ByteUtil.toHexString;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/06/2014 10:25
|
||||
*/
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.ethergit.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 15/12/2014 12:41
|
||||
*/
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.Set;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 27/07/2014 11:20
|
||||
*/
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.util.Set;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 12/11/2014 08:34
|
||||
*/
|
||||
@Component(value = "EthereumListener")
|
||||
|
|
|
@ -7,7 +7,7 @@ import javax.annotation.PostConstruct;
|
|||
/**
|
||||
* www.ethergit.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 11/12/2014 11:24
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/11/2014 17:01
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.util.*;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 11/11/2014 13:38
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -29,7 +29,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/11/2014 10:58
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -22,7 +22,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
*
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/11/2014 10:11
|
||||
*/
|
||||
@Component
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.apache.maven.plugin.MojoFailureException;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 25/04/14 17:06
|
||||
*/
|
||||
public class ParserGenerator {
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.util.regex.Pattern;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 05/05/14 13:41
|
||||
*/
|
||||
public class SerpentToAssemblyCompiler extends SerpentBaseVisitor<String> {
|
||||
|
|
|
@ -12,7 +12,7 @@ import org.iq80.leveldb.WriteBatch;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Nick Savers
|
||||
* @author Nick Savers
|
||||
* Created on: 20/05/2014 10:44
|
||||
*/
|
||||
public class Cache {
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Set;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 29/08/2014 10:46
|
||||
*/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import org.ethereum.util.Value;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 29/08/2014 10:46
|
||||
*/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 29/08/2014 10:46
|
||||
*/
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Nick Savers
|
||||
* @author Nick Savers
|
||||
* Created on: 20/05/2014 10:44
|
||||
*/
|
||||
public class TrieImpl implements Trie {
|
||||
|
|
|
@ -8,7 +8,7 @@ import static org.ethereum.util.CompactEncoder.unpackToNibbles;
|
|||
|
||||
/*
|
||||
* www.ethereumJ.com
|
||||
* @author: Nick Savers
|
||||
* @author Nick Savers
|
||||
* Created on: 20/05/2014 10:44
|
||||
*/
|
||||
public class TrieIterator {
|
||||
|
|
|
@ -9,7 +9,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 25/07/2014 13:01
|
||||
*/
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/04/2014 10:45
|
||||
*/
|
||||
public class RLP {
|
||||
|
|
|
@ -7,7 +7,7 @@ import java.io.Serializable;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/04/2014 10:45
|
||||
*/
|
||||
public interface RLPElement extends Serializable {
|
||||
|
|
|
@ -4,7 +4,7 @@ package org.ethereum.util;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 21/04/14 16:26
|
||||
*/
|
||||
public class RLPItem implements RLPElement {
|
||||
|
|
|
@ -5,7 +5,7 @@ import java.util.ArrayList;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 21/04/14 16:26
|
||||
*/
|
||||
public class RLPList extends ArrayList<RLPElement> implements RLPElement {
|
||||
|
|
|
@ -3,7 +3,7 @@ package org.ethereum.vm;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 03/07/2014 08:29
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.nio.ByteBuffer;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/06/2014 10:45
|
||||
*/
|
||||
public class DataWord implements Comparable<DataWord> {
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.util.List;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 19/11/2014 22:03
|
||||
*/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import static org.ethereum.util.ByteUtil.EMPTY_BYTE_ARRAY;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/06/2014 10:45
|
||||
*/
|
||||
public class Program {
|
||||
|
|
|
@ -5,7 +5,7 @@ import org.ethereum.facade.Repository;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 03/06/2014 14:59
|
||||
*/
|
||||
public interface ProgramInvoke {
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 19/12/2014 12:14
|
||||
*/
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 08/06/2014 09:59
|
||||
*/
|
||||
@Component("ProgramInvokeFactory")
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.Map;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 03/06/2014 15:00
|
||||
*/
|
||||
public class ProgramInvokeImpl implements ProgramInvoke {
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 03/06/2014 15:00
|
||||
*/
|
||||
public class ProgramInvokeMockImpl implements ProgramInvoke {
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.List;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 07/06/2014 17:45
|
||||
*/
|
||||
public class ProgramResult {
|
||||
|
|
|
@ -59,7 +59,7 @@ import static org.ethereum.vm.OpCode.PUSH1;
|
|||
*
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/06/2014 10:44
|
||||
*/
|
||||
public class VM {
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.util.*;
|
|||
*
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/10/2014 23:39
|
||||
*/
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/10/2014 23:47
|
||||
*/
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.util.Properties;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 16/11/2014 07:53
|
||||
*/
|
||||
public class TestContext {
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 20/11/2014 11:29
|
||||
*/
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ import static junit.framework.TestCase.assertEquals;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 09/11/2014 23:35
|
||||
*/
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 05/12/2014 16:26
|
||||
*/
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import static org.junit.Assert.assertEquals;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 05/12/2014 16:26
|
||||
*/
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ import java.math.BigInteger;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/05/14 17:06
|
||||
*/
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
|
|
|
@ -21,7 +21,7 @@ import static org.junit.Assert.assertNull;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/11/2014 23:08
|
||||
*/
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 11/06/2014 14:54
|
||||
*/
|
||||
public class TrackDatabaseTest {
|
||||
|
|
|
@ -10,7 +10,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 09/11/2014 09:21
|
||||
*/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||
/**
|
||||
* www.etherj.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 08/11/2014 12:21
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.util.Arrays;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 15/10/2014 12:34
|
||||
*/
|
||||
public class AdaptiveMessageIdsTest {
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.spongycastle.util.encoders.Hex;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 28/05/2014 20:05
|
||||
*/
|
||||
public class MachineCompileTest {
|
||||
|
|
|
@ -10,7 +10,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 13/05/14 10:07
|
||||
*/
|
||||
public class SerpentCompileTest {
|
||||
|
|
|
@ -12,7 +12,7 @@ import static org.junit.Assert.assertEquals;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/05/14 15:38
|
||||
*/
|
||||
public class UtilsTest {
|
||||
|
|
|
@ -20,7 +20,7 @@ import static org.junit.Assert.assertEquals;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 16/06/2014 10:37
|
||||
*/
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
|
|
|
@ -20,7 +20,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/06/2014 11:05
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/06/2014 11:05
|
||||
*/
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.net.URL;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 24/04/14 20:11
|
||||
*/
|
||||
public class IpGeoDB { // change
|
||||
|
|
|
@ -20,7 +20,7 @@ import java.util.ArrayList;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Adrian Benko
|
||||
* @author Adrian Benko
|
||||
* Created on: 27/08/14 18:22
|
||||
*/
|
||||
public class BlockChainTable extends JFrame implements ActionListener {
|
||||
|
|
|
@ -10,7 +10,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 24/04/14 11:52
|
||||
*/
|
||||
public class ConsoleTokenMaker extends AbstractTokenMaker {
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.util.Map;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 18/05/14 22:21
|
||||
*/
|
||||
class ContractCallDialog extends JDialog implements MessageAwareDialog {
|
||||
|
|
|
@ -20,7 +20,7 @@ import java.util.Collection;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 18/05/14 22:21
|
||||
*/
|
||||
class ContractSubmitDialog extends JDialog implements MessageAwareDialog {
|
||||
|
|
|
@ -15,7 +15,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 26/05/2014 12:27
|
||||
*/
|
||||
public class DialogWorker extends SwingWorker<Transaction, Object> {
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.awt.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 23/05/2014 13:51
|
||||
*/
|
||||
public class GUIUtils {
|
||||
|
|
|
@ -21,7 +21,7 @@ import javax.swing.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 18/05/14 22:21
|
||||
*/
|
||||
class PayOutDialog extends JDialog implements MessageAwareDialog {
|
||||
|
|
|
@ -21,7 +21,7 @@ import com.maxmind.geoip.Location;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 25/04/14 07:04
|
||||
*/
|
||||
public class PeersTableModel extends AbstractTableModel {
|
||||
|
|
|
@ -18,7 +18,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 25/04/14 07:11
|
||||
*/
|
||||
public class PeersTableWindow extends JFrame {
|
||||
|
|
|
@ -19,7 +19,7 @@ import java.util.List;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 02/06/2014 16:58
|
||||
*/
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 24/04/14 11:32
|
||||
*/
|
||||
public class SerpentEditor extends JFrame {
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.fife.ui.rsyntaxtextarea.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 24/04/14 11:52
|
||||
*/
|
||||
public class SerpentTokenMaker extends AbstractTokenMaker {
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.awt.event.WindowEvent;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 30/04/14 06:29
|
||||
*/
|
||||
public class ToolBar extends JFrame {
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.awt.*;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Adrian Benko
|
||||
* @author Adrian Benko
|
||||
* Created on: 27/08/14 18:22
|
||||
*/
|
||||
public class TransactionData extends JFrame {
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.ethereum.facade.EthereumImpl;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 01/09/2014 19:43
|
||||
*/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ import java.net.URL;
|
|||
/**
|
||||
* www.ethereumJ.com
|
||||
*
|
||||
* @author: Roman Mandeleil
|
||||
* @author Roman Mandeleil
|
||||
* Created on: 17/05/14 12:32
|
||||
*/
|
||||
public class WalletAddressPanel extends JPanel {
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue