lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | bsd-2-clause | 5c6d26e8d7f1209d4b140b9da214c8583808c3da | 0 | imagej/imagej-ops | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 - 2017 Board of Regents of the University of
* Wisconsin-Madison, University of Konstanz and Brian Northan.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | src/test/java/net/imagej/ops/transform/concatenateView/ConcatenateViewTest.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 - 2017 Board of Regents of the University of
* Wisconsin-Madison, University of Konstanz and Brian Northan.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | ConcatenateViewTest: fix javadoc link
| src/test/java/net/imagej/ops/transform/concatenateView/ConcatenateViewTest.java | ConcatenateViewTest: fix javadoc link | |
Java | bsd-3-clause | 45bb84856324e008e923d85d592aba711b2ac5e8 | 0 | BadRobots1014/BadRobot2013 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.badrobot.commands;
import edu.wpi.first.wpilibj.command.Subsystem;
import edu.wpi.first.wpilibj.networktables.NetworkTable;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi... | src/com/badrobot/commands/AimWithCamera.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.badrobot.commands;
import edu.wpi.first.wpilibj.command.Subsystem;
import edu.wpi.first.wpilibj.networktables.NetworkTable;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi... | If the camera tells us that it's reaquiring the feed, stop the robot | src/com/badrobot/commands/AimWithCamera.java | If the camera tells us that it's reaquiring the feed, stop the robot | |
Java | bsd-3-clause | e4233c003be3af92621f789139079fb5e3f35963 | 0 | vivo-project/Vitro,vivo-project/Vitro,vivo-project/Vitro,vivo-project/Vitro | /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.Li... | webapp/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/GroupedPropertyList.java | /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.Li... | NIHVIVO-3020 Refactor code that puts properties into groups to loop through properties first, rather than groups, so that properties assigned to non-existent groups get assigned to "other" group rather than being dropped. Also makes more sense this way and avoids unnecessary repetitions. Remove group-level sorting beca... | webapp/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/GroupedPropertyList.java | NIHVIVO-3020 Refactor code that puts properties into groups to loop through properties first, rather than groups, so that properties assigned to non-existent groups get assigned to "other" group rather than being dropped. Also makes more sense this way and avoids unnecessary repetitions. Remove group-level sorting beca... | |
Java | bsd-3-clause | 9d0cb7990c8e06950fb438e68423f09671352f00 | 0 | NCIP/c3pr,NCIP/c3pr,NCIP/c3pr | package edu.duke.cabig.c3pr.web.registration;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.loggi... | codebase/projects/web/src/java/edu/duke/cabig/c3pr/web/registration/SearchRegistrationController.java | package edu.duke.cabig.c3pr.web.registration;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.loggi... | clean up
| codebase/projects/web/src/java/edu/duke/cabig/c3pr/web/registration/SearchRegistrationController.java | clean up | |
Java | apache-2.0 | b2559043fa5afff6079a99efbf3eb2cafd87934b | 0 | kinbod/deeplearning4j,dmmiller612/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deeplearning4j,dmmiller612/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,huitseeker/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deepl... | deeplearning4j-core/src/main/java/org/deeplearning4j/optimize/stepfunctions/BackPropStepFunction.java | /*
* Copyright 2015 Skymind,Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | remove backprop step function -a
Former-commit-id: 4e1bb8b6c9512a10095af11236494106e5def420 | deeplearning4j-core/src/main/java/org/deeplearning4j/optimize/stepfunctions/BackPropStepFunction.java | remove backprop step function -a | ||
Java | bsd-2-clause | 7301e3c8744f6bc4e9fb2191516ceeb16741a5c6 | 0 | iotoasis/SI,iotoasis/SI,iotoasis/SI | si-onem2m-src/src/test/java/net/herit/iot/onem2m/ae/emul/server/api/IHttpRequestListener.java | package net.herit.iot.onem2m.ae.emul.server.api;
import net.herit.iot.onem2m.ae.lib.HttpBasicRequest;
import net.herit.iot.onem2m.ae.lib.HttpBasicResponse;
/**
* Created by otto on 2015. 11. 2..
*/
public interface IHttpRequestListener {
public HttpBasicResponse handleHttpRequest(HttpBasicRequest request) throw... | Delete IHttpRequestListener.java | si-onem2m-src/src/test/java/net/herit/iot/onem2m/ae/emul/server/api/IHttpRequestListener.java | Delete IHttpRequestListener.java | ||
Java | mit | 5e3b596a20d45507a8b87b4cc421fc846b445402 | 0 | cpp-skywell/androcal | package androcal.provider;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
/**
* Created by zhangliang on 4/23/17.
*/
public class EventsDO {
public static final int STATUS_UNKNOWN = 0;
public static final int STATUS_NORMAL = 1;
public static final int STATUS_CANCEL = 2;
pub... | app/src/main/java/androcal/provider/EventsDO.java | package androcal.provider;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
/**
* Created by zhangliang on 4/23/17.
*/
public class EventsDO {
public static final int STATUS_UNKNOWN = 0;
public static final int STATUS_NORMAL = 1;
public static final int STATUS_CANCEL = 2;
pub... | removed the local-remote id map from the event object
| app/src/main/java/androcal/provider/EventsDO.java | removed the local-remote id map from the event object | |
Java | mit | b90ecacc1b5b41746996fd267235fabd764a26c7 | 0 | JeremyHe-cn/Mvp | package me.alzz.mvp;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.os.Build;
import android.support.annotation.CallSuper;
/**
* mvp简单的Fragment实现类
* Created by jeremyhe on 2017/9/12.
*/
public class BaseMvpFragment extends Fragment implements IView {
... | library/src/main/java/me/alzz/mvp/BaseMvpFragment.java | package me.alzz.mvp;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.support.annotation.CallSuper;
/**
* mvp简单的Fragment实现类
* Created by jeremyhe on 2017/9/12.
*/
public class BaseMvpFragment extends Fragment implements IView {
@CallSuper
@Override
... | fix getContext
| library/src/main/java/me/alzz/mvp/BaseMvpFragment.java | fix getContext | |
Java | mit | 8ab50323c58106a7a47c12ab8dc7adfcc9c8a639 | 0 | CodeShane/jenkins,akshayabd/jenkins,rashmikanta-1984/jenkins,msrb/jenkins,FTG-003/jenkins,mdonohue/jenkins,Jochen-A-Fuerbacher/jenkins,varmenise/jenkins,SebastienGllmt/jenkins,recena/jenkins,jcarrothers-sap/jenkins,olivergondza/jenkins,vjuranek/jenkins,albers/jenkins,fbelzunc/jenkins,seanlin816/jenkins,rsandell/jenkins... | /*
* The MIT License
*
* Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Brian Westrich, Erik Ramfelt, Ertan Deniz, Jean-Baptiste Quenot,
* Luca Domenico Milanesio, R. Tyler Ballance, Stephen Connolly, Tom Huybrechts,
* id:cactusman, Yahoo! Inc., Andrew Bayer, Manufacture Francaise des Pneu... | core/src/main/java/hudson/model/AbstractProject.java | /*
* The MIT License
*
* Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Brian Westrich, Erik Ramfelt, Ertan Deniz, Jean-Baptiste Quenot,
* Luca Domenico Milanesio, R. Tyler Ballance, Stephen Connolly, Tom Huybrechts,
* id:cactusman, Yahoo! Inc., Andrew Bayer, Manufacture Francaise des Pneu... | Update AbstractProject.java
Should follow this statement:
"Called after a job has its configuration updated." | core/src/main/java/hudson/model/AbstractProject.java | Update AbstractProject.java | |
Java | mit | 03265cee7db61941a4365c0ff9bc1ccc39dd87d6 | 0 | kmdouglass/Micro-Manager,kmdouglass/Micro-Manager | ///////////////////////////////////////////////////////////////////////////////
//FILE: MMStudioMainFrame.java
//PROJECT: Micro-Manager
//SUBSYSTEM: mmstudio
//-----------------------------------------------------------------------------
//AUTHOR: Nenad Amodaj, nenad@amodaj.com, Jul 18, 2005
/... | mmstudio/src/org/micromanager/MMStudioMainFrame.java | ///////////////////////////////////////////////////////////////////////////////
//FILE: MMStudioMainFrame.java
//PROJECT: Micro-Manager
//SUBSYSTEM: mmstudio
//-----------------------------------------------------------------------------
//AUTHOR: Nenad Amodaj, nenad@amodaj.com, Jul 18, 2005
/... | Removed runAcqusition(String, String) (note spelling) and
createAcquisition(JSONObject, boolean) which are not called anywhere nor
exposed in the API.
git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@13717 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
| mmstudio/src/org/micromanager/MMStudioMainFrame.java | Removed runAcqusition(String, String) (note spelling) and createAcquisition(JSONObject, boolean) which are not called anywhere nor exposed in the API. | |
Java | mit | 78196d0714976fe87afe66b17714a31894a604c7 | 0 | erichaugh/robolectric,tmrudick/robolectric,geekboxzone/lollipop_external_robolectric,daisy1754/robolectric,fiower/robolectric,karlicoss/robolectric,rossimo/robolectric,MIPS/external-robolectric,thiz11/platform_external_robolectric,geekboxzone/mmallow_external_robolectric,rossimo/robolectric,1zaman/robolectric,paulpv/ro... | package com.xtremelabs.robolectric;
import static java.io.File.separator;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import javax.xml.parsers.DocumentBuil... | src/com/xtremelabs/robolectric/RobolectricTestRunner.java | package com.xtremelabs.robolectric;
import static java.io.File.separator;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import javax.xml.parsers.DocumentBuil... | Do not need to make the method protected
| src/com/xtremelabs/robolectric/RobolectricTestRunner.java | Do not need to make the method protected | |
Java | mit | f9f565f1f5ddc4399decbf77cfbd37eff5f70bd8 | 0 | fbis251/JRAW,ccrama/JRAW,thatJavaNerd/JRAW,ccrama/JRAW,fbis251/JRAW,Saketme/JRAW,thatJavaNerd/JRAW,Saketme/JRAW,fbis251/JRAW,ccrama/JRAW,Saketme/JRAW,thatJavaNerd/JRAW | package net.dean.jraw.models;
import com.fasterxml.jackson.databind.JsonNode;
import net.dean.jraw.models.meta.JsonProperty;
import net.dean.jraw.models.meta.Model;
import net.dean.jraw.models.meta.SubmissionSerializer;
import net.dean.jraw.util.JrawUtils;
import java.util.Date;
import java.util.List;
/**
* Represe... | src/main/java/net/dean/jraw/models/Submission.java | package net.dean.jraw.models;
import com.fasterxml.jackson.databind.JsonNode;
import net.dean.jraw.models.meta.JsonProperty;
import net.dean.jraw.models.meta.Model;
import net.dean.jraw.models.meta.SubmissionSerializer;
import net.dean.jraw.util.JrawUtils;
import java.util.Date;
import java.util.List;
/**
* Represe... | Closes thatJavaNerd/JRAW#123
Adds a check for a null thumbnail to stop NPE from occurring if a thumbnail is removed.
| src/main/java/net/dean/jraw/models/Submission.java | Closes thatJavaNerd/JRAW#123 | |
Java | mit | 12970e3c5ca5e9f412bec4f943936e75b57955a5 | 0 | ratedali/EEESE-android,ratedali/EEESE-android | package edu.uofk.eeese.eeese.data.database;
import android.provider.BaseColumns;
import java.util.Arrays;
import java.util.List;
public final class DatabaseContract {
private DatabaseContract() {
}
public static abstract class ProjectEntry implements BaseColumns {
public static final String TABL... | app/src/main/java/edu/uofk/eeese/eeese/data/database/DatabaseContract.java | package edu.uofk.eeese.eeese.data.database;
import android.provider.BaseColumns;
import java.util.Arrays;
import java.util.List;
public final class DatabaseContract {
private DatabaseContract() {
}
public static abstract class ProjectEntry implements BaseColumns {
public static final String TABL... | Fix bug in prerequisites storage
| app/src/main/java/edu/uofk/eeese/eeese/data/database/DatabaseContract.java | Fix bug in prerequisites storage | |
Java | mit | 904bfc29a911fc4d58b64d63b50f4e7805e62027 | 0 | Sometrik/framework,Sometrik/framework,Sometrik/framework | package com.sometrik.framework;
import java.nio.charset.Charset;
import java.util.ArrayList;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.SharedPreferences;
import android.text.Ed... | android/java/com/sometrik/framework/NativeCommand.java | package com.sometrik.framework;
import java.util.ArrayList;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.SharedPreferences;
import android.text.Editable;
import android.text.Input... | Add import | android/java/com/sometrik/framework/NativeCommand.java | Add import | |
Java | mpl-2.0 | 0a1a09be987e920f2146e2d1e847e77573c13ec5 | 0 | JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core | /*************************************************************************
*
* $RCSfile: ScAccessiblePageHeader.java,v $
*
* $Revision: 1.2 $
*
* last change: $Author: sw $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesse... | qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java | /*************************************************************************
*
* $RCSfile: ScAccessiblePageHeader.java,v $
*
* $Revision: 1.1 $
*
* last change: $Author: sw $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesse... | CHG: using AnyConverter instead of simple cast
| qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java | CHG: using AnyConverter instead of simple cast | |
Java | agpl-3.0 | e2f4ac92f8c3081ae3bf5800f3a8707d248c8970 | 0 | kelvinmbwilo/vims,USAID-DELIVER-PROJECT/elmis,USAID-DELIVER-PROJECT/elmis,joshzamor/open-lmis,joshzamor/open-lmis,vimsvarcode/elmis,vimsvarcode/elmis,jasolangi/jasolangi.github.io,OpenLMIS/open-lmis,kelvinmbwilo/vims,jasolangi/jasolangi.github.io,USAID-DELIVER-PROJECT/elmis,jasolangi/jasolangi.github.io,OpenLMIS/open-l... | /*
* Copyright © 2013 VillageReach. All Rights Reserved. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
*
* If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package org.openlmis.pageobjects;
import com.thoughtwo... | test-modules/functional-tests/src/main/java/org/openlmis/pageobjects/ViewRequisitionPage.java | /*
* Copyright © 2013 VillageReach. All Rights Reserved. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
*
* If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package org.openlmis.pageobjects;
import com.thoughtwo... | Added assertion in view RnR FT to verify new patient functionality
| test-modules/functional-tests/src/main/java/org/openlmis/pageobjects/ViewRequisitionPage.java | Added assertion in view RnR FT to verify new patient functionality | |
Java | lgpl-2.1 | 00d5b9b7f83658c0384e6e6996ceab7f84e0cd5d | 0 | cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl | package org.cytoscape.cg.internal.charts;
import static javax.swing.GroupLayout.DEFAULT_SIZE;
import static javax.swing.GroupLayout.PREFERRED_SIZE;
import static org.cytoscape.cg.internal.charts.AbstractChart.DATA_COLUMNS;
import static org.cytoscape.cg.model.AbstractCustomGraphics2.COLORS;
import static org.cytoscape... | custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/charts/ColorSchemeEditor.java | package org.cytoscape.cg.internal.charts;
import static javax.swing.GroupLayout.DEFAULT_SIZE;
import static javax.swing.GroupLayout.PREFERRED_SIZE;
import static org.cytoscape.cg.internal.charts.AbstractChart.DATA_COLUMNS;
import static org.cytoscape.cg.model.AbstractCustomGraphics2.COLORS;
import static org.cytoscape... | Custom Graphics no longer resets the color palette for an existing chart when the Graphics editor is opened (#12940).
| custom-graphics-internal/src/main/java/org/cytoscape/cg/internal/charts/ColorSchemeEditor.java | Custom Graphics no longer resets the color palette for an existing chart when the Graphics editor is opened (#12940). | |
Java | lgpl-2.1 | d64367e9e8b5b4e553d5e8297035d8386aa0c65f | 0 | KengoTODA/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,sewe/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,sewe/spotbugs,johnscancella/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs | /*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2005, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (... | findbugs/src/java/edu/umd/cs/findbugs/FuzzyBugComparator.java | /*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2005, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (... | fix javadoc
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@5375 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/FuzzyBugComparator.java | fix javadoc | |
Java | lgpl-2.1 | 62e0eca88b571832d584916f24f8f0c8b4e038b0 | 0 | cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl | /*
File: GenerateNetworkViewsTask.java
Copyright (c) 2006, 2010, The Cytoscape Consortium (www.cytoscape.org)
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the Li... | core-task-impl/src/main/java/org/cytoscape/task/internal/loadnetwork/GenerateNetworkViewsTask.java | /*
File: GenerateNetworkViewsTask.java
Copyright (c) 2006, 2010, The Cytoscape Consortium (www.cytoscape.org)
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the Li... | If root network does not have a name, make it the same as its base subnetwork
| core-task-impl/src/main/java/org/cytoscape/task/internal/loadnetwork/GenerateNetworkViewsTask.java | If root network does not have a name, make it the same as its base subnetwork | |
Java | lgpl-2.1 | fd79b5290d3bfee3fbf965370d283015f2c97202 | 0 | orbeon/orbeon-forms,martinluther/orbeon-forms,ajw625/orbeon-forms,ajw625/orbeon-forms,tanbo800/orbeon-forms,joansmith/orbeon-forms,martinluther/orbeon-forms,joansmith/orbeon-forms,brunobuzzi/orbeon-forms,orbeon/orbeon-forms,evlist/orbeon-forms,wesley1001/orbeon-forms,wesley1001/orbeon-forms,brunobuzzi/orbeon-forms,orbe... | /**
* Copyright (C) 2010 Orbeon, Inc.
*
* This program is free software; you can redistribute it and/or modify it under the terms of the
* GNU Lesser General Public License as published by the Free Software Foundation; either version
* 2.1 of the License, or (at your option) any later version.
*
* This program i... | src/java/org/orbeon/oxf/xforms/XFormsModel.java | /**
* Copyright (C) 2010 Orbeon, Inc.
*
* This program is free software; you can redistribute it and/or modify it under the terms of the
* GNU Lesser General Public License as published by the Free Software Foundation; either version
* 2.1 of the License, or (at your option) any later version.
*
* This program i... | Fixed "[ #315706 ] XPath analysis: switch FR language in controls/new doesn't work".
| src/java/org/orbeon/oxf/xforms/XFormsModel.java | Fixed "[ #315706 ] XPath analysis: switch FR language in controls/new doesn't work". | |
Java | apache-2.0 | 39c97684ad89b2d04e23da84581a9f344190a520 | 0 | hal/hal.next,hpehl/hal.next,hpehl/hal.next,hpehl/hal.next,michpetrov/hal.next,michpetrov/hal.next,michpetrov/hal.next,hal/hal.next,hpehl/hal.next,hal/hal.next,hal/hal.next,michpetrov/hal.next | /*
* Copyright 2015-2016 Red Hat, Inc, and individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | app/src/main/java/org/jboss/hal/client/runtime/ProcessStateHandler.java | /*
* Copyright 2015-2016 Red Hat, Inc, and individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | Show the progress bar in the footer for server reload in standalone
| app/src/main/java/org/jboss/hal/client/runtime/ProcessStateHandler.java | Show the progress bar in the footer for server reload in standalone | |
Java | apache-2.0 | 2822cedfb0b8c3a69604d65a159e0b09d5f03c12 | 0 | ptahchiev/maven-plugins,criteo-forks/maven-plugins,sonatype/maven-plugins,hgschmie/apache-maven-plugins,kidaa/maven-plugins,apache/maven-plugins,kikinteractive/maven-plugins,Orange-OpenSource/maven-plugins,mcculls/maven-plugins,mikkokar/maven-plugins,apache/maven-plugins,omnidavesz/maven-plugins,zigarn/maven-plugins,le... | package org.apache.maven.plugins.release;
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lic... | maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java | package org.apache.maven.plugins.release;
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lic... | fix release-pom.xml
git-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@279063 13f79535-47bb-0310-9956-ffa450edef68
| maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java | fix release-pom.xml | |
Java | apache-2.0 | aaefd782e324a829a8775d5543130df2defdb843 | 0 | Intuso/housemate-client | package com.intuso.housemate.client.v1_0.messaging.jms;
import com.google.inject.Inject;
import com.google.inject.assistedinject.Assisted;
import com.intuso.housemate.client.v1_0.messaging.api.MessageConstants;
import com.intuso.housemate.client.v1_0.messaging.api.MessagingException;
import com.intuso.housemate.client... | messaging/jms/src/main/java/com/intuso/housemate/client/v1_0/messaging/jms/JMSReceiver.java | package com.intuso.housemate.client.v1_0.messaging.jms;
import com.google.inject.Inject;
import com.google.inject.assistedinject.Assisted;
import com.intuso.housemate.client.v1_0.messaging.api.MessageConstants;
import com.intuso.housemate.client.v1_0.messaging.api.MessagingException;
import com.intuso.housemate.client... | Extra logging of received messages
| messaging/jms/src/main/java/com/intuso/housemate/client/v1_0/messaging/jms/JMSReceiver.java | Extra logging of received messages | |
Java | apache-2.0 | edf827982e88ac99b0442dc75a2d0c3a4de08bd6 | 0 | liucijus/jinsist | package jinsist.expectations;
import jinsist.matchers.Arguments;
import jinsist.report.FormattedReport;
import jinsist.report.ReportEvent;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
import static jinsist.report.NothingEvent.nothing;
public class ReportExpectations implements... | expectations/src/main/java/jinsist/expectations/ReportExpectations.java | package jinsist.expectations;
import jinsist.matchers.Arguments;
import jinsist.report.FormattedReport;
import jinsist.report.ReportEvent;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
import static jinsist.report.NothingEvent.nothing;
public class ReportExpectations implements... | Refactor to smaller methods
| expectations/src/main/java/jinsist/expectations/ReportExpectations.java | Refactor to smaller methods | |
Java | apache-2.0 | d3a62b6ed4f33162e9227a62a360fe8208a296ab | 0 | lucafavatella/intellij-community,amith01994/intellij-community,muntasirsyed/intellij-community,MER-GROUP/intellij-community,alphafoobar/intellij-community,asedunov/intellij-community,alphafoobar/intellij-community,diorcety/intellij-community,supersven/intellij-community,slisson/intellij-community,nicolargo/intellij-com... | /*
* Copyright 2000-2011 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | plugins/git4idea/src/git4idea/merge/GitConflictResolver.java | /*
* Copyright 2000-2011 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | GitConflictResolver: use the Notificator to show notifications
| plugins/git4idea/src/git4idea/merge/GitConflictResolver.java | GitConflictResolver: use the Notificator to show notifications | |
Java | apache-2.0 | d5c2d14366140460877e106b54e10544c40547bf | 0 | woonsan/incubator-freemarker,woonsan/incubator-freemarker,pradeepmurugesan/incubator-freemarker,apache/incubator-freemarker,apache/incubator-freemarker,pradeepmurugesan/incubator-freemarker | /*
* 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 ... | src/test/java/freemarker/core/ObjectBuilderSettingsTest.java | /*
* 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 ... | (More test for public static fields access in configuration strings)
| src/test/java/freemarker/core/ObjectBuilderSettingsTest.java | (More test for public static fields access in configuration strings) | |
Java | apache-2.0 | 3c793c044eb81c9acb0d422c80fdc13d4d5b8901 | 0 | thr0w/dyuproject,thr0w/dyuproject,thr0w/dyuproject | //========================================================================
//Copyright 2007-2008 David Yu dyuproject@gmail.com
//------------------------------------------------------------------------
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance... | modules/ext/velocity/src/main/java/com/dyuproject/web/mvc/dispatcher/VelocityDispatcher.java | //========================================================================
//Copyright 2007-2008 David Yu dyuproject@gmail.com
//------------------------------------------------------------------------
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance... | velocity resource loader defaults | modules/ext/velocity/src/main/java/com/dyuproject/web/mvc/dispatcher/VelocityDispatcher.java | velocity resource loader defaults | |
Java | apache-2.0 | acd86aa335f0fbf558a481cd5a5524a3f821f79c | 0 | hjwylde/whiley-compiler,hjwylde/whiley-compiler,Whiley/WhileyCompiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler | // Copyright (c) 2011, David J. Pearce (djp@ecs.vuw.ac.nz)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright
// ... | modules/wyrl/src/wyrl/io/NewJavaFileWriter.java | // Copyright (c) 2011, David J. Pearce (djp@ecs.vuw.ac.nz)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright
// ... | WYRL: still working on non-deterministic pattern matching.
| modules/wyrl/src/wyrl/io/NewJavaFileWriter.java | WYRL: still working on non-deterministic pattern matching. | |
Java | apache-2.0 | ac716ce92249f969135d90b41caa9a2d9e7ca474 | 0 | babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble | package ed.doc;
import java.io.*;
import java.util.Calendar;
import java.util.Collection;
import java.util.Iterator;
import java.util.ArrayList;
import ed.js.*;
import ed.js.func.*;
import ed.js.engine.*;
import ed.db.*;
import static ed.js.JSInternalFunctions.*;
import ed.js.engine.Scope;
import ed.appserver.AppCont... | src/main/ed/doc/Generate.java | package ed.doc;
import java.io.*;
import java.util.Calendar;
import java.util.Collection;
import java.util.Iterator;
import java.util.ArrayList;
import ed.js.*;
import ed.js.func.*;
import ed.js.engine.*;
import ed.db.*;
import static ed.js.JSInternalFunctions.*;
import ed.js.engine.Scope;
import ed.appserver.AppCont... | Generate.java : use appserver to find docgen module (don't assume)
| src/main/ed/doc/Generate.java | Generate.java : use appserver to find docgen module (don't assume) | |
Java | apache-2.0 | f1a4811114f7e3d4e86635bbf04567743b198072 | 0 | realityforge/arez,realityforge/arez,realityforge/arez | package org.realityforge.arez;
import java.util.concurrent.Callable;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.jetbrains.annotations.TestOnly;
/**
* The ArezContext defines the top level container of interconnected observables and observers.
* The context also provides the mechan... | core/src/main/java/org/realityforge/arez/ArezContext.java | package org.realityforge.arez;
import java.util.concurrent.Callable;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.jetbrains.annotations.TestOnly;
/**
* The ArezContext defines the top level container of interconnected observables and observers.
* The context also provides the mechan... | Whitrespace
| core/src/main/java/org/realityforge/arez/ArezContext.java | Whitrespace | |
Java | apache-2.0 | fd2b9fd88bee44fd66b4a76ce83ab977d68309bc | 0 | hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak | package com.sequenceiq.it.cloudbreak.testcase.e2e.sdx;
import static com.sequenceiq.it.cloudbreak.context.RunningParameter.key;
import static java.lang.String.format;
import java.util.concurrent.atomic.AtomicReference;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.t... | integration-test/src/main/java/com/sequenceiq/it/cloudbreak/testcase/e2e/sdx/SdxImagesTests.java | package com.sequenceiq.it.cloudbreak.testcase.e2e.sdx;
import static com.sequenceiq.it.cloudbreak.context.RunningParameter.key;
import static java.lang.String.format;
import java.util.concurrent.atomic.AtomicReference;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.t... | CB-6408 Result checker reports skipped testcase
| integration-test/src/main/java/com/sequenceiq/it/cloudbreak/testcase/e2e/sdx/SdxImagesTests.java | CB-6408 Result checker reports skipped testcase | |
Java | apache-2.0 | 2ab86d68d94933ffa94f2e26e6908572bb138f11 | 0 | metaborg/sdf,metaborg/sdf,metaborg/sdf | package org.metaborg.sdf2table.parsetable;
import static org.metaborg.sdf2table.grammar.AssociativityInfo.getAllProductionLabels;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.metaborg.parsetable.characterclasses.ICharacterClass;
import org.metaborg.parset... | org.metaborg.sdf2table/src/main/java/org/metaborg/sdf2table/parsetable/ParseTableProduction.java | package org.metaborg.sdf2table.parsetable;
import static org.metaborg.sdf2table.grammar.AssociativityInfo.getAllProductionLabels;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.metaborg.parsetable.characterclasses.ICharacterClass;
import org.metaborg.parset... | Implement ParseTableProduction::descriptor using toString
| org.metaborg.sdf2table/src/main/java/org/metaborg/sdf2table/parsetable/ParseTableProduction.java | Implement ParseTableProduction::descriptor using toString | |
Java | apache-2.0 | 375ea939a03d5aef164ca15bde8f807f78ccf3d2 | 0 | rsahlin/graphics-by-opengl,rsahlin/graphics-by-opengl,rsahlin/graphics-by-opengl | package com.nucleus.jogl;
import java.awt.Frame;
import com.jogamp.nativewindow.util.Dimension;
import com.jogamp.newt.event.MouseEvent;
import com.jogamp.newt.event.MouseListener;
import com.jogamp.newt.event.WindowEvent;
import com.jogamp.newt.event.WindowUpdateEvent;
import com.jogamp.newt.opengl.GLWindow;
import ... | graphics-by-opengl-jogl/src/main/java/com/nucleus/jogl/JOGLGLEWindow.java | package com.nucleus.jogl;
import java.awt.Frame;
import com.jogamp.nativewindow.util.Dimension;
import com.jogamp.newt.event.MouseEvent;
import com.jogamp.newt.event.MouseListener;
import com.jogamp.newt.event.WindowEvent;
import com.jogamp.newt.event.WindowUpdateEvent;
import com.jogamp.newt.opengl.GLWindow;
import ... | JOGL request multisample buffer for window
| graphics-by-opengl-jogl/src/main/java/com/nucleus/jogl/JOGLGLEWindow.java | JOGL request multisample buffer for window | |
Java | apache-2.0 | d53c2d4f2ed87e32e45f01c54f367efadca8fc66 | 0 | consulo/consulo,consulo/consulo,ernestp/consulo,ernestp/consulo,consulo/consulo,consulo/consulo,ernestp/consulo,ernestp/consulo,ernestp/consulo,consulo/consulo,ernestp/consulo,consulo/consulo | /*
* Copyright 2000-2011 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/lang-impl/src/com/intellij/ide/navigationToolbar/NavBarItem.java | /*
* Copyright 2000-2011 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | fixed problem with icons & nav bar
| platform/lang-impl/src/com/intellij/ide/navigationToolbar/NavBarItem.java | fixed problem with icons & nav bar | |
Java | apache-2.0 | 8fb4a046c9c7e67abf2993df775e45740c20e6ad | 0 | zstackorg/zstack,liningone/zstack,AlanJinTS/zstack,HeathHose/zstack,mingjian2049/zstack,HeathHose/zstack,MatheMatrix/zstack,WangXijue/zstack,hhjuliet/zstack,winger007/zstack,AlanJager/zstack,MatheMatrix/zstack,camilesing/zstack,camilesing/zstack,winger007/zstack,MaJin1996/zstack,zstackorg/zstack,mingjian2049/zstack,Hea... | package org.zstack.storage.snapshot;
import org.springframework.beans.factory.annotation.Autowire;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Configurable;
import org.zstack.core.cloudbus.CloudBus;
import org.zstack.core.cloudbus.CloudBusCallBack;... | storage/src/main/java/org/zstack/storage/snapshot/VolumeSnapshotBase.java | package org.zstack.storage.snapshot;
import org.springframework.beans.factory.annotation.Autowire;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Configurable;
import org.zstack.core.cloudbus.CloudBus;
import org.zstack.core.cloudbus.CloudBusCallBack;... | Revert "fail ASAP upon failing in deleting snapshot"
This reverts commit 830d9c23cdcfabda12cf06976253634b9b1fd724.
| storage/src/main/java/org/zstack/storage/snapshot/VolumeSnapshotBase.java | Revert "fail ASAP upon failing in deleting snapshot" | |
Java | apache-2.0 | f3317b02401b70218fc042710e906108ca6b8150 | 0 | Landsbokasafn/deduplicator,Landsbokasafn/deduplicator | package is.landsbokasafn.deduplicator.heritrix;
import static is.landsbokasafn.deduplicator.IndexFields.DATE;
import static is.landsbokasafn.deduplicator.IndexFields.DIGEST;
import static is.landsbokasafn.deduplicator.IndexFields.ORIGINAL_RECORD_ID;
import static is.landsbokasafn.deduplicator.IndexFields.URL;
im... | deduplicator-heritrix/src/main/java/is/landsbokasafn/deduplicator/heritrix/LuceneIndexSearcher.java | package is.landsbokasafn.deduplicator.heritrix;
import static is.landsbokasafn.deduplicator.IndexFields.DATE;
import static is.landsbokasafn.deduplicator.IndexFields.DIGEST;
import static is.landsbokasafn.deduplicator.IndexFields.ORIGINAL_RECORD_ID;
import static is.landsbokasafn.deduplicator.IndexFields.URL;
im... | Rename methods to match search strategy names. | deduplicator-heritrix/src/main/java/is/landsbokasafn/deduplicator/heritrix/LuceneIndexSearcher.java | Rename methods to match search strategy names. | |
Java | apache-2.0 | 907f98735b3548d6aa90476cf715a08d7fe86283 | 0 | cn-cerc/summer-mis,cn-cerc/summer-mis | package cn.cerc.mis.excel.output;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 仅支持使用枚举下标储存的数据
*
* 使导出Excel文件支持枚举类型 在导出模板中加上
*
* class:
*
* 独立枚举请使用 package.ClassName
*
* 实体内部枚举使用 package.ClassName$InnerClass
*/
public class EnumColumn extends Column {
private static final Logger log... | src/main/java/cn/cerc/mis/excel/output/EnumColumn.java | package cn.cerc.mis.excel.output;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 仅支持使用枚举下标储存的数据 <br/>
* 使导出Excel文件支持枚举类型 在导出模板中加上 <br/>
* <property name="clazz" value="{ class }"></property> <br/>
* class: <br/>
* 独立枚举请使用 package.ClassName <br/>
* 实体内部枚举使用 package.ClassName$InnerClass
*/
public... | !181 修复打包doc文档报错
| src/main/java/cn/cerc/mis/excel/output/EnumColumn.java | !181 修复打包doc文档报错 | |
Java | apache-2.0 | 55617898d3313418e9c52f395455b36efa8d2967 | 0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j | package org.minimalj.backend;
import java.util.List;
import java.util.Objects;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.minimalj.application.Application;
import org.minimalj.application.Configuration;
import org.minimalj.backend.repository.DeleteEntityTransaction;
import org.minimal... | src/main/java/org/minimalj/backend/Backend.java | package org.minimalj.backend;
import java.util.List;
import java.util.Objects;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.minimalj.application.Application;
import org.minimalj.application.Configuration;
import org.minimalj.backend.repository.DeleteEntityTransaction;
import org.minimal... | Redesign RepositoryTransaction | src/main/java/org/minimalj/backend/Backend.java | Redesign RepositoryTransaction | |
Java | apache-2.0 | c828b66532e96b67e615980b2c45d58bf3303e65 | 0 | dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android | package org.commcare.tasks;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.support.v4.util.Pair;
import net.sqlcipher.database.SQLiteDatabase;
import org.apache.http.client.ClientProtoc... | app/src/org/commcare/tasks/DataPullTask.java | package org.commcare.tasks;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.support.v4.util.Pair;
import net.sqlcipher.database.SQLiteDatabase;
import org.apache.http.client.ClientProtoc... | New return format
| app/src/org/commcare/tasks/DataPullTask.java | New return format | |
Java | apache-2.0 | 4adb3b800deaa5d993fa81bac437c4a0d2d10e9b | 0 | jvasileff/ceylon-spec,ceylon/ceylon-spec,lucaswerkmeister/ceylon-spec,ceylon/ceylon-spec,jvasileff/ceylon-spec,ceylon/ceylon-spec,jvasileff/ceylon-spec | package com.redhat.ceylon.compiler.typechecker.analyzer;
import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.checkAssignable;
import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.checkAssignableWithWarning;
import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.checkCallable;
i... | src/com/redhat/ceylon/compiler/typechecker/analyzer/ExpressionVisitor.java | package com.redhat.ceylon.compiler.typechecker.analyzer;
import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.checkAssignable;
import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.checkAssignableWithWarning;
import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.checkCallable;
i... | make typechecker accept "case (-1)" for #785 | src/com/redhat/ceylon/compiler/typechecker/analyzer/ExpressionVisitor.java | make typechecker accept "case (-1)" for #785 | |
Java | bsd-2-clause | 428d0625dfd67387d2a1a79209cda0620df6a261 | 0 | IanDarwin/javawebmail,IanDarwin/javawebmail | package jmail;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Properties;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.mail.F... | src/main/java/jmail/Mail.java | package jmail;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Properties;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.mail.F... | Add delete and reply methods.
| src/main/java/jmail/Mail.java | Add delete and reply methods. | |
Java | bsd-3-clause | bab9b42d96c18acb28322eac37b2ef6c5d68ad05 | 0 | oci-pronghorn/GreenLightning,oci-pronghorn/GreenLightning,oci-pronghorn/GreenLightning | package com.ociweb.gl.api;
import java.util.concurrent.atomic.AtomicBoolean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.ociweb.gl.impl.BuilderImpl;
import com.ociweb.gl.impl.file.SerialStoreConsumer;
import com.ociweb.gl.impl.file.SerialStoreProducer;
import com.ociweb.gl.impl.schema.Message... | src/main/java/com/ociweb/gl/api/MsgCommandChannel.java | package com.ociweb.gl.api;
import java.util.concurrent.atomic.AtomicBoolean;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.ociweb.gl.impl.BuilderImpl;
import com.ociweb.gl.impl.file.SerialStoreConsumer;
import com.ociweb.gl.impl.file.SerialStoreProducer;
import com.ociweb.gl.impl.schema.Message... | remove comment | src/main/java/com/ociweb/gl/api/MsgCommandChannel.java | remove comment | |
Java | mit | 8d2462a504ae9f89c4e320c946ac18a154a0e241 | 0 | oleg-nenashev/remoting,oleg-nenashev/remoting,jenkinsci/remoting,jenkinsci/remoting | package hudson.remoting;
import hudson.remoting.Channel.Mode;
import java.io.EOFException;
import java.io.IOException;
import java.io.InputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
... | src/main/java/hudson/remoting/ChannelBuilder.java | package hudson.remoting;
import hudson.remoting.Channel.Mode;
import java.io.EOFException;
import java.io.IOException;
import java.io.InputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.util.concurrent.Executor;
import java.util.concurrent.Executo... | added a convenience method
| src/main/java/hudson/remoting/ChannelBuilder.java | added a convenience method | |
Java | mit | 1b130b81b668ccbe927deb9baf2d268ea406ab79 | 0 | bkittelmann/flowdock-appender | package com.bitmoving.util;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.encoder.LayoutWrappingEncoder;
import ch.qos.logback.core.spi.ContextAware;
import com.eclipsesource.json.JsonArray;
import com.eclipsesource.json.JsonObject;
import com.eclipses... | src/main/java/com/bitmoving/util/MessageBuilder.java | package com.bitmoving.util;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.encoder.LayoutWrappingEncoder;
import ch.qos.logback.core.spi.ContextAware;
import com.eclipsesource.json.JsonArray;
import com.eclipsesource.json.JsonObject;
import org.slf4j.Ma... | New method 'buildThreadTitle' that trims the title string, and new parameter maxTitleChars that defines the maximum title length to which it will be trimmed
| src/main/java/com/bitmoving/util/MessageBuilder.java | New method 'buildThreadTitle' that trims the title string, and new parameter maxTitleChars that defines the maximum title length to which it will be trimmed | |
Java | mit | 6225dcd8c38f9fb0c2d29f454d97e53746794777 | 0 | jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model | package edu.hm.hafner.analysis.parser;
import java.util.Optional;
import java.util.regex.Matcher;
import static edu.hm.hafner.analysis.Categories.guessCategoryIfEmpty;
import edu.hm.hafner.analysis.Issue;
import edu.hm.hafner.analysis.IssueBuilder;
import edu.hm.hafner.analysis.Severity;
import edu.hm.hafner.analysis... | src/main/java/edu/hm/hafner/analysis/parser/RuboCopParser.java | package edu.hm.hafner.analysis.parser;
import java.util.Optional;
import java.util.regex.Matcher;
import static edu.hm.hafner.analysis.Categories.guessCategoryIfEmpty;
import edu.hm.hafner.analysis.Issue;
import edu.hm.hafner.analysis.IssueBuilder;
import edu.hm.hafner.analysis.Severity;
import edu.hm.hafner.analysis... | Convert RuboCop Parser to use named groups
| src/main/java/edu/hm/hafner/analysis/parser/RuboCopParser.java | Convert RuboCop Parser to use named groups | |
Java | mit | 7a52596ba6a116fa2355aed567c88e652fd7c679 | 0 | conveyal/analyst-server,conveyal/analyst-server,conveyal/analyst-server,conveyal/analyst-server | package models;
import java.io.File;
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import org.opentripplanner.analyst.ResultSet;
import org.opentripplanner.profile.ProfileRequest... | app/models/Query.java | package models;
import java.io.File;
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import org.opentripplanner.analyst.ResultSet;
import org.opentripplanner.profile.ProfileRequest... | Revert "changing profile routing config"
This reverts commit ffc0d6062d28db1085e098cfe9cd24fda807da3f.
| app/models/Query.java | Revert "changing profile routing config" | |
Java | mit | f96835d498f3317dd248c852852e7964cbaa2d9e | 0 | dianwen/oogasalad_TowerDefense,sdh31/tower_defense,kevinkdo/oogasalad_OOGALoompas,codylieu/oogasalad_OOGALoompas,garysheng/tower-defense-game-engine,dennis-park/OOGALoompas,jordanly/oogasalad_OOGALoompas | package main.java.engine.objects;
import java.awt.geom.Point2D;
import java.io.Serializable;
import main.java.engine.Model;
import main.java.engine.LevelManager;
import main.java.engine.objects.monster.Monster;
import jgame.JGObject;
public class Exit extends JGObject implements Serializable {
public static fin... | src/main/java/engine/objects/Exit.java | package main.java.engine.objects;
import java.awt.geom.Point2D;
import java.io.Serializable;
import main.java.engine.Model;
import main.java.engine.LevelManager;
import main.java.engine.objects.monster.Monster;
import jgame.JGObject;
public class Exit extends JGObject implements Serializable {
public static fin... | Remove monster upon reaching the exit
| src/main/java/engine/objects/Exit.java | Remove monster upon reaching the exit | |
Java | mit | e4660d72b8ff556c3906687aa5957e38e42473d0 | 0 | FAU-Inf2/rpgpack-android | package de.fau.cs.mad.gamekobold.colorpicker;
import java.util.Random;
import de.fau.cs.mad.gamekobold.R;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.res.Resources;
import android.graphics.PorterDuff.Mode;
import and... | src/de/fau/cs/mad/gamekobold/colorpicker/ColorPickerDialog.java | package de.fau.cs.mad.gamekobold.colorpicker;
import de.fau.cs.mad.gamekobold.R;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.res.Resources;
import android.graphics.PorterDuff.Mode;
import android.os.Bundle;
import and... | colorpicker now shuffles the colors
| src/de/fau/cs/mad/gamekobold/colorpicker/ColorPickerDialog.java | colorpicker now shuffles the colors | |
Java | mit | edd5816062d90c1615985a498eed1b4752278edf | 0 | UWFlow/flow-android | package com.uwflow.flow_android.util;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.util.Log;
import com.uwflow.flow_android.constant.Constants;
import java.io.IOException;
import java.net.Ma... | src/com/uwflow/flow_android/util/FacebookUtilities.java | package com.uwflow.flow_android.util;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.util.Log;
import com.uwflow.flow_android.constant.Constants;
import java.io.IOException;
import java.net.Ma... | Fix FB profile linking crash
| src/com/uwflow/flow_android/util/FacebookUtilities.java | Fix FB profile linking crash | |
Java | agpl-3.0 | f483fb74631abb6bab24a5226b91ad8f91c8b357 | 0 | DemandCube/NeverwinterDP,DemandCube/NeverwinterDP,DemandCube/NeverwinterDP,DemandCube/NeverwinterDP,DemandCube/NeverwinterDP | package com.neverwinterdp.scribengin.dataflow.tracking;
import java.io.IOException;
import java.util.Date;
import java.util.concurrent.atomic.AtomicInteger;
import com.neverwinterdp.registry.Registry;
import com.neverwinterdp.registry.RegistryException;
import com.neverwinterdp.scribengin.shell.ScribenginShell;
impor... | scribengin/core/src/main/java/com/neverwinterdp/scribengin/dataflow/tracking/HDFSTaggingTestLauncher.java | package com.neverwinterdp.scribengin.dataflow.tracking;
import java.io.IOException;
import java.util.Date;
import java.util.concurrent.atomic.AtomicInteger;
import com.neverwinterdp.registry.Registry;
import com.neverwinterdp.registry.RegistryException;
import com.neverwinterdp.scribengin.shell.ScribenginShell;
impor... | fix the test launcher
| scribengin/core/src/main/java/com/neverwinterdp/scribengin/dataflow/tracking/HDFSTaggingTestLauncher.java | fix the test launcher | |
Java | agpl-3.0 | 2cab0fa379a1f9bc3163787c24031e57f455ed9e | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | edf94b4c-2e61-11e5-9284-b827eb9e62be | hello.java | edf3d1a8-2e61-11e5-9284-b827eb9e62be | edf94b4c-2e61-11e5-9284-b827eb9e62be | hello.java | edf94b4c-2e61-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | 218e92ccbf46f64b92eb9bcf6953c2008fac0fbe | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 12bf258e-2e60-11e5-9284-b827eb9e62be | hello.java | 12b99cc2-2e60-11e5-9284-b827eb9e62be | 12bf258e-2e60-11e5-9284-b827eb9e62be | hello.java | 12bf258e-2e60-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 4754cd1ef8ae8f09d53ec69cedcd54c33b4d52dc | 0 | jorgediaz-lr/index-checker | /**
* Copyright (c) 2015-present Jorge Díaz All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | docroot/WEB-INF/src/jorgediazest/indexchecker/portlet/IndexCheckerPortlet.java | /**
* Copyright (c) 2015-present Jorge Díaz All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | Add companyId sufix for both "global" and "guest" sites
| docroot/WEB-INF/src/jorgediazest/indexchecker/portlet/IndexCheckerPortlet.java | Add companyId sufix for both "global" and "guest" sites | |
Java | apache-2.0 | c90ffde7b5d9734169e68cc1d7f0782e90add9fb | 0 | facebook/buck,JoelMarcey/buck,facebook/buck,nguyentruongtho/buck,nguyentruongtho/buck,Addepar/buck,nguyentruongtho/buck,Addepar/buck,kageiit/buck,Addepar/buck,nguyentruongtho/buck,JoelMarcey/buck,facebook/buck,Addepar/buck,JoelMarcey/buck,JoelMarcey/buck,Addepar/buck,nguyentruongtho/buck,kageiit/buck,JoelMarcey/buck,fa... | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | src/com/facebook/buck/android/exopackage/RealAndroidDevice.java | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | Print the error message when failing to push file
Summary: When there is an error while pushing the file, read the error message and print it on the console.
Reviewed By: brianduff
shipit-source-id: 5067b2345a47b590fb842df0756aed0d0edee218
| src/com/facebook/buck/android/exopackage/RealAndroidDevice.java | Print the error message when failing to push file | |
Java | apache-2.0 | d57711905909f8e441539faf18e7d38c609983ba | 0 | livthomas/jbpm,ibek/jbpm,rabbitcount/jbpm,nmoghadam/BPIM,DuncanDoyle/jbpm,jesuino/jbpm,selrahal/jbpm,Salaboy/jbpm,DuncanDoyle/jbpm,mrietveld/jbpm,Salaboy/jbpm,domhanak/jbpm,sutaakar/jbpm,domhanak/jbpm,jakubschwan/jbpm,Multi-Support/jbpm,nmoghadam/jbpm,jesuino/jbpm,ibek/jbpm,psakar/jbpm,pleacu/jbpm,OnePaaS/jbpm,pleacu/j... | /*
* Copyright 2015 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under t... | jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/model/xml/JaxbContent.java | /*
* Copyright 2015 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under t... | BZ-1140881 - Field 'contentMap' from a task content accessed using REST is not being filled
| jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/model/xml/JaxbContent.java | BZ-1140881 - Field 'contentMap' from a task content accessed using REST is not being filled | |
Java | apache-2.0 | 6fc96fbc94f28c82060ea388362c1dfc5ba48443 | 0 | smoreilly/buck_idea_plugin,wangyanxing/buck_idea_plugin,wangyanxing/Buck-IntelliJ-Plugin,edelron/buck_idea_plugin | package com.intellij.plugin.buck.format;
import com.intellij.plugin.buck.lang.psi.*;
import com.intellij.psi.PsiDocumentManager;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiFile;
import org.jetbrains.annotations.NotNull;
import java.util.Arrays;
import java.util.Comparator;
/**
* A utility class ... | src/com/intellij/plugin/buck/format/DependenciesOptimizer.java | package com.intellij.plugin.buck.format;
import com.intellij.plugin.buck.lang.psi.*;
import com.intellij.psi.PsiDocumentManager;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiFile;
import org.jetbrains.annotations.NotNull;
import java.util.Arrays;
import java.util.Comparator;
/**
* A utility class ... | modify buck dependency sort rule
| src/com/intellij/plugin/buck/format/DependenciesOptimizer.java | modify buck dependency sort rule | |
Java | apache-2.0 | 23ab83c13a4a39c2034a9ed5c781e530357b0814 | 0 | gbif/download-query-tools | package org.gbif.occurrence.query;
import org.gbif.utils.HttpUtil;
import org.gbif.ws.json.JacksonJsonContextResolver;
import java.net.URI;
import com.google.common.base.Preconditions;
import com.google.inject.Inject;
import com.google.inject.PrivateModule;
import com.google.inject.Provides;
import com.google.inject... | src/main/java/org/gbif/occurrence/query/TitleLookupModule.java | package org.gbif.occurrence.query;
import org.gbif.utils.HttpUtil;
import java.net.URI;
import com.google.common.base.Preconditions;
import com.google.inject.Inject;
import com.google.inject.PrivateModule;
import com.google.inject.Provides;
import com.google.inject.Singleton;
import com.sun.jersey.api.client.WebReso... | Using JacksonJsonContextProdiver and JacksonJsonProvider, json nested properties were not being serialized correctly
| src/main/java/org/gbif/occurrence/query/TitleLookupModule.java | Using JacksonJsonContextProdiver and JacksonJsonProvider, json nested properties were not being serialized correctly | |
Java | apache-2.0 | e2348ba3e318eb031364f89fdd8f9d2833394dce | 0 | beanvalidation/beanvalidation-spec,gunnarmorling/beanvalidation-spec,gunnarmorling/beanvalidation-spec,beanvalidation/beanvalidation-spec,beanvalidation/beanvalidation-spec,gunnarmorling/beanvalidation-spec | package org.beanvalidation.asciidocextensions;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.asciidoctor.ast.Document;
import org.asciidoctor.extension.Preprocessor;
impor... | asciidoc-extensions/src/main/java/org/beanvalidation/asciidocextensions/SavePreprocessedOutputPreprocessor.java | package org.beanvalidation.asciidocextensions;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.asciidoctor.ast.Document;
import org.asciidoctor.extension.Preprocessor;
impor... | BVAL-554 Replace tabs by 4 spaces in source listings
| asciidoc-extensions/src/main/java/org/beanvalidation/asciidocextensions/SavePreprocessedOutputPreprocessor.java | BVAL-554 Replace tabs by 4 spaces in source listings | |
Java | apache-2.0 | 63e86acc750bc83be96601b3e73c1ed08212ce85 | 0 | gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa | /*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | atlas-analytics/src/main/java/uk/ac/ebi/gxa/analytics/generator/service/ExperimentAnalyticsGeneratorService.java | /*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | NetCDFProxy => ExperimentWithData
| atlas-analytics/src/main/java/uk/ac/ebi/gxa/analytics/generator/service/ExperimentAnalyticsGeneratorService.java | NetCDFProxy => ExperimentWithData | |
Java | apache-2.0 | 976cd77b4cb5b8fda970be7d767c03f6b25ccf85 | 0 | matthieu/apache-ode,matthieu/apache-ode,matthieu/apache-ode,matthieu/apache-ode | /*
* 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 ... | axis2/src/main/java/org/apache/ode/axis2/ODEServer.java | /*
* 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 ... | Only guess Hibernate dialect if not specified in hibernate.properties
git-svn-id: 8b22924fe593b58bc3cb32731943cdf19d9802ec@476304 13f79535-47bb-0310-9956-ffa450edef68
| axis2/src/main/java/org/apache/ode/axis2/ODEServer.java | Only guess Hibernate dialect if not specified in hibernate.properties | |
Java | apache-2.0 | 379acd06cb8e6a8327a2bff0cca2c9cddab3963e | 0 | libris/librisxl,libris/librisxl,libris/librisxl | package whelk.importer;
import org.codehaus.jackson.map.ObjectMapper;
import se.kb.libris.util.marc.Datafield;
import se.kb.libris.util.marc.Field;
import se.kb.libris.util.marc.MarcRecord;
import whelk.Document;
import whelk.IdGenerator;
import whelk.Whelk;
import whelk.component.ElasticSearch;
import whelk.component... | batchimport/src/main/java/whelk/importer/XL.java | package whelk.importer;
import se.kb.libris.util.marc.Datafield;
import se.kb.libris.util.marc.Field;
import se.kb.libris.util.marc.MarcRecord;
import whelk.Document;
import whelk.IdGenerator;
import whelk.Whelk;
import whelk.component.ElasticSearch;
import whelk.component.PostgreSQLComponent;
import whelk.converter.M... | Make batchimport use marcframe data to determine which terms should always result in lists.
| batchimport/src/main/java/whelk/importer/XL.java | Make batchimport use marcframe data to determine which terms should always result in lists. | |
Java | apache-2.0 | b903599e02643bb25cd0c77e99366aa409c1bfab | 0 | reTHINK-project/dev-registry-domain,reTHINK-project/dev-registry-domain,reTHINK-project/dev-registry-domain | /**
* Copyright 2015-2016 INESC-ID
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | server/src/main/java/domainregistry/StatusService.java | /**
* Copyright 2015-2016 INESC-ID
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Deleted unnecessary fields
| server/src/main/java/domainregistry/StatusService.java | Deleted unnecessary fields | |
Java | apache-2.0 | 58ec457ef0ea6164d2f134688c512223f591a507 | 0 | b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,IHTSDO/snow-owl | /*
* Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | snomed/com.b2international.snowowl.snomed.api.rest.tests/src/com/b2international/snowowl/snomed/api/rest/versioning/SnomedVersioningApiTest.java | /*
* Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | Use cs api assert in versioning test. | snomed/com.b2international.snowowl.snomed.api.rest.tests/src/com/b2international/snowowl/snomed/api/rest/versioning/SnomedVersioningApiTest.java | Use cs api assert in versioning test. | |
Java | apache-2.0 | bd8419895a5733994e37330e761ace714e71fc96 | 0 | angcyo/RLibrary,angcyo/RLibrary | package com.angcyo.uiview.github.utilcode.utils;
/**
* <pre>
* author: Blankj
* blog : http://blankj.com
* time : 2016/8/16
* desc : 字符串相关工具类
* </pre>
*/
public class StringUtils {
private StringUtils() {
throw new UnsupportedOperationException("u can't instantiate me...");
}... | uiview/src/main/java/com/angcyo/uiview/github/utilcode/utils/StringUtils.java | package com.angcyo.uiview.github.utilcode.utils;
/**
* <pre>
* author: Blankj
* blog : http://blankj.com
* time : 2016/8/16
* desc : 字符串相关工具类
* </pre>
*/
public class StringUtils {
private StringUtils() {
throw new UnsupportedOperationException("u can't instantiate me...");
}... | add String utils
| uiview/src/main/java/com/angcyo/uiview/github/utilcode/utils/StringUtils.java | add String utils | |
Java | apache-2.0 | 660a425a54f54a4d7999e399bb64c2447924eccf | 0 | jmacglashan/burlap | package burlap.oomdp.core;
import java.util.*;
import burlap.oomdp.singleagent.Action;
import burlap.oomdp.singleagent.GroundedAction;
/**
* State objects are a collection of Object Instances.
* @author James MacGlashan
*
*/
public interface State {
/**
* Returns a copy of this state, if mutable the copy ... | src/burlap/oomdp/core/State.java | package burlap.oomdp.core;
import java.util.*;
import burlap.oomdp.singleagent.Action;
import burlap.oomdp.singleagent.GroundedAction;
/**
* State objects are a collection of Object Instances.
* @author James MacGlashan
*
*/
public interface State {
/**
* Returns a copy of this state, if mutable the copy ... | removed redundant public flag
| src/burlap/oomdp/core/State.java | removed redundant public flag | |
Java | apache-2.0 | a65f325c8cb7a0832cf6b7201b8094e304e7b305 | 0 | yangfuhai/jboot,yangfuhai/jboot | /**
* Copyright (c) 2015-2019, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | src/main/java/io/jboot/app/config/JbootConfigManager.java | /**
* Copyright (c) 2015-2019, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | v2.0-rc.11 release (^.^)YYa!!
| src/main/java/io/jboot/app/config/JbootConfigManager.java | v2.0-rc.11 release (^.^)YYa!! | |
Java | apache-2.0 | 0d2c3a7bd69846bc6ba38b2146c61dc12acfcfde | 0 | RaviKumar7443/JPETSTORE,RaviKumar7443/JPETSTORE,RaviKumar7443/JPETSTORE | package org.mybatis.jpetstore.domain;
import java.io.Serializable;
import java.math.BigDecimal;
public class Calculate implements Serializable {
public void hello()
{
System.out.println("JPET Store Application");
System.out.println("Class name: Calculate.java");
System.out.println("Hello World");
System.out.println(... | src/main/java/org/mybatis/jpetstore/domain/Calculate.java | package org.mybatis.jpetstore.domain;
import java.io.Serializable;
import java.math.BigDecimal;
public class Calculate implements Serializable {
public void hello()
{
System.out.println("JPET Store Application");
System.out.println("Class name: Calculate.java");
System.out.println("Hello World");
System.out.println(... | Wed Dec 28 11:00:16 UTC 2016
| src/main/java/org/mybatis/jpetstore/domain/Calculate.java | Wed Dec 28 11:00:16 UTC 2016 | |
Java | bsd-3-clause | 11694d1e1163504737f109acb7bef3bb7d2f6313 | 0 | edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon | /*
Copyright (c) 2000-2002 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitat... | test/src/org/lockss/util/TestSyslogTarget.java | /*
Copyright (c) 2000-2002 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitat... | Fixed prop handling, added target init() call
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@508 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| test/src/org/lockss/util/TestSyslogTarget.java | Fixed prop handling, added target init() call | |
Java | bsd-3-clause | 7ca1614167e3d73e3d115300b5be1be890ee3c28 | 0 | edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon | /*
* $Id: PollManager.java,v 1.97 2003-05-08 23:38:31 claire Exp $
*/
/*
Copyright (c) 2002 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to ... | src/org/lockss/poller/PollManager.java | /*
* $Id: PollManager.java,v 1.96 2003-05-08 05:53:28 claire Exp $
*/
/*
Copyright (c) 2002 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to ... | Fix broken javadoc
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@1462 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| src/org/lockss/poller/PollManager.java | Fix broken javadoc | |
Java | bsd-3-clause | 287b7525fcb03cb9ee067280b2210ad20a5f3bd0 | 0 | jrdalpra/qulice,antonini/qulice,vkuchyn/qulice,vkuchyn/qulice,antonini/qulice,carlosmiranda/qulice,vkuchyn/qulice,jrdalpra/qulice,jrdalpra/qulice,prahladyeri/qulice,mstzn36/qulice,prahladyeri/qulice,carlosmiranda/qulice,mstzn36/qulice,HDouss/qulice,HDouss/qulice,HDouss/qulice | /**
* Copyright (c) 2011-2015, Qulice.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice, this list of conditio... | qulice-ant/src/main/java/com/qulice/ant/QuliceTask.java | /**
* Copyright (c) 2011-2015, Qulice.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice, this list of conditio... | One more fix
| qulice-ant/src/main/java/com/qulice/ant/QuliceTask.java | One more fix | |
Java | mit | 2d4aedbb5f053ecec569129a96647f4bd4d88d5b | 0 | AddstarMC/Minigames | package com.pauldavdesign.mineauz.minigames;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.Chest;
import org.bukkit.bloc... | src/com/pauldavdesign/mineauz/minigames/Events.java | package com.pauldavdesign.mineauz.minigames;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.Chest;
import org.bukkit.bloc... | Fixed players not teleporting out if they quit after dying
Again… Maybe for good?
| src/com/pauldavdesign/mineauz/minigames/Events.java | Fixed players not teleporting out if they quit after dying | |
Java | mit | ac19b3c3c18884b3c05deff299bc75772f80dd8d | 0 | k-danna/backupbuddies,k-danna/backupbuddies | package backupbuddies.gui;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.event.ChangeListener;
import javax.swing.event.ChangeEvent;
import java.io.File;
import java.util.List;
import ... | backupbuddies/gui/GuiMain.java | package backupbuddies.gui;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.event.ChangeListener;
import javax.swing.event.ChangeEvent;
import java.io.File;
import java.util.List;
import ... | lists only refresh when new things are added | backupbuddies/gui/GuiMain.java | lists only refresh when new things are added | |
Java | mit | cca0df8bb28c0a390857ee05874012f4ff97129e | 0 | sormuras/bach,sormuras/bach | package bach.info;
import com.github.sormuras.bach.Bach;
import com.github.sormuras.bach.Main;
import com.github.sormuras.bach.Options;
import com.github.sormuras.bach.ProjectInfo;
import java.nio.file.Files;
import java.nio.file.Path;
import java.time.LocalDateTime;
import java.time.ZoneOffset;
import java.time.forma... | .bach/bach.info/bach/info/CustomBach.java | package bach.info;
import com.github.sormuras.bach.Bach;
import com.github.sormuras.bach.Main;
import com.github.sormuras.bach.Options;
import com.github.sormuras.bach.Options.Flag;
import com.github.sormuras.bach.ProjectInfo;
import java.nio.file.Files;
import java.nio.file.Path;
import java.time.LocalDateTime;
impor... | Run Bach's build in normal mode
| .bach/bach.info/bach/info/CustomBach.java | Run Bach's build in normal mode | |
Java | mit | f150c86712e556b949b21a8552df3052d03d7651 | 0 | scottbw/Xcri4j | /**
* Copyright (c) 2011-2012 University of Bolton
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
* software and associated documentation files (the "Software"), to deal in the Software
* without restriction, including without limitation the rights to use, copy, modify, ... | src/org/xcri/presentation/Venue.java | /**
* Copyright (c) 2011-2012 University of Bolton
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
* software and associated documentation files (the "Software"), to deal in the Software
* without restriction, including without limitation the rights to use, copy, modify, ... | output children of venue in XML | src/org/xcri/presentation/Venue.java | output children of venue in XML | |
Java | mit | 6985720785811eabe25394fee6eda11590ae46e1 | 0 | DeltaStrium/RecycleCraft | package com.deltastrium.deltacraft.recyclecraft.util;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.Facing;
import net.minecraftforge.common.util.Constants;
import static com.deltastrium.deltacraft.recyclecraft.util.FacingUtil.findRotation;
public class Vector3 {
public int x, y, z;
pu... | main/java/com/deltastrium/deltacraft/recyclecraft/util/Vector3.java | package com.deltastrium.deltacraft.recyclecraft.util;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.Facing;
import net.minecraftforge.common.util.Constants;
public class Vector3 {
public int x, y, z;
public Vector3() {
this.x = this.y = this.z = 0;
}
public Vector3(int ... | added more util methods and doc comments
| main/java/com/deltastrium/deltacraft/recyclecraft/util/Vector3.java | added more util methods and doc comments | |
Java | mit | bd60a9a3b993d643077091d22e590743883e70cb | 0 | DennisAlund/telolet | package se.oddbit.telolet;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Act... | mobile/src/main/java/se/oddbit/telolet/MainActivity.java | package se.oddbit.telolet;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Act... | Refactoring debug fetch remote configs
| mobile/src/main/java/se/oddbit/telolet/MainActivity.java | Refactoring debug fetch remote configs | |
Java | mit | ce3d86a905fe734811ce7adc83c9fb7c7d5f87df | 0 | PrinceOfAmber/SamsPowerups | package com.lothrazar.samscontent.block;
import java.util.Random;
import com.lothrazar.samscontent.BlockRegistry;
import com.lothrazar.samscontent.ModMain;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Items;
im... | src/main/java/com/lothrazar/samscontent/block/BlockFragile.java | package com.lothrazar.samscontent.block;
import java.util.Random;
import com.lothrazar.samscontent.BlockRegistry;
import com.lothrazar.samscontent.ModMain;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Items;
im... | block fragile scaffolding: reduce cost and let it be crafted in the 2x2 grid
| src/main/java/com/lothrazar/samscontent/block/BlockFragile.java | block fragile scaffolding: reduce cost and let it be crafted in the 2x2 grid | |
Java | mit | f053fd0c26e4dd55302661c4ab98d5b9e9ecfb37 | 0 | hosopy/actioncable-client-java | package com.hosopy.actioncable;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
class Message {
private static final Gson GSON = new Gson();
@SuppressWarnings("unused")
private String identifier;
@SuppressWarnings("unused")
private String type;
@SuppressWarnings("unused")
... | src/main/java/com/hosopy/actioncable/Message.java | package com.hosopy.actioncable;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
class Message {
private static final Gson GSON = new Gson();
@SuppressWarnings("unused")
private String identifier;
@SuppressWarnings("unused")
private String type;
@SuppressWarnings("unused")
... | Updated to newset actioncable specification | src/main/java/com/hosopy/actioncable/Message.java | Updated to newset actioncable specification | |
Java | mit | caaf2070d4825114f50ff6583fa5e62f4b599b16 | 0 | elixir-no-nels/trackfind,elixir-no-nels/trackfind,elixir-no-nels/trackfind | package no.uio.ifi.trackfind.frontend;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.Title;
import com.vaadin.annotations.Widgetset;
import com.vaadin.data.HasValue;
import com.vaadin.event.selection.SelectionListener;
import com.vaadin.server.VaadinRequest;
import com.vaadin.shared.ui.MarginInfo;... | src/main/java/no/uio/ifi/trackfind/frontend/TrackFindMappingsUI.java | package no.uio.ifi.trackfind.frontend;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.Title;
import com.vaadin.annotations.Widgetset;
import com.vaadin.data.HasValue;
import com.vaadin.event.selection.SelectionListener;
import com.vaadin.server.VaadinRequest;
import com.vaadin.shared.ui.MarginInfo;... | Adjust columns width dynamically in the mappings grid
| src/main/java/no/uio/ifi/trackfind/frontend/TrackFindMappingsUI.java | Adjust columns width dynamically in the mappings grid | |
Java | mit | 518b9a29b40f2d64a4467a0faff0549b69b7bd28 | 0 | ONSdigital/tredegar,ONSdigital/babbage,ONSdigital/tredegar,ONSdigital/tredegar,ONSdigital/babbage,ONSdigital/tredegar,ONSdigital/babbage,ONSdigital/babbage | package com.github.onsdigital.api;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Date;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
import javax.ser... | src/main/java/com/github/onsdigital/api/Download.java | package com.github.onsdigital.api;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Date;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
import javax.ser... | Fix for selection of a null date key if the first timeseries has no
value. | src/main/java/com/github/onsdigital/api/Download.java | Fix for selection of a null date key if the first timeseries has no value. | |
Java | mit | 18c533450b3e1189ce8963c5e9dad465acf53a2c | 0 | christiandreher/cryptographics,matthiasplappert/Cryptographics,christiandreher/cryptographics | package edu.kit.iks.Cryptographics;
import javax.swing.JFrame;
import edu.kit.iks.CryptographicsLib.AbstractController;
import edu.kit.iks.CryptographicsLib.AbstractVisualizationInfo;
/**
* An instance of this class is the main controller, delegating all performed
* tasks to its subcontrollers like StartController... | cg_implementierung/src/edu/kit/iks/Cryptographics/MainController.java | package edu.kit.iks.Cryptographics;
import javax.swing.JFrame;
import edu.kit.iks.CryptographicsLib.AbstractController;
import edu.kit.iks.CryptographicsLib.AbstractVisualizationInfo;
/**
* An instance of this class is the main controller, delegating all performed
* tasks to its subcontrollers like StartController... | * Updated Javadoc of MainController
| cg_implementierung/src/edu/kit/iks/Cryptographics/MainController.java | * Updated Javadoc of MainController | |
Java | mit | 2483612d7cbbdd55f9c2345ca6315d427fcc2774 | 0 | jmreyes/nucleus,b-cuts/nucleus,konmik/nucleus,hoanganhx86/nucleus,hanhailong/nucleus,hejunbinlan/nucleus,lenguyenthanh/nucleus,nguyenhongson03/nucleus,radityagumay/nucleus,treejames/nucleus | package nucleus.example.main;
import android.os.Bundle;
import android.support.annotation.NonNull;
import nucleus.example.base.App;
import nucleus.example.base.ServerAPI;
import nucleus.presenter.RxPresenter;
import rx.Observable;
import rx.android.schedulers.AndroidSchedulers;
import rx.functions.Action2;
import rx.... | nucleus-example/src/main/java/nucleus/example/main/MainPresenter.java | package nucleus.example.main;
import android.os.Bundle;
import android.support.annotation.NonNull;
import nucleus.example.base.App;
import nucleus.example.base.ServerAPI;
import nucleus.presenter.RxPresenter;
import rx.Observable;
import rx.Subscription;
import rx.android.schedulers.AndroidSchedulers;
import rx.funct... | optimized imports
| nucleus-example/src/main/java/nucleus/example/main/MainPresenter.java | optimized imports | |
Java | agpl-3.0 | dda41c2a6c2063dcecbfa372e505c7198d3d4af0 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 513db6e4-2e61-11e5-9284-b827eb9e62be | hello.java | 51385582-2e61-11e5-9284-b827eb9e62be | 513db6e4-2e61-11e5-9284-b827eb9e62be | hello.java | 513db6e4-2e61-11e5-9284-b827eb9e62be | |
Java | unlicense | eda31b6ea082030185c01fefecd8be800e0c4905 | 0 | blasterdude9/MyTown2,GameModsBR/MyTown2,joserobjr/MyTown2,MyEssentials/MyTown2 | package mytown;
import java.io.File;
import java.util.ArrayList;
import mytown.commands.admin.CmdTownAdmin;
import mytown.commands.town.CmdTown;
import mytown.config.Config;
import mytown.core.Localization;
import mytown.core.Log;
import mytown.core.utils.command.CommandUtils;
import mytown.core.utils.config.ConfigPr... | MyTown/src/main/java/mytown/MyTown.java | package mytown;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Map;
import mytown.commands.admin.CmdTownAdmin;
import mytown.commands.town.CmdTown;
impor... | Silly change, and use the Datasource and Localization Proxies, and added helpers for the proxies
| MyTown/src/main/java/mytown/MyTown.java | Silly change, and use the Datasource and Localization Proxies, and added helpers for the proxies | |
Java | apache-2.0 | 68d620224714a33a5ced62b0a5e4da067853db78 | 0 | ShortMap/ShortMap,aseldawy/spatialhadoop,ShortMap/ShortMap,aseldawy/spatialhadoop,aseldawy/spatialhadoop,ShortMap/ShortMap,aseldawy/spatialhadoop,aseldawy/spatialhadoop,ShortMap/ShortMap,ShortMap/ShortMap,aseldawy/spatialhadoop,ShortMap/ShortMap,ShortMap/ShortMap,aseldawy/spatialhadoop,aseldawy/spatialhadoop,ShortMap/S... | /**
* 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... | src/hdfs/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java | /**
* 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... | commit 1dcd7022752aab71db528edba3538a52bd0ef8ce
Author: Devaraj Das <ddas@yahoo-inc.com>
Date: Tue Feb 9 20:51:39 2010 -0800
HADOOP:4359 from https://issues.apache.org/jira/secure/attachment/12435352/4359.patch
+++ b/YAHOO-CHANGES.txt
+ HADOOP-4359. Fixes a bug in the earlier backport. (ddas)
... | src/hdfs/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java | commit 1dcd7022752aab71db528edba3538a52bd0ef8ce Author: Devaraj Das <ddas@yahoo-inc.com> Date: Tue Feb 9 20:51:39 2010 -0800 | |
Java | apache-2.0 | c76d7d821d70efb260790fb69e9f17301253820b | 0 | aravindc/databenecommons | /*
* (c) Copyright 2007-2013 by Volker Bergmann. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, is permitted under the terms of the
* GNU General Public License.
*
* For redistributing this software or a derivative work under a license other
*... | src/main/java/org/databene/commons/xml/XMLUtil.java | /*
* (c) Copyright 2007-2013 by Volker Bergmann. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, is permitted under the terms of the
* GNU General Public License.
*
* For redistributing this software or a derivative work under a license other
*... | Improved resource management
git-svn-id: 5d4207b98d7274194a51d188374a5d8ee1fe55c3@346 783448d1-dfc0-4521-9cb0-58c191f7d5bb
| src/main/java/org/databene/commons/xml/XMLUtil.java | Improved resource management | |
Java | apache-2.0 | 7d4f41d8c8ad4cac9789ef1d471898583958aa94 | 0 | enioka/jqm,enioka/jqm,enioka/jqm,enioka/jqm,enioka/jqm | /**
* Copyright © 2013 enioka. All rights reserved
* Authors: Pierre COPPEE (pierre.coppee@enioka.com)
* Contributors : Marc-Antoine GOUILLART (marc-antoine.gouillart@enioka.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | serious/JobBaseAPI/src/main/java/com/enioka/jqm/tools/Servlet.java | /**
* Copyright © 2013 enioka. All rights reserved
* Authors: Pierre COPPEE (pierre.coppee@enioka.com)
* Contributors : Marc-Antoine GOUILLART (marc-antoine.gouillart@enioka.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | sonar: no trailing comments
Signed-off-by: marcanpilami <91b059694e2ab1e9d63bc9013c0667c56c31526e@msn.com>
| serious/JobBaseAPI/src/main/java/com/enioka/jqm/tools/Servlet.java | sonar: no trailing comments | |
Java | apache-2.0 | 7a4c0bfff46ff40e2978d4c486c1544db5dd13da | 0 | billho/symphony,billho/symphony,billho/symphony | /*
* Symphony - A modern community (forum/SNS/blog) platform written in Java.
* Copyright (C) 2012-2017, b3log.org & hacpai.com
*
* 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 ve... | src/main/java/org/b3log/symphony/cache/OptionCache.java | /*
* Symphony - A modern community (forum/SNS/blog) platform written in Java.
* Copyright (C) 2012-2017, b3log.org & hacpai.com
*
* 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 ve... | :art: Clean code
| src/main/java/org/b3log/symphony/cache/OptionCache.java | :art: Clean code | |
Java | apache-2.0 | c38c010d5c99028f81ea92ea6fa7b21daf53cda0 | 0 | DeuceSTM/DeuceSTM,DeuceSTM/DeuceSTM,DeuceSTM/DeuceSTM | ///*
// * @(#)AgentTest.java 01/12/2007
// *
// * Copyright 2007 GigaSpaces Technologies Inc.
// */
package org.deuce.test.reflection;
import org.deuce.reflection.AddressUtil;
import org.deuce.transform.Exclude;
import org.junit.Assert;
import org.junit.Test;
/**
* TODO add Javadoc
*
* @author G... | src/test/org/deuce/test/reflection/AddressUtilTest.java | ///*
// * @(#)AgentTest.java 01/12/2007
// *
// * Copyright 2007 GigaSpaces Technologies Inc.
// */
package org.deuce.test.reflection;
import org.deuce.reflection.AddressUtil;
import org.junit.Assert;
import org.junit.Test;
/**
* TODO add Javadoc
*
* @author Guy
* @version 1.0
* @since 5.0
... | Fix JUnit test
| src/test/org/deuce/test/reflection/AddressUtilTest.java | Fix JUnit test | |
Java | apache-2.0 | d894df465c40a39e0df2ccc4245b25e284903d89 | 0 | serge-rider/dbeaver,serge-rider/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,Sargul/dbeaver,Sargul/dbeaver,Sargul/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | bundles/org.jkiss.utils/src/org/jkiss/utils/IOUtils.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | ByteBuffer.flip usage fix (Java8 compatibility)
Former-commit-id: 5668210d5dad54cbef2792cdf066d6e5f65f0432 | bundles/org.jkiss.utils/src/org/jkiss/utils/IOUtils.java | ByteBuffer.flip usage fix (Java8 compatibility) | |
Java | apache-2.0 | 60666d10719fb5c6d4d1c1c45ff791802436baf6 | 0 | lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,lqch14102/lantern,lqch14102/lantern,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,lqch14102/lantern,getlantern/lantern-java,lq... | package org.lantern;
import java.io.IOException;
import java.io.OutputStream;
import java.net.Socket;
import java.net.URI;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.commons.io.IOUtils;
import org.jboss.netty.channel.Channel... | src/main/java/org/lantern/PeerHttpConnectRequestProcessor.java | package org.lantern;
import java.io.IOException;
import java.io.OutputStream;
import java.net.Socket;
import java.net.URI;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.commons.io.IOUtils;
import org.jboss.netty.channel.Channel... | Changed to not be raw for testing
| src/main/java/org/lantern/PeerHttpConnectRequestProcessor.java | Changed to not be raw for testing | |
Java | apache-2.0 | de1e7b151557ab384653fd5da50103bbe79c69d3 | 0 | cite-architecture/citemark | /*
* Based on com.github.rjeschke.txtmark.Emitter,
* copyright (c) 2011 René Jeschke <rene_jeschke@yahoo.de>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.... | src/main/java/com/github/neelsmith/citemark/Emitter.java | /*
* Based on com.github.rjeschke.txtmark.Emitter,
* copyright (c) 2011 René Jeschke <rene_jeschke@yahoo.de>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.... | Check for multi-line link definitions.
| src/main/java/com/github/neelsmith/citemark/Emitter.java | Check for multi-line link definitions. | |
Java | apache-2.0 | eed7a36c4f7e9f12ce12ad6438138e4752cddc29 | 0 | wcmc-its/ReCiter,wcmc-its/ReCiter | /*******************************************************************************
* 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... | src/main/java/reciter/controller/IdentityController.java | /*******************************************************************************
* 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... | Remove last slash from API name in '/reciter/find/identity/by/uid/'
| src/main/java/reciter/controller/IdentityController.java | Remove last slash from API name in '/reciter/find/identity/by/uid/' | |
Java | apache-2.0 | 64edd8428b3e4bd7c3ad0999df647fb69f7eb4d5 | 0 | apache/incubator-taverna-engine,apache/incubator-taverna-engine,apache/incubator-taverna-workbench,ThilinaManamgoda/incubator-taverna-workbench,apache/incubator-taverna-workbench,ThilinaManamgoda/incubator-taverna-workbench | /**
*
*/
package net.sf.taverna.t2.lang.ui;
import java.awt.Font;
import javax.swing.JTextArea;
import javax.swing.text.Document;
/**
* @author alanrw
*
*/
public class DialogTextArea extends JTextArea {
private static Font newFont = Font.decode("Dialog");
/**
*
*/
private static final long serialVe... | ui/src/main/java/net/sf/taverna/t2/lang/ui/DialogTextArea.java | /**
*
*/
package net.sf.taverna.t2.lang.ui;
import java.awt.Font;
import javax.swing.JTextArea;
import javax.swing.text.Document;
/**
* @author alanrw
*
*/
public class DialogTextArea extends JTextArea {
/**
*
*/
private static final long serialVersionUID = 2329063139827993252L;
/**
*
*/
public... | Corrected finding of the Font
git-svn-id: c5c3ac519c22ec7a4d695982bf831a4f03d32994@8604 bf327186-88b3-11dd-a302-d386e5130c1c
| ui/src/main/java/net/sf/taverna/t2/lang/ui/DialogTextArea.java | Corrected finding of the Font | |
Java | apache-2.0 | 4bcf0b3249fdd81c1d62d1638e72090a008158e2 | 0 | apache/fop,chunlinyao/fop,apache/fop,apache/fop,chunlinyao/fop,chunlinyao/fop,chunlinyao/fop,apache/fop,chunlinyao/fop,apache/fop | /*-- $Id$ --
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
Redistri... | src/org/apache/fop/pdf/PDFPages.java | /*-- $Id$ --
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
Redistri... | Fix: don't increment page count twice
git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193314 13f79535-47bb-0310-9956-ffa450edef68
| src/org/apache/fop/pdf/PDFPages.java | Fix: don't increment page count twice | |
Java | apache-2.0 | 376a1a94adce0f89e80025d0486bf5fe6ca9db2c | 0 | tkountis/hazelcast,lmjacksoniii/hazelcast,emrahkocaman/hazelcast,mdogan/hazelcast,tufangorel/hazelcast,mdogan/hazelcast,mesutcelik/hazelcast,juanavelez/hazelcast,tkountis/hazelcast,juanavelez/hazelcast,mdogan/hazelcast,tufangorel/hazelcast,dbrimley/hazelcast,Donnerbart/hazelcast,dbrimley/hazelcast,emre-aydin/hazelcast,... | /*
* Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | hazelcast/src/main/java/com/hazelcast/core/ILock.java | /*
* Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | copyedit
| hazelcast/src/main/java/com/hazelcast/core/ILock.java | copyedit | |
Java | apache-2.0 | 89104c6656b0ee492f2a3447bf657464f3291b6f | 0 | baszero/yanel,baszero/yanel,baszero/yanel,baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel | /*
* Copyright 2006 Wyona
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.wyona.org/licenses/APACHE-LICENSE-2.0
*
* Unless required by applicable law or agree... | src/core/java/org/wyona/yanel/core/workflow/WorkflowHelper.java | /*
* Copyright 2006 Wyona
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.wyona.org/licenses/APACHE-LICENSE-2.0
*
* Unless required by applicable law or agree... | obsolete else removed
| src/core/java/org/wyona/yanel/core/workflow/WorkflowHelper.java | obsolete else removed | |
Java | apache-2.0 | 6c87f518188e8c89b84f9d494f4aa18e05a28f02 | 0 | rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid | package org.rapidoid.webapp;
/*
* #%L
* rapidoid-http
* %%
* Copyright (C) 2014 - 2015 Nikolche Mihajlovski and contributors
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*... | rapidoid-http/src/main/java/org/rapidoid/webapp/WebEventReq.java | package org.rapidoid.webapp;
/*
* #%L
* rapidoid-http
* %%
* Copyright (C) 2014 - 2015 Nikolche Mihajlovski and contributors
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*... | Temporary ignoring event args.
| rapidoid-http/src/main/java/org/rapidoid/webapp/WebEventReq.java | Temporary ignoring event args. | |
Java | apache-2.0 | f87db90e2dc23cab7a1c4db951b1b901e820487a | 0 | OleksandrProshak/Alexandr_Proshak | package ru.job4j.orderbook;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
import java.util.Comparator;
/**
* The class Book describes a book of the orders.
*/
public class Book {
/**
* The name of the book.
*/
private String name;
/**
* The Map of BID orders... | chapter_005/src/main/java/ru/job4j/orderbook/Book.java | package ru.job4j.orderbook;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
import java.util.Comparator;
/**
* The class Book describes a book of the orders.
*/
public class Book {
/**
* The name of the book.
*/
private String name;
/**
* The Map of BID orders... | Тестовое задание. [#1001]
Made refactoring through methods computeIfPresent() and putIfAbsent().
| chapter_005/src/main/java/ru/job4j/orderbook/Book.java | Тестовое задание. [#1001] Made refactoring through methods computeIfPresent() and putIfAbsent(). | |
Java | apache-2.0 | 26f4d2f07e20d17d4df2702d5b84f809eb30bbc6 | 0 | SporkLibrary/Spork-Android,ByteWelder/Spork,SporkLibrary/Spork | package spork.inject.internal;
import java.lang.annotation.Annotation;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import javax.annotation.Nullable;
import javax.inject.Provider;
import javax.inject.Qualifier;
import spork.inject.AnnotationSerializerRegistry;
import spork.inject.intern... | spork-inject/src/main/java/spork/inject/internal/InjectSignature.java | package spork.inject.internal;
import java.lang.annotation.Annotation;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import javax.annotation.Nullable;
import javax.inject.Provider;
import javax.inject.Qualifier;
import spork.inject.AnnotationSerializerRegistry;
import spork.inject.intern... | improved visibility of InjectSignature
| spork-inject/src/main/java/spork/inject/internal/InjectSignature.java | improved visibility of InjectSignature |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.