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.orco.graneles.jsf.salario; import com.orco.graneles.domain.salario.ItemsSueldo; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.salario.ItemsSueldoFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.e...
1,263
github-java-corpus
2,012
package com.orco.graneles.jsf.salario; import com.orco.graneles.domain.salario.Feriado; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.salario.FeriadoFacade; import java.io.Serializable; import java.util.Collections; import java.util.List; im...
1,280
github-java-corpus
2,012
package com.orco.graneles.jsf.salario; import com.orco.graneles.domain.miscelaneos.TipoConceptoRecibo; import com.orco.graneles.domain.miscelaneos.TipoRecibo; import com.orco.graneles.domain.salario.ConceptoRecibo; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.o...
1,345
github-java-corpus
2,012
package com.orco.graneles.jsf.salario; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.salario.SueldoFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.ejb.EJB; im...
1,240
github-java-corpus
2,012
package com.orco.graneles.jsf.salario; import com.orco.graneles.domain.miscelaneos.FixedList; import com.orco.graneles.domain.miscelaneos.TipoValorConcepto; import com.orco.graneles.domain.personal.Personal; import com.orco.graneles.domain.salario.Adelanto; import com.orco.graneles.domain.seguridad.Grupo; import com.o...
2,065
github-java-corpus
2,012
package com.orco.graneles.jsf.salario; import com.orco.graneles.domain.salario.SalarioBasico; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.NegocioException; import com.orco.graneles.model.salario.SalarioBasicoFacade; import java.io.Serializ...
1,264
github-java-corpus
2,012
package com.orco.graneles.jsf.salario; import com.orco.graneles.domain.salario.Periodo; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.fileExport.LibroSueldosAFIP; import com.orco.graneles.fileExport.LibroSueldosAFIPv34; import com.orco.granele...
4,995
github-java-corpus
2,012
package com.orco.graneles.jsf.miscelaneos; import com.orco.graneles.domain.miscelaneos.*; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.miscelaneos.FixedListFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.e...
1,862
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.jsf.miscelaneos; import com.orco.graneles.domain.carga.TurnoEmbarque; import com.orco.graneles.model.carga.TrabajadoresTurnoEmbarqueFacade; import com.orco.graneles.model.carga.TurnoEmbarqueFac...
272
github-java-corpus
2,012
package com.orco.graneles.jsf.miscelaneos; import com.orco.graneles.domain.miscelaneos.List; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.miscelaneos.ListFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.ejb...
1,237
github-java-corpus
2,012
package com.orco.graneles.jsf.seguridad; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.domain.seguridad.Usuario; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.seguridad.GrupoFacade; import com.orco.graneles.model.seguridad.UsuarioFacade; import java.io.Serializ...
1,702
github-java-corpus
2,012
package com.orco.graneles.jsf.seguridad; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.seguridad.GrupoFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import jav...
603
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.jsf.seguridad; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.domain.seguridad.Usuario; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.segu...
801
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.Categoria; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.personal.CategoriaFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.ej...
1,215
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.CategoriaSecundaria; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.personal.CategoriaSecundariaFacade; import java.io.Serializable; import java.util.ResourceBun...
1,284
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.Sindicato; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.personal.SindicatoFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.ej...
1,263
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.Accidentado; import com.orco.graneles.domain.personal.JornalCaido; import com.orco.graneles.domain.personal.Personal; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.mo...
2,586
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.Personal; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.personal.PersonalFacade; import java.io.Serializable; import java.util.ArrayList; import java.util.Colle...
1,429
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.Tarea; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.personal.TareaFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax.ejb.EJB; i...
1,238
github-java-corpus
2,012
package com.orco.graneles.jsf.personal; import com.orco.graneles.domain.personal.ObraSocial; import com.orco.graneles.domain.seguridad.Grupo; import com.orco.graneles.jsf.util.JsfUtil; import com.orco.graneles.model.personal.ObraSocialFacade; import java.io.Serializable; import java.util.ResourceBundle; import javax....
1,263
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.jsf; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; /** * * @author orco */ @ManagedBean(name = "menuController") @RequestScoped public class MenuController { ...
115
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.salario.ItemsSueldo; import com.orco.graneles.domain.salario.Periodo; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.vo.ItemSu...
540
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.reports; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStre...
716
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.salario.Periodo; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.vo.TrabajadorConBrutoVO; import java.util.*; import net.sf.jas...
441
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.Embarque; import com.orco.graneles.vo.ResumenCargaEmbarqueVO; import java.util.ArrayList; import java.util.List; import net.sf.jasperreports.engin...
299
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.salario.Periodo; import com.orco.graneles.domain.salario.ItemsSueldo; import com.orco.graneles.domain.salario.ConceptoRecibo; import com.orco.graneles.d...
1,847
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.Embarque; import com.orco.graneles.domain.personal.JornalCaido; import com.orco.graneles.domain.salario.Adelanto; import com.orco.graneles.vo.Adel...
322
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.*; import com.orco.graneles.domain.facturacion.Empresa; import com.orco.graneles.model.carga.CargaTurnoCargasFacade; import com.orco.graneles.vo.R...
1,099
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.salario.ItemsSueldo; import com.orco.graneles.domain.salario.Periodo; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.vo.ItemSu...
540
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.*; import com.orco.graneles.vo.CargaTurnoVO; import com.orco.graneles.vo.ResumenCargaEmbarqueVO; import com.orco.graneles.vo.TurnoObservacionVO; i...
722
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.salario.ItemsSueldo; import com.orco.graneles.domain.salario.Periodo; import com.orco.graneles.domain.salario.Sueldo; import com.orco.graneles.vo.ItemSu...
507
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.TrabajadoresTurnoEmbarque; import com.orco.graneles.domain.carga.TurnoEmbarque; import com.orco.graneles.domain.carga.TurnoEmbarqueObservaciones; ...
795
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.Embarque; import com.orco.graneles.domain.personal.JornalCaido; import com.orco.graneles.vo.JornalCaidoVO; import com.orco.graneles.vo.ResumenCarg...
335
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates and open the template in * the editor. */ package com.orco.graneles.reports; import com.orco.graneles.domain.carga.*; import com.orco.graneles.vo.CargaTurnoVO; import com.orco.graneles.vo.ResumenCargaEmbarqueVO; import com.orco.graneles.vo.TrabajadorTurnoEmbarq...
967
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
274
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,152
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
759
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
963
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
262
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
189
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,185
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,146
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
361
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
610
github-java-corpus
2,012
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,595
github-java-corpus
2,012
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
1,835
github-java-corpus
2,012
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,007
github-java-corpus
2,012
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
433
github-java-corpus
2,012
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
1,708
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
193
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,929
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
915
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
182
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
266
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
340
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
453
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
187
github-java-corpus
2,012
package org.jdto.util; import java.lang.reflect.Array; import java.lang.reflect.InvocationTargetException; import org.jdto.util.exception.CloneFailedException; /** * This class has been extracted from the ObjectUtils provided on the Apache * Commons-Lang library, the methods present in this class were copied here s...
447
github-java-corpus
2,012
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
788
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,746
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,443
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,386
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
406
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
155
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
363
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
838
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
193
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,666
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
845
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
714
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,001
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
372
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,817
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,475
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
233
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,021
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,513
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
439
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
305
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
620
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
522
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
205
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
606
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
437
github-java-corpus
2,012
/* * Copyright 2011 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
255
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
638
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
744
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
201
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,457
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
276
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
342
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
415
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
755
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
177
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
816
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,613
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
197
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,029
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
633
github-java-corpus
2,012
/* * Copyright 2012 Juan Alberto López Cavallotti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
720