Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
package com.inmobi.messaging.netty; import org.jboss.netty.channel.socket.*; import org.jboss.netty.channel.socket.nio.*; import java.util.concurrent.*; class NettyEventCore { private static final NettyEventCore ourInstance = new NettyEventCore(); private ClientSocketChannelFactory factory = null; private int...
296
github-java-corpus
2,012
package com.inmobi.messaging.netty; import java.net.InetSocketAddress; import java.util.Map; import org.jboss.netty.bootstrap.ClientBootstrap; import org.jboss.netty.channel.Channel; import org.jboss.netty.channel.ChannelPipelineFactory; import org.jboss.netty.util.HashedWheelTimer; import org.jboss.netty.util.Timer;...
575
github-java-corpus
2,012
package com.inmobi.messaging.netty; import java.net.ConnectException; import java.util.concurrent.Semaphore; import java.util.concurrent.TimeUnit; import org.jboss.netty.buffer.ChannelBuffer; import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.channel.ChannelStateEvent; import org.jboss.netty...
881
github-java-corpus
2,012
package com.inmobi.messaging.netty; import org.apache.thrift.transport.TTransport; import org.apache.thrift.transport.TTransportException; import org.jboss.netty.buffer.ChannelBuffer; /** * Thrift transport based on JBoss Netty's ChannelBuffers * * @author <a href="http://www.pedantique.org/">Carl Bystr&ouml;m</a...
366
github-java-corpus
2,012
package com.inmobi.messaging.netty; import java.nio.ByteOrder; import org.apache.thrift.TBase; import org.apache.thrift.TException; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TProtocol; import org.apache.thrift.transport.TMemoryBuffer; import org.jboss.netty.buffer.ChannelBuf...
737
github-java-corpus
2,012
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package com.facebook.fb303; import java.util.Map; import java.util.HashMap; import org.apache.thrift.TEnum; /** * Common status reporting mechanism across all services */ public enum fb_status implements TEnum...
289
github-java-corpus
2,012
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package com.facebook.fb303; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.EnumMap; import java.util.Set; import java.util.HashSet; import java....
47,287
github-java-corpus
2,012
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package scribe.thrift; import java.util.Map; import java.util.HashMap; import org.apache.thrift.TEnum; public enum ResultCode implements TEnum { OK(0), TRY_LATER(1); private final int value; private Re...
218
github-java-corpus
2,012
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package scribe.thrift; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.EnumMap; import java.util.Set; import java.util.HashSet; import java.util....
2,359
github-java-corpus
2,012
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package scribe.thrift; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.EnumMap; import java.util.Set; import java.util.HashSet; import java.util....
5,246
github-java-corpus
2,012
package random.pkg; import java.net.InetSocketAddress; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import org.jboss.netty.bootstrap.ServerBootstrap; import org.jboss.netty.channel.Channel; import org.jboss.netty.channel.ChannelPipelineFactory; import org.jboss.netty.channel.soc...
498
github-java-corpus
2,012
package random.pkg; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.apache.thrift.TException; import com.facebook.fb303.fb_status; import scribe.thrift.LogEntry; import scribe.thrift.ResultCode; import scribe.thrift.scribe.Iface; public class ScribeAlwaysTryAgain implements ...
543
github-java-corpus
2,012
package random.pkg; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TProtocolFactory; import org.apache.thrift.server.TServer; import org.apache.thrift.server.TThreadPoolServer; import org.apache.thrift.transport.TFramedTransport; import org.apache.thrift.transport.TServerSocket; i...
348
github-java-corpus
2,012
package random.pkg; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.apache.thrift.TException; import com.facebook.fb303.fb_status; import scribe.thrift.LogEntry; import scribe.thrift.ResultCode; import scribe.thrift.scribe.Iface; public class ScribeAlwaysSuccess implements I...
538
github-java-corpus
2,012
package random.pkg; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.apache.thrift.TException; import com.facebook.fb303.fb_status; import scribe.thrift.LogEntry; import scribe.thrift.ResultCode; import scribe.thrift.scribe.Iface; public class ScribeSlacker implements Iface {...
544
github-java-corpus
2,012
package com.inmobi.messaging.thrift; import static org.testng.Assert.assertEquals; import java.nio.charset.Charset; import java.util.Arrays; import java.util.Random; import org.apache.thrift.TException; import org.apache.thrift.protocol.TProtocol; import org.apache.thrift.transport.TMemoryBuffer; import org.testng.a...
415
github-java-corpus
2,012
package com.inmobi.messaging; import static org.testng.Assert.assertEquals; import org.apache.thrift.TException; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import com.inmobi.instrumentation.TimingAccumulator; import com.inmobi.messaging.scribe.ScribeMessagePublisher; import random...
641
github-java-corpus
2,012
package com.inmobi.messaging; import static org.testng.Assert.assertEquals; import org.apache.log4j.Logger; import org.apache.log4j.PropertyConfigurator; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import com.inmobi.instrumentation.TimingAccu...
302
github-java-corpus
2,012
package com.inmobi.messaging; import static org.testng.Assert.assertEquals; import org.apache.thrift.TException; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import random.pkg.NtMultiServer; import random.pkg.ScribeSlacker; import com.inmobi....
375
github-java-corpus
2,012
package com.inmobi.messaging.netty; import static org.testng.Assert.assertEquals; import org.apache.thrift.TException; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import random.pkg.NtMultiServer; import com.inmobi.instrumentation.TimingAccum...
1,061
github-java-corpus
2,012
package com.inmobi.messaging.netty; import static org.testng.Assert.assertEquals; import org.apache.thrift.TBase; import org.apache.thrift.TException; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TProtocol; import org.jboss.netty.buffer.ChannelBuffers; import org.testng.annotat...
1,144
github-java-corpus
2,012
package com.inmobi.messaging; import static org.testng.Assert.assertNotNull; import java.util.HashMap; import java.util.Map; import org.testng.annotations.AfterSuite; import org.testng.annotations.BeforeSuite; import random.pkg.NtMultiServer; public class TestServerStarter { private static NtMultiServer server; ...
225
github-java-corpus
2,012
package com.inmobi.messaging; import static org.testng.Assert.assertEquals; import org.apache.thrift.TException; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import random.pkg.NtMultiServer; import com.inmobi.instrumentation.TimingAccumulator...
513
github-java-corpus
2,012
package com.inmobi.messaging; import static org.testng.Assert.assertEquals; import org.apache.thrift.TException; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import random.pkg.NtMultiServer; import random.pkg.ScribeAlwaysTryAgain; import com....
1,256
github-java-corpus
2,012
package com.inmobi.messaging; public interface MessagePublisher { void init(ClientConfig config); void close(); void publish(Message m); }
30
github-java-corpus
2,012
package com.inmobi.messaging; import java.io.InputStream; import java.util.HashMap; import java.util.Map; public class ClientConfig { private Map<String, String> params = new HashMap<String, String>(); public ClientConfig(Map<String, String> params) { this.params = params; } public static ClientConfig ...
382
github-java-corpus
2,012
package com.inmobi.messaging; import java.util.HashMap; import java.util.Map; import com.inmobi.instrumentation.TimingAccumulator; import com.inmobi.stats.EmitterRegistry; import com.inmobi.stats.StatsEmitter; import com.inmobi.stats.StatsExposer; public abstract class AbstractMessagePublisher implements MessagePubl...
490
github-java-corpus
2,012
package com.inmobi.messaging; import java.util.Arrays; public final class Message { private final String topic; private final byte message[]; public Message(String topic, byte message[]) { this.topic = topic; this.message = message; } @Override public int hashCode() { final int prime = 31; int resul...
247
github-java-corpus
2,012
package com.inmobi.messaging; import org.apache.log4j.AppenderSkeleton; import org.apache.log4j.spi.LoggingEvent; /* * Setting of fixed topic is deprecated. * Only com.inmobi.messaging.Message is valid object type in * LoggingEvent.getMessage(). byte[], String and TBase types are deprecated. */ public class Mess...
495
github-java-corpus
2,012
package de.rdlgrmpf.colorargb; import android.app.Activity; import android.graphics.Color; import android.os.Bundle; import android.text.InputFilter; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; public class ColorARGBActivity extends...
407
github-java-corpus
2,012
package de.rdlgrmpf.colorargb; import android.text.InputFilter; import android.text.Spanned; public class InputFilterMinMax implements InputFilter { private int min, max; public InputFilterMinMax(int min, int max) { this.min = min; this.max = max; } public InputFilterMinMax(String min, String max) { this....
209
github-java-corpus
2,012
/** * */ package dloader; import static org.junit.Assert.*; import java.io.File; import java.io.IOException; import org.jdom2.*; import org.junit.*; /** * @author A.Cerbic */ public class XMLCacheTest { String tmpFilename = "test_cache.xml"; /** * @throws java.lang.Exception */ ...
590
github-java-corpus
2,012
package dloader.page; import static org.junit.Assert.*; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Collection; import java.util.LinkedList; import java.util.List...
3,078
github-java-corpus
2,012
package dloader.page; import static org.junit.Assert.*; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardCopyOption; import java.util.Iterator; import org.junit.After; import org.junit.Before; import org.junit.Tes...
1,187
github-java-corpus
2,012
package dloader.page; import static org.junit.Assert.*; import java.nio.file.Paths; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import dloader.Main; import dloader.XMLCache; import dloader.page.AbstractPage.Problems...
658
github-java-corpus
2,012
package dloader; import static org.junit.Assert.*; import java.io.IOException; import java.net.MalformedURLException; import java.net.URISyntaxException; import java.net.URL; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import org.jdom2.Elemen...
1,287
github-java-corpus
2,012
package dloader; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; import dloader.page.*; @RunWith(Suite.class) @SuiteClasses({ AbstractPageTest.class, TrackTest.class, DiscographyTest.class, JobMasterTest.class, XMLCacheTest.class, WebDownloaderT...
78
github-java-corpus
2,012
package dloader; import static org.junit.Assert.*; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import org.junit.After; import org.junit.Before; import org.junit.Test; public class WebDownloaderTest { @Before public void setUp() th...
173
github-java-corpus
2,012
package dloader.page; import java.io.IOException; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Collection; import java.util.LinkedList; import java.util.List; import java.util.logging.Level; import org.jdom2.Document; import org....
906
github-java-corpus
2,012
package dloader.page; import java.io.IOException; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.nio.file.*; import java.util.ArrayList; import java.util.Collectio...
5,079
github-java-corpus
2,012
package dloader.page; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Collection; import java.util.LinkedList; import java.util.List; import java.util.logging.Level; imp...
1,141
github-java-corpus
2,012
package dloader.page; import java.io.IOException; import java.net.MalformedURLException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.*; import java.util.logging.Level; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.jdom2.D...
2,990
github-java-corpus
2,012
package dloader; import java.util.concurrent.*; import dloader.page.AbstractPage; import dloader.pagejob.*; /** * Class to initiate and maintain jobs' queue and intermediate result reporting * between jobs and GUI/caller. * * After constructing, call goGoGo() to start actual working * @author Ace...
1,024
github-java-corpus
2,012
package dloader; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.logging.*; import javax.swing.SwingUtilities; public class Main { // public static final String nl = System.getProperty ( "line.separator" ); /* Default value...
1,691
github-java-corpus
2,012
package dloader.pagejob; import java.io.IOException; import dloader.JobMaster; import dloader.page.AbstractPage; /** * Saves relevant page's data to disk as files, repeat for children. * @author Acerbic */ public class SaveDataJob extends PageJob { public SaveDataJob(AbstractPage page, JobMaster ow...
360
github-java-corpus
2,012
package dloader.pagejob; import dloader.JobMaster; import dloader.page.AbstractPage; public class CheckSavingJob extends PageJob { private boolean recurse; public CheckSavingJob(AbstractPage page, JobMaster owner) { this(page, owner, false); } public CheckSavingJob(AbstractPage page, JobMaste...
221
github-java-corpus
2,012
package dloader.pagejob; import dloader.JobMaster; import dloader.page.AbstractPage; /** * Job to read page data from cache and if cache is unavailable - download. * Starts the same jobs for children nodes. * * NOTE the "package-default" visibility on class, as it is used only be other class - UpdatePa...
283
github-java-corpus
2,012
package dloader.pagejob; import dloader.JobMaster; import dloader.page.AbstractPage; /** * Job to read page data from cache ONLY. Starts same jobs for child nodes. * Any previous data in this page is discarded. * @author Acerbic */ public class ReadCacheJob extends PageJob { public ReadCacheJob(Abs...
252
github-java-corpus
2,012
package dloader.pagejob; import dloader.JobMaster; import dloader.page.AbstractPage; import dloader.page.AbstractPage.ProblemsReadingDocumentException; /** * Job to download a page from network. Firstly, reads from cache and then updates with network data. * if no changes to current page happened, children ...
639
github-java-corpus
2,012
package dloader.pagejob; /** * Very simple interface to unify reporting and messaging between orthogonal modules. * @author Acerbic * */ public interface ProgressReporter { void report(String type, long report); }
43
github-java-corpus
2,012
package dloader.pagejob; import dloader.JobMaster; import dloader.page.AbstractPage; /** * Abstract class represents a single job in a job queue. * The job is run as a separate thread, spawning new children threads by invoking "submit(...)" on its * owning JobMaster, reference to which is passed during co...
659
github-java-corpus
2,012
package dloader; import java.awt.*; import javax.swing.*; import java.awt.Font; import java.util.Collection; import java.util.Deque; import java.util.Enumeration; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.NoSuchElementException; import javax.swing....
5,053
github-java-corpus
2,012
package dloader.gui; import java.util.Enumeration; import java.util.HashMap; import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.DefaultTreeModel; import javax.swing.tree.TreeModel; import dloader.page.AbstractPage; import dloader.page.Album; import dloader.page.Track; /** * This ...
2,195
github-java-corpus
2,012
package dloader.gui; import java.util.HashMap; import java.util.List; import javax.swing.SwingWorker; import dloader.JobMaster; import dloader.Main; import dloader.JobMaster.JobType; import dloader.page.AbstractPage; /** * This is a SwingWorker extended to operate with JobMaster. * @author Acerbic ...
679
github-java-corpus
2,012
/** * */ /** * @author Acerbic * */ package dloader.gui;
18
github-java-corpus
2,012
package dloader; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicLong; /** * Class to hold all kind of statistical data on this program run * @author A.Cerbic */ public class StatisticGatherer { // public final static int MAX_LENGTH_CHECKS = 5; /* statistic...
137
github-java-corpus
2,012
package dloader; import dloader.page.AbstractPage; /** * Console application that downloads everything in a single thread. * (well, technically not, since ThreadPool executor is residing in a separate thread.) * * @author Acerbic * */ public class SoloThreadConsoleDloader { static public class...
683
github-java-corpus
2,012
package dloader; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import java.nio.ByteBuffer; import java.nio.channels.SeekableByteChannel; import java.nio.file.Files; i...
1,172
github-java-corpus
2,012
package dloader; import java.io.IOException; import java.io.OutputStream; import java.nio.file.Files; import java.nio.file.InvalidPathException; import java.nio.file.Path; import java.nio.file.Paths; import org.jdom2.Document; import org.jdom2.Element; import org.jdom2.JDOMException; import org.jdom2.filter...
1,132
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.facturacion.Empresa; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import javax.persistence.*; import javax.vali...
1,097
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import java.util.Collection; import javax.persistence.Basic; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persi...
780
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import java.math.BigDecimal; import java.util.Collection; import javax.persistence.Basic; import javax.persistence.CascadeType; import javax.persisten...
785
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.facturacion.Empresa; import com.orco.graneles.domain.miscelaneos.FixedList; import java.io.Serializable; import java.math.BigDecimal; import java.u...
1,582
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.facturacion.Empresa; import java.io.Serializable; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collection; import java...
871
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.miscelaneos.FixedList; import com.orco.graneles.domain.salario.TipoJornal; import java.io.Serializable; import java.math.BigDecimal; import java.ut...
1,612
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.facturacion.Empresa; import java.io.Serializable; import java.util.Date; import javax.persistence.*; import javax.validation.constraints.NotNull; i...
1,066
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import java.math.BigDecimal; import java.math.BigInteger; import java.util.Collection; import javax.persistence.*; import javax.validation.constraints...
1,176
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import java.math.BigDecimal; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistenc...
1,113
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.personal.Categoria; import com.orco.graneles.domain.personal.Personal; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.dom...
1,632
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import java.util.Collection; import javax.persistence.Basic; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persi...
602
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import com.orco.graneles.domain.facturacion.Empresa; import java.io.Serializable; import java.math.BigDecimal; import java.util.Collection; import java.util.Date; import javax.per...
3,773
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import java.math.BigDecimal; import java.util.Collection; import javax.persistence.Basic; import javax.persistence.CascadeType; import javax.persisten...
974
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.carga; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import java...
701
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.facturacion; import java.io.Serializable; import java.math.BigDecimal; import java.util.Collection; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Cascad...
1,132
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.facturacion; import com.orco.graneles.domain.miscelaneos.FixedList; import com.orco.graneles.domain.carga.Embarque; import com.orco.graneles.domain.carga.Buque; import com.orco.graneles....
1,611
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.facturacion; import java.io.Serializable; import java.math.BigDecimal; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.pers...
837
github-java-corpus
2,012
/* * To change thit template, choose Toolt | Templates * and open the template in the editor. */ package com.orco.graneles.domain.facturacion; import com.orco.graneles.domain.salario.*; import com.orco.graneles.domain.personal.Categoria; import com.orco.graneles.domain.personal.Tarea; import com.orco.graneles.domai...
975
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.carga.TurnoEmbarque; import java.io.Serializable; import java.math.BigDecimal; import java.util.Collection; import javax.persistence.*; import ja...
982
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.personal.Personal; import com.orco.graneles.domain.miscelaneos.FixedList; import java.io.Serializable; import java.math.BigDecimal; import java.u...
791
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.miscelaneos.FixedList; import java.io.Serializable; import java.math.BigDecimal; import java.util.Collection; import javax.persistence.Basic; imp...
1,624
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.miscelaneos.TipoConceptoRecibo; import java.io.Serializable; import java.math.BigDecimal; import java.math.BigInteger; import java.util.Date; imp...
938
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.personal.Categoria; import com.orco.graneles.domain.personal.Tarea; import com.orco.graneles.domain.miscelaneos.FixedList; import java.io.Seriali...
1,312
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.miscelaneos.FixedList; import java.io.Serializable; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Column; impor...
781
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import com.orco.graneles.domain.personal.Personal; import com.orco.graneles.domain.personal.Accidentado; import com.orco.graneles.domain.carga.TrabajadoresTurnoEmbarque; import ...
1,289
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity...
854
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.salario; import java.io.Serializable; import java.math.BigInteger; import java.util.Collection; import java.util.Date; import javax.persistence.Basic; import javax.persistence.CascadeTyp...
1,121
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoBuque { public static final int ID_LISTA = 3; public static final int PANAMAX = 20; public static final int...
142
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class EstadoCivil { public static final int ID_LISTA = 1; public static final int SOLTERO = 1; public static final int CA...
123
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoRecibo { public static final int ID_LISTA = 9; public static final int HORAS = 75; public static final int MENS...
88
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoFeriado { public static final int ID_LISTA = 8; public static final int NACIONAL = 65; public static final int ...
91
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoJornal { public static final int ID_LISTA = 13; public static final int HABIL = 120; public static final int EX...
114
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoTapaBodega { public static final int ID_LISTA = 10; public static final int CORREDIZA = 90; public static final...
102
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoEmpresa { public static final int ID_LISTA = 7; public static final int AGENCIA = 55; public static final int E...
110
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class AdicionalTarea { public static final int ID_LISTA = 15; public static final int INSALUBRE = 140; public static fina...
131
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoConceptoRecibo { public static final int ID_LISTA = 5; public static final int REMUNERATIVO = 35; public static...
128
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class Lugar { public static final int ID_LISTA = 14; public static final int TIERRA = 130; public static final int EMBARC...
89
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoCarga { public static final int ID_LISTA = 4; public static final int CARGA = 30; public static final int DESCA...
89
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class Turno { public static final int ID_LISTA = 12; public static final int T_1_7 = 95; public static final int T_7_13 =...
120
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; /** * * @author orco */ public class TipoDocumento { public static final int ID_LISTA = 6; public static final int DNI = 45; public static final int LC ...
108
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.domain.miscelaneos; import java.io.Serializable; import java.util.Collection; import javax.persistence.Basic; import javax.persistence.CascadeType; import javax.persistence.Column; import javax...
684