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 pets.hairy; public class Cat { private int age; //This is the cat's age in years private String name; public Cat(){ /* * ����� ������ �� ������ */ System.out.println("Creating new Cat"); } public Cat(int defaultAge){ System.out.println("Creating new Cat with [int] age:"+defaultAge); s...
236
github-java-corpus
2,012
package pets; public class Snake { String name = "sssss"; int legth; boolean isDeadly; double weight; public void print(){ String name = "ffffffffffff"; System.out.println(name); System.out.println(legth); System.out.println(isDeadly); System.out.println(weight); } public void print2(){ ...
170
github-java-corpus
2,012
import pets.Snake; import pets.hairy.Cat; import pets.hairy.Dog; import pets.hairy.Mouse; /** * This is the application's main class * @author jbt * */ public class Main { /* this is a remark that spans over several lines */ public static void main(String[] args) { Snake slickey = new Snake(); Sys...
100
github-java-corpus
2,012
public class Numbers { public static void main(String[] args) { float num = .5f; } }
25
github-java-corpus
2,012
public class Car { }
6
github-java-corpus
2,012
public class Person { private int height = 180; private int weight; private int age = 25; private String name = "Assaf"; public void sayHi() { System.out.println("Hi!"); } public void setAge(int a){ age = a; } public int getAge(){ doInternal(); return age; } public void setName(String n){...
118
github-java-corpus
2,012
public class Account { private int currentAmount; private String status; public void deposit(int sum){ } public void withdraw(int sumToWitdraw){ } public String getStatus() { return status; } public void setStatus(String a) { status = a; } public int getAmount(){ return currentAmount; ...
78
github-java-corpus
2,012
package sample.p; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.provider.ContactsContract; import android.telephony.PhoneNumberFormattingTextWatcher; import android.util.Log; import android.view.View; import android.view.View.OnClickListene...
261
github-java-corpus
2,012
/* * @(#) Scanner.java * * Tangible Object Placement Codes (TopCodes) * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; y...
2,957
github-java-corpus
2,012
/* * @(#) TopCode.java * * Tangible Object Placement Codes (TopCodes) * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; y...
3,665
github-java-corpus
2,012
/** * Copyright 2010 Guenther Hoelzl, Shawn Brown * * This file is part of MINDdroid. * * MINDdroid is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
3,238
github-java-corpus
2,012
/** * Copyright 2010, 2011 Guenther Hoelzl, Shawn Brown * * This file is part of MINDdroid. * * MINDdroid is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or *...
2,706
github-java-corpus
2,012
/** * Copyright 2010 Guenther Hoelzl * * This file is part of MINDdroid. * * MINDdroid is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option)...
223
github-java-corpus
2,012
/** * (Changes from original are) Copyright 2010 Guenther Hoelzl, Shawn Brown * * This file is part of MINDdroid. * * MINDdroid is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3...
1,691
github-java-corpus
2,012
/* * @(#) Program.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can r...
743
github-java-corpus
2,012
/* * @(#) StatementFactory.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; ...
1,056
github-java-corpus
2,012
/* * @(#) CompileException.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can red...
261
github-java-corpus
2,012
/* * @(#) Connector.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can...
984
github-java-corpus
2,012
package tidal.tern.compiler; import junit.framework.Assert; import junit.framework.TestCase; import java.io.BufferedReader; import java.io.FileReader; import net.percederberg.grammatica.parser.ParserLogException; public class TextCompilerTest extends TestCase { protected TextCompiler compiler = new TextComp...
491
github-java-corpus
2,012
/* * @(#) Statement.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can...
1,211
github-java-corpus
2,012
/* * @(#) TangibleCompiler.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; ...
2,248
github-java-corpus
2,012
/* * TernConstants.java * * THIS FILE HAS BEEN GENERATED AUTOMATICALLY. DO NOT EDIT! */ package tidal.tern.compiler.parser; /** * An interface with constants for the parser and tokenizer. * * @author Michael S. Horn * @version 1.0 */ public interface TernConstants { /** * A token identity consta...
1,755
github-java-corpus
2,012
/* * TernAnalyzer.java * * THIS FILE HAS BEEN GENERATED AUTOMATICALLY. DO NOT EDIT! */ package tidal.tern.compiler.parser; import net.percederberg.grammatica.parser.Analyzer; import net.percederberg.grammatica.parser.Node; import net.percederberg.grammatica.parser.ParseException; import net.percederberg.grammatic...
16,538
github-java-corpus
2,012
/* * TernParser.java * * THIS FILE HAS BEEN GENERATED AUTOMATICALLY. DO NOT EDIT! */ package tidal.tern.compiler.parser; import java.io.Reader; import net.percederberg.grammatica.parser.ParserCreationException; import net.percederberg.grammatica.parser.ProductionPattern; import net.percederberg.grammatica.parser...
4,255
github-java-corpus
2,012
/* * TernTokenizer.java * * THIS FILE HAS BEEN GENERATED AUTOMATICALLY. DO NOT EDIT! */ package tidal.tern.compiler.parser; import java.io.Reader; import net.percederberg.grammatica.parser.ParserCreationException; import net.percederberg.grammatica.parser.TokenPattern; import net.percederberg.grammatica.parser.T...
1,568
github-java-corpus
2,012
/* * @(#) TangibleCompiler.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; ...
997
github-java-corpus
2,012
/* * @(#) ProgramView.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you c...
3,322
github-java-corpus
2,012
/* * @(#) Roberto.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can redistribute...
1,071
github-java-corpus
2,012
/* * @(#) Song.java * * Tern Tangible Programming System * Copyright (C) 2009 Michael S. Horn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License...
439
github-java-corpus
2,012
/* * @(#) Song.java * * Tern Tangible Programming System * Copyright (C) 2009 Michael S. Horn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License...
313
github-java-corpus
2,012
/* * @(#) Song.java * * Tern Tangible Programming System * Copyright (C) 2009 Michael S. Horn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License...
427
github-java-corpus
2,012
/* * @(#) TButton.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can r...
1,086
github-java-corpus
2,012
/* * @(#) Robot.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can redistribute i...
337
github-java-corpus
2,012
/* * @(#) Debugger.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can ...
325
github-java-corpus
2,012
package tidal.tern.rt; import junit.framework.Assert; import junit.framework.TestCase; import java.io.Reader; import java.io.FileReader; import java.io.BufferedReader; import tidal.tern.compiler.TextCompiler; public class InterpreterTest extends TestCase { protected Interpreter in; protected void setUp()...
432
github-java-corpus
2,012
/* * @(#) Interpreter.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you c...
2,021
github-java-corpus
2,012
/* * @(#) Process.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can r...
3,270
github-java-corpus
2,012
/* * @(#) Tern.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can redistribute it...
1,035
github-java-corpus
2,012
/* * @(#) NXTRobot.java * * Tern Tangible Programming Language * Copyright (c) 2011 Michael S. Horn * * Michael S. Horn (michael.horn@tufts.edu) * Northwestern University * 2120 Campus Drive * Evanston, IL 60613 * * This program is free software; you can redistribut...
1,592
github-java-corpus
2,012
package decorateurs; public class DecorateurMoteur { }
13
github-java-corpus
2,012
package decorateurs; public class DecorateurTerrain { }
11
github-java-corpus
2,012
package decorateurs; public class DecorateurBloc { }
11
github-java-corpus
2,012
package impl; import services.EtatJeu; import services.TypeBloc; import services.TypeDirection; public class MoteurJeu { private Terrain Jeu; private int PasMax; private int Pas; private int NbDiamant; private EtatJeu etat; public MoteurJeu() { Jeu = null; PasMax = 0; Pas = 0; NbDiamant = 0; etat = ...
603
github-java-corpus
2,012
package impl; import java.util.ArrayList; import services.TypeBloc; public class Terrain { private ArrayList<Bloc> plateau; private int X; private int Y; public Terrain(int x, int y) { X = x; Y = y; plateau = new ArrayList<Bloc>(x*y); } //observateurs //plateau( 1,1 ; 1,2 ; 1,3 ; ... 1,y ... ; 2,1 ;...
601
github-java-corpus
2,012
package impl; import services.TypeBloc; public class Bloc { private TypeBloc type; public Bloc() {type = TypeBloc.VIDE;} public TypeBloc PrendreType() {return type;} public void MettreType(TypeBloc t) {type = t;} }
59
github-java-corpus
2,012
package services; public enum EtatJeu { INIT, ENCOURS, GAGNEE, PERDUE, }
28
github-java-corpus
2,012
package services; public interface MoteurService { }
11
github-java-corpus
2,012
package services; public enum TypeDirection { RIEN, HAUT, BAS, DROITE, GAUCHE, }
28
github-java-corpus
2,012
package services; public enum TypeBloc { VIDE, TERRE, HERO, MUR, ROCHER, DIAMANT, SORTIE_O, SORTIE_F, }
43
github-java-corpus
2,012
package services; public interface BlocService { }
9
github-java-corpus
2,012
package services; public interface TerrainService { }
9
github-java-corpus
2,012
package contrats; public class ContratMoteur { }
13
github-java-corpus
2,012
package contrats; public class ContratBloc { }
11
github-java-corpus
2,012
package contrats; public class ContratTerrain { }
11
github-java-corpus
2,012
package contrats; public class ErreurPrecondition extends ErreurContrat { private static final long serialVersionUID = 9050050491786738283L; public ErreurPrecondition(String message) { super("Postcondition failed: "+message); } }
54
github-java-corpus
2,012
package contrats; public class ErreurContrat extends Error { private static final long serialVersionUID = -453187753454311764L; public ErreurContrat(String message) { super(message); } }
44
github-java-corpus
2,012
package contrats; public class ErreurInvariant extends ErreurContrat { private static final long serialVersionUID = 2050146913131637445L; public ErreurInvariant(String message) { super("Invariant failed: "+message); } }
51
github-java-corpus
2,012
package contrats; public class ErreurPostcondition extends ErreurContrat { private static final long serialVersionUID = 9050050491786738283L; public ErreurPostcondition(String message) { super("Postcondition failed: "+message); } }
54
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...
1,037
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.lwes.hadoop.io; import java.io.IOException; import java.util.Properties; import org.apache.hadoop.fs.FSDataOutputStream; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.a...
835
github-java-corpus
2,012
package org.lwes.hadoop.io; import java.io.DataInputStream; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.io.StreamCorruptedException; import java.text.SimpleDateFormat; import java.util.Date; import org.lwes.serializer.DeserializerState; import org.lwes.serializer....
1,000
github-java-corpus
2,012
/* * Serializes an event as a Datagram Packet */ package org.lwes.hadoop.io; import java.io.DataOutputStream; import java.io.IOException; import java.io.OutputStream; import java.net.DatagramPacket; import java.net.InetAddress; import java.nio.ByteBuffer; import org.lwes.Event; import org.lwes.NoSuchAttributeExcepti...
847
github-java-corpus
2,012
package org.lwes.hadoop; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import java.util.Enumeration; import java.util.Iterator; import java.util.Set; import java.util.TreeSet; import org.apache.hadoop.io.WritableComparable; import org.lwes.Event; import org.lwes.EventSystemException...
738
github-java-corpus
2,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.lwes.hadoop.hive; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import j...
3,559
github-java-corpus
2,012
package org.openx.data.hive.journalserde; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ ...
150
github-java-corpus
2,012
package com.jamesward; import org.eclipse.jetty.server.Server; import org.eclipse.jetty.webapp.WebAppContext; public class Main { /** * @param args */ public static void main(String[] args) throws Exception { String webappDirLocation = "src/main/webapp/"; Server ser...
149
github-java-corpus
2,012
package com.jamesward; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.*; public class HelloServlet extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpServletRespon...
84
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
451
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entarteinment, Inc. // ------------------------------------------------------------------------ // All right...
1,594
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
268
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractLocalSessionScavengingTest; import org.eclipse.jetty.server.session.AbstractTestServer; import org.junit.Test; public abstract class AbstractMemcachedLocalSessionScavengingTest extends AbstractLocalSessionScavengingTest { p...
163
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
1,220
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
256
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
307
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; //======================================================================== //Copyright (c) 2011 Intalio, Inc. //Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. //------------------------------------------------------------------------ //All rights reserved. This program a...
1,650
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
255
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; //======================================================================== //Copyright (c) 2011 Intalio, Inc. //Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. //------------------------------------------------------------------------ //All rights reserved. This program an...
293
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
451
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; //======================================================================== //Copyright (c) 2011 Intalio, Inc. //Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. //------------------------------------------------------------------------ //All rights reserved. This program an...
1,243
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
256
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractInvalidationSessionTest; import org.eclipse.jetty.server.session.AbstractTestServer; import org.junit.Test; public abstract class AbstractMemcachedInvalidationSessionTest extends AbstractInvalidationSessionTest { public Abs...
115
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; // ======================================================================== // Copyright (c) 1996-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 2012 Geisha Tokyo Entertainment, Inc. // ------------------------------------------------------------------------ // All right...
280
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractImmortalSessionTest; import org.eclipse.jetty.server.session.AbstractTestServer; import org.junit.Test; public abstract class AbstractMemcachedImmortalSessionTest extends AbstractImmortalSessionTest { public AbstractTestSer...
108
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractSessionMigrationTest; import org.eclipse.jetty.server.session.AbstractTestServer; import org.junit.Test; public abstract class AbstractMemcachedSessionMigrationTest extends AbstractSessionMigrationTest { public AbstractTest...
103
github-java-corpus
2,012
package org.eclipse.jetty.nosql.kvs.session; import junit.framework.TestCase; public abstract class AbstractFactoryTest extends TestCase { protected AbstractSessionFactory factory = null; public void setUp() throws Exception { factory = createFactory(); } public abstract AbstractSessionFactory createFactory();...
206
github-java-corpus
2,012
package org.eclipse.jetty.nosql.kvs.session; import java.io.Serializable; import java.util.Arrays; import java.util.HashMap; import junit.framework.TestCase; public abstract class AbstractTranscoderTest extends TestCase { protected ISerializationTranscoder transcoder = null; public void setUp() throws Exception {...
934
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.nosql.kvs.KeyValueStoreClientException; import org.eclipse.jetty.nosql.memcached.hashmap.HashMapClient; import org.junit.Test; import static org.junit.Assert.assertEquals; /** * Created by IntelliJ IDEA. * User: yyuu * Date: 12/02/20 * Time: 12:3...
402
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class KryoLastAccessTimeTest extends AbstractMemcachedLastAccessTimeTest { @Override public AbstractTestServer createServer(int port, int max, int scavenge) { return new KryoMemcachedTestS...
83
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class KryoServerCrossContextSessionTest extends AbstractMemcachedServerCrossContextSessionTest { @Override public AbstractTestServer createServer(int port) { return new KryoMemcachedTestSe...
72
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class KryoSessionSavingValueTest extends AbstractMemcachedSessionSavingValueTest { @Override public AbstractTestServer createServer(int port, int max, int scavenge) { return new KryoMemcac...
84
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class XStreamLightLoadTest extends AbstractMemcachedLightLoadTest { @Override public AbstractTestServer createServer(int port) { return new XStreamMemcachedTestServer(port); } }
68
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class KryoImmortalSessionTest extends AbstractMemcachedClientCrossContextSessionTest { @Override public AbstractTestServer createServer(int port) { return new KryoMemcachedTestServer(port)...
71
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; public class SessionSavingValueTest extends AbstractMemcachedSessionSavingValueTest { }
28
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; public class ServerCrossContextSessionTest extends AbstractMemcachedServerCrossContextSessionTest { }
30
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; public class RemoveSessionTest extends AbstractMemcachedRemoveSessionTest { }
27
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class KryoNewSessionTest extends AbstractMemcachedNewSessionTest { @Override public AbstractTestServer createServer(int port, int max, int scavenge) { return new KryoMemcachedTestServer(po...
81
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class XStreamNewSessionTest extends AbstractMemcachedNewSessionTest { @Override public AbstractTestServer createServer(int port, int max, int scavenge) { return new XStreamMemcachedTestSer...
81
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class KryoInvalidationSessionTest extends AbstractMemcachedInvalidationSessionTest { @Override public AbstractTestServer createServer(int port) { return new KryoMemcachedTestServer(port); ...
70
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; public class ImmortalSessionTest extends AbstractMemcachedClientCrossContextSessionTest { }
29
github-java-corpus
2,012
package org.eclipse.jetty.nosql.memcached; import org.eclipse.jetty.server.session.AbstractTestServer; public class XStreamSessionMigrationTest extends AbstractMemcachedSessionMigrationTest { @Override public AbstractTestServer createServer(int port) { return new XStreamMemcachedTestServer(port); ...
68