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.smud.model.command.informative;
import java.util.Arrays;
import java.util.Properties;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.smud.model.Color;
import com.smud.model.Keywords;
import com.smud.model.character.Player;
import com.smud.model.command.CommandR... | 411 |
github-java-corpus | 2,012 | package com.smud.model.command.informative;
import java.text.MessageFormat;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.smud.model.Color;
import com.smud.model.character.Player;
import com.smud.model.command.CommandResponse;
import com.smud.model.command.Response;
publ... | 235 |
github-java-corpus | 2,012 | package com.smud.model.command.informative;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.smud.model.Color;
import com.smud.model.Direction;
import com.smud.model.Room;
import com.smud.model.char... | 439 |
github-java-corpus | 2,012 | package com.smud.model.command.informative;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.smud.model.Color;
import com.smud.model.character.Player;
import com.smud.model.command.Command;
import com.smud.model.command.Comm... | 224 |
github-java-corpus | 2,012 | package com.smud.model.command;
import junit.framework.Assert;
import junit.framework.TestCase;
import com.smud.model.Color;
import com.smud.model.Room;
import com.smud.model.character.Player;
public class RoomTest extends TestCase {
public void test1() {
Room room = new Room();
Player p1 = new Player();... | 143 |
github-java-corpus | 2,012 | package com.smud.model.character;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
public class ThiefAttributePriorityStrategyTest {
private ThiefAttributePriorityStrategy strategy;
@Before
public void setUp() {
strategy = new ... | 219 |
github-java-corpus | 2,012 | package com.smud.model.character;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
public class WarriorAttributePriorityStrategyTest {
private WarriorAttributePriorityStrategy strategy;
@Before
public void setUp() {
strategy = ... | 219 |
github-java-corpus | 2,012 | package com.smud.model.character;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
public class ClericAttributePriorityStrategyTest {
private ClericAttributePriorityStrategy strategy;
@Before
public void setUp() {
strategy = ne... | 222 |
github-java-corpus | 2,012 | package com.smud.model.character;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
public class MageAttributePriorityStrategyTest {
private MageAttributePriorityStrategy strategy;
@Before
public void setUp() {
strategy = new Ma... | 219 |
github-java-corpus | 2,012 | package com.smud.model.character;
import java.util.List;
import java.util.Random;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
import com.smud.model.Dice;
public class AttributeGeneratorTest {
private AttributeGenerator generator;
@Before
public v... | 225 |
github-java-corpus | 2,012 | package com.smud.model;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
public class KeywordsTest {
private Keywords keywords;
@Before
public void setUp() {
keywords = new Keywords();
}
@Test
public void testMatchFirstWor... | 372 |
github-java-corpus | 2,012 | package dk.exenova.ant;
import java.util.Random;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import java.util.Date;
import java.text.SimpleDateFormat;
public class BuildNamer extends Task {
Random random = new Random(System.currentTimeMillis());
private String property;... | 1,701 |
github-java-corpus | 2,012 | package dk.exenova.ant;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import java.util.Date;
import java.text.SimpleDateFormat;
public class Timestamp extends Task {
private String property;
@Override
public void execute() throws BuildException {
getProject().setNewPr... | 137 |
github-java-corpus | 2,012 | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Yo... | 9,626 |
github-java-corpus | 2,012 | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Yo... | 14,104 |
github-java-corpus | 2,012 | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Yo... | 5,636 |
github-java-corpus | 2,012 | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Yo... | 4,040 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
import java.util.ArrayList;
import java.util.Enumerat... | 1,076 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
import jargs.gnu.CmdLineParser;
import org.mozilla.ja... | 1,694 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*
* This code is a port of Isaac Schlueter's cssmin utility.
*/
package com.yahoo.platform.yui.com... | 1,727 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
import java.io.ByteArrayOutputStream;
import java.io.... | 900 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
import org.mozilla.javascript.*;
import java.io.IOEx... | 9,624 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
import java.lang.reflect.Method;
public ... | 152 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
import org.mozilla.javascript.Token;
/**
* JavaScri... | 288 |
github-java-corpus | 2,012 | /*
* YUI Compressor
* Author: Julien Lecomte <jlecomte@yahoo-inc.com>
* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.txt
*/
package com.yahoo.platform.yui.compressor;
public class JavaScriptToken {
private int type;... | 132 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe;
/*
* 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 A... | 1,085 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
/*
* 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 ... | 637 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
/*
* 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 ... | 1,377 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
/*
* 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 ... | 1,007 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command;
/*
* 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 und... | 886 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.list;
/*
* 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 yo... | 747 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.list;
/*
* 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 yo... | 462 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.checkout;
/*
* 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
* t... | 1,710 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.status;
/*
* 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 ... | 941 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.status;
/*
* 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 ... | 646 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.tag;
/*
* 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... | 1,358 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.remove;
/*
* 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 ... | 684 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.remove;
/*
* 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 ... | 639 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.branch;
/*
* 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 ... | 1,272 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.branch;
/*
* 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 ... | 441 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.add;
/*
* 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... | 1,076 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command;
/*
* 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 und... | 609 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.changelog;
/*
* 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
* ... | 2,019 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.changelog;
/*
* 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
* ... | 1,400 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.diff;
/*
* 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 yo... | 888 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.checkin;
/*
* 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... | 1,805 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
import java.io.BufferedReader;
import java.io.File;
import java.io.Reader;
import org.apache.maven.scm.log.DefaultLog;
import org.codehaus.plexus.PlexusTestCase;
import org.codehaus.plexus.util.ReaderFactory;
/*
* Licensed to the Apache Software Found... | 572 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
import java.io.BufferedReader;
import java.io.File;
import java.io.Reader;
import java.util.List;
import org.apache.maven.scm.ScmFile;
import org.apache.maven.scm.ScmFileStatus;
import org.apache.maven.scm.log.DefaultLog;
import org.codehaus.plexus.Plex... | 1,042 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
/*
* 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 ... | 344 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.update;
/*
* 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 ... | 728 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.checkout;
/*
* 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
* t... | 556 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.checkout;
/*
* 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
* t... | 295 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.status;
/*
* 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 ... | 1,072 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.status;
/*
* 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 ... | 343 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.tag;
/*
* 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... | 352 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.tag;
/*
* 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... | 604 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.remove;
/*
* 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 ... | 731 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.branch;
/*
* 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 ... | 308 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.add;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.maven.scm.ScmTestCase;
import org.codehaus.plexus.util.cli.Commandline;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor licen... | 563 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.changelog;
/*
* 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
* ... | 1,294 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.changelog;
/*
* 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
* ... | 1,957 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.changelog;
import org.apache.maven.scm.provider.git.GitScmTestUtils;
import org.apache.maven.scm.provider.git.command.changelog.GitChangeLogCommandTckTest;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreement... | 314 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.diff;
/*
* 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 yo... | 308 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.checkin;
/*
* 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... | 764 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.gitexe.command.checkin;
/*
* 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... | 349 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.repository;
/*
* 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 t... | 2,950 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.repository;
/*
* 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 t... | 566 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git;
/*
* 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 L... | 2,244 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git;
/*
* 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 L... | 833 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.util;
/*
* 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 Apa... | 505 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.update;
/*
* 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 und... | 333 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command;
/*
* 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 ... | 268 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.diff;
/*
* 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... | 1,360 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.info;
/*
* 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... | 422 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.info;
/*
* 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... | 689 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git;
/*
* 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 L... | 538 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git;
/*
* 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 L... | 661 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.repository;
/*
* 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 t... | 2,578 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.diff;
/*
* 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... | 948 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git;
/*
* 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 L... | 446 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git;
/*
* 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 L... | 917 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.update;
/*
* 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 und... | 338 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.list;
/*
* 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... | 338 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.checkout;
/*
* 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 u... | 386 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.status;
/*
* 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 und... | 338 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.tag;
/*
* 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 ... | 338 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.branch;
/*
* 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 und... | 338 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.changelog;
import org.apache.maven.scm.provider.git.GitScmTestUtils;
import org.apache.maven.scm.tck.command.changelog.ChangeLogCommandTckTest;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE ... | 310 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.diff;
/*
* 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... | 338 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.command.checkin;
/*
* 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 un... | 344 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit;
/*
* 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 Apa... | 971 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.checkout;
/*
* 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 ... | 1,052 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.status;
/*
* 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 yo... | 502 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.maven.scm.ScmBranch;
import org.apache.maven.scm.ScmException;
import org.apache.maven.scm.ScmFile;
import org.apache.maven.scm.ScmFileSet;
import org.apache.maven.scm.ScmF... | 1,448 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.tag;
/*
* 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 u... | 815 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.add;
/*
* 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 u... | 772 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.changelog;
/*
* 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... | 928 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.checkin;
/*
* 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 y... | 1,027 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.checkout;
/*
* 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... | 330 |
github-java-corpus | 2,012 | package org.apache.maven.scm.provider.git.jgit.command.status;
/*
* 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 yo... | 324 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.