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
apache-2.0
7c98ceb86afe1b4929c26b283c56355df5ee9cd7
0
facebook/litho,facebook/litho,facebook/litho,facebook/litho,facebook/litho,facebook/litho
/* * 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 agreed to in writing, software * distribut...
litho-rendercore/src/main/java/com/facebook/rendercore/HostView.java
/* * 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 agreed to in writing, software * distribut...
Invalidates HostView when a drawable in mounted Summary: Invalidates HostView when a drawable in mounted Reviewed By: mihaelao Differential Revision: D24949498 fbshipit-source-id: 6807b46a6674d298042bf1bf177b43aa4476eac6
litho-rendercore/src/main/java/com/facebook/rendercore/HostView.java
Invalidates HostView when a drawable in mounted
Java
apache-2.0
86a9147ebb3f2204fe79554d494a1e2bf172b8e2
0
auricgoldfinger/cgeo,KublaikhanGeek/cgeo,SammysHP/cgeo,brok85/cgeo,marco-dev/c-geo-opensource,superspindel/cgeo,schwabe/cgeo,Bananeweizen/cgeo,rsudev/c-geo-opensource,samueltardieu/cgeo,lewurm/cgeo,kumy/cgeo,yummy222/cgeo,yummy222/cgeo,mucek4/cgeo,mucek4/cgeo,brok85/cgeo,schwabe/cgeo,auricgoldfinger/cgeo,ThibaultR/cgeo...
package cgeo.geocaching.maps; import cgeo.geocaching.maps.google.GoogleMapProvider; import cgeo.geocaching.maps.interfaces.MapProvider; import cgeo.geocaching.maps.interfaces.MapSource; import cgeo.geocaching.maps.mapsforge.MapsforgeMapProvider; import android.view.Menu; import java.util.SortedMap; import java.util....
main/src/cgeo/geocaching/maps/MapProviderFactory.java
package cgeo.geocaching.maps; import cgeo.geocaching.maps.google.GoogleMapProvider; import cgeo.geocaching.maps.interfaces.MapProvider; import cgeo.geocaching.maps.interfaces.MapSource; import cgeo.geocaching.maps.mapsforge.MapsforgeMapProvider; import android.view.Menu; import java.util.SortedMap; import java.util....
Refactoring: remove unnecessary boxing/unboxing
main/src/cgeo/geocaching/maps/MapProviderFactory.java
Refactoring: remove unnecessary boxing/unboxing
Java
apache-2.0
438b40d7fe375a986300475ca978e8b83ba1a560
0
Polidea/RxAndroidBle,Polidea/RxAndroidBle,Polidea/RxAndroidBle
package com.polidea.rxandroidble; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothGattCallback; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.polidea.rxandroidble.exceptions.BleDisconnectedException; import...
rxandroidble/src/main/java/com/polidea/rxandroidble/RxBleDevice.java
package com.polidea.rxandroidble; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothGattCallback; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.polidea.rxandroidble.exceptions.BleDisconnectedException; import...
Added a usage hint to device’s observe state function (#381) RxBleDevice.observeConnectionStateChanges() function not meant to be used as a reconnection logic trigger. It is only a convenience function for using in the UI.
rxandroidble/src/main/java/com/polidea/rxandroidble/RxBleDevice.java
Added a usage hint to device’s observe state function (#381)
Java
apache-2.0
05d92b9b686889d9246c5471d90c5092fb6afc3b
0
vvcephei/elasticsearch,polyfractal/elasticsearch,Chhunlong/elasticsearch,Charlesdong/elasticsearch,vvcephei/elasticsearch,Stacey-Gammon/elasticsearch,palecur/elasticsearch,jeteve/elasticsearch,sdauletau/elasticsearch,ckclark/elasticsearch,thecocce/elasticsearch,Shekharrajak/elasticsearch,markwalkom/elasticsearch,hirdes...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
src/test/java/org/elasticsearch/test/ElasticsearchSingleNodeTest.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[TEST] Enforce provided settings in test base classes Enviorment variables might override the tests settings even if they are explicitly set. Other base classes like InternalTestCluster also specify `config.ignore_system_properties: true` to ensure `what we set is what we get`
src/test/java/org/elasticsearch/test/ElasticsearchSingleNodeTest.java
[TEST] Enforce provided settings in test base classes
Java
apache-2.0
c750efbfca2c7f899d62e22fe11fe70fc94e2840
0
pubudu538/carbon-apimgt,malinthaprasan/carbon-apimgt,wso2/carbon-apimgt,prasa7/carbon-apimgt,malinthaprasan/carbon-apimgt,chamindias/carbon-apimgt,isharac/carbon-apimgt,malinthaprasan/carbon-apimgt,bhathiya/carbon-apimgt,tharindu1st/carbon-apimgt,harsha89/carbon-apimgt,praminda/carbon-apimgt,Rajith90/carbon-apimgt,uvin...
package org.wso2.carbon.apimgt.impl; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.json.JSONException; import org.json.JSONObject; import org.wso2.carbon.apimgt.api.LoginPostExecutor; import org.wso2.carbon.apimgt.api.NewPostLoginExecutor; import org.wso2.carbon.apimgt...
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/DefaultGroupIDExtractorImpl.java
package org.wso2.carbon.apimgt.impl; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.json.JSONException; import org.json.JSONObject; import org.wso2.carbon.apimgt.api.LoginPostExecutor; import org.wso2.carbon.apimgt.api.NewPostLoginExecutor; import org.wso2.carbon.apimgt...
format code
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/DefaultGroupIDExtractorImpl.java
format code
Java
apache-2.0
dca63c3b4cd6a851bc498e6cd722a09e14f2c04d
0
localmatters/lesscss4j,localmatters/lesscss4j
/** * File: LessCssCompilerFactoryBean.java * * Author: David Hay (dhay@localmatters.com) * Creation Date: May 18, 2010 * Creation Time: 10:47:16 AM * * Copyright 2010 Local Matters, Inc. * All Rights Reserved * * Last checkin: * $Author$ * $Revision$ * $Date$ */ package org.lesscss4j.spring; import o...
src/main/java/org/lesscss4j/spring/LessCssCompilerFactoryBean.java
/** * File: LessCssCompilerFactoryBean.java * * Author: David Hay (dhay@localmatters.com) * Creation Date: May 18, 2010 * Creation Time: 10:47:16 AM * * Copyright 2010 Local Matters, Inc. * All Rights Reserved * * Last checkin: * $Author$ * $Revision$ * $Date$ */ package org.lesscss4j.spring; import o...
Updating properties in LessCssCompilerFactoryBean re-injects those properties into the singleton instance. git-svn-id: 2eebe84b5b32eb059849d530d3c549d0da009da8@135459 cb919951-1609-0410-8833-993d306c94f7
src/main/java/org/lesscss4j/spring/LessCssCompilerFactoryBean.java
Updating properties in LessCssCompilerFactoryBean re-injects those properties into the singleton instance.
Java
apache-2.0
c342bf3ab52741830b35343c47f6d6c36fc8b97c
0
DataArt/CalculationEngine,DataArt/CalculationEngine,DataArt/CalculationEngine
package com.dataart.spreadsheetanalytics.engine.execgraph; import static com.dataart.spreadsheetanalytics.api.model.IExecutionGraphVertex.Type.CELL_WITH_FORMULA; import static com.dataart.spreadsheetanalytics.api.model.IExecutionGraphVertex.Type.CELL_WITH_VALUE; import static com.dataart.spreadsheetanalytics.api.m...
calculation-engine/engine-core/src/main/java/com/dataart/spreadsheetanalytics/engine/execgraph/PoiExecutionGraphBuilder.java
package com.dataart.spreadsheetanalytics.engine.execgraph; import static com.dataart.spreadsheetanalytics.api.model.IExecutionGraphVertex.Type.CELL_WITH_FORMULA; import static com.dataart.spreadsheetanalytics.api.model.IExecutionGraphVertex.Type.CELL_WITH_VALUE; import static com.dataart.spreadsheetanalytics.api.m...
#40 fixing for code review comments
calculation-engine/engine-core/src/main/java/com/dataart/spreadsheetanalytics/engine/execgraph/PoiExecutionGraphBuilder.java
#40 fixing for code review comments
Java
apache-2.0
b0b2026408574b5a241a5899da35d84c1ad076b9
0
bhathiya/carbon-apimgt,sanjeewa-malalgoda/carbon-apimgt,harsha89/carbon-apimgt,nuwand/carbon-apimgt,nuwand/carbon-apimgt,wso2/carbon-apimgt,uvindra/carbon-apimgt,bhathiya/carbon-apimgt,tharikaGitHub/carbon-apimgt,Rajith90/carbon-apimgt,uvindra/carbon-apimgt,prasa7/carbon-apimgt,nuwand/carbon-apimgt,wso2/carbon-apimgt,p...
/* * Copyright (c) 2019 WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/l...
components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/impl/ApisApiServiceImpl.java
/* * Copyright (c) 2019 WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/l...
Added Create New Audit API feature
components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/impl/ApisApiServiceImpl.java
Added Create New Audit API feature
Java
bsd-2-clause
9c507a548c50cf2c94558299a4cb4f2eecdd4ea9
0
chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio
/* * Copyright (c) 2003-2006 jMonkeyEngine * 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 * notice, this list of ...
src/com/jme/scene/Text.java
/* * Copyright (c) 2003-2006 jMonkeyEngine * 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 * notice, this list of ...
ISSUE MINOR: Ability to reset the font texture. git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@3105 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
src/com/jme/scene/Text.java
ISSUE MINOR:
Java
bsd-2-clause
df9df7bae16386d58c28c48a19680ae76995456c
0
scifio/scifio
// // FluoviewReader.java // /* LOCI Bio-Formats package for reading and converting biological file formats. Copyright (C) 2005-@year@ Melissa Linkert, Curtis Rueden, Chris Allan, Eric Kjellman and Brian Loranger. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Libra...
loci/formats/in/FluoviewReader.java
// // FluoviewReader.java // /* LOCI Bio-Formats package for reading and converting biological file formats. Copyright (C) 2005-@year@ Melissa Linkert, Curtis Rueden, Chris Allan, Eric Kjellman and Brian Loranger. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Libra...
Fix jikes warning.
loci/formats/in/FluoviewReader.java
Fix jikes warning.
Java
bsd-3-clause
9e110d319088b7635de8098cea7eaf53e140a20c
0
bdezonia/zorbage,bdezonia/zorbage
// A zorbage example: visualizing the Lorenz system using jMonkeyEngine. // // See https://en.wikipedia.org/wiki/Lorenz_system // // This code is in the public domain. Use however you wish. package lorenz; import com.jme3.app.*; import com.jme3.material.Material; import com.jme3.math.ColorRGBA; import com.jme3.ma...
example/lorenz/Main.java
// A zorbage example: visualizing the Lorenz system using jMonkeyEngine. // // See https://en.wikipedia.org/wiki/Lorenz_system // // This code is in the public domain. Use however you wish. package lorenz; import com.jme3.app.*; import com.jme3.material.Material; import com.jme3.math.ColorRGBA; import com.jme3.ma...
Improve the code style within the jMonkeyEngine example
example/lorenz/Main.java
Improve the code style within the jMonkeyEngine example
Java
bsd-3-clause
f983255b334d8e5771ad56320bb65111d3b573d6
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package gov.nih.nci.cananolab.service.admin.impl; import gov.nih.nci.cananolab.domain.common.Author; import gov.nih.nci.cananolab.domain.common.Datum; import gov.nih.nci.cananolab.domain.common.ExperimentConfig; import gov.nih.nci.cananolab.domain.common.File; import gov.nih.nci.cananolab.domain.common.Finding; import...
software/cananolab-webapp/src/gov/nih/nci/cananolab/service/admin/impl/UpdateCreatedByServiceImpl.java
package gov.nih.nci.cananolab.service.admin.impl; import gov.nih.nci.cananolab.domain.common.Author; import gov.nih.nci.cananolab.domain.common.Datum; import gov.nih.nci.cananolab.domain.common.ExperimentConfig; import gov.nih.nci.cananolab.domain.common.File; import gov.nih.nci.cananolab.domain.common.Finding; import...
update associations SVN-Revision: 19591
software/cananolab-webapp/src/gov/nih/nci/cananolab/service/admin/impl/UpdateCreatedByServiceImpl.java
update associations
Java
bsd-3-clause
ba0d3cb01ad06a2c1f6f768f6147ed957f6d5bff
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package gov.nih.nci.calab.ui.submit; /** * This class associates a assay result file with a characterization. * * @author pansu */ /* CVS $Id: LoadDerivedBioAssayDataAction.java,v 1.16 2007-07-06 17:46:56 pansu Exp $ */ import gov.nih.nci.calab.dto.characterization.DerivedBioAssayDataBean; import gov.nih.nci...
src/gov/nih/nci/calab/ui/submit/LoadDerivedBioAssayDataAction.java
package gov.nih.nci.calab.ui.submit; /** * This class associates a assay result file with a characterization. * * @author pansu */ /* CVS $Id: LoadDerivedBioAssayDataAction.java,v 1.15 2007-07-03 17:35:55 pansu Exp $ */ import gov.nih.nci.calab.dto.characterization.DerivedBioAssayDataBean; import gov.nih.nci...
updated forward for submit SVN-Revision: 10241
src/gov/nih/nci/calab/ui/submit/LoadDerivedBioAssayDataAction.java
updated forward for submit
Java
mit
673d9c2ca7b2de98c7e958c8bf90c6b05bcd9be9
0
socrata/datasync,socrata/datasync
package com.socrata.datasync.config.controlfile; import com.socrata.datasync.PublishMethod; import com.socrata.datasync.Utils; import com.socrata.datasync.job.IntegrationJob; import org.codehaus.jackson.annotate.JsonIgnore; import org.codehaus.jackson.annotate.JsonIgnoreProperties; import org.codehaus.jackson.annotate...
src/main/java/com/socrata/datasync/config/controlfile/ControlFile.java
package com.socrata.datasync.config.controlfile; import com.socrata.datasync.PublishMethod; import com.socrata.datasync.Utils; import com.socrata.datasync.job.IntegrationJob; import org.codehaus.jackson.annotate.JsonIgnore; import org.codehaus.jackson.annotate.JsonIgnoreProperties; import org.codehaus.jackson.annotate...
added check to set columnStatistics only on replace jobs
src/main/java/com/socrata/datasync/config/controlfile/ControlFile.java
added check to set columnStatistics only on replace jobs
Java
mit
e31154d7b89649e0e2f40fad6b8c4f9e92baf9f5
0
hector-client/hector,koa/hector,Ursula/hector,normanmaurer/hector,1and1/hector,hector-client/hector,rantav/hector,Ursula/hector,apigee/hector
package me.prettyprint.cassandra; import java.io.IOException; import me.prettyprint.cassandra.testutils.EmbeddedServerHelper; import org.apache.thrift.transport.TTransportException; import org.junit.AfterClass; import org.junit.BeforeClass; /** * Base class for test cases that need access to EmbeddedServerHelper ...
src/test/java/me/prettyprint/cassandra/BaseEmbededServerSetupTest.java
package me.prettyprint.cassandra; import java.io.IOException; import me.prettyprint.cassandra.testutils.EmbeddedServerHelper; import org.apache.thrift.transport.TTransportException; import org.junit.AfterClass; import org.junit.BeforeClass; /** * Base class for test cases that need access to EmbeddedServerHelper ...
Add some cleanup after teardown of BaseEmbededServerSetupTest
src/test/java/me/prettyprint/cassandra/BaseEmbededServerSetupTest.java
Add some cleanup after teardown of BaseEmbededServerSetupTest
Java
mit
ea260071b7a52cab40ac450968173fa1eeee2392
0
acknak/NakloidGUI
package nak.nakloidGUI.actions.options; import org.eclipse.jface.dialogs.MessageDialog; import nak.nakloidGUI.actions.AbstractAction; import nak.nakloidGUI.coredata.CoreData; import nak.nakloidGUI.gui.MainWindow; public class AboutNakloidAction extends AbstractAction { public AboutNakloidAction(MainWindow mainWindo...
nak/nakloidGUI/actions/options/AboutNakloidAction.java
package nak.nakloidGUI.actions.options; import org.eclipse.jface.dialogs.MessageDialog; import nak.nakloidGUI.actions.AbstractAction; import nak.nakloidGUI.coredata.CoreData; import nak.nakloidGUI.gui.MainWindow; public class AboutNakloidAction extends AbstractAction { public AboutNakloidAction(MainWindow mainWindo...
version up
nak/nakloidGUI/actions/options/AboutNakloidAction.java
version up
Java
mit
5cf84289e5cfe04a0888cfec0e2af5004009fa66
0
bx5974/sikuli,bx5974/sikuli,bx5974/sikuli,bx5974/sikuli,bx5974/sikuli,sikuli/sikuli,sikuli/sikuli,sikuli/sikuli,bx5974/sikuli,sikuli/sikuli,sikuli/sikuli,sikuli/sikuli,sikuli/sikuli,bx5974/sikuli
package org.sikuli.script; import java.io.*; import java.awt.*; import java.awt.datatransfer.*; import java.awt.event.*; import java.awt.MouseInfo; import java.lang.reflect.Constructor; public class Env { public static Location getMouseLocation() throws HeadlessException{ Point loc = MouseInfo.getPointerIn...
sikuli-script/src/main/java/org/sikuli/script/Env.java
package org.sikuli.script; import java.io.*; import java.awt.*; import java.awt.datatransfer.*; import java.awt.event.*; import java.awt.MouseInfo; import java.lang.reflect.Constructor; public class Env { public static Location getMouseLocation() throws HeadlessException{ Point loc = MouseInfo.getPointerIn...
NEW API: boolean Env.isLockOn(Key.CAPS_LOCK|Key.NUM_LOCK|Key.SCROLL_LOCK) returns the state of the given lock key.
sikuli-script/src/main/java/org/sikuli/script/Env.java
NEW API: boolean Env.isLockOn(Key.CAPS_LOCK|Key.NUM_LOCK|Key.SCROLL_LOCK) returns the state of the given lock key.
Java
mit
547e515968723334bcd8edff05c88870b5b9924f
0
412750168/swipemenulistview
/* * The MIT License (MIT) * * Copyright (c) 2015 baoyongzhang <baoyz94@gmail.com> * * 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...
demo/src/main/java/com/baoyz/swipemenulistview/demo/MainActivity.java
/* * The MIT License (MIT) * * Copyright (c) 2015 baoyongzhang <baoyz94@gmail.com> * * 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...
1.in dev branch :add data
demo/src/main/java/com/baoyz/swipemenulistview/demo/MainActivity.java
1.in dev branch :add data
Java
mit
9faef1451155214322629c72b88e2587319f328a
0
Innovimax-SARL/mix-them
package innovimax.mixthem.arguments; import innovimax.mixthem.io.InputResource; import java.io.File; import java.io.InputStream; import java.io.IOException; import java.nio.file.Files; import java.nio.file.LinkOption; import java.nio.file.Path; import java.util.Enumeration; import java.util.EnumMap; import java.util....
src/main/java/innovimax/mixthem/arguments/Arguments.java
package innovimax.mixthem.arguments; import innovimax.mixthem.io.InputResource; import java.io.File; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.LinkOption; import java.nio.file.Path; import java.util.Enumeration; import java.util.EnumMap; import java.util.Iterator; import java.util.M...
Update Arguments.java
src/main/java/innovimax/mixthem/arguments/Arguments.java
Update Arguments.java
Java
mit
eb26ff3e1870c436dffef4bfe49411e90a03b994
0
obraliar/jabref,tschechlovdev/jabref,oscargus/jabref,Braunch/jabref,oscargus/jabref,obraliar/jabref,shitikanth/jabref,bartsch-dev/jabref,sauliusg/jabref,zellerdev/jabref,Mr-DLib/jabref,grimes2/jabref,mredaelli/jabref,Braunch/jabref,mairdl/jabref,Siedlerchr/jabref,ayanai1/jabref,jhshinn/jabref,shitikanth/jabref,tobiasdi...
/* Copyright (C) 2003-2016 JabRef contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This progr...
src/main/java/net/sf/jabref/logic/xmp/XMPUtil.java
/* Copyright (C) 2003-2016 JabRef contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This progr...
Fix typo and wrong Collections.EMPTY_LIST Collections.emptyList() is better. See http://stackoverflow.com/a/14870838/873282
src/main/java/net/sf/jabref/logic/xmp/XMPUtil.java
Fix typo and wrong Collections.EMPTY_LIST
Java
mit
250f8a5c09ad702f09a9a77f670e74d4647a7fd5
0
alexsomai/run-selector-plugin,alexsomai/run-selector-plugin
/* * The MIT License * * Copyright (c) 2013-2014, CloudBees, Inc. * * 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 u...
src/test/java/hudson/plugins/copyartifact/testutils/CopyArtifactUtil.java
/* * The MIT License * * Copyright (c) 2013-2014, CloudBees, Inc. * * 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 u...
[JENKINS-18938] Fixed the test failure caused by a wrong change for test utility in the last two commits.
src/test/java/hudson/plugins/copyartifact/testutils/CopyArtifactUtil.java
[JENKINS-18938] Fixed the test failure caused by a wrong change for test utility in the last two commits.
Java
mit
8efe7a77eb565740da2623c7de1aada2bd047038
0
ugent-cros/cros-core,ugent-cros/cros-core,ugent-cros/cros-core
package drones.flightcontrol; import akka.actor.ActorRef; import droneapi.api.DroneCommander; import droneapi.messages.FlyingStateChangedMessage; import droneapi.messages.LocationChangedMessage; import droneapi.messages.NavigationStateChangedMessage; import droneapi.model.properties.FlyingState; import droneapi.model....
app/drones/flightcontrol/SimplePilot.java
package drones.flightcontrol; import akka.actor.ActorRef; import droneapi.api.DroneCommander; import droneapi.messages.FlyingStateChangedMessage; import droneapi.messages.LocationChangedMessage; import droneapi.messages.NavigationStateChangedMessage; import droneapi.model.properties.Location; import droneapi.model.pro...
Simple Pilot fix iterator + log info
app/drones/flightcontrol/SimplePilot.java
Simple Pilot fix iterator + log info
Java
mit
1e7d02fb712f0d6a5f795e2d8a049628a91480b9
0
jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model
package edu.hm.hafner.analysis; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Optional; import java.util.UUID; /** * Computes old, new, and fixed issues based on the reports of two consecutive static analysis runs for the same * software artifact. * * @author Ullric...
src/main/java/edu/hm/hafner/analysis/IssueDifference.java
package edu.hm.hafner.analysis; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.UUID; /** * Computes old, new, and fixed issues based on the reports of two consecutive static analysis runs for the same * software artifact. * * @author Ullrich Hafner */ public class ...
Avoid quadratic times.
src/main/java/edu/hm/hafner/analysis/IssueDifference.java
Avoid quadratic times.
Java
mit
ac871ba96f746933c46ce6ff624ed0598e77b51b
0
skuzzle/TinyPlugz
package de.skuzzle.tinyplugz; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.Properties; import java.util.ServiceLoader; import java.util.function.Consumer; import java...
tiny-plugz/src/main/java/de/skuzzle/tinyplugz/TinyPlugzConfigurator.java
package de.skuzzle.tinyplugz; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.Properties; import java.util.ServiceLoader; import java.util.function.Consumer; import java...
formatting
tiny-plugz/src/main/java/de/skuzzle/tinyplugz/TinyPlugzConfigurator.java
formatting
Java
agpl-3.0
866dd838a02887377ad44e7bcb5168f826e41e55
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
6b78fd30-2e60-11e5-9284-b827eb9e62be
hello.java
6b7395e8-2e60-11e5-9284-b827eb9e62be
6b78fd30-2e60-11e5-9284-b827eb9e62be
hello.java
6b78fd30-2e60-11e5-9284-b827eb9e62be
Java
lgpl-2.1
badffd8b86c52566bc78f2ecdd9e2a18d9f5a9b5
0
concord-consortium/data
package org.concord.data.state; import org.concord.data.Unit; import org.concord.data.stream.TimerDataStoreDataProducer; import org.concord.framework.data.stream.DataChannelDescription; import org.concord.framework.data.stream.DataStore; import org.concord.framework.data.stream.DataStreamDescription; import org.concor...
src/org/concord/data/state/OTTimerDataStoreDataProducerController.java
package org.concord.data.state; import org.concord.data.Unit; import org.concord.data.stream.TimerDataStoreDataProducer; import org.concord.framework.data.stream.DataChannelDescription; import org.concord.framework.data.stream.DataStore; import org.concord.framework.data.stream.DataStreamDescription; import org.concor...
Make sure the controller always returns the same TimerDataStoreDataProducer object for the same OT object, so that events triggered on one graph can affect the producer attached to other objects. git-svn-id: 68ef3ef1a966669f855010d8185b1a1aba9038fc@23256 6e01202a-0783-4428-890a-84243c50cc2b
src/org/concord/data/state/OTTimerDataStoreDataProducerController.java
Make sure the controller always returns the same TimerDataStoreDataProducer object for the same OT object, so that events triggered on one graph can affect the producer attached to other objects.
Java
lgpl-2.1
b5e23513abcf818f0bf89df242c846dc30b5e97f
0
samskivert/samskivert,samskivert/samskivert
// // $Id: Tuple.java,v 1.5 2002/12/19 22:41:13 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne // // 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 Fre...
projects/samskivert/src/java/com/samskivert/util/Tuple.java
// // $Id: Tuple.java,v 1.5 2002/12/19 22:41:13 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne // // 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 Fre...
Re-fixed typo, oh. git-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@1525 6335cc39-0255-0410-8fd6-9bcaacd3b74c
projects/samskivert/src/java/com/samskivert/util/Tuple.java
Re-fixed typo, oh.
Java
lgpl-2.1
545739221730b672ada2295028bb4cde009803c1
0
drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine
package org.intermine.webservice.server; /* * Copyright (C) 2002-2011 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/l...
intermine/web/main/src/org/intermine/webservice/server/WebService.java
package org.intermine.webservice.server; /* * Copyright (C) 2002-2011 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/l...
Lowered priority of ws log messages to debug Former-commit-id: c219759b43729f7dea962ad152643cd44ae603f3
intermine/web/main/src/org/intermine/webservice/server/WebService.java
Lowered priority of ws log messages to debug
Java
lgpl-2.1
b8e5b618b9eb92564a88a081efbf82f064bd8c6f
0
getrailo/railo,getrailo/railo,JordanReiter/railo,JordanReiter/railo,modius/railo,modius/railo,getrailo/railo
package railo.runtime.type.scope; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Types; import railo.runtime.PageContext; import railo.runtime.config.ConfigImpl; import railo.runtime.converter.ConverterException; import railo.runtime.converter.ScriptConver...
railo-java/railo-core/src/railo/runtime/type/scope/ClientDatasource.java
package railo.runtime.type.scope; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Types; import railo.runtime.PageContext; import railo.runtime.config.ConfigImpl; import railo.runtime.converter.ConverterException; import railo.runtime.converter.ScriptConver...
solved ticket https://issues.jboss.org/browse/RAILO-1113
railo-java/railo-core/src/railo/runtime/type/scope/ClientDatasource.java
solved ticket https://issues.jboss.org/browse/RAILO-1113
Java
apache-2.0
09fbe60d29805f8826f760d1cd46cc342f5f72cf
0
realityforge/replicant,realityforge/replicant
package replicant; import arez.annotations.Action; import arez.annotations.ArezComponent; import arez.annotations.Observable; import arez.annotations.PreDispose; import java.util.Objects; import javax.annotation.Nonnull; import javax.annotation.Nullable; import replicant.spy.AreaOfInterestDisposedEvent; import replica...
client/src/main/java/replicant/AreaOfInterest.java
package replicant; import arez.annotations.Action; import arez.annotations.ArezComponent; import arez.annotations.ComponentId; import arez.annotations.Observable; import arez.annotations.PreDispose; import java.util.Objects; import javax.annotation.Nonnull; import javax.annotation.Nullable; import replicant.spy.AreaOf...
Optimize imports
client/src/main/java/replicant/AreaOfInterest.java
Optimize imports
Java
apache-2.0
9745c7367f0b9ffee91e5a88e1d34bdace6a04d3
0
lexs/webimageloader
package com.webimageloader.util; import java.io.Closeable; import java.io.File; import android.annotation.TargetApi; import android.content.Context; import android.os.Environment; public class IOUtil { public static void closeQuietly(Closeable closeable) { if (closeable != null) { try { ...
webimageloader/src/com/webimageloader/util/IOUtil.java
package com.webimageloader.util; import java.io.Closeable; import java.io.File; import android.annotation.TargetApi; import android.content.Context; import android.os.Environment; public class IOUtil { public static void closeQuietly(Closeable closeable) { if (closeable != null) { try { ...
Use correct API level when checking for functionality
webimageloader/src/com/webimageloader/util/IOUtil.java
Use correct API level when checking for functionality
Java
apache-2.0
9e1905aa1b1e2e018bb8ab44f0afb1c7b86d7797
0
matthewrkula/seam-carver
package com.mattkula.seamcarver; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.nio.Buffer; /** * Created by matt on 12/2/14. */ public class Carver { public static boolean DEBUG = true; String mName; B...
src/com/mattkula/seamcarver/Carver.java
package com.mattkula.seamcarver; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.nio.Buffer; /** * Created by matt on 12/2/14. */ public class Carver { public static boolean DEBUG = true; String mName; B...
Small change
src/com/mattkula/seamcarver/Carver.java
Small change
Java
apache-2.0
fafc73de5e0c4fb57ace621a695d6b52eefdb78d
0
googleinterns/step200-2020,googleinterns/step200-2020,googleinterns/step200-2020
package com.google.sps.servlets; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.EntityNotFoundException; import com.google.appengine.api.datastore....
byway/src/main/java/com/google/sps/servlets/DestinationsServlet.java
package com.google.sps.servlets; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.EntityNotFoundException; import com.google.appengine.api.datastore....
fix java format
byway/src/main/java/com/google/sps/servlets/DestinationsServlet.java
fix java format
Java
apache-2.0
e5fe524a585e3428d5bc32129fc7343afe6691bb
0
TechnologyConversations/TechnologyConversationsBdd,TechnologyConversations/TechnologyConversationsBdd,TechnologyConversations/TechnologyConversationsBdd,TechnologyConversations/TechnologyConversationsBdd,TechnologyConversations/TechnologyConversationsBdd
package models; import org.jbehave.core.io.CodeLocations; import org.jbehave.core.io.StoryFinder; import org.jbehave.core.junit.JUnitStories; import org.jbehave.core.steps.InjectableStepsFactory; import org.jbehave.core.steps.InstanceStepsFactory; import java.util.ArrayList; import java.util.List; public class JBeha...
app/models/JBehaveRunner.java
package models; import org.jbehave.core.io.CodeLocations; import org.jbehave.core.io.StoryFinder; import org.jbehave.core.junit.JUnitStories; import org.jbehave.core.steps.InjectableStepsFactory; import org.jbehave.core.steps.InstanceStepsFactory; import java.util.ArrayList; import java.util.List; public class JBeha...
Added JBehaveRunner java class.
app/models/JBehaveRunner.java
Added JBehaveRunner java class.
Java
apache-2.0
fdb9cbb9d403af964b9d6945e3aa6f64203871cd
0
kolstae/openpipe
package no.trank.openpipe.solr.util; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Random; import junit.framework.TestCase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @version $Revision$ */ public class IOUtilTest extends...
solr-tokenizer/src/test/java/no/trank/openpipe/solr/util/IOUtilTest.java
package no.trank.openpipe.solr.util; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Random; import junit.framework.TestCase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @version $Revision$ */ public class IOUtilTest extends...
Fixed IOUtilTest.testWriteReadNibble
solr-tokenizer/src/test/java/no/trank/openpipe/solr/util/IOUtilTest.java
Fixed IOUtilTest.testWriteReadNibble
Java
apache-2.0
1b6e2c3ddf9e4b2c4c06d4d1edb66a445d8a2f89
0
eminn/hazelcast-simulator,pveentjer/hazelcast-simulator,Danny-Hazelcast/hazelcast-stabilizer,Donnerbart/hazelcast-simulator,Donnerbart/hazelcast-simulator,pveentjer/hazelcast-simulator,Danny-Hazelcast/hazelcast-stabilizer,fengshao0907/hazelcast-simulator,gAmUssA/hazelcast-simulator,jerrinot/hazelcast-stabilizer,eminn/h...
package com.hazelcast.stabilizer.tests.map; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core.IMap; import com.hazelcast.core.Member; import com.hazelcast.core.Partition; import com.hazelcast.core.PartitionService; import com.hazelcast.instance.HazelcastInstanceProxy; import com.hazelcast.logging...
stabilizer/src/main/java/com/hazelcast/stabilizer/tests/map/DataTeg.java
package com.hazelcast.stabilizer.tests.map; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core.IMap; import com.hazelcast.core.Member; import com.hazelcast.core.Partition; import com.hazelcast.core.PartitionService; import com.hazelcast.instance.HazelcastInstanceProxy; import com.hazelcast.logging...
testing
stabilizer/src/main/java/com/hazelcast/stabilizer/tests/map/DataTeg.java
testing
Java
apache-2.0
5c0040386b098228768b6b5ac481fc56712594ab
0
songzhw/Hello-kotlin,songzhw/Hello-kotlin
package threads; /* 三个不同的线程将会共用一个 Foo 实例。 线程 A 将会调用 one() 方法 线程 B 将会调用 two() 方法 线程 C 将会调用 three() 方法 请设计修改程序,以确保 two() 方法在 one() 方法之后被执行,three() 方法在 two() 方法之后被执行。 示例 2: 输入: [1,3,2] 输出: "onetwothree" 解释: 输入 [1,3,2] 表示线程 A 将会调用 one() 方法,线程 B 将会调用 three() 方法,线程 C 将会调用 two() 方法。 正确的输出是 "onetwothree"。 链接:https://leetco...
Advanced_kb/src/threads/PrintInOrder.java
package threads; /* 三个不同的线程将会共用一个 Foo 实例。 线程 A 将会调用 one() 方法 线程 B 将会调用 two() 方法 线程 C 将会调用 three() 方法 请设计修改程序,以确保 two() 方法在 one() 方法之后被执行,three() 方法在 two() 方法之后被执行。 示例 2: 输入: [1,3,2] 输出: "onetwothree" 解释: 输入 [1,3,2] 表示线程 A 将会调用 one() 方法,线程 B 将会调用 three() 方法,线程 C 将会调用 two() 方法。 正确的输出是 "onetwothree"。 链接:https://leetco...
thread - print in order
Advanced_kb/src/threads/PrintInOrder.java
thread - print in order
Java
apache-2.0
1b96147306eb34f00e06725e1bb58f55b819928e
0
folio-org/raml-module-builder,folio-org/raml-module-builder,folio-org/raml-module-builder
package org.folio.rest.impl; import java.io.IOException; import java.io.InputStream; import java.io.UncheckedIOException; import java.nio.charset.StandardCharsets; import java.util.Map; import javax.ws.rs.core.Response; import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.exception.ExceptionUtils; im...
domain-models-runtime/src/main/java/org/folio/rest/impl/TenantAPI.java
package org.folio.rest.impl; import java.io.IOException; import java.io.InputStream; import java.io.UncheckedIOException; import java.nio.charset.StandardCharsets; import java.util.Map; import javax.ws.rs.core.Response; import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.exception.ExceptionUtils; im...
On delete don't set any module versions.
domain-models-runtime/src/main/java/org/folio/rest/impl/TenantAPI.java
On delete don't set any module versions.
Java
apache-2.0
3e4a31730ce74e59778c02f596bbec60c27093bc
0
md5555/android_packages_services_Telephony
/* * Copyright (C) 2014 The Android Open Source Project * * 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 app...
src/com/android/services/telephony/PstnCallService.java
/* * Copyright (C) 2014 The Android Open Source Project * * 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 app...
Fix crash on blocked calls Bug: 13630786 Change-Id: Id49405d376e62cb5e87deebb193c4988a4773d8e
src/com/android/services/telephony/PstnCallService.java
Fix crash on blocked calls
Java
apache-2.0
bceb3e86436a45e273067566d5c92413924173e9
0
Nanoware/Terasology,MovingBlocks/Terasology,Nanoware/Terasology,Nanoware/Terasology,MovingBlocks/Terasology,MovingBlocks/Terasology,Malanius/Terasology,Malanius/Terasology
/* * Copyright 2017 MovingBlocks * * 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 agreed t...
engine/src/main/java/org/terasology/rendering/world/WorldRendererImpl.java
/* * Copyright 2017 MovingBlocks * * 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 agreed t...
Abort load and show an error when there's no active rendering module.
engine/src/main/java/org/terasology/rendering/world/WorldRendererImpl.java
Abort load and show an error when there's no active rendering module.
Java
apache-2.0
53e4cf2176e4d83efeca27ed556d9cd04a5b8dcf
0
lucilecoutouly/heroic,OdenTech/heroic,dbrounst/heroic,spotify/heroic,dimaslv/heroic,zfrank/heroic,lucilecoutouly/heroic,spotify/heroic,spotify/heroic,lucilecoutouly/heroic,dimaslv/heroic,spotify/heroic
/* * Copyright (c) 2015 Spotify AB. * * 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,...
heroic-core/src/main/java/com/spotify/heroic/http/write/WriteResource.java
/* * Copyright (c) 2015 Spotify AB. * * 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,...
[core] clean-up in /write resource
heroic-core/src/main/java/com/spotify/heroic/http/write/WriteResource.java
[core] clean-up in /write resource
Java
apache-2.0
a168bf8983068b7e243bd8237da63b58d2249037
0
consulo/consulo-ui-designer,consulo/consulo-ui-designer
/* * Copyright 2000-2009 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...
src/com/intellij/uiDesigner/editor/UIFormEditorProvider.java
/* * Copyright 2000-2009 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...
changed policy
src/com/intellij/uiDesigner/editor/UIFormEditorProvider.java
changed policy
Java
artistic-2.0
3b55abae19e32b6802ba76f6bd86ccb58fbac1ee
0
sorinAche23/Psafe,gpmidi/pwsafe,Sp1l/pwsafe,sorinAche23/Psafe,Sp1l/pwsafe,gpmidi/pwsafe,gpmidi/pwsafe,ronys/pwsafe-test,sorinAche23/Psafe,Sp1l/pwsafe,sorinAche23/Psafe,ronys/pwsafe-test,ronys/pwsafe-test,gpmidi/pwsafe,sorinAche23/Psafe,ronys/pwsafe-test,Sp1l/pwsafe,Sp1l/pwsafe,Sp1l/pwsafe,sorinAche23/Psafe,gpmidi/pwsaf...
package org.pwsafe.lib.crypto; import java.security.MessageDigest; import java.security.Provider; import org.bouncycastle.jce.provider.BouncyCastleProvider; /** * SHA256 implementation. Currently uses BouncyCastle provider underneath. * * @author Glen Smith */ public class SHA256Pws { private...
pwsafe/Java/PasswordSafeLib/src/org/pwsafe/lib/crypto/SHA256Pws.java
package org.pwsafe.lib.crypto; import java.security.MessageDigest; import java.security.Provider; import org.bouncycastle.jce.provider.BouncyCastleProvider; /** * SHA256 implementation. Currently uses BouncyCastle provider underneath. * * @author Glen Smith */ public class SHA256Pws { private...
Cache handle to instance git-svn-id: 7e36d3665aeca4d4e1f6df8911a80efc6ef565e7@964 1f79f812-37fb-46fe-a122-30589dd2bf55
pwsafe/Java/PasswordSafeLib/src/org/pwsafe/lib/crypto/SHA256Pws.java
Cache handle to instance
Java
bsd-2-clause
7bf010fd9bfd0d6ea0d7dfdb28a1471ee83714be
0
RealTimeGenomics/rtg-tools,RealTimeGenomics/rtg-tools,RealTimeGenomics/rtg-tools,RealTimeGenomics/rtg-tools
/* * Copyright (c) 2014. Real Time Genomics Limited. * * 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...
src/com/rtg/reader/CompressedMemorySequencesReader.java
/* * Copyright (c) 2014. Real Time Genomics Limited. * * 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...
fb-contrib: ISB
src/com/rtg/reader/CompressedMemorySequencesReader.java
fb-contrib: ISB
Java
bsd-3-clause
5f6f6f9ef94e32ebf55b13ae4ea3f1a6cdf9d832
0
xuncl/cocos2d-android,littledou/cocos2d-android,iliyas705/cocos2d-android,weimingtom/cocos2d-android,Michaelangel007/cocos2d-android,tectronics/cocos2d-android,kerocode/cocos2d-android,vilmarbfilho/cocos2d-android
package org.cocos2d.opengl; import org.cocos2d.nodes.TextureManager; import org.cocos2d.types.CCColor4B; import org.cocos2d.types.CCQuad2; import org.cocos2d.types.CCQuad3; import org.cocos2d.utils.CCFormatter; import javax.microedition.khronos.opengles.GL10; import static javax.microedition.khronos.opengles.GL10.*; ...
src/org/cocos2d/opengl/TextureAtlas.java
package org.cocos2d.opengl; import org.cocos2d.nodes.TextureManager; import org.cocos2d.types.CCColor4B; import org.cocos2d.types.CCQuad2; import org.cocos2d.types.CCQuad3; import org.cocos2d.utils.CCFormatter; import javax.microedition.khronos.opengles.GL10; import static javax.microedition.khronos.opengles.GL10.*; ...
Use standard accessor convention for totalQuads.
src/org/cocos2d/opengl/TextureAtlas.java
Use standard accessor convention for totalQuads.
Java
bsd-3-clause
8084386288de590ba50866eb281dc9bb433d6994
0
DataBiosphere/jade-data-repo,DataBiosphere/jade-data-repo,DataBiosphere/jade-data-repo,DataBiosphere/jade-data-repo
package bio.terra.service.filedata; import bio.terra.app.configuration.EcmConfiguration; import bio.terra.app.controller.exception.TooManyRequestsException; import bio.terra.app.logging.PerformanceLogger; import bio.terra.app.model.GoogleRegion; import bio.terra.common.CloudPlatformWrapper; import bio.terra.common.exc...
src/main/java/bio/terra/service/filedata/DrsService.java
package bio.terra.service.filedata; import bio.terra.app.configuration.EcmConfiguration; import bio.terra.app.controller.exception.TooManyRequestsException; import bio.terra.app.logging.PerformanceLogger; import bio.terra.app.model.GoogleRegion; import bio.terra.common.CloudPlatformWrapper; import bio.terra.common.exc...
Make sure to sign urls with the ingest account, if appropriate (#1373)
src/main/java/bio/terra/service/filedata/DrsService.java
Make sure to sign urls with the ingest account, if appropriate (#1373)
Java
bsd-3-clause
69ad788f8c7a47995a52b79e3eee7818867333b0
0
vincentml/basex,joansmith/basex,BaseXdb/basex,deshmnnit04/basex,joansmith/basex,drmacro/basex,BaseXdb/basex,vincentml/basex,JensErat/basex,BaseXdb/basex,deshmnnit04/basex,vincentml/basex,vincentml/basex,deshmnnit04/basex,deshmnnit04/basex,deshmnnit04/basex,vincentml/basex,dimitarp/basex,BaseXdb/basex,JensErat/basex,drm...
package org.basex.gui.view.project; import static org.basex.gui.GUIConstants.*; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.regex.*; import org.basex.core.*; import org.basex.gui.*; import org.basex.gui.layout.*; import org.basex.gui.view.editor.*; import org.basex.io.*; import org...
basex-core/src/main/java/org/basex/gui/view/project/ProjectFilter.java
package org.basex.gui.view.project; import static org.basex.gui.GUIConstants.*; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.regex.*; import org.basex.core.*; import org.basex.gui.*; import org.basex.gui.layout.*; import org.basex.gui.view.editor.*; import org.basex.io.*; import org...
[FIX] Project filter: add original path to result list
basex-core/src/main/java/org/basex/gui/view/project/ProjectFilter.java
[FIX] Project filter: add original path to result list
Java
mit
749631554ff96bcbb33001f0f1b3c21d24ba9151
0
fadelakin/vortex
app/src/main/java/com/fisheradelakin/vortex/GetJSON.java
package com.fisheradelakin.vortex; import android.content.Context; import android.content.res.AssetManager; import java.io.IOException; import java.io.InputStream; /** * Created by Fisher on 1/30/15. */ public class GetJSON { }
remove class
app/src/main/java/com/fisheradelakin/vortex/GetJSON.java
remove class
Java
mit
789cba832d073c9809f7a0162c2b622b9fb3b328
0
weeryan17/FlareBot,FlareBot/FlareBot,binaryoverload/FlareBot
package stream.flarebot.flarebot.commands.moderation; import net.dv8tion.jda.core.EmbedBuilder; import net.dv8tion.jda.core.Permission; import net.dv8tion.jda.core.entities.Member; import net.dv8tion.jda.core.entities.Message; import net.dv8tion.jda.core.entities.MessageEmbed; import net.dv8tion.jda.core.entities.Role...
src/main/java/stream/flarebot/flarebot/commands/moderation/PermissionsCommand.java
package stream.flarebot.flarebot.commands.moderation; import net.dv8tion.jda.core.EmbedBuilder; import net.dv8tion.jda.core.Permission; import net.dv8tion.jda.core.entities.Member; import net.dv8tion.jda.core.entities.Message; import net.dv8tion.jda.core.entities.MessageEmbed; import net.dv8tion.jda.core.entities.Role...
Revert "Changed the usage string do it doesn't break with _usage" This reverts commit 34f1d4519129c60bfa57ff0d1e899ed78151ebb1.
src/main/java/stream/flarebot/flarebot/commands/moderation/PermissionsCommand.java
Revert "Changed the usage string do it doesn't break with _usage"
Java
mit
error: pathspec 'test/abc/player/VoiceTest.java' did not match any file(s) known to git
3cc0a589d88897d82886b43d7e765eb3a5e46e63
1
mcyuan00/ABC-music-player
package abc.player; import static org.junit.Assert.assertEquals; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.junit.Test; public class VoiceTest { @Test(expected=AssertionError.class) public void testAssertionsEnabled() { assert false; // make sure assertion...
test/abc/player/VoiceTest.java
add voiceTest
test/abc/player/VoiceTest.java
add voiceTest
Java
mit
error: pathspec 'src/com/hackerearth/TaskScheduler.java' did not match any file(s) known to git
a8c3abb68cdd67a09a90e31f47118407858ebfd2
1
sureshsajja/CodeRevisited,sureshsajja/CodingProblems
package com.hackerearth; import java.util.Arrays; import java.util.Collections; import java.util.Scanner; /** * For a task i, it takes one day to start a job, and ki days to complete. * For given n tasks, schedule it effectively such that it takes min days to complete * <p/> * input: * 2 (No of tasks) * 3 * 1 ...
src/com/hackerearth/TaskScheduler.java
For a task i, it takes one day to start a job, and ki days to complete. For given n tasks, schedule it effectively such that it takes min days to complete
src/com/hackerearth/TaskScheduler.java
For a task i, it takes one day to start a job, and ki days to complete. For given n tasks, schedule it effectively such that it takes min days to complete
Java
mit
error: pathspec 'src/main/java/leetcode/Problem698.java' did not match any file(s) known to git
e4683853b70f49690f89e261d84c5c03c173c165
1
fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode
package leetcode; /** * https://leetcode.com/problems/partition-to-k-equal-sum-subsets/ */ public class Problem698 { public boolean canPartitionKSubsets(int[] nums, int k) { // TODO return false; } public static void main(String[] args) { Problem698 prob = new Problem698(); ...
src/main/java/leetcode/Problem698.java
Skeleton for problem 698
src/main/java/leetcode/Problem698.java
Skeleton for problem 698
Java
mit
error: pathspec 'src/org/sunflow/core/RenderObject.java' did not match any file(s) known to git
5fc76538f11e88a64c8ce41a175468d595105ce0
1
fpsunflower/sunflow,fpsunflower/sunflow,k-matsuzaki/sunflow,k-matsuzaki/sunflow,fpsunflower/sunflow,matheusabrantesgadelha/sunflow,fpsunflower/sunflow,k-matsuzaki/sunflow,matheusabrantesgadelha/sunflow,matheusabrantesgadelha/sunflow,fpsunflower/sunflow,matheusabrantesgadelha/sunflow,k-matsuzaki/sunflow,monkstone/sunflo...
package org.sunflow.core; import org.sunflow.SunflowAPI; /** * This is the base interface for all public rendering object interfaces. It * handles incremental updates via {@link ParameterList} objects. */ public interface RenderObject { /** * Update this object given a list of parameters. This m...
src/org/sunflow/core/RenderObject.java
Added missing file from previous commit
src/org/sunflow/core/RenderObject.java
Added missing file from previous commit
Java
mit
error: pathspec 'src/com/blarg/gdx/math/MathHelpers.java' did not match any file(s) known to git
eca790e624a6f6969a8d0e6205dc1ca2521d1939
1
gered/gdx-toolbox
package com.blarg.gdx.math; import com.badlogic.gdx.math.MathUtils; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.math.Vector3; public final class MathHelpers { static final Vector2 v2tmpA = new Vector2(); public static final float EPSILON = 0.0000000001f; public static final float UP_2D = 90....
src/com/blarg/gdx/math/MathHelpers.java
add MathHelpers
src/com/blarg/gdx/math/MathHelpers.java
add MathHelpers
Java
mit
error: pathspec 'src/test/java/org/takes/rq/RqMethodTest.java' did not match any file(s) known to git
17c6440b78191c2a3afb72df55c6508275bffdec
1
xupyprmv/takes,pecko/takes,mstzn36/takes,georgeyanev/takes,ikhvostenkov/takes,pecko/takes,erimerturk/takes,essobedo/takes,antonini/takes,hs3180/takes,hs3180/takes,bdragan/takes,simonjenga/takes,simonjenga/takes,ekondrashev/takes,mstzn36/takes,xupyprmv/takes,dalifreire/takes,antonini/takes,erimerturk/takes,ikhvostenkov/...
/** * The MIT License (MIT) * * Copyright (c) 2015 Yegor Bugayenko * * 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 ...
src/test/java/org/takes/rq/RqMethodTest.java
#48 add unit test for RqMethod
src/test/java/org/takes/rq/RqMethodTest.java
#48 add unit test for RqMethod
Java
mit
error: pathspec 'src/main/java/sotechat/ServletInitializer.java' did not match any file(s) known to git
c6134cb62475d4409e35ab77423fe6d518897636
1
PauliNiva/Sotechat,PauliNiva/Sotechat,PauliNiva/Sotechat
package sotechat; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.context.web.SpringBootServletInitializer; public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder ...
src/main/java/sotechat/ServletInitializer.java
Added servletinitializer
src/main/java/sotechat/ServletInitializer.java
Added servletinitializer
Java
mit
error: pathspec 'src/test/java/com/fluxchess/pulse/PulseTest.java' did not match any file(s) known to git
fd2668778407032e9bf7d2511645ecf1bc957662
1
jvoegele/pulse,jvoegele/pulse,jvoegele/pulse,fluxroot/pulse,fluxroot/pulse
/* * Copyright 2013-2014 the original author or authors. * * This file is part of Pulse Chess. * * Pulse Chess 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 3 of the License, or ...
src/test/java/com/fluxchess/pulse/PulseTest.java
Re-add PulseTest.java
src/test/java/com/fluxchess/pulse/PulseTest.java
Re-add PulseTest.java
Java
mit
error: pathspec 'src/main/java/cz/jcu/prf/uai/javamugs/logic/Report.java' did not match any file(s) known to git
2d2fbf12325b28992467b3efed7a44bb53926caa
1
JavaMugs/CloneHero
package cz.jcu.prf.uai.javamugs.logic; import sun.reflect.generics.reflectiveObjects.NotImplementedException; public class Report { private long score; private int multiplier; public Report() { // TODO Auto-generated constructor stub } public long getScore() { return score; } public ...
src/main/java/cz/jcu/prf/uai/javamugs/logic/Report.java
Add Report class
src/main/java/cz/jcu/prf/uai/javamugs/logic/Report.java
Add Report class
Java
mit
error: pathspec 'remo-common/src/main/java/org/stevedowning/remo/internal/common/future/CompletionFuture.java' did not match any file(s) known to git
9bbba2d32d567b7d84801cad155e75c60ddeb9d3
1
steve-downing/Remo
package org.stevedowning.remo.internal.common.future; import java.util.concurrent.ExecutionException; import java.util.concurrent.TimeUnit; public class CompletionFuture extends BasicFuture<Void> { public void await() throws InterruptedException, ExecutionException { get(); } public void awai...
remo-common/src/main/java/org/stevedowning/remo/internal/common/future/CompletionFuture.java
Initial cut of CompletionFuture
remo-common/src/main/java/org/stevedowning/remo/internal/common/future/CompletionFuture.java
Initial cut of CompletionFuture
Java
cc0-1.0
error: pathspec 'Java/BigInteger/BaseConversion.java' did not match any file(s) known to git
104d733d287005f6d50896bdb9ad22e7c341b4c2
1
shohan4556/Ionic-Proton,shohan4556/Ionic-Proton,shohan4556/Ionic-Proton
import java.util.*; import java.math.BigInteger; class all_base_conversion{ public static void main(String args[]){ // converte Decimal to any Base String n="5547"; BigInteger number=new BigInteger(n); System.out.println("Number : "+number); System.out.println("BInary : "+number.toString(2)...
Java/BigInteger/BaseConversion.java
Create BaseConversion.java file name should be "all_base_conversion"
Java/BigInteger/BaseConversion.java
Create BaseConversion.java
Java
mpl-2.0
error: pathspec 'qadevOOo/tests/java/mod/_fwk/LayoutManager.java' did not match any file(s) known to git
23839e4959eb2c04b26a4b485d35ba9afb87db6d
1
JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core
/************************************************************************* * * $RCSfile: LayoutManager.java,v $ * * $Revision: 1.2 $ * * last change: $Date: 2004-02-25 18:14:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU...
qadevOOo/tests/java/mod/_fwk/LayoutManager.java
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:13 sg 1.1.2.1: #i25017#NEW: initial version
qadevOOo/tests/java/mod/_fwk/LayoutManager.java
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/19 09:04:13 sg 1.1.2.1: #i25017#NEW: initial version
Java
agpl-3.0
d7c147d9bef95b697d50b930a6c80aba1b672e3c
0
nate-sentjens/tigase-xmpp-java,wangningbo/tigase-server,pivotal-nathan-sentjens/tigase-xmpp-java,wangningbo/tigase-server,cgvarela/tigase-server,pivotal-nathan-sentjens/tigase-xmpp-java,sourcebits-praveenkh/Tagase,f24-ag/tigase,fanout/tigase-server,fanout/tigase-server,caiyingyuan/tigase71,wangningbo/tigase-server,Smar...
/* * Tigase Jabber/XMPP Server * Copyright (C) 2004-2007 "Artur Hefczyc" <artur.hefczyc@tigase.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License. * *...
src/main/java/tigase/server/xmppsession/SessionManager.java
/* * Tigase Jabber/XMPP Server * Copyright (C) 2004-2007 "Artur Hefczyc" <artur.hefczyc@tigase.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License. * *...
Processor average processing time calculating fixed for multi-threaded processors. git-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@1551 7d282ba1-3ae6-0310-8f9b-c9008a0864d2
src/main/java/tigase/server/xmppsession/SessionManager.java
Processor average processing time calculating fixed for multi-threaded processors.
Java
agpl-3.0
error: pathspec 'src/markehme/factionsplus/Cmds/req/ReqBansEnabled.java' did not match any file(s) known to git
49a7a37835fb970170bf952c1bf71affc906ef43
1
MarkehMe/FactionsPlus
package markehme.factionsplus.Cmds.req; import markehme.factionsplus.MCore.FPUConf; import org.bukkit.command.CommandSender; import com.massivecraft.factions.entity.UPlayer; import com.massivecraft.mcore.cmd.MCommand; import com.massivecraft.mcore.cmd.req.ReqAbstract; public class ReqBansEnabled extends ReqAbstract...
src/markehme/factionsplus/Cmds/req/ReqBansEnabled.java
New Req: Bans Enabled
src/markehme/factionsplus/Cmds/req/ReqBansEnabled.java
New Req: Bans Enabled
Java
agpl-3.0
error: pathspec 'src/experimentalcode/erich/utilities/InspectionUtil.java' did not match any file(s) known to git
fc3a0556e394eeb17db7f4051d053524cf9c7fe9
1
elki-project/elki,elki-project/elki,elki-project/elki
package experimentalcode.erich.utilities; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Enumeration; import java.util.Iterator; import java.util.List; import java.util.Stack; import java.util.Vector; import java.util.jar.JarEntry; import java.util.jar.JarFile; import de...
src/experimentalcode/erich/utilities/InspectionUtil.java
Inspection utilities
src/experimentalcode/erich/utilities/InspectionUtil.java
Inspection utilities
Java
agpl-3.0
error: pathspec 'src/org/usfirst/frc/team1923/robot/commands/RawDriveCommand.java' did not match any file(s) known to git
dd8a57acacc0e57fc2b128dae213fe2e01af883e
1
Team1923/Stronghold_2016
package org.usfirst.frc.team1923.robot.commands; import org.usfirst.frc.team1923.robot.Robot; import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.command.Command; /** *This command is the MOST low level command in this project. * *This directly controls the output of the talons controlling drive. *T...
src/org/usfirst/frc/team1923/robot/commands/RawDriveCommand.java
Added rawdrive command for experimental code
src/org/usfirst/frc/team1923/robot/commands/RawDriveCommand.java
Added rawdrive command for experimental code
Java
lgpl-2.1
9a33d6aeffe3bcc5b2ccbd2d8ac4b0ed66d1dcf3
0
svartika/ccnx,ebollens/ccnmp,svartika/ccnx,cawka/ndnx,cawka/ndnx,ebollens/ccnmp,ebollens/ccnmp,svartika/ccnx,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,svartika/ccnx,cawka/ndnx,cawka/ndnx
/** * Part of the CCNx Java Library. * * Copyright (C) 2008, 2009 Palo Alto Research Center, Inc. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. * This library is ...
javasrc/src/org/ccnx/ccn/io/CCNAbstractInputStream.java
/** * Part of the CCNx Java Library. * * Copyright (C) 2008, 2009 Palo Alto Research Center, Inc. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. * This library is ...
First reversion of new API for cipher management. Need to do ACM lookup.
javasrc/src/org/ccnx/ccn/io/CCNAbstractInputStream.java
First reversion of new API for cipher management. Need to do ACM lookup.
Java
lgpl-2.1
42c2efb00d4ef303b92c41d7639d1d2afe4316c8
0
Barteks2x/ForgeGradle,simon816/ForgeGradle,PaperMC/PaperGradle,kenzierocks/ForgeGradle,killjoy1221/ForgeGradle,nallar/ForgeGradle,matthewprenger/ForgeGradle,RX14/ForgeGradle,clienthax/ForgeGradle,kashike/ForgeGradle
package net.minecraftforge.gradle.tasks; import java.io.File; import java.io.IOException; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.Map; import net.minecraftforge.gradle.common.Constants; import net.minecr...
src/main/java/net/minecraftforge/gradle/tasks/ProcessSrcJarTask.java
package net.minecraftforge.gradle.tasks; import java.io.File; import java.io.IOException; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.Map; import net.minecraftforge.gradle.common.Constants; import net.minecr...
fixed potential duplicate resources problem
src/main/java/net/minecraftforge/gradle/tasks/ProcessSrcJarTask.java
fixed potential duplicate resources problem
Java
lgpl-2.1
error: pathspec 'LGPL/CommonSoftware/acsGUIs/acsGUIutil/src/alma/acs/gui/widgets/ExtendedTextArea.java' did not match any file(s) known to git
b64585668478871985af39abe0bd3ada57a389cf
1
jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,csrg-utfsm/acscb,ACS-Community/ACS,csrg-utfsm/acscb,csrg-utfsm/acscb,jbarriosc/ACSUFRO,csrg-utfsm/acscb,ACS-Community/ACS,jbarriosc/ACSUFRO,ACS-Community/ACS,ACS-Community/ACS,ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jb...
/* ALMA - Atacama Large Millimiter Array * Copyright (c) European Southern Observatory, 2013 * * 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 (a...
LGPL/CommonSoftware/acsGUIs/acsGUIutil/src/alma/acs/gui/widgets/ExtendedTextArea.java
ExtendedTextArea has been written to replace com.cosylab.gui.components.r2.SmartTextArea for ICTJ:ICT-1111. It is a JTextArea that shows messages. The number of lines displayed by the widget is bounded to avoid out of memory for long running applications (customizable in the constructor). The widget has a popup menu t...
LGPL/CommonSoftware/acsGUIs/acsGUIutil/src/alma/acs/gui/widgets/ExtendedTextArea.java
ExtendedTextArea has been written to replace com.cosylab.gui.components.r2.SmartTextArea for ICTJ:ICT-1111. It is a JTextArea that shows messages. The number of lines displayed by the widget is bounded to avoid out of memory for long running applications (customizable in the constructor). The widget has a popup menu t...
Java
apache-2.0
c3dd128b5d5404a173139a8ae7d33ded842f4042
0
asedunov/intellij-community,ThiagoGarciaAlves/intellij-community,mglukhikh/intellij-community,xfournet/intellij-community,mglukhikh/intellij-community,semonte/intellij-community,vvv1559/intellij-community,ThiagoGarciaAlves/intellij-community,suncycheng/intellij-community,semonte/intellij-community,allotria/intellij-com...
/* * Copyright 2000-2017 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...
java/debugger/impl/src/com/intellij/debugger/memory/tracking/ConstructorInstancesTracker.java
/* * Copyright 2000-2017 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...
IDEA-170771 Avoid storing of a ReferenceType in the tracker
java/debugger/impl/src/com/intellij/debugger/memory/tracking/ConstructorInstancesTracker.java
IDEA-170771 Avoid storing of a ReferenceType in the tracker
Java
apache-2.0
161f172ce5467bc5cddd0f73136dab4bb287d9d6
0
jimma/wss4j,jimma/wss4j,apache/wss4j,clibois/wss4j,asoldano/wss4j,apache/wss4j,clibois/wss4j,asoldano/wss4j
test/wssec/TestMSFTWebService.java
/* * Copyright 2003-2004 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/licenses/LICENSE-2.0 * * Unless required ...
Delete outdated example. Pls look at interop and test directories for working examples. git-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@240697 13f79535-47bb-0310-9956-ffa450edef68
test/wssec/TestMSFTWebService.java
Delete outdated example. Pls look at interop and test directories for working examples.
Java
apache-2.0
ed0324b0fa4265806bc7a2b950fbb3c2a1e403de
0
ModernMT/MMT,letconex/MMT,letconex/MMT,ModernMT/MMT,letconex/MMT,letconex/MMT,letconex/MMT,letconex/MMT,ModernMT/MMT,ModernMT/MMT,ModernMT/MMT
package eu.modernmt.facade; import eu.modernmt.engine.Engine; import eu.modernmt.model.corpus.BilingualCorpus; import eu.modernmt.model.corpus.Corpus; import eu.modernmt.model.corpus.impl.parallel.ParallelFileCorpus; import eu.modernmt.processing.ProcessingException; import eu.modernmt.training.CleaningPipeline; impor...
src/core/src/main/java/eu/modernmt/facade/TrainingFacade.java
package eu.modernmt.facade; import eu.modernmt.model.corpus.BilingualCorpus; import eu.modernmt.model.corpus.Corpus; import eu.modernmt.model.corpus.impl.parallel.ParallelFileCorpus; import eu.modernmt.processing.ProcessingException; import eu.modernmt.training.CleaningPipeline; import eu.modernmt.training.Preprocessi...
Solved missing Engine initialization in TrainingPipeline
src/core/src/main/java/eu/modernmt/facade/TrainingFacade.java
Solved missing Engine initialization in TrainingPipeline
Java
apache-2.0
d952258679a6541195e42e2ed428f9ae6a07f900
0
ThiagoGarciaAlves/intellij-community,semonte/intellij-community,idea4bsd/idea4bsd,signed/intellij-community,allotria/intellij-community,apixandru/intellij-community,youdonghai/intellij-community,suncycheng/intellij-community,FHannes/intellij-community,ThiagoGarciaAlves/intellij-community,FHannes/intellij-community,ased...
/* * Copyright 2000-2015 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...
java/java-psi-impl/src/com/intellij/psi/impl/PsiDiamondTypeUtil.java
/* * Copyright 2000-2015 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...
disable redundant args for injected fragments EA-89605 - Throwable: ExceptionUtil.currentStackTrace
java/java-psi-impl/src/com/intellij/psi/impl/PsiDiamondTypeUtil.java
disable redundant args for injected fragments EA-89605 - Throwable: ExceptionUtil.currentStackTrace
Java
apache-2.0
8aca504c863d2351258e33e86b2c18e9365bbf99
0
JackyMai/elasticsearch,qwerty4030/elasticsearch,uschindler/elasticsearch,winstonewert/elasticsearch,mikemccand/elasticsearch,ThiagoGarciaAlves/elasticsearch,umeshdangat/elasticsearch,nknize/elasticsearch,njlawton/elasticsearch,sneivandt/elasticsearch,IanvsPoplicola/elasticsearch,s1monw/elasticsearch,artnowo/elasticsear...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
core/src/test/java/org/elasticsearch/index/query/QueryParseContextTests.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Clear static variable after suite This was causing test failures: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+java9-periodic/1101/console https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+dockeralpine-periodic/513/consoleFull
core/src/test/java/org/elasticsearch/index/query/QueryParseContextTests.java
Clear static variable after suite
Java
apache-2.0
9096baf7d931d73ea2a38f1cbd8c28231cfc4b1c
0
AndreKR/elasticsearch,rmuir/elasticsearch,mm0/elasticsearch,StefanGor/elasticsearch,kaneshin/elasticsearch,thecocce/elasticsearch,MjAbuz/elasticsearch,Shepard1212/elasticsearch,kingaj/elasticsearch,dataduke/elasticsearch,alexbrasetvik/elasticsearch,lchennup/elasticsearch,Kakakakakku/elasticsearch,khiraiwa/elasticsearch...
/* * Licensed to ElasticSearch and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. ElasticSearch licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may...
src/main/java/org/elasticsearch/action/support/replication/ShardReplicationOperationRequest.java
/* * Licensed to ElasticSearch and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. ElasticSearch licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may...
1.7 compiler failure fixes #2294.
src/main/java/org/elasticsearch/action/support/replication/ShardReplicationOperationRequest.java
1.7 compiler failure fixes #2294.
Java
apache-2.0
255722a3ffc41277c20704ff80b961ce38f3b8ab
0
asedunov/intellij-community,apixandru/intellij-community,ThiagoGarciaAlves/intellij-community,ThiagoGarciaAlves/intellij-community,ThiagoGarciaAlves/intellij-community,da1z/intellij-community,vvv1559/intellij-community,allotria/intellij-community,suncycheng/intellij-community,ibinti/intellij-community,xfournet/intellij...
/* * Copyright 2000-2016 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/application/options/schemes/SchemesCombo.java
/* * Copyright 2000-2016 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...
Show validation message on typing (IDEA-165087, comment #9)
platform/lang-impl/src/com/intellij/application/options/schemes/SchemesCombo.java
Show validation message on typing (IDEA-165087, comment #9)
Java
apache-2.0
5e61682ffb00288825d742c90a92bd714445387f
0
synes/vaadin,asashour/framework,bmitc/vaadin,mittop/vaadin,travisfw/vaadin,sitexa/vaadin,magi42/vaadin,Flamenco/vaadin,magi42/vaadin,udayinfy/vaadin,Legioth/vaadin,mstahv/framework,shahrzadmn/vaadin,Darsstar/framework,magi42/vaadin,fireflyc/vaadin,sitexa/vaadin,Scarlethue/vaadin,Peppe/vaadin,Peppe/vaadin,asashour/frame...
tests/testbench/com/vaadin/tests/tickets/Ticket2440.java
package com.vaadin.tests.tickets; import java.net.URL; import com.vaadin.Application; import com.vaadin.terminal.DownloadStream; import com.vaadin.terminal.ExternalResource; import com.vaadin.terminal.URIHandler; import com.vaadin.ui.Label; import com.vaadin.ui.Link; import com.vaadin.ui.Window; public class Ticket2...
Remove test for separate url handlers for different windows
tests/testbench/com/vaadin/tests/tickets/Ticket2440.java
Remove test for separate url handlers for different windows
Java
apache-2.0
71584fa59f4d1f97daa43bf612a7717f7a7de570
0
jmuehlner/incubator-guacamole-client,mike-jumper/incubator-guacamole-client,MaxSmile/guacamole-client,lato333/guacamole-client,noelbk/guacamole-client,TribeMedia/guacamole-client,flangelo/guacamole-client,softpymesJeffer/incubator-guacamole-client,hguehl/incubator-guacamole-client,qiangyee/guacamole-client,softpymesJef...
/* * Copyright (C) 2014 Glyptodon LLC * * 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, merge, publi...
guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/connectiongroup/APIConnectionGroup.java
/* * Copyright (C) 2014 Glyptodon LLC * * 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, merge, publi...
GUAC-932: null connection group identifier does NOT mean root. This is implementation-dependent.
guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/connectiongroup/APIConnectionGroup.java
GUAC-932: null connection group identifier does NOT mean root. This is implementation-dependent.
Java
apache-2.0
ad2c83547de2a59567c6ed3ed8bf814e1b6c1e55
0
ngageoint/mrgeo,ngageoint/mrgeo,ngageoint/mrgeo
/* * Copyright 2009-2017. DigitalGlobe, 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 law ...
mrgeo-cmd/mrgeo-cmd-webserver/src/main/java/org/mrgeo/cmd/server/WebServer.java
/* * Copyright 2009-2017. DigitalGlobe, 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 law ...
Add optional host parameter. As well as HTTPS server support HTTPS isn't well tested, only a quick, self-signed cert test
mrgeo-cmd/mrgeo-cmd-webserver/src/main/java/org/mrgeo/cmd/server/WebServer.java
Add optional host parameter. As well as HTTPS server support
Java
apache-2.0
error: pathspec 'src/test/runtimeCallStack/Test.java' did not match any file(s) known to git
c608c96b98ac728c4c1ee7a825c7f8e65cf194c9
1
cheyiliu/test4java
package test.runtimeCallStack; import java.io.PrintWriter; import java.io.StringWriter; public class Test { public static void main(String[] args) { new Test().f(); } public static String getStackTraceString(Throwable tr) { if (tr == null) { return ""; } Stri...
src/test/runtimeCallStack/Test.java
add get call stack trace test
src/test/runtimeCallStack/Test.java
add get call stack trace test
Java
apache-2.0
error: pathspec 'DynamicProgramming/SRM596_DIV2_2.java' did not match any file(s) known to git
364fa5d9dd9a1f65afe5d06227b9a7bfbf884aa8
1
manoharprabhu/Topcoder,manoharprabhu/Topcoder
public class ColorfulRoad { public int min(int a,int b){ if(a<b) return a; else return b; } int[][] matrix; public int getMin(String road) { matrix = new int[30][30]; int i,k,j; for(i=0;i<20;i++){ for(k=0;k<20;k++){ matrix[i][k] = 99999999; } } for(i=1;i<road.length();i++)...
DynamicProgramming/SRM596_DIV2_2.java
Added SRM 500 Div 2 problem 2. My first 500 point successful submission ;)
DynamicProgramming/SRM596_DIV2_2.java
Added SRM 500 Div 2 problem 2. My first 500 point successful submission ;)
Java
apache-2.0
error: pathspec 'src/com/lxt/linkedList/IntersectNode.java' did not match any file(s) known to git
5efdf07cbeae7e831d3bb16506a8e105c3784bdd
1
zer0Black/Programmer-code-Interview-Guide
package com.lxt.linkedList; import org.omg.CORBA.NO_IMPLEMENT; import com.sun.org.apache.regexp.internal.recompile; /** * 两个单链表相交的一系列问题 * 题目:单链表可能有环,也可能无环。给定两个单链表的头节点 * head1和head2,这两个链表可能相交也可能不相交。请 * 实现一个函数,如果两个链表相交,返回相交的第一个 * 节点;如果不相交,返回null即可 * 要求:如果链表1长度N,链表2长度M,时间复杂度达到O(N+M),...
src/com/lxt/linkedList/IntersectNode.java
1、【添加】两个单链表相交的一系列问题
src/com/lxt/linkedList/IntersectNode.java
1、【添加】两个单链表相交的一系列问题
Java
apache-2.0
error: pathspec 'src/main/java/me/alivecode/algs4/CPM.java' did not match any file(s) known to git
db4db2676ad7116fa6c11e9ee16f7740748a1dc2
1
kevinojt/algorithms4
package me.alivecode.algs4; import edu.princeton.cs.algs4.In; import edu.princeton.cs.algs4.StdOut; /** * The {@code CPM} class provides a client that resolves parallel * precedence-constrained job scheduling problem via * <em>critical path method</em>. It reduces the problem to * longest-paths problem in edge-we...
src/main/java/me/alivecode/algs4/CPM.java
A CPM class for resolving job scheduling problem. The CPM class provides a client that resolves parallel precedence-constrained job scheduling problem via critical path method. It reduces the problem to longest-paths problem in edge-weighted DAGs.
src/main/java/me/alivecode/algs4/CPM.java
A CPM class for resolving job scheduling problem.
Java
apache-2.0
error: pathspec 'src/main/java/reciter/utils/DegreeYearStrategyUtils.java' did not match any file(s) known to git
dd8eee786ca9dd53d9afc2b219f5c505ffb0244b
1
wcmc-its/ReCiter,wcmc-its/ReCiter
package reciter.utils; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Component; import lombok.NoArgsConstructor; @NoArgsConstructor @Component public class DegreeYearStrategyUtils { public Map<Double, Double> getDegreeYearD...
src/main/java/reciter/utils/DegreeYearStrategyUtils.java
generate degree map from properties
src/main/java/reciter/utils/DegreeYearStrategyUtils.java
generate degree map from properties
Java
apache-2.0
error: pathspec 'sandbox/src/test/java/ru/stqa/pft/sandbox/PointTests.java' did not match any file(s) known to git
068ccf6a0be1930fb5f063b90128dd7ae238b286
1
virtus80/javaForTesters
package ru.stqa.pft.sandbox; import junit.framework.Assert; import org.testng.annotations.Test; /** * Created by Sasha on 18.04.2016. */ public class PointTests { @Test public void testDistance(){ Point p1 = new Point(4, 3); Point p2 = new Point(8, 0); Assert.assertEquals(p1.distance(p2), 5.0); }...
sandbox/src/test/java/ru/stqa/pft/sandbox/PointTests.java
Homework3 - added class PointTests for checking corectness distance
sandbox/src/test/java/ru/stqa/pft/sandbox/PointTests.java
Homework3
Java
apache-2.0
error: pathspec 'src/test/java/com/levelup/java/GetFirstNonNullObject.java' did not match any file(s) known to git
3ad58d5fdec1df57a8b2693fedd136ffd0c0a72b
1
wq19880601/java-util-examples,MartinMSPedersen/levelup-java-examples,karlthepagan/levelup-java-examples,leveluplunch/levelup-java-examples
package com.levelup.java; import static org.junit.Assert.assertEquals; import org.apache.commons.lang3.ObjectUtils; import org.junit.Test; import com.google.common.base.Objects; /** * This java example will demonstrate getting the * first non null object. * * @author Justin Musgrove * @see <a href='http://ww...
src/test/java/com/levelup/java/GetFirstNonNullObject.java
added get first non null object
src/test/java/com/levelup/java/GetFirstNonNullObject.java
added get first non null object
Java
apache-2.0
error: pathspec 'loader-server/src/main/java/perf/server/util/JobsCache.java' did not match any file(s) known to git
2134633c09f491b38a25f6574f0df519ef97481c
1
krishnakanthpps/loader,krishnakanthpps/loader,krishnakanthpps/loader,krishnakanthpps/loader
package perf.server.util; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import org.codehaus.jackson.JsonParser; import org.codehaus.jackson.map.ObjectMapper; import org.slf4j.Logger; import perf.server.config.JobFSConfig; import pe...
loader-server/src/main/java/perf/server/util/JobsCache.java
Adding Missing File JobsCache
loader-server/src/main/java/perf/server/util/JobsCache.java
Adding Missing File JobsCache
Java
apache-2.0
error: pathspec 'rapidoid-http/src/main/java/org/rapidoid/http/Handlers.java' did not match any file(s) known to git
296f10c427e2a8247e4fc499b81364b0fb62d66c
1
rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid
package org.rapidoid.http; /* * #%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/http/Handlers.java
Added simple HTTP handler factory utils for convenience.
rapidoid-http/src/main/java/org/rapidoid/http/Handlers.java
Added simple HTTP handler factory utils for convenience.
Java
apache-2.0
error: pathspec 'OOP/Tracker/src/main/java/ru/matevosyan/models/Comments.java' did not match any file(s) known to git
86b249484eb7a0f63a99457b7d35149d76d313d8
1
VardanMatevosyan/Vardan-Git-Repository,VardanMatevosyan/Vardan-Git-Repository,VardanMatevosyan/Vardan-Git-Repository
package ru.matevosyan.models; /** * This class was created for Comments, that's hold all comments together inside in item. * Created on 15.11.2016. * @since 1.0 * @author Matevosyan Vardan * @version 1.0 * */ public class Comments extends Item { /** * Instance variable comments for saving an instance...
OOP/Tracker/src/main/java/ru/matevosyan/models/Comments.java
Add comments.java
OOP/Tracker/src/main/java/ru/matevosyan/models/Comments.java
Add comments.java
Java
apache-2.0
error: pathspec 'src/main/java/org/anarres/jdiagnostics/DiagnosticsFactory.java' did not match any file(s) known to git
d787e31267fc586b9e06d1c600266f8852e37beb
1
shevek/jdiagnostics,shevek/jdiagnostics
package org.anarres.jdiagnostics; /** * * @author shevek */ public class DiagnosticsFactory { public static Query forException(ClassNotFoundException e) { CompositeQuery query = new CompositeQuery(); query.add(new ClassExistsQuery(e.getMessage())); query.add(new ClassLoaderQuery("system...
src/main/java/org/anarres/jdiagnostics/DiagnosticsFactory.java
Experimental DiagnosticsFactory class.
src/main/java/org/anarres/jdiagnostics/DiagnosticsFactory.java
Experimental DiagnosticsFactory class.
Java
apache-2.0
error: pathspec 'app/src/main/java/iecs/fcu_navigate/database/MarkerDBHelper.java' did not match any file(s) known to git
7660f0238b35de3ebcd1047f41a8076a8f4b4993
1
danny50610/FCU-Navigate
package iecs.fcu_navigate.database; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class MarkerDBHelper extends SQLiteOpenHelper { public static final int DATABASE_VERSION = 1; public static final String DATABASE_NAME = ...
app/src/main/java/iecs/fcu_navigate/database/MarkerDBHelper.java
[WIP] 建立地標資料庫
app/src/main/java/iecs/fcu_navigate/database/MarkerDBHelper.java
[WIP] 建立地標資料庫
Java
apache-2.0
error: pathspec 'assembly/src/test/java/org/apache/activemq/config/IDERunner.java' did not match any file(s) known to git
ac24a08b8b102fc90c34cb6d467c4dd7092a276c
1
chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
assembly/src/test/java/org/apache/activemq/config/IDERunner.java
IDERunner util class that can run full distro from IDE
assembly/src/test/java/org/apache/activemq/config/IDERunner.java
IDERunner util class that can run full distro from IDE
Java
apache-2.0
error: pathspec 'grill-api/src/main/java/com/inmobi/grill/api/GrillConfConstants.java' did not match any file(s) known to git
786c344ebae6533cc5727736b96dcfa31a7c403a
1
adeelmahmood/lens,guptapuneet/lens,prongs/grill,kamaldeep-ebay/lens,sriksun/incubator-lens,RaghavendraSingh/lens,sushrutikhar/grill,archanah24/lens,kamaldeep-ebay/lens,adeelmahmood/lens,archanah24/lens,guptapuneet/lens,sriksun/incubator-lens,sushrutikhar/grill,RaghavendraSingh/lens,kamaldeep-ebay/lens,Flipkart/incubato...
package com.inmobi.grill.api; public class GrillConfConstants { public static final String PREPARE_ON_EXPLAIN = "grill.doprepare.on.explain"; public static final Boolean DEFAULT_PREPARE_ON_EXPLAIN = true; public static final String ENGINE_DRIVER_CLASSES = "grill.drivers"; }
grill-api/src/main/java/com/inmobi/grill/api/GrillConfConstants.java
Add misisng class
grill-api/src/main/java/com/inmobi/grill/api/GrillConfConstants.java
Add misisng class
Java
apache-2.0
error: pathspec 'src/main/java/org/apache/commons/digester3/binder/CallMethodBuilder.java' did not match any file(s) known to git
bb8aeb11a9f833b95f08cbae309ced3b06f8ebdc
1
apache/commons-digester,apache/commons-digester,callMeDimit/commons-digester,callMeDimit/commons-digester,mohanaraosv/commons-digester,apache/commons-digester,callMeDimit/commons-digester,mohanaraosv/commons-digester,mohanaraosv/commons-digester
/* $Id$ * * 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"); ...
src/main/java/org/apache/commons/digester3/binder/CallMethodBuilder.java
first checkin of CallMethodBuilder class git-svn-id: c3d1f7498fb08a2885afe49e111c402c6cd8f5f6@1103122 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/digester3/binder/CallMethodBuilder.java
first checkin of CallMethodBuilder class
Java
apache-2.0
error: pathspec 'src/test/java/com/google/research/bleth/services/DatabaseServiceTest.java' did not match any file(s) known to git
d72c95a324254b7d21310dfbed5bb8cfaa3ca428
1
googleinterns/BLETH,googleinterns/BLETH,googleinterns/BLETH
package com.google.research.bleth.services; import static com.google.common.truth.Truth.assertThat; import static org.junit.jupiter.api.Assertions.assertThrows; import com.google.appengine.api.datastore.dev.LocalDatastoreService; import com.google.appengine.repackaged.com.google.gson.Gson; import com.google.appengine...
src/test/java/com/google/research/bleth/services/DatabaseServiceTest.java
implement database service unit test class.
src/test/java/com/google/research/bleth/services/DatabaseServiceTest.java
implement database service unit test class.
Java
apache-2.0
error: pathspec 'platform/util/src/com/intellij/util/indexing/impl/forward/MapForwardIndexAccessor.java' did not match any file(s) known to git
c6d66ff92131c7e53330e91048a4c9f9292bbf45
1
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.util.indexing.impl.forward; import com.intellij.util.indexing.impl.InputDataDiffBuilder; import com.intellij.util.indexing.impl.MapInputDataDiffBuilder; impo...
platform/util/src/com/intellij/util/indexing/impl/forward/MapForwardIndexAccessor.java
forward index accessor for key-value map
platform/util/src/com/intellij/util/indexing/impl/forward/MapForwardIndexAccessor.java
forward index accessor for key-value map
Java
apache-2.0
error: pathspec 'user-service/src/main/java/io/crowdcode/flaschenlager/user/UserServiceApplication.java' did not match any file(s) known to git
0cbc90bcea2eb2b3080ce4f07801f64f0341d66d
1
crowdcode-de/spring-cloud-performance-tuning,crowdcode-de/spring-cloud-performance-tuning
package io.crowdcode.flaschenlager.user; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class UserServiceApplication { public static void main(String[] args) { SpringApplication.run(UserServiceApplicati...
user-service/src/main/java/io/crowdcode/flaschenlager/user/UserServiceApplication.java
add spring boot application to user-service module
user-service/src/main/java/io/crowdcode/flaschenlager/user/UserServiceApplication.java
add spring boot application to user-service module
Java
apache-2.0
error: pathspec 'TeamworkApiDemo/app/src/main/java/com/vishnus1224/teamworkapidemo/model/UserConfig.java' did not match any file(s) known to git
cb50f47055e6e47b26763584ba998f710d881a4a
1
vishnus1224/RxJavaTeamworkClient
package com.vishnus1224.teamworkapidemo.model; import android.os.Parcel; import android.os.Parcelable; /** * Config for the logged in user. * Wraps the token and the site url. * Created by Vishnu on 8/14/2016. */ public class UserConfig implements Parcelable { private final String apiToken; private fina...
TeamworkApiDemo/app/src/main/java/com/vishnus1224/teamworkapidemo/model/UserConfig.java
configuration details of the logged in user
TeamworkApiDemo/app/src/main/java/com/vishnus1224/teamworkapidemo/model/UserConfig.java
configuration details of the logged in user
Java
apache-2.0
error: pathspec 'examples/src/main/java/org/apache/pdfbox/examples/interactive/form/DetermineTextFitsField.java' did not match any file(s) known to git
1c362339fe6d23346e5864f570c388d53cb8089e
1
apache/pdfbox,kalaspuffar/pdfbox,kalaspuffar/pdfbox,apache/pdfbox
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
examples/src/main/java/org/apache/pdfbox/examples/interactive/form/DetermineTextFitsField.java
PDFBOX-3389: add sample to determine if a text fits the width of a field git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1749360 13f79535-47bb-0310-9956-ffa450edef68
examples/src/main/java/org/apache/pdfbox/examples/interactive/form/DetermineTextFitsField.java
PDFBOX-3389: add sample to determine if a text fits the width of a field
Java
bsd-2-clause
error: pathspec 'src/test/java/io/scif/Main.java' did not match any file(s) known to git
88dfea3a04d74c6b98ebe794a7997dee030c0940
1
scifio/scifio
/* * #%L * SCIFIO library for reading and converting scientific file formats. * %% * Copyright (C) 2011 - 2016 Board of Regents of the University of * Wisconsin-Madison * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
src/test/java/io/scif/Main.java
Add a simple Main class
src/test/java/io/scif/Main.java
Add a simple Main class
Java
bsd-3-clause
3fc98c3c924ce69d7e17d8d7308930b10028a3cd
0
reki2000/raven-java6,littleyang/raven-java,buckett/raven-java,reki2000/raven-java6,buckett/raven-java,galmeida/raven-java,galmeida/raven-java,littleyang/raven-java
package net.kencochrane.raven.exception; public class InvalidDsnException extends RuntimeException{ public InvalidDsnException() { } public InvalidDsnException(String message) { super(message); } public InvalidDsnException(String message, Throwable cause) { super(message, cause); ...
raven/src/main/java/net/kencochrane/raven/exception/InvalidDsnException.java
package net.kencochrane.raven.exception; public class InvalidDsnException extends RuntimeException{ public InvalidDsnException() { } public InvalidDsnException(String message) { super(message); } public InvalidDsnException(String message, Throwable cause) { super(message, cause); ...
Remove Java7 specific method
raven/src/main/java/net/kencochrane/raven/exception/InvalidDsnException.java
Remove Java7 specific method