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.silverpeas.silvercrawler.servlets.handlers; import javax.servlet.http.HttpServletRequest; import com.silverpeas.silvercrawler.control.SilverCrawlerSessionController; /** * Handler for use case : folder new name has been submitted. * * @author Ludovic Bertin * */ public class RenameFolderHandler exte...
255
github-java-corpus
2,012
package com.silverpeas.silvercrawler.servlets.handlers; import javax.servlet.http.HttpServletRequest; import com.silverpeas.silvercrawler.control.SilverCrawlerSessionController; /** * Handler for use case : main view for portlet usage. * * @author Ludovic Bertin * */ public class PortletHandler extends Function...
209
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * ...
585
github-java-corpus
2,012
package com.silverpeas.silvercrawler.servlets.handlers; import javax.servlet.http.HttpServletRequest; import com.silverpeas.silvercrawler.control.SilverCrawlerSessionController; import com.silverpeas.silvercrawler.model.SilverCrawlerForbiddenActionException; import com.stratelia.webactiv.util.exception.SilverpeasExce...
273
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * ...
1,847
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * ...
468
github-java-corpus
2,012
package com.silverpeas.silvercrawler.control; import java.io.File; import java.io.IOException; /** * This class is the result of a dragNDrop of folders and path in SilverCrawler. * * @author Ludovic Bertin * */ public class UploadItem { int id = -1; String fileName = null; String parentPath = null; boole...
405
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
7,005
github-java-corpus
2,012
package com.silverpeas.silvercrawler.control; /** * Helper class to manage user profile * * @author Ludovic Bertin * */ public class ProfileHelper { /** * Extract best profile from given profiles. * * @param profiles an array of profile * * @return the best profile */ public static String...
156
github-java-corpus
2,012
package com.silverpeas.silvercrawler.control; import java.util.ArrayList; import java.util.List; import com.stratelia.webactiv.util.ResourceLocator; /** * This class is the result of a dragNDrop of folders and path in SilverCrawler. * @author Ludovic Bertin */ public class UploadReport { String repositoryPath =...
653
github-java-corpus
2,012
package com.silverpeas.silvercrawler.control; /** * Folder ZIP Information. * * @author Ludovic Bertin * */ public class FolderZIPInfo { String fileZip = null; long size = 0; long maxiSize = 0; String url = null; public String getFileZip() { return fileZip; } public void setFileZip(String file...
193
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
430
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
9,184
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
997
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
6,240
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
745
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * ...
360
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
1,437
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * A...
827
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a special...
376
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * A...
346
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
1,057
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
635
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
2,498
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
2,168
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
634
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a specia...
2,322
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
748
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * ...
552
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
468
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * ...
456
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a specia...
1,018
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
1,163
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
563
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spe...
488
github-java-corpus
2,012
/** * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either version 3 * of the License, or (at your option) any later version. * * As a...
3,917
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
825
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
1,353
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * A...
452
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
3,979
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
1,522
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2011 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * A...
434
github-java-corpus
2,012
/* * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spec...
3,651
github-java-corpus
2,012
package com.eclipsesource.tabris.demos; import org.eclipse.rap.rwt.application.ApplicationConfiguration; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; import org.osgi.framework.ServiceRegistration; public class Activator implements BundleActivator { private ServiceRegistration...
123
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
2,537
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
2,074
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
6,328
github-java-corpus
2,012
/* * "***************************************************************************** * * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is ...
1,864
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
1,586
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
747
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ava...
298
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ava...
1,906
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
3,325
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2009, 2011 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and ...
476
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is * ava...
381
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2011 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ava...
1,668
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2009, 2011 EclipseSource and others. All rights reserved. This * program and the accompanying materials are made available under the terms of * the Eclipse Public License v1.0 which accompanies this distribution, and is ...
2,689
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2009, 2011 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and ...
470
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2011 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ava...
1,377
github-java-corpus
2,012
/******************************************************************************* * Copyright (c) 2012 EclipseSource and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ava...
262
github-java-corpus
2,012
package com.escapeNT.acidRain; import java.util.Arrays; import java.util.List; import org.bukkit.util.config.Configuration; /** * Acid rain configuration. * @author escapeNT */ public class Config { private static Configuration c = Util.getPlugin().getConfiguration(); private static int damageInterval;...
1,018
github-java-corpus
2,012
package com.escapeNT.acidRain; import java.util.Random; import org.bukkit.World; import org.bukkit.event.weather.WeatherChangeEvent; import org.bukkit.event.weather.WeatherListener; /** * Listener for weather change events. * @author escapeNT */ public class AcidRainWeatherListener extends WeatherListener { ...
198
github-java-corpus
2,012
package com.escapeNT.acidRain; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.World; import org.bukkit.block.Biome; import org.bukkit.entity.Player; import org.bukkit.event.player.PlayerKickEvent; import org.bukkit.event.player.PlayerListener; import org.bukkit.event.player.PlayerMoveEvent...
451
github-java-corpus
2,012
package com.escapeNT.acidRain.tasks; import com.escapeNT.acidRain.AcidRain; import com.escapeNT.acidRain.Config; import com.escapeNT.acidRain.Util; import org.bukkit.entity.Player; /** * * @author escapeNT */ public class PlayerDamageTask implements Runnable { public void run() { for(Player p : Util.g...
132
github-java-corpus
2,012
package com.escapeNT.acidRain.tasks; import com.escapeNT.acidRain.AcidRain; import com.escapeNT.acidRain.Config; import com.escapeNT.acidRain.Util; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.bukkit.Chunk; import org.bukkit.Material; import org.bukkit.World; import org.bukki...
393
github-java-corpus
2,012
package com.escapeNT.acidRain; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.World; import org.bukkit.block.Block; import...
954
github-java-corpus
2,012
package com.escapeNT.acidRain; import com.escapeNT.acidRain.PailCompat.SettingsInterface; import org.bukkit.ChatColor; import org.bukkit.World; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.event.Event.Priority; import org.bukkit.event....
1,196
github-java-corpus
2,012
package com.escapeNT.acidRain.PailCompat; import com.escapeNT.acidRain.Config; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.swing.DefaultListModel; import javax.swing.JOptionPane; import org.bukkit.Bukkit; import org.bukkit.World; /** * Settings interface for Pail * @aut...
1,530
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
30,214
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
34,001
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
55,076
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
16,295
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2008, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
6,801
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
2,757
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
3,969
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
1,791
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
5,521
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
2,574
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
3,975
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2006, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
1,617
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2010, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
3,267
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
1,558
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
2,462
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
9,737
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2008, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
3,065
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
985
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
3,967
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2012, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
3,330
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
776
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2010, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
2,538
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2008, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
3,337
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2010, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
6,132
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
411
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2010, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
506
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
11,160
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
709
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
9,806
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availabl...
2,616
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
4,959
github-java-corpus
2,012
/**************************************************************************** Copyright (c) 2009, Colorado School of Mines and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is availab...
6,975