lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
bsd-3-clause
36242e1634effb5c331279b0ff68f75da5d56ca6
0
codehaus/jbehave-git,codehaus/jbehave-git,codehaus/jbehave-git
package org.jbehave.core.story.codegen.velocity; import java.io.File; import org.jbehave.core.mock.UsingMatchers; import org.jbehave.core.story.codegen.domain.ScenarioDetails; import org.jbehave.core.story.codegen.domain.StoryDetails; /** * * @author Mauro Talevi */ public class VelocityCodeGeneratorBehaviour ex...
trunk/core/src/behaviour/org/jbehave/core/story/codegen/velocity/VelocityCodeGeneratorBehaviour.java
package org.jbehave.core.story.codegen.velocity; import java.io.File; import org.jbehave.core.mock.UsingMatchers; import org.jbehave.core.story.codegen.domain.ScenarioDetails; import org.jbehave.core.story.codegen.domain.StoryDetails; /** * * @author Mauro Talevi */ public class VelocityCodeGeneratorBehaviour ex...
Added checks on generated code for story and scenarios. git-svn-id: 1c3b30599278237804f5418c838e2a3e6391d478@765 df8dfae0-ecdd-0310-b8d8-a050f7ac8317
trunk/core/src/behaviour/org/jbehave/core/story/codegen/velocity/VelocityCodeGeneratorBehaviour.java
Added checks on generated code for story and scenarios.
Java
bsd-3-clause
35b54364b9af136171c20a9bc92f7fb253e4c9e1
0
eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/datastore/HashFile.java
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
Revert "fixed overlooked file formatting" This reverts commit 57c7e098226e41006bdec12dd10d0b38d3884fad.
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/datastore/HashFile.java
Revert "fixed overlooked file formatting"
Java
bsd-3-clause
b009f05ce0b45fbb1d3233735b0a75e3f6ac9884
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
/* The caNanoLab Software License, Version 1.5.2 Copyright 2006 SAIC. This software was developed in conjunction with the National Cancer Institute, and so to the extent government employees are co-authors, any rights in such works shall be subject to Title 17 of the United States Code, section 105. */ package ...
software/cananolab-webapp/src/gov/nih/nci/cananolab/ui/curation/BatchDataAvailabilityAction.java
/* The caNanoLab Software License, Version 1.5.2 Copyright 2006 SAIC. This software was developed in conjunction with the National Cancer Institute, and so to the extent government employees are co-authors, any rights in such works shall be subject to Title 17 of the United States Code, section 105. */ package ...
updated to run requests that have samples more than the cutoff in a separate thread only. SVN-Revision: 19394
software/cananolab-webapp/src/gov/nih/nci/cananolab/ui/curation/BatchDataAvailabilityAction.java
updated to run requests that have samples more than the cutoff in a separate thread only.
Java
mit
0554047ca78a7d079b6f2692797faaf56b1774d4
0
LoicDelorme/Polytech-Slides-Software
package com.delormeloic.generator.model.slides; import org.json.JSONObject; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; import javafx.scene.text.Font; /** * This class ...
src/com/delormeloic/generator/model/slides/Header.java
package com.delormeloic.generator.model.slides; import org.json.JSONObject; import javafx.beans.property.IntegerProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleIntegerProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.beans.property.SimpleStringPropert...
[update] remove size attribute
src/com/delormeloic/generator/model/slides/Header.java
[update] remove size attribute
Java
mit
46fe6e17bd01e83dcbd920d99612e676c17f2a2e
0
technecloud/cronapi-java
package cronapi.pushnotification; import java.util.concurrent.CompletableFuture; import java.util.concurrent.ExecutionException; import org.springframework.http.HttpEntity; import org.springframework.http.client.ClientHttpRequestInterceptor; import com.google.gson.JsonObject; import java.util.ArrayList; impo...
src/main/java/cronapi/pushnotification/Operations.java
package cronapi.pushnotification; import java.util.concurrent.CompletableFuture; import java.util.concurrent.ExecutionException; import org.springframework.http.HttpEntity; import com.google.gson.JsonObject; import cronapi.CronapiMetaData; import cronapi.ParamMetaData; import cronapi.Var; import cronapi...
Correção nos imports do firebase
src/main/java/cronapi/pushnotification/Operations.java
Correção nos imports do firebase
Java
mit
2beecee777f6c7e4812fce7c02700ac733d829f0
0
ClickHandlerIO/camber,ClickHandlerIO/camber,ClickHandlerIO/camber
package io.clickhandler.camber.client.util; import jsinterop.annotations.JsPackage; import jsinterop.annotations.JsType; @JsType(isNative = true, namespace = JsPackage.GLOBAL) public class Lodash { public static native Object assign(Object object, Object... sources); public static native boolean isEqual(Obje...
src/main/java/io/clickhandler/camber/client/util/Lodash.java
package io.clickhandler.camber.client.util; import jsinterop.annotations.JsType; @JsType(isNative = true, namespace = "Camber") public class Lodash { public static native Object assign(Object object, Object ... sources); public static native boolean isEqual(Object o1, Object o2); }
lodash update
src/main/java/io/clickhandler/camber/client/util/Lodash.java
lodash update
Java
mit
f42ea8136c370a41573d6f7bbf6776ab250d5660
0
Ruk33/vrJASS2
package ruke.vrj; import static java.util.concurrent.TimeUnit.MILLISECONDS; import static java.util.concurrent.TimeUnit.NANOSECONDS; import com.google.common.base.Charsets; import com.google.common.io.Files; import java.io.File; import ruke.vrj.compiler.Compiler; public class Main { public static void main(String...
src/main/java/ruke/vrj/Main.java
package ruke.vrj; import ruke.vrj.server.LanguageServer; public class Main { public static void main(String[] args) { new LanguageServer().listen(System.in); } }
Remove LanguageServer from Main (for the moment)
src/main/java/ruke/vrj/Main.java
Remove LanguageServer from Main (for the moment)
Java
mit
975a547389d55e0d79e970892b659918511fdebe
0
DMDirc/Plugins,DMDirc/Plugins,csmith/DMDirc-Plugins,DMDirc/Plugins,csmith/DMDirc-Plugins,csmith/DMDirc-Plugins,csmith/DMDirc-Plugins,DMDirc/Plugins,csmith/DMDirc-Plugins,DMDirc/Plugins
/* * Copyright (c) 2006-2014 DMDirc Developers * * 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, mer...
src/com/dmdirc/addons/ui_swing/SwingController.java
/* * Copyright (c) 2006-2014 DMDirc Developers * * 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, mer...
Remove unused deprecated methods. and some useless fields. Change-Id: I5a57109dc1b584e96654e4079bcdca1ede24eb2a Reviewed-on: http://gerrit.dmdirc.com/3314 Automatic-Compile: DMDirc Build Manager Reviewed-by: Chris Smith <711c73f64afdce07b7e38039a96d2224209e9a6c@dmdirc.com>
src/com/dmdirc/addons/ui_swing/SwingController.java
Remove unused deprecated methods.
Java
epl-1.0
ddd31e3e2d368a0f2abd204d74a58c68b818fc3e
0
spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4
/******************************************************************************* * Copyright (c) 2017, 2018 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available...
headless-services/commons/commons-boot-app-cli/src/main/java/org/springframework/ide/vscode/commons/boot/app/cli/LocalSpringBootApp.java
/******************************************************************************* * Copyright (c) 2017, 2018 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available...
PT #159690556: Dispose JMX connection (proper fix)
headless-services/commons/commons-boot-app-cli/src/main/java/org/springframework/ide/vscode/commons/boot/app/cli/LocalSpringBootApp.java
PT #159690556: Dispose JMX connection (proper fix)
Java
epl-1.0
75f605f2cd53704b2e407d0f4fec2cb4fbe3c6ae
0
eclipse/packagedrone,ibh-systems/packagedrone,eclipse/packagedrone,ibh-systems/packagedrone,mschreiber/packagedrone,mschreiber/packagedrone,ibh-systems/packagedrone,mschreiber/packagedrone,ibh-systems/packagedrone,mschreiber/packagedrone,eclipse/packagedrone,eclipse/packagedrone
/******************************************************************************* * Copyright (c) 2015, 2016 IBH SYSTEMS GmbH. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is avail...
bundles/org.eclipse.packagedrone.utils.rpm/src/org/eclipse/packagedrone/utils/rpm/yum/RepositoryCreator.java
/******************************************************************************* * Copyright (c) 2015, 2016 IBH SYSTEMS GmbH. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is avail...
use new hash type
bundles/org.eclipse.packagedrone.utils.rpm/src/org/eclipse/packagedrone/utils/rpm/yum/RepositoryCreator.java
use new hash type
Java
epl-1.0
5b427d87abc5e8c8990eb4889b980ee0a976725a
0
ctron/kura,nicolatimeus/kura,ctron/kura,nicolatimeus/kura,nicolatimeus/kura,ctron/kura,nicolatimeus/kura,nicolatimeus/kura,nicolatimeus/kura,ctron/kura,ctron/kura,ctron/kura
/** * Copyright (c) 2017, 2020 Eurotech and/or its affiliates and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v1...
kura/org.eclipse.kura.driver.opcua.provider/src/main/java/org/eclipse/kura/internal/driver/opcua/DataTypeMapper.java
/** * Copyright (c) 2017, 2018 Eurotech and/or its affiliates and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v1...
Updated copyright year Signed-off-by: alebianchin <da5f0dd3f5f3ad825b16559c928b1c0d2dd3e8ba@gmail.com>
kura/org.eclipse.kura.driver.opcua.provider/src/main/java/org/eclipse/kura/internal/driver/opcua/DataTypeMapper.java
Updated copyright year
Java
agpl-3.0
d4e04e092f1c576de9e85aa5882e21ea711a983b
0
PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,KinshipSoftware/KinOathKinshipArchiver
package nl.mpi.kinnate.svg; import nl.mpi.kinnate.ui.GraphPanelContextMenu; import nl.mpi.kinnate.ui.KinTypeEgoSelectionTestPanel; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.MouseWheelEvent; import java.awt.event.MouseWheelListener; import java.awt.geom.AffineTransform; import java....
src/main/java/nl/mpi/kinnate/svg/GraphPanel.java
package nl.mpi.kinnate.svg; import nl.mpi.kinnate.ui.GraphPanelContextMenu; import nl.mpi.kinnate.ui.KinTypeEgoSelectionTestPanel; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.MouseWheelEvent; import java.awt.event.MouseWheelListener; import java.awt.geom.AffineTransform; import java....
Separated the relation svg rendering into a separate class.
src/main/java/nl/mpi/kinnate/svg/GraphPanel.java
Separated the relation svg rendering into a separate class.
Java
agpl-3.0
364343a4cb705def18bad8726c5deaa1bd23ca00
0
teoincontatto/engine,jerolba/torodb,jerolba/torodb,torodb/engine,torodb/stampede,torodb/server,torodb/engine,ahachete/torodb,torodb/server,torodb/stampede
package com.torodb.torod.mongodb.commands.admin; import com.eightkdata.mongowp.mongoserver.api.safe.Command; import com.eightkdata.mongowp.mongoserver.api.safe.CommandRequest; import com.eightkdata.mongowp.mongoserver.api.safe.CommandResult; import com.eightkdata.mongowp.mongoserver.api.safe.impl.NonWriteCommandResul...
torod/mongodb-layer/src/main/java/com/torodb/torod/mongodb/commands/admin/ListCollectionsImplementation.java
package com.torodb.torod.mongodb.commands.admin; import com.eightkdata.mongowp.mongoserver.api.safe.Command; import com.eightkdata.mongowp.mongoserver.api.safe.CommandRequest; import com.eightkdata.mongowp.mongoserver.api.safe.CommandResult; import com.eightkdata.mongowp.mongoserver.api.safe.impl.NonWriteCommandResul...
Fixed NullPointerException on ListCollectionsImplementation
torod/mongodb-layer/src/main/java/com/torodb/torod/mongodb/commands/admin/ListCollectionsImplementation.java
Fixed NullPointerException on ListCollectionsImplementation
Java
agpl-3.0
df623089fc8dd6219a62323ee08794996017b0bb
0
dirkriehle/wahlzeit,dirkriehle/wahlzeit,dirkriehle/wahlzeit
/* * Copyright (c) 2006-2009 by Dirk Riehle, http://dirkriehle.com * * This file is part of the Wahlzeit photo rating application. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation,...
src/main/java/org/wahlzeit/handlers/ShowUserPhotoFormHandler.java
/* * Copyright (c) 2006-2009 by Dirk Riehle, http://dirkriehle.com * * This file is part of the Wahlzeit photo rating application. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation,...
Fix issue with photos not being deleted
src/main/java/org/wahlzeit/handlers/ShowUserPhotoFormHandler.java
Fix issue with photos not being deleted
Java
lgpl-2.1
440b4d6cdd8a6c981b143837e97c7bd8c4dc6187
0
petalslink/petals-bc-jbi-gateway
/** * Copyright (c) 2015-2016 Linagora * * This program/library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2.1 of the License, or (at your * option) any later version. * * ...
src/main/java/org/ow2/petals/bc/gateway/JbiGatewayBootstrap.java
/** * Copyright (c) 2015-2016 Linagora * * This program/library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2.1 of the License, or (at your * option) any later version. * * ...
Align with trunk
src/main/java/org/ow2/petals/bc/gateway/JbiGatewayBootstrap.java
Align with trunk
Java
lgpl-2.1
31d394c2309cc6cb446b40accbd76ababb30dc5f
0
tmyroadctfig/swingx,trejkaz/swingx,krichter722/swingx,trejkaz/swingx,krichter722/swingx
/* * $Id$ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. */ package org.jdesktop.swingx.table; import java.beans.PropertyChangeListener; import java.io.IOException; import javax.swing.table.TableColumn; import junit.framework.TestCase...
src/test/org/jdesktop/swingx/table/TableColumnExtIssues.java
/* * $Id$ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. */ package org.jdesktop.swingx.table; import java.beans.PropertyChangeListener; import java.io.IOException; import junit.framework.TestCase; import org.jdesktop.test.PropertyCha...
Issue #815-swingx: TableColumnExt must not clone listeners - added example git-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@2834 1312f61e-266d-0410-97fa-c3b71232c9ac
src/test/org/jdesktop/swingx/table/TableColumnExtIssues.java
Java
apache-2.0
d14a846032dff404a13e10f081e7bd311bfdd001
0
h2oai/h2o-dev,mathemage/h2o-3,YzPaul3/h2o-3,michalkurka/h2o-3,michalkurka/h2o-3,h2oai/h2o-3,michalkurka/h2o-3,mathemage/h2o-3,mathemage/h2o-3,spennihana/h2o-3,h2oai/h2o-dev,jangorecki/h2o-3,mathemage/h2o-3,jangorecki/h2o-3,michalkurka/h2o-3,YzPaul3/h2o-3,h2oai/h2o-3,h2oai/h2o-dev,spennihana/h2o-3,jangorecki/h2o-3,spenn...
package water.util; import water.*; import water.H2O.H2OCallback; import water.H2O.H2OCountedCompleter; import water.fvec.Chunk; import water.fvec.Frame; import water.fvec.NewChunk; import water.fvec.Vec; import water.nbhm.NonBlockingHashMap; import java.util.Arrays; import java.util.Random; import java.util.concurre...
h2o-core/src/main/java/water/util/MRUtils.java
package water.util; import water.*; import water.H2O.H2OCallback; import water.H2O.H2OCountedCompleter; import water.fvec.Chunk; import water.fvec.Frame; import water.fvec.NewChunk; import water.fvec.Vec; import water.nbhm.NonBlockingHashMap; import java.util.Arrays; import java.util.Random; import java.util.concurre...
Fix MRUtils.Dist() to use a global (Iced) hash table (was node-local and transient, led to spurious NPE).
h2o-core/src/main/java/water/util/MRUtils.java
Fix MRUtils.Dist() to use a global (Iced) hash table (was node-local and transient, led to spurious NPE).
Java
apache-2.0
1eb7093257a4242581fe616603af820f886c6f30
0
nassim-git/project-voldemort,nassim-git/project-voldemort,nassim-git/project-voldemort,nassim-git/project-voldemort
/* * Copyright 2008-2009 LinkedIn, 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 or agre...
src/java/voldemort/store/mysql/MysqlStorageEngine.java
/* * Copyright 2008-2009 LinkedIn, 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 or agre...
Fix transactional bug in mysql--transaction must be committed.
src/java/voldemort/store/mysql/MysqlStorageEngine.java
Fix transactional bug in mysql--transaction must be committed.
Java
apache-2.0
7b0a9478f32bf05af4ce5e1d3c584ff3dbbbe262
0
b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl
/* * Copyright 2011-2020 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
tests/com.b2international.snowowl.test.commons/src/com/b2international/snowowl/test/commons/snomed/TestBranchContext.java
/* * Copyright 2011-2020 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[tests] support generic CodeSystemResourceRequest in TestBranchContext
tests/com.b2international.snowowl.test.commons/src/com/b2international/snowowl/test/commons/snomed/TestBranchContext.java
[tests] support generic CodeSystemResourceRequest in TestBranchContext
Java
apache-2.0
cfe13deccd451fa38a7b26f8e5a2821b91c3dcc0
0
apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev
/* * 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 ...
dependencymanager/core/src/main/java/org/apache/felix/dm/impl/dependencies/ConfigurationDependencyImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
renamed package to org.apache.felix.dm.impl.dependencies; the setCallback method returns now a ConfigurationDependency instead of a Dependency git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@887412 13f79535-47bb-0310-9956-ffa450edef68
dependencymanager/core/src/main/java/org/apache/felix/dm/impl/dependencies/ConfigurationDependencyImpl.java
renamed package to org.apache.felix.dm.impl.dependencies; the setCallback method returns now a ConfigurationDependency instead of a Dependency
Java
apache-2.0
24f691d7d75afb986acc0f78ff6872e35c6c032d
0
ChristianWulf/teetime,ChristianWulf/teetime,teetime-framework/teetime,teetime-framework/teetime
/** * Copyright (C) 2015 Christian Wulf, Nelson Tavares de Sousa (http://christianwulf.github.io/teetime) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache....
src/main/java/teetime/framework/signal/StartingSignal.java
/** * Copyright (C) 2015 Christian Wulf, Nelson Tavares de Sousa (http://christianwulf.github.io/teetime) * * 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....
StartingSignal will only be passed on on the first occurrence
src/main/java/teetime/framework/signal/StartingSignal.java
StartingSignal will only be passed on on the first occurrence
Java
apache-2.0
5361c14e49336d0d64b73f1e6b19dd3424249394
0
slide-lig/TopPI,slide-lig/TopPI
package fr.liglab.lcm.tests; import static org.junit.Assert.*; import org.junit.After; import org.junit.Before; import org.junit.Test; import fr.liglab.lcm.internals.ItemsetsFactory; public class ItemsetsFactoryTest { ItemsetsFactory factory; @Before public void setUp() throws Exception { factory = new Item...
src/test/java/fr/liglab/lcm/tests/ItemsetsFactoryTest.java
package fr.liglab.lcm.tests; import static org.junit.Assert.*; import org.junit.After; import org.junit.Before; import org.junit.Test; import fr.liglab.lcm.internals.ItemsetsFactory; public class ItemsetsFactoryTest { ItemsetsFactory factory; @Before public void setUp() throws Exception { factory = new Item...
one more ItemsetsFactoryTest
src/test/java/fr/liglab/lcm/tests/ItemsetsFactoryTest.java
one more ItemsetsFactoryTest
Java
apache-2.0
a85b121bc686f886c5fbde77eccffce9f00b3fcf
0
Orange-OpenSource/ATK,Orange-OpenSource/ATK,Orange-OpenSource/ATK,Orange-OpenSource/ATK
/* * Software Name : ATK * * Copyright (C) 2007 - 2012 France Télécom * * 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 *...
src/com/orange/atk/phone/detection/AutomaticPhoneDetection.java
/* * Software Name : ATK * * Copyright (C) 2007 - 2012 France Télécom * * 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 *...
wrong path to look for phone configuration file (why was there a "log" subdirectory ??? weird ...)
src/com/orange/atk/phone/detection/AutomaticPhoneDetection.java
wrong path to look for phone configuration file (why was there a "log" subdirectory ??? weird ...)
Java
apache-2.0
6c0e8662de610b55ccba42efc0d9a0b870f14ab8
0
openwms/org.openwms,openwms/org.openwms
/* * openwms.org, the Open Warehouse Management System. * * This file is part of openwms.org. * * openwms.org 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, ...
org.openwms/trunk/org.openwms.core/org.openwms.core.service.spring/src/test/java/org/openwms/core/service/spring/SecurityServiceTest.java
/* * openwms.org, the Open Warehouse Management System. * * This file is part of openwms.org. * * openwms.org 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, ...
git-svn-id: https://openwms2005.svn.sourceforge.net/svnroot/openwms2005@1757 fda5f131-174c-0410-8613-e0905860106b
org.openwms/trunk/org.openwms.core/org.openwms.core.service.spring/src/test/java/org/openwms/core/service/spring/SecurityServiceTest.java
Java
apache-2.0
09e1ab08350d57e059a76e68c1b0db9b3da7c7cf
0
bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * 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...
java/javaapi/src/test/java/io/joynr/util/ReflectionUtilsTest.java
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * 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...
[Java] Add tests for ReflectionUtils.getStaticMethodFromSuperInterfaces
java/javaapi/src/test/java/io/joynr/util/ReflectionUtilsTest.java
[Java] Add tests for ReflectionUtils.getStaticMethodFromSuperInterfaces
Java
apache-2.0
e9f459febf65de92ae99222fc2c476d54f7900db
0
langerhans/bitcoinj-alice-hd
/* * Copyright 2012 Google 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 or agreed to i...
core/src/main/java/org/bitcoinj/core/TxConfidenceTable.java
/* * Copyright 2012 Google 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 or agreed to i...
added ability to reset mempool
core/src/main/java/org/bitcoinj/core/TxConfidenceTable.java
added ability to reset mempool
Java
apache-2.0
bd6b79cc68f149a05eb254f30277e39184b69f4c
0
fengshao0907/hazelcast-simulator,hazelcast/hazelcast-simulator,eminn/hazelcast-simulator,pveentjer/hazelcast-simulator,pveentjer/hazelcast-simulator,eminn/hazelcast-simulator,hasancelik/hazelcast-stabilizer,gAmUssA/hazelcast-simulator,hazelcast/hazelcast-simulator,gAmUssA/hazelcast-simulator,Danny-Hazelcast/hazelcast-s...
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
stabilizer/src/main/java/com/hazelcast/stabilizer/Utils.java
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
Made padRight() and padLeft() more safe for invalid arguments.
stabilizer/src/main/java/com/hazelcast/stabilizer/Utils.java
Made padRight() and padLeft() more safe for invalid arguments.
Java
apache-2.0
e16bc548422568d1fa190e26853860682af5b383
0
anthcp/cdap,mpouttuclarke/cdap,hsaputra/cdap,caskdata/cdap,chtyim/cdap,mpouttuclarke/cdap,chtyim/cdap,hsaputra/cdap,mpouttuclarke/cdap,anthcp/cdap,caskdata/cdap,mpouttuclarke/cdap,hsaputra/cdap,hsaputra/cdap,anthcp/cdap,caskdata/cdap,caskdata/cdap,caskdata/cdap,chtyim/cdap,chtyim/cdap,mpouttuclarke/cdap,chtyim/cdap,cht...
/* * Copyright © 2015 Cask Data, 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 or agreed t...
cdap-app-templates/cdap-etl/cdap-etl-lib/src/main/java/co/cask/cdap/template/etl/batch/source/FileBatchSource.java
/* * Copyright © 2015 Cask Data, 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 or agreed t...
CDAP-3066 fix FileBatchSource
cdap-app-templates/cdap-etl/cdap-etl-lib/src/main/java/co/cask/cdap/template/etl/batch/source/FileBatchSource.java
CDAP-3066 fix FileBatchSource
Java
apache-2.0
d5e4d45480a5f4bee29d348e7c4926c61ea8cd7a
0
SuperMardle/CodingInterviews,xMardle/CodingInterviews
package com.matao; import java.util.Arrays; /** * Created by matao on 2018/8/24. * <p> * 一个长度为 n 的数组里所有数字都是在 0 - n-1 范围内。 * 数组中某些数字重复,但不知道有几个数字重复了,也不知道重复次数。 * 请找出数组中任意一个重复的数字。 * input: { 2, 3, 1, 0, 2, 5, 3 } * output: 2 或 3 */ public class Q03_DuplicationInArray { /** * 暴力求解 * 时间复杂度 O(n^2) ...
src/main/java/com/matao/Q03_DuplicationInArray.java
package com.matao; import java.util.Arrays; /** * Created by matao on 2018/8/24. * <p> * 一个长度为 n 的数组里所有数字都是在 0 - n-1 范围内。 * 数组中某些数字重复,但不知道有几个数字重复了,也不知道重复次数。 * 请找出数组中任意一个重复的数字。 * input: { 2, 3, 1, 0, 2, 5, 3 } * output: 2 或 3 */ public class Q03_DuplicationInArray { /** * 暴力求解 * 时间复杂度 O(n^2) ...
fix: findDuplication4 incorrect swap
src/main/java/com/matao/Q03_DuplicationInArray.java
fix: findDuplication4 incorrect swap
Java
apache-2.0
f8a80266e31eb16ee3999aebc3519639af6b9095
0
quann169/MotownBlueCurrent,motown-io/motown,pqtoan/motown
/** * Copyright (C) 2013 Motown.IO (info@motown.io) * * 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 appl...
operator-api/view-model/src/main/java/io/motown/operatorapi/viewmodel/persistence/entities/ChargingStation.java
/** * Copyright (C) 2013 Motown.IO (info@motown.io) * * 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 appl...
Removed timestamps from charging station in API
operator-api/view-model/src/main/java/io/motown/operatorapi/viewmodel/persistence/entities/ChargingStation.java
Removed timestamps from charging station in API
Java
bsd-3-clause
e997b2e9baf4067a17a0abab68d7dd842455c806
0
ksclarke/basex,BaseXdb/basex,ksclarke/basex,ksclarke/basex,JensErat/basex,joansmith/basex,JensErat/basex,drmacro/basex,BaseXdb/basex,joansmith/basex,drmacro/basex,joansmith/basex,deshmnnit04/basex,drmacro/basex,dimitarp/basex,joansmith/basex,ksclarke/basex,JensErat/basex,BaseXdb/basex,vincentml/basex,vincentml/basex,ks...
package org.basex.server; import static org.basex.core.Text.*; import java.io.IOException; import org.basex.core.Context; import org.basex.core.Progress; import org.basex.core.Prop; import org.basex.data.XMLSerializer; import org.basex.io.PrintOutput; import org.basex.query.QueryException; import org.basex...
src/main/java/org/basex/server/QueryProcess.java
package org.basex.server; import static org.basex.core.Text.*; import java.io.IOException; import org.basex.core.Context; import org.basex.core.Progress; import org.basex.core.Prop; import org.basex.data.XMLSerializer; import org.basex.io.PrintOutput; import org.basex.query.QueryException; import org.basex...
timeout only for reading queries
src/main/java/org/basex/server/QueryProcess.java
timeout only for reading queries
Java
bsd-3-clause
3722dd9f69f6bac777bfaf2b43e3c2ed1c079bc3
0
NUBIC/psc-mirror,NUBIC/psc-mirror,NUBIC/psc-mirror,NUBIC/psc-mirror
package edu.northwestern.bioinformatics.studycalendar.web.admin; import edu.northwestern.bioinformatics.studycalendar.security.AuthenticationSystemConfiguration; import static edu.northwestern.bioinformatics.studycalendar.security.AuthenticationSystemConfiguration.*; import edu.northwestern.bioinformatics.studycalenda...
src/main/java/edu/northwestern/bioinformatics/studycalendar/web/admin/AuthenticationSystemConfigurationController.java
package edu.northwestern.bioinformatics.studycalendar.web.admin; import edu.northwestern.bioinformatics.studycalendar.security.AuthenticationSystemConfiguration; import static edu.northwestern.bioinformatics.studycalendar.security.AuthenticationSystemConfiguration.*; import edu.northwestern.bioinformatics.studycalenda...
Set correct value when returning to custom authentication system git-svn-id: 4b387fe5ada7764508e2ca96c335714e4c1692c6@2424 0d517254-b314-0410-acde-c619094fa49f
src/main/java/edu/northwestern/bioinformatics/studycalendar/web/admin/AuthenticationSystemConfigurationController.java
Set correct value when returning to custom authentication system
Java
bsd-3-clause
7f82468b0e0b9ecd5c51c3ed0eff5ac4e15ef292
0
ndexbio/ndex-rest,ndexbio/ndex-rest,ndexbio/ndex-rest,ndexbio/ndex-rest
/** * Copyright (c) 2013, 2016, The Regents of the University of California, The Cytoscape Consortium * 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 m...
src/main/java/org/ndexbio/rest/services/NetworkServiceV2.java
/** * Copyright (c) 2013, 2016, The Regents of the University of California, The Cytoscape Consortium * 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 m...
finish the change to network service.
src/main/java/org/ndexbio/rest/services/NetworkServiceV2.java
finish the change to network service.
Java
bsd-3-clause
623299e620c5ca02e69b7e3d412467b0c6ce2656
0
mosauter/Battleship
package de.htwg.battleship.aview.gui; import de.htwg.battleship.controller.IMasterController; import de.htwg.battleship.model.IPlayer; import de.htwg.battleship.model.IShip; import de.htwg.battleship.observer.IObserver; import static de.htwg.battleship.util.StatCollection.createMap; import static de.htwg.battleship.ut...
Battleship/src/main/java/de/htwg/battleship/aview/gui/GUI.java
package de.htwg.battleship.aview.gui; import static de.htwg.battleship.util.StatCollection.createMap; import static de.htwg.battleship.util.StatCollection.fillMap; import static de.htwg.battleship.util.StatCollection.heightLenght; import de.htwg.battleship.controller.IMasterController; import de.htwg.battleship.model...
refactored constants and formated code
Battleship/src/main/java/de/htwg/battleship/aview/gui/GUI.java
refactored constants and formated code
Java
bsd-3-clause
4f7d322f693a5e77161001dccaf54d258075bdfd
0
Clashsoft/Dyvil,Clashsoft/Dyvil
package dyvil.tools.compiler.ast.access; import dyvil.tools.compiler.ast.context.IContext; import dyvil.tools.compiler.ast.expression.IValue; import dyvil.tools.compiler.ast.parameter.IArguments; import dyvil.tools.compiler.config.Formatting; import dyvil.tools.compiler.transform.Names; import dyvil.tools.compiler.tra...
src/compiler/dyvil/tools/compiler/ast/access/SubscriptAccess.java
package dyvil.tools.compiler.ast.access; import dyvil.tools.compiler.ast.context.IContext; import dyvil.tools.compiler.ast.expression.ArrayExpr; import dyvil.tools.compiler.ast.expression.IValue; import dyvil.tools.compiler.ast.parameter.IArguments; import dyvil.tools.compiler.config.Formatting; import dyvil.tools.com...
Remove Subscript Access Special Case comp: Removed a special case where a Subscript Access would be converted to an Array automatically.
src/compiler/dyvil/tools/compiler/ast/access/SubscriptAccess.java
Remove Subscript Access Special Case
Java
mit
5213e09f343d64ff9f64bbd54998fa7b37c881b7
0
thandomy/foodie
app/src/main/java/com/team3009/foodie/Profile3.java
package com.team3009.foodie; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.view.LayoutInflater; import android.view.View; imp...
Delete Profile3.java
app/src/main/java/com/team3009/foodie/Profile3.java
Delete Profile3.java
Java
mit
e3a8f02d48a4a98fb6b05c183a41546a536ac66f
0
c2nes/ircbot
package com.brewtab.ircbot; import java.net.InetSocketAddress; import java.sql.Connection; import java.sql.DriverManager; import com.brewtab.irc.IRCChannel; import com.brewtab.irc.IRCClient; import com.brewtab.irc.IRCMessageHandler; import com.brewtab.irc.messages.IRCMessage; import com.brewtab.irc.messages.filter.IR...
brewtab-ircbot/src/main/java/com/brewtab/ircbot/Bot.java
package com.brewtab.ircbot; import java.net.InetSocketAddress; import java.sql.Connection; import java.sql.DriverManager; import com.brewtab.irc.IRCChannel; import com.brewtab.irc.IRCClient; import com.brewtab.irc.IRCMessageHandler; import com.brewtab.irc.messages.IRCMessage; import com.brewtab.irc.messages.filter.IR...
Remove testing code
brewtab-ircbot/src/main/java/com/brewtab/ircbot/Bot.java
Remove testing code
Java
mit
c69002905434b2cae9cdef40f068eedcfc96ca1a
0
UCSB-CS56-W14/W14-lab05
package edu.ucsb.cs56.w14.lab05.alecharrell; public class Boxer { private int SSN; // SSN: Social security number, Boxer's unique //identification number private String name;//stores the last name of the Boxerr /** Two-arg constructor @param SSN social security number of boxer, e.g. 1...
src/edu/ucsb/cs56/w14/lab05/alecharrell/Boxer.java
package edu.ucsb.cs56.w14.lab05.alecharrell; public class Boxer { private int SSN; // SSN: Social security number, Boxer's unique //identification number private String name;//stores the last name of the Boxerr /** Two-arg constructor @param SSN social security number of boxer, e.g. 1...
Added main to Boxer.java, step 5
src/edu/ucsb/cs56/w14/lab05/alecharrell/Boxer.java
Added main to Boxer.java, step 5
Java
mit
428c5df99c4d169e821c2d4da63b6b524e936604
0
JavaCCSF2016/RockPaperScissorsGame
package com.github.javaccsf2016.rockpaperscissorsgame; import java.util.Random; public class RPSGame { public static final int ROCK = 0; public static final int PAPER = 1; public static final int SCISSOR = 2; private int numberOfTies; private int numberOfWins; private int numberOfLoses; private int move; ...
src/com/github/javaccsf2016/rockpaperscissorsgame/RPSGame.java
package com.github.javaccsf2016.rockpaperscissorsgame; import java.util.Random; public class RPSGame { public static final int ROCK = 0; public static final int PAPER = 1; public static final int SCISSOR = 2; private int numberOfTies; private int numberOfWins; private int numberOfLoses; private int move; ...
validating userMove
src/com/github/javaccsf2016/rockpaperscissorsgame/RPSGame.java
validating userMove
Java
epl-1.0
e8d93d8661f5b8af7d16d0e571c060cc5a02d83e
0
schemeway/SchemeScript,schemeway/SchemeScript
/* * Copyright (c) 2004 Nu Echo Inc. * * This is free software. For terms and warranty disclaimer, see ./COPYING */ package org.schemeway.plugins.schemescript.editor; import java.util.*; import org.eclipse.jface.text.*; import org.eclipse.jface.text.source.*; import org.eclipse.ui.texteditor.*; import org.scheme...
src/org/schemeway/plugins/schemescript/editor/SchemeTextHover.java
/* * Copyright (c) 2004 Nu Echo Inc. * * This is free software. For terms and warranty disclaimer, see ./COPYING */ package org.schemeway.plugins.schemescript.editor; import java.util.*; import org.eclipse.jface.text.*; import org.schemeway.plugins.schemescript.dictionary.*; public class SchemeTextHover impleme...
Added text hovers for annotations
src/org/schemeway/plugins/schemescript/editor/SchemeTextHover.java
Added text hovers for annotations
Java
agpl-3.0
51ce01404a73e7340e5851bbe7f1915f517d1eba
0
VietOpenCPS/opencps-v2,VietOpenCPS/opencps-v2
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any la...
modules/backend-dossiermgt/backend-dossiermgt-service/src/main/java/org/opencps/dossiermgt/service/impl/CPSDossierBusinessLocalServiceImpl.java
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any la...
Update create cross dossier
modules/backend-dossiermgt/backend-dossiermgt-service/src/main/java/org/opencps/dossiermgt/service/impl/CPSDossierBusinessLocalServiceImpl.java
Update create cross dossier
Java
agpl-3.0
f54e998a6c529adef894fd82c9ffd1d656b04c4a
0
deepstupid/sphinx5
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution o...
src/sphinx4/edu/cmu/sphinx/linguist/language/ngram/SimpleNGramModel.java
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution o...
Be nicer about file format. Patch by Firas Al Khalil. Fixes issue https://sourceforge.net/tracker/?func=detail&atid=301904&aid=3195662&group_id=1904 git-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@10792 94700074-3cef-4d97-a70e-9c8c206c02f5
src/sphinx4/edu/cmu/sphinx/linguist/language/ngram/SimpleNGramModel.java
Be nicer about file format. Patch by Firas Al Khalil. Fixes issue
Java
lgpl-2.1
80b7d904707326f294ee4c1f0c483f997c89c6c5
0
xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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 * th...
xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroInitializer.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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 * th...
[Misc] Improve logging slightly
xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroInitializer.java
[Misc] Improve logging slightly
Java
lgpl-2.1
f9d3831593f88d9410b66d2ea92c52a83762e547
0
sbliven/biojava,sbliven/biojava,sbliven/biojava
/* * BioJava development code * * 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. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
src/org/biojava/bio/program/das/dasalignment/Alignment.java
/* * BioJava development code * * 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. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
Refer to interfaces rather than concrete types (ArrayList -> List) Made the annotation types singletons. git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3270 7c6358e6-4a41-0410-a743-a5b2a554c398
src/org/biojava/bio/program/das/dasalignment/Alignment.java
Refer to interfaces rather than concrete types (ArrayList -> List) Made the annotation types singletons.
Java
lgpl-2.1
61aec8a04dc82b970d70d4734e4e73aaebda1194
0
exedio/copernica,exedio/copernica,exedio/copernica
/* * Copyright (C) 2004-2006 exedio GmbH (www.exedio.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later versi...
runtime/servletsrc/com/exedio/cope/pattern/MediaPath.java
/* * Copyright (C) 2004-2006 exedio GmbH (www.exedio.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later versi...
add disabled clock for requests git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@6954 e7d4fc99-c606-0410-b9bf-843393a9eab7
runtime/servletsrc/com/exedio/cope/pattern/MediaPath.java
add disabled clock for requests
Java
lgpl-2.1
b934d4e7cf91e02fe579b33cbf26e648f9330cb9
0
neoedmund/jediterm,neoedmund/jediterm
package com.jediterm.terminal.ui; import com.google.common.base.Ascii; import com.google.common.base.Predicate; import com.google.common.base.Supplier; import com.google.common.collect.Lists; import com.jediterm.terminal.*; import com.jediterm.terminal.TextStyle.Option; import com.jediterm.terminal.display.*; import c...
src-terminal/com/jediterm/terminal/ui/TerminalPanel.java
package com.jediterm.terminal.ui; import com.google.common.base.Ascii; import com.google.common.base.Predicate; import com.google.common.base.Supplier; import com.google.common.collect.Lists; import com.jediterm.terminal.*; import com.jediterm.terminal.TextStyle.Option; import com.jediterm.terminal.display.*; import c...
Clear background for input method uncommited chars.
src-terminal/com/jediterm/terminal/ui/TerminalPanel.java
Clear background for input method uncommited chars.
Java
apache-2.0
29145f8c7cf441e749c331070eb29a4cfe5f2e87
0
nengxu/OrientDB,vivosys/orientdb,vivosys/orientdb,nengxu/OrientDB,nengxu/OrientDB,vivosys/orientdb,vivosys/orientdb,nengxu/OrientDB
/* * Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.com) * * 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 ...
core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java
/* * Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.com) * * 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 ...
Support for Unicode in JSON output git-svn-id: 9ddf022f45b579842a47abc018ed2b18cdc52108@1463 3625ad7b-9c83-922f-a72b-73d79161f2ea
core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java
Support for Unicode in JSON output
Java
apache-2.0
5ca01d4614dd7dd3d697554a81d38582814c5682
0
sherbold/CrossPare
// Copyright 2015 Georg-August-Universität Göttingen, Germany // // 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 // // ...
CrossPare/src/main/java/de/ugoe/cs/cpdp/eval/CVWekaEvaluation.java
// Copyright 2015 Georg-August-Universität Göttingen, Germany // // 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 // // ...
Removed fixed seed from CV
CrossPare/src/main/java/de/ugoe/cs/cpdp/eval/CVWekaEvaluation.java
Removed fixed seed from CV
Java
apache-2.0
0408dc959ed8b8bc0ecd8eca66c1b13a1b645d77
0
wuan/bo-android,d3xter/bo-android,d3xter/bo-android
package org.blitzortung.android.app.view; import java.util.GregorianCalendar; import org.blitzortung.android.alarm.AlarmManager; import org.blitzortung.android.alarm.AlarmSector; import org.blitzortung.android.alarm.AlarmStatus; import org.blitzortung.android.app.R; import org.blitzortung.android.map.overlay.color.Co...
src/org/blitzortung/android/app/view/AlarmView.java
package org.blitzortung.android.app.view; import java.util.GregorianCalendar; import org.blitzortung.android.alarm.AlarmManager; import org.blitzortung.android.alarm.AlarmSector; import org.blitzortung.android.alarm.AlarmStatus; import org.blitzortung.android.app.R; import org.blitzortung.android.map.overlay.color.Co...
improved alarmview styling
src/org/blitzortung/android/app/view/AlarmView.java
improved alarmview styling
Java
apache-2.0
0b7220364cf6b5fb7c8d365558c1b6c52b1a82c4
0
robinverduijn/gradle,robinverduijn/gradle,gradle/gradle,robinverduijn/gradle,robinverduijn/gradle,blindpirate/gradle,robinverduijn/gradle,lsmaira/gradle,gstevey/gradle,gstevey/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,blindpi...
/* * Copyright 2013 the original author or authors. * * 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 applica...
subprojects/plugins/src/main/groovy/org/gradle/api/internal/tasks/compile/incremental/jar/LocalJarSnapshotCache.java
/* * Copyright 2013 the original author or authors. * * 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 applica...
Documented the TODO better.
subprojects/plugins/src/main/groovy/org/gradle/api/internal/tasks/compile/incremental/jar/LocalJarSnapshotCache.java
Documented the TODO better.
Java
apache-2.0
2eb072e03a97967ac5bb8f6aa5cf6f220c48a327
0
troter/user-httpsession
package jp.troter.servlet.httpsession.spi.impl; import java.io.Serializable; import java.util.Date; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import jp.troter.servlet.httpsession.spi.SessionStateManager; import jp.troter.servlet.httpsession.spi.SessionValueSerializer; import jp.tro...
user-httpsession-memcached/src/main/java/jp/troter/servlet/httpsession/spi/impl/SpyMemcachedSessionStateManager.java
package jp.troter.servlet.httpsession.spi.impl; import java.io.Serializable; import java.util.Date; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import jp.troter.servlet.httpsession.spi.SessionStateManager; import jp.troter.servlet.httpsession.spi.SessionValueSerializer; import jp.tro...
lastAccessedTime
user-httpsession-memcached/src/main/java/jp/troter/servlet/httpsession/spi/impl/SpyMemcachedSessionStateManager.java
lastAccessedTime
Java
apache-2.0
5e4a3262e83c86898fa0b84380f8946aa1119448
0
eevans/twissandra-j
package org.opennms.twissandra.persistence.cassandra.internal; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.UUID; import org.opennms.twissandra.api.Tweet; import org.opennms.twissandra.api.TweetRepository; import org.slf4j.Logger; import...
persistence-cassandra/src/main/java/org/opennms/twissandra/persistence/cassandra/internal/CassandraTweetRepository.java
package org.opennms.twissandra.persistence.cassandra.internal; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.UUID; import org.opennms.twissandra.api.Tweet; import org.opennms.twissandra.api.TweetRepository; import org.slf4j.Logger; import...
use higher resolution date predicate
persistence-cassandra/src/main/java/org/opennms/twissandra/persistence/cassandra/internal/CassandraTweetRepository.java
use higher resolution date predicate
Java
apache-2.0
8c5e6e6ff7d770660bfc06092663f45e136642ca
0
bazelbuild/bazel-buildfarm,bazelbuild/bazel-buildfarm,bazelbuild/bazel-buildfarm,bazelbuild/bazel-buildfarm,bazelbuild/bazel-buildfarm,bazelbuild/bazel-buildfarm,bazelbuild/bazel-buildfarm
src/main/java/build/buildfarm/worker/CacheNotFoundException.java
// Copyright 2017 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Remove unused CacheNotFoundException (#125) This has not been in use since the worker pipeline change.
src/main/java/build/buildfarm/worker/CacheNotFoundException.java
Remove unused CacheNotFoundException (#125)
Java
apache-2.0
1eda00fd3216fc8ecdb811ec69f05f2053a940f8
0
k000kc/java-a-to-z,k000kc/java-a-to-z,k000kc/java-a-to-z
package ru.apetrov; import org.junit.Test; import ru.apetrov.Palindrom.Palindrom; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Created by Andrey on 22.11.2016. */ public class Pa...
Chapter_3/Lesson-1/src/test/java/ru/apetrov/PalindromTest.java
package ru.apetrov; import org.junit.Test; import ru.apetrov.Palindrom.Palindrom; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Created by Andrey on 22.11.2016. */ public class Pa...
update palindromtest (try resources)
Chapter_3/Lesson-1/src/test/java/ru/apetrov/PalindromTest.java
update palindromtest (try resources)
Java
apache-2.0
b582ca568f9446c8bade41aa841201af4fcb152e
0
dongjiaqiang/mina,weijiangzhu/mina,yangzhongj/mina,dongjiaqiang/mina,Vicky01200059/mina,Vicky01200059/mina,apache/mina,yangzhongj/mina,mway08/mina,jeffmaury/mina,universsky/mina,apache/mina,weijiangzhu/mina,mway08/mina,universsky/mina
/* * 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")...
core/src/main/java/org/apache/mina/filter/codec/ProtocolCodecFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
Removed the sessionCreated() method, as the codec is now initialized in the preAdd() method. As a side effect, the codec is initialized only once now, instead of twice before... git-svn-id: b7022df5c975f24f6cce374a8cf09e1bba3b7a2e@755166 13f79535-47bb-0310-9956-ffa450edef68
core/src/main/java/org/apache/mina/filter/codec/ProtocolCodecFilter.java
Removed the sessionCreated() method, as the codec is now initialized in the preAdd() method. As a side effect, the codec is initialized only once now, instead of twice before...
Java
apache-2.0
767259d6111e7d8a27399cbeca4483b7c6ad9107
0
ShortStickBoy/AndroidUtil
package com.sunzn.utils.library; import android.content.ContentResolver; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.Build; import android.os.Environment; import android.os.ParcelFileDescr...
Library/src/main/java/com/sunzn/utils/library/FileUtils.java
package com.sunzn.utils.library; import android.content.ContentResolver; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.Build; import android.os.Environment; import android.os.ParcelFileDescr...
Update FileUtils
Library/src/main/java/com/sunzn/utils/library/FileUtils.java
Update FileUtils
Java
apache-2.0
d379da1034b0b71eaf6589c4d75a638ad8df6ea9
0
rozza/mongo-java-driver,rozza/mongo-java-driver,jyemin/mongo-java-driver,jyemin/mongo-java-driver
/* * Copyright 2008-present MongoDB, 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 or ag...
driver-core/src/main/com/mongodb/internal/session/ServerSessionPool.java
/* * Copyright 2008-present MongoDB, 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 or ag...
Modernize ServerSessionPool code
driver-core/src/main/com/mongodb/internal/session/ServerSessionPool.java
Modernize ServerSessionPool code
Java
apache-2.0
00bbc67964aa7eea8ebed376fabe6c3c18284372
0
CMU-Robotics-Club/QBot-Mobot,CMU-Robotics-Club/QBot-Mobot
package edhyah.com.qbot; import android.os.Bundle; import android.util.Log; import android.view.SurfaceView; import android.view.WindowManager; import org.opencv.android.BaseLoaderCallback; import org.opencv.android.CameraBridgeViewBase; import org.opencv.android.LoaderCallbackInterface; import org.opencv.android.Ope...
app/src/main/java/edhyah/com/qbot/MobotActivity.java
package edhyah.com.qbot; import android.os.Bundle; import android.util.Log; import android.view.SurfaceView; import android.view.WindowManager; import org.opencv.android.BaseLoaderCallback; import org.opencv.android.CameraBridgeViewBase; import org.opencv.android.LoaderCallbackInterface; import org.opencv.android.Ope...
angle output
app/src/main/java/edhyah/com/qbot/MobotActivity.java
angle output
Java
apache-2.0
4703121541b631e98aed163f5538811f6a76c749
0
learning-layers/SocialSemanticServer,learning-layers/SocialSemanticServer,learning-layers/SocialSemanticServer,learning-layers/SocialSemanticServer
/** * Code contributed to the Learning Layers project * http://www.learning-layers.eu * Development is partly funded by the FP7 Programme of the European Commission under * Grant Agreement FP7-ICT-318209. * Copyright (c) 2014, Graz University of Technology - KTI (Knowledge Technologies Institute). * For a ...
servs/dataimport/dataimport.impl/src/main/java/at/tugraz/sss/servs/dataimport/impl/evernote/SSDataImportEvernoteNoteContentHandler.java
/** * Code contributed to the Learning Layers project * http://www.learning-layers.eu * Development is partly funded by the FP7 Programme of the European Commission under * Grant Agreement FP7-ICT-318209. * Copyright (c) 2014, Graz University of Technology - KTI (Knowledge Technologies Institute). * For a ...
SSS-428
servs/dataimport/dataimport.impl/src/main/java/at/tugraz/sss/servs/dataimport/impl/evernote/SSDataImportEvernoteNoteContentHandler.java
SSS-428
Java
apache-2.0
6a52bb53135e967b1abce0266c13f44cee23f2a9
0
tourn/ChallP1,tourn/ChallP1,tourn/ChallP1
package ch.trq.carrera.javapilot.akka; import akka.actor.ActorRef; import akka.actor.Props; import akka.actor.UntypedActor; import ch.trq.carrera.javapilot.akka.history.StrategyParameters; import ch.trq.carrera.javapilot.akka.history.TrackHistory; import ch.trq.carrera.javapilot.akka.positiontracker.CarUpdate; import ...
src/main/java/ch/trq/carrera/javapilot/akka/SpeedOptimizer.java
package ch.trq.carrera.javapilot.akka; import akka.actor.ActorRef; import akka.actor.Props; import akka.actor.UntypedActor; import ch.trq.carrera.javapilot.akka.history.StrategyParameters; import ch.trq.carrera.javapilot.akka.history.TrackHistory; import ch.trq.carrera.javapilot.akka.log.LogMessage; import ch.trq.carr...
Remove unused logger from SpeedOptimizer
src/main/java/ch/trq/carrera/javapilot/akka/SpeedOptimizer.java
Remove unused logger from SpeedOptimizer
Java
apache-2.0
ba5124899c0ae31e315f43705341ceea18f292be
0
crawler-commons/http-fetcher,crawler-commons/http-fetcher
/** * Copyright 2016 Crawler-Commons * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
src/main/java/crawlercommons/fetcher/http/LocalCookieStore.java
/** * Copyright 2016 Crawler-Commons * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Fix missing annotation
src/main/java/crawlercommons/fetcher/http/LocalCookieStore.java
Fix missing annotation
Java
apache-2.0
208e848060f8c4ade8ebd583a70700d665bde770
0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
package io.quarkus.cli; import static io.quarkus.registry.Constants.DEFAULT_REGISTRY_ID; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.List; import io.quarkus.cli.registry.BaseRegistryCommand; import io.quarkus.registry.config.RegistriesConfig; import io.quarkus....
devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java
package io.quarkus.cli; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.List; import io.quarkus.cli.registry.BaseRegistryCommand; import io.quarkus.registry.config.RegistriesConfig; import io.quarkus.registry.config.RegistryConfig; import picocli.CommandLine; @Comm...
add warning if no registry set.
devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java
add warning if no registry set.
Java
apache-2.0
63845eeb79f7fc6479a26e843846c25f4a6242f0
0
AlanJinTS/zstack,MatheMatrix/zstack,AlanJinTS/zstack,AlanJager/zstack,AlanJager/zstack,camilesing/zstack,MaJin1996/zstack,camilesing/zstack,AlanJinTS/zstack,WangXijue/zstack,zstackorg/zstack,zsyzsyhao/zstack,Alvin-Lau/zstack,zxwing/zstack-1,zstackio/zstack,mingjian2049/zstack,HeathHose/zstack,zxwing/zstack-1,Alvin-Lau/...
package org.zstack.header.vm; import org.zstack.header.configuration.PythonClass; import org.zstack.header.exception.CloudRuntimeException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; @PythonClass public enum VmInstanceState { Created(null), Starting(VmI...
header/src/main/java/org/zstack/header/vm/VmInstanceState.java
package org.zstack.header.vm; import org.zstack.header.configuration.PythonClass; import org.zstack.header.exception.CloudRuntimeException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; @PythonClass public enum VmInstanceState { Created(null), Starting(VmI...
fix live migrate a paused vm issue for https://github.com/zxwing/premium/issues/1950 Signed-off-by: Mei Lei <d1c6e4e75080176552ef8271b379adabccaa7551@gmail.com>
header/src/main/java/org/zstack/header/vm/VmInstanceState.java
fix live migrate a paused vm issue
Java
apache-2.0
a23d51a5724c2e1c96ec33fdcc824d6c9465b41b
0
cloudera/recordservice,scalingdata/Impala,scalingdata/Impala,scalingdata/Impala,scalingdata/Impala,cloudera/recordservice,cloudera/recordservice,cloudera/recordservice,cloudera/recordservice,cloudera/recordservice,scalingdata/Impala,cloudera/recordservice,scalingdata/Impala
// Copyright (c) 2012 Cloudera, Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
fe/src/test/java/com/cloudera/impala/analysis/AnalyzeDDLTest.java
// Copyright (c) 2012 Cloudera, Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
Temporarily remove test for guarding against HIVE-6308. After we have generated a new snapshot, I will restore the proper testing with: http://gerrit.cloudera.org:8080/180 Change-Id: Ida8593b5692d0898ecfa936850d9e2e194138d08
fe/src/test/java/com/cloudera/impala/analysis/AnalyzeDDLTest.java
Temporarily remove test for guarding against HIVE-6308.
Java
apache-2.0
f5d7b9417126a19ba7695458b93fcb687579fd5f
0
Pushpalanka/carbon-identity,Pushpalanka/carbon-identity,Pushpalanka/carbon-identity
/* * Copyright (c) 2005, 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/sso-saml/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/internal/IdentitySAMLSSOServiceComponent.java
/* * Copyright (c) 2005, 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...
improving logs
components/sso-saml/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/internal/IdentitySAMLSSOServiceComponent.java
improving logs
Java
apache-2.0
bbb16fdb61087ac5b8cb5614a7e9aa1c42d507cd
0
dichengsiyu/LightMe,dichengsiyu/LightMe
package com.hellodev.lightme.service; import java.util.ArrayList; import java.util.List; import java.util.Timer; import java.util.TimerTask; import com.hellodev.lightme.FlashApp; import com.hellodev.lightme.FlashController; import com.hellodev.lightme.receiver.SystemReceiver; import com.hellodev.lightme.util.MLisense...
src/com/hellodev/lightme/service/PanelService.java
package com.hellodev.lightme.service; import java.util.ArrayList; import java.util.List; import java.util.Timer; import java.util.TimerTask; import com.hellodev.lightme.FlashApp; import com.hellodev.lightme.FlashController; import com.hellodev.lightme.receiver.SystemReceiver; import com.hellodev.lightme.util.MLisense...
快速锁屏,再快速打开,原先的方式可能会导致refreshTask没有被正确终止,导致有多个task同时运行的情况。经过修改之后,会正确终止。但是会出现闪动的情况
src/com/hellodev/lightme/service/PanelService.java
快速锁屏,再快速打开,原先的方式可能会导致refreshTask没有被正确终止,导致有多个task同时运行的情况。经过修改之后,会正确终止。但是会出现闪动的情况
Java
apache-2.0
bd7e1c6a58e7cc271ed6ab84cd9586f2905d1804
0
dowrow/Practica1FAA,garnachod/Practica2FAA
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package datos; import com.csvreader.CsvReader; import java.util.ArrayList; import java.util.Arrays; import particionado.Part...
Practica1FAA/src/datos/Datos.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package datos; import com.csvreader.CsvReader; import java.util.ArrayList; import java.util.Arrays; import particionado.Part...
Inicializado arraylist de clases x)
Practica1FAA/src/datos/Datos.java
Inicializado arraylist de clases x)
Java
apache-2.0
23ecf0a9778a8b24674fa0753812970910394eaf
0
ksokol/carldav
/* * Copyright 2005-2006 Open Source Applications 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...
src/main/java/org/unitedinternet/cosmo/dav/caldav/TimeZoneExtractor.java
/* * Copyright 2005-2006 Open Source Applications 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...
removed unused method extract(WebDavProperty) from TimeZoneExtractor
src/main/java/org/unitedinternet/cosmo/dav/caldav/TimeZoneExtractor.java
removed unused method extract(WebDavProperty) from TimeZoneExtractor
Java
apache-2.0
10c5decc1cb35285e11ef8c57e8f8b5d828c4ab4
0
sutaakar/drools,sutaakar/drools,reynoldsm88/drools,kedzie/drools-android,prabasn/drools,mrietveld/drools,jomarko/drools,lanceleverich/drools,ThiagoGarciaAlves/drools,ThomasLau/drools,prabasn/drools,liupugong/drools,jomarko/drools,romartin/drools,reynoldsm88/drools,jiripetrlik/drools,sotty/drools,sotty/drools,manstis/dr...
package org.drools.workbench.models.guided.template.backend; import org.drools.compiler.kie.builder.impl.FormatConversionResult; import org.drools.compiler.kie.builder.impl.FormatConverter; import org.drools.workbench.models.commons.backend.BaseConverter; import org.drools.workbench.models.datamodel.oracle.PackageData...
drools-workbench-models/drools-workbench-models-guided-template/src/main/java/org/drools/workbench/models/guided/template/backend/GuidedRuleTemplateConverter.java
package org.drools.workbench.models.guided.template.backend; import org.drools.compiler.kie.builder.impl.FormatConversionResult; import org.drools.compiler.kie.builder.impl.FormatConverter; import org.drools.workbench.models.commons.backend.BaseConverter; import org.drools.workbench.models.datamodel.oracle.PackageData...
BZ-1013214 - Guided Rule Template validation causes error
drools-workbench-models/drools-workbench-models-guided-template/src/main/java/org/drools/workbench/models/guided/template/backend/GuidedRuleTemplateConverter.java
BZ-1013214 - Guided Rule Template validation causes error
Java
apache-2.0
00ae0f9b9f67a09acaa91db6679ec57fa750a209
0
goettl79/mesos-plugin,infonova/mesos-plugin,goettl79/mesos-plugin,infonova/mesos-plugin
/* * Copyright 2013 Twitter, Inc. and other contributors. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java
/* * Copyright 2013 Twitter, Inc. and other contributors. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Another nullpointer guard.
src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java
Another nullpointer guard.
Java
apache-2.0
8ced55af90521733e6536129b3f36ea0ac127aec
0
mattcasters/pentaho-pdi-dataset
package org.pentaho.di.dataset; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVParser; import org.apache.commons.csv.CSVPrinter; import org.apache.commons.csv.CSVRecord; import org.apache.commons.csv.QuoteMode; import org.apache.commons.lang.StringUtils; import org.apache.commons.vfs2.FileOb...
src/main/java/org/pentaho/di/dataset/DataSetCsvGroup.java
package org.pentaho.di.dataset; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVParser; import org.apache.commons.csv.CSVPrinter; import org.apache.commons.csv.CSVRecord; import org.apache.commons.csv.QuoteMode; import org.apache.commons.lang.StringUtils; import org.apache.commons.vfs2.FileOb...
Issue #49 : allow format masks
src/main/java/org/pentaho/di/dataset/DataSetCsvGroup.java
Issue #49 : allow format masks
Java
apache-2.0
91f5cc927cdbaa32f62a14f0189277ad9f01b0a3
0
dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android
package org.commcare.models.database.user; import android.content.Context; import android.util.Log; import net.sqlcipher.database.SQLiteDatabase; import org.commcare.CommCareApplication; import org.commcare.android.database.user.models.FormRecordV2; import org.commcare.android.logging.ForceCloseLogEntry; import org....
app/src/org/commcare/models/database/user/UserDatabaseUpgrader.java
package org.commcare.models.database.user; import android.content.Context; import android.util.Log; import net.sqlcipher.database.SQLiteDatabase; import org.commcare.CommCareApplication; import org.commcare.android.database.user.models.FormRecordV2; import org.commcare.android.logging.ForceCloseLogEntry; import org....
only set a form number on an upgraded form record if its status is COMPLETE or UNSENT
app/src/org/commcare/models/database/user/UserDatabaseUpgrader.java
only set a form number on an upgraded form record if its status is COMPLETE or UNSENT
Java
apache-2.0
c5d36de8db1c55dc5f184dd5b675468d0984456e
0
threerings/playn,threerings/playn,ruslansennov/playn,ruslansennov/playn,threerings/playn,ruslansennov/playn,threerings/playn
/** * Copyright 2012 The PlayN Authors * * 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 ...
tests/core/src/main/java/playn/tests/core/ShaderTest.java
/** * Copyright 2012 The PlayN Authors * * 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 ...
Spurious semicolon
tests/core/src/main/java/playn/tests/core/ShaderTest.java
Spurious semicolon
Java
apache-2.0
e1cbda980af376fc2742512671a57629ca8f3b32
0
aldaris/wicket,selckin/wicket,AlienQueen/wicket,AlienQueen/wicket,topicusonderwijs/wicket,topicusonderwijs/wicket,apache/wicket,dashorst/wicket,Servoy/wicket,astrapi69/wicket,dashorst/wicket,Servoy/wicket,aldaris/wicket,apache/wicket,klopfdreh/wicket,astrapi69/wicket,dashorst/wicket,klopfdreh/wicket,freiheit-com/wicket...
/* * 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 ...
wicket/src/main/java/wicket/AbortException.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
WICKET-188 git-svn-id: 6d6ade8e88b1292e17cba3559b7335a947e495e0@491042 13f79535-47bb-0310-9956-ffa450edef68
wicket/src/main/java/wicket/AbortException.java
WICKET-188
Java
agpl-3.0
7f97979a973d9d622598dc142a1210944d22556a
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
9a0f3d26-2e60-11e5-9284-b827eb9e62be
hello.java
9a09a974-2e60-11e5-9284-b827eb9e62be
9a0f3d26-2e60-11e5-9284-b827eb9e62be
hello.java
9a0f3d26-2e60-11e5-9284-b827eb9e62be
Java
agpl-3.0
15b1adcfcbe7eb3f7fc72f1b7cd18901e0514067
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
3f2694fc-2e62-11e5-9284-b827eb9e62be
hello.java
3f2123f0-2e62-11e5-9284-b827eb9e62be
3f2694fc-2e62-11e5-9284-b827eb9e62be
hello.java
3f2694fc-2e62-11e5-9284-b827eb9e62be
Java
agpl-3.0
89bcaf2663f7425db3864e5e2e53f3b15a9386ec
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
26b72332-2e62-11e5-9284-b827eb9e62be
hello.java
26b1aa56-2e62-11e5-9284-b827eb9e62be
26b72332-2e62-11e5-9284-b827eb9e62be
hello.java
26b72332-2e62-11e5-9284-b827eb9e62be
Java
mit
8dba8d2a2dbec27d8b68e591579d542c7bbfdb1f
0
mcyuan00/ABC-music-player
package abc.player; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; import java.util.concurrent.Future; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.swing.J...
src/abc/player/Parser.java
package abc.player; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; import java.util.concurrent.Future; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.swing.J...
deleted unnecessary lines from Parser
src/abc/player/Parser.java
deleted unnecessary lines from Parser
Java
mit
86faf402123e73de9e7fde2f4cf28d872c38c329
0
happyfoxinc/helpstack-android,kzganesan/helpstack-android,thuytrinh/helpstack-android,NYPL/helpstack-android,NYPL-Simplified/helpstack-android
// HSSource // //Copyright (c) 2014 HelpStack (http://helpstack.io) // //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, ...
helpstack/src/com/tenmiles/helpstack/logic/HSSource.java
// HSSource // //Copyright (c) 2014 HelpStack (http://helpstack.io) // //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, ...
Fix the gear resource handling in wrong loop
helpstack/src/com/tenmiles/helpstack/logic/HSSource.java
Fix the gear resource handling in wrong loop
Java
mit
f7927fceaf213c5a5d56af11c008e8a60df9abec
0
InfinityPhase/CARIS,InfinityPhase/CARIS
package caris.framework.reactions; import caris.framework.basereactions.Reaction; import caris.framework.library.GuildInfo.SpecialChannel; import caris.framework.library.Variables; import caris.framework.utilities.BotUtils; import caris.framework.utilities.Logger; import sx.blah.discord.handle.obj.IChannel; import sx....
src/caris/framework/reactions/ReactionChannelAssign.java
package caris.framework.reactions; import caris.framework.basereactions.Reaction; import caris.framework.library.Variables; import caris.framework.utilities.Logger; import caris.framework.library.GuildInfo.SpecialChannel; import sx.blah.discord.handle.obj.IChannel; import sx.blah.discord.handle.obj.IGuild; import util...
Critical error with calling old code
src/caris/framework/reactions/ReactionChannelAssign.java
Critical error with calling old code
Java
epl-1.0
1c472bcc2c961d9474d95f3ecf9b1b8108113e1f
0
codenvy/plugin-datasource,codenvy/plugin-datasource
/* * Copyright 2014 Codenvy, S.A. * * 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 ...
codenvy-ext-datasource-client/src/main/java/com/codenvy/ide/ext/datasource/client/sqllauncher/SqlRequestLauncherPresenter.java
/* * Copyright 2014 Codenvy, S.A. * * 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 ...
Add json conversion time log for sql execution
codenvy-ext-datasource-client/src/main/java/com/codenvy/ide/ext/datasource/client/sqllauncher/SqlRequestLauncherPresenter.java
Add json conversion time log for sql execution
Java
mpl-2.0
1a9e9896b45a3e25839622c025b0c92e34e44091
0
carlwilson/veraPDF-library
package org.verapdf.gui.tools; /** * @author Evgeniy Muravitskiy */ public enum ProcessingType { VALIDATING(GUIConstants.VALIDATING), FEATURES(GUIConstants.FEATURES), VALIDATING_AND_FEATURES(GUIConstants.VALIDATING_AND_FEATURES); private final String value; ProcessingType(String value) { this.value = val...
gui/src/main/java/org/verapdf/gui/tools/ProcessingType.java
package org.verapdf.gui.tools; /** * @author Evgeniy Muravitskiy */ public enum ProcessingType { VALIDATING("Validation"), FEATURES("Features"), VALIDATING_AND_FEATURES("Validation & Features"); private final String value; ProcessingType(String value) { this.value = value; } public boolean isValidatin...
Use constants in processing type
gui/src/main/java/org/verapdf/gui/tools/ProcessingType.java
Use constants in processing type
Java
agpl-3.0
e7b9f9227bb9acf800a5970fb3f079731512954c
0
EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform,EaglesoftZJ/actor-platform
package im.actor.sdk.controllers.auth; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.MenuItem; import im.actor.core.AuthState; import im.act...
actor-sdk/sdk-core-android/android-sdk/src/main/java/im/actor/sdk/controllers/auth/AuthActivity.java
package im.actor.sdk.controllers.auth; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.MenuItem; import im.actor.core.AuthState; import im.act...
fix(android): send to sign up from sign in if not registered
actor-sdk/sdk-core-android/android-sdk/src/main/java/im/actor/sdk/controllers/auth/AuthActivity.java
fix(android): send to sign up from sign in if not registered
Java
lgpl-2.1
341f854c4cf23d5a57ac20d0f7bc2090fe6ffe67
0
zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform
package org.zanata.rest; import java.io.IOException; import java.util.Collection; import javax.ws.rs.core.Response.Status; import lombok.extern.slf4j.Slf4j; import org.jboss.resteasy.core.Dispatcher; import org.jboss.resteasy.core.SynchronousDispatcher; import org.jboss.resteasy.spi.HttpRequest; import org.jboss.re...
zanata-war/src/main/java/org/zanata/rest/ZanataResteasyBootstrap.java
package org.zanata.rest; import java.io.IOException; import java.util.Collection; import javax.ws.rs.core.Response.Status; import lombok.extern.slf4j.Slf4j; import org.jboss.resteasy.core.Dispatcher; import org.jboss.resteasy.core.SynchronousDispatcher; import org.jboss.resteasy.spi.HttpRequest; import org.jboss.re...
rhbz1055790 - user friendlier error message for bad rest request
zanata-war/src/main/java/org/zanata/rest/ZanataResteasyBootstrap.java
rhbz1055790 - user friendlier error message for bad rest request
Java
lgpl-2.1
4b2bdcd22c2cf3df9cb3207a18d652299afbad4b
0
xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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 * th...
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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 * th...
XWIKI-15161: XWikiHibernateStore ConcurrentModificationException * fix ConcurrentModificationException * add missing log entry for exception
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
XWIKI-15161: XWikiHibernateStore ConcurrentModificationException
Java
apache-2.0
312a9347cec1542a96fa2e9eae925106be40509c
0
RADAR-CNS/RADAR-AndroidApplication,RADAR-CNS/RADAR-AndroidApplication,RADAR-CNS/RADAR-AndroidApplication
package org.radarcns.empaticaE4; import android.Manifest; import android.bluetooth.BluetoothAdapter; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageMan...
app/src/main/java/org/radarcns/empaticaE4/MainActivity.java
package org.radarcns.empaticaE4; import android.Manifest; import android.bluetooth.BluetoothAdapter; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageMan...
Generalized the battery level breaks
app/src/main/java/org/radarcns/empaticaE4/MainActivity.java
Generalized the battery level breaks
Java
apache-2.0
44b87ce4fb8cab3ee83bccbaf23bde890a22f180
0
ouit0408/sakai,puramshetty/sakai,tl-its-umich-edu/sakai,pushyamig/sakai,rodriguezdevera/sakai,zqian/sakai,rodriguezdevera/sakai,kwedoff1/sakai,buckett/sakai-gitflow,puramshetty/sakai,lorenamgUMU/sakai,lorenamgUMU/sakai,liubo404/sakai,joserabal/sakai,pushyamig/sakai,frasese/sakai,lorenamgUMU/sakai,lorenamgUMU/sakai,ouit...
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 The Sakai Foundation * * Licensed under the Educational Community Licen...
assignment/assignment-impl/impl/src/java/org/sakaiproject/assignment/impl/BaseAssignmentService.java
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 The Sakai Foundation * * Licensed under the Educational Community Licen...
SAK-26058 removing the unused CacheRefresher code git-svn-id: d213257099f21e50eb3b4c197ffbeb2264dc0174@307901 66ffb92e-73f9-0310-93c1-f5514f145a0a
assignment/assignment-impl/impl/src/java/org/sakaiproject/assignment/impl/BaseAssignmentService.java
SAK-26058 removing the unused CacheRefresher code
Java
apache-2.0
f18065b9f231a3fc4941efc39516f7d0187032d7
0
RichRelevance/StashPRTriggerPlugin
package com.richrelevance.stash.plugin.settings; import javax.annotation.Nonnull; public final class ImmutablePullRequestTriggerSettings implements PullRequestTriggerSettings{ private final boolean enabled; private final @Nonnull String url; private final @Nonnull String user; private final @Nonnull String p...
src/main/java/com/richrelevance/stash/plugin/settings/ImmutablePullRequestTriggerSettings.java
package com.richrelevance.stash.plugin.settings; import javax.annotation.Nonnull; public final class ImmutablePullRequestTriggerSettings implements PullRequestTriggerSettings{ private final boolean enabled; private final @Nonnull String url; private final @Nonnull String user; private final @Nonnull String p...
Remove commented out line.
src/main/java/com/richrelevance/stash/plugin/settings/ImmutablePullRequestTriggerSettings.java
Remove commented out line.
Java
apache-2.0
9fd937018461162b2ced4cff03aa621d4fcdecfc
0
Hiroshi1978/lbhandler
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package web.component.impl.aws.model; import java.util.ArrayList; import java.util.List; import org.junit.After; import org.junit.Aft...
test/web/component/impl/aws/model/InstanceImplTest.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package web.component.impl.aws.model; import java.util.ArrayList; import java.util.List; import org.junit.After; import org.junit.Aft...
Update InstanceImplTest.java
test/web/component/impl/aws/model/InstanceImplTest.java
Update InstanceImplTest.java
Java
apache-2.0
9c44ae231c826f5fae61a561af07ecb15a17cea2
0
yntelectual/nlighten,yntelectual/nlighten,yntelectual/nlighten,yntelectual/nlighten,yntelectual/nlighten
package me.nlighten.backend.test.db.services; import java.util.ArrayList; import java.util.List; import javax.inject.Named; import me.nlighten.backend.cdi.annotations.Traced; import me.nlighten.backend.cdi.annotations.TracedVerbosity; import me.nlighten.backend.cdi.enums.VerbosityLevel; /** * Bean for testing verb...
nlighten-backend/src/test/java/me/nlighten/backend/test/db/services/ClassVerbosityTestBean.java
package me.nlighten.backend.test.db.services; import java.util.ArrayList; import java.util.List; import javax.inject.Named; import me.nlighten.backend.cdi.annotations.Traced; import me.nlighten.backend.cdi.annotations.TracedVerbosity; import me.nlighten.backend.cdi.enums.VerbosityLevel; /** * Test verbosity annota...
Change comment.
nlighten-backend/src/test/java/me/nlighten/backend/test/db/services/ClassVerbosityTestBean.java
Change comment.
Java
apache-2.0
9d1cc884ad052083fb72b4107a62b0cbe3c2a027
0
apache/commons-codec,apache/commons-codec,apache/commons-codec,adrie4mac/commons-codec,mohanaraosv/commons-codec,adrie4mac/commons-codec,mohanaraosv/commons-codec,adrie4mac/commons-codec,mohanaraosv/commons-codec
/* * 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 ...
src/java/org/apache/commons/codec/language/bm/Rule.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
Javadoc: use the active voice. git-svn-id: cde5a1597f50f50feab6f72941f6b219c34291a1@1154724 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/commons/codec/language/bm/Rule.java
Javadoc: use the active voice.
Java
apache-2.0
801ad178c9234afd20a4ee4134f2aba4aa66f5e8
0
undertow-io/undertow,jamezp/undertow,ctomc/undertow,stuartwdouglas/undertow,popstr/undertow,rhatlapa/undertow,popstr/undertow,TomasHofman/undertow,msfm/undertow,pedroigor/undertow,stuartwdouglas/undertow,msfm/undertow,aradchykov/undertow,rhatlapa/undertow,jasonchaffee/undertow,soul2zimate/undertow,pedroigor/undertow,ar...
/* * JBoss, Home of Professional Open Source. * Copyright 2012 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
testsuite/core/src/test/java/io/undertow/test/util/DefaultServer.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
Use more reasonable defaults from testsuite
testsuite/core/src/test/java/io/undertow/test/util/DefaultServer.java
Use more reasonable defaults from testsuite
Java
apache-2.0
94dba9ff2b142f56b5e8afc959258824ea26f0f6
0
nengxu/OrientDB,nengxu/OrientDB,nengxu/OrientDB,nengxu/OrientDB
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * 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 ...
server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/OHttpResponse.java
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * 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 ...
Fixed issue 1150 about Not returning proper JSON response when gremlin query results in 1 string using REST git-svn-id: 9ddf022f45b579842a47abc018ed2b18cdc52108@7122 3625ad7b-9c83-922f-a72b-73d79161f2ea
server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/OHttpResponse.java
Fixed issue 1150 about Not returning proper JSON response when gremlin query results in 1 string using REST
Java
apache-2.0
67319fdf756f7ecbb69453d508ba2751a3a40b2f
0
cauchymop/goblob,cauchymop/goblob,cauchymop/goblob
package com.cauchymop.goblob.ui; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.FragmentTransaction; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.WindowManager; import...
goblob/src/main/com/cauchymop/goblob/ui/MainActivity.java
package com.cauchymop.goblob.ui; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.FragmentTransaction; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.WindowManager; import...
Fixed: the turnBasedMatch was not stored, leading to an NPE.
goblob/src/main/com/cauchymop/goblob/ui/MainActivity.java
Fixed: the turnBasedMatch was not stored, leading to an NPE.
Java
apache-2.0
7b9e9858335651edf57335a92ebf178433097220
0
joansmith/jackrabbit-oak,bdelacretaz/jackrabbit-oak,kwin/jackrabbit-oak,alexkli/jackrabbit-oak,leftouterjoin/jackrabbit-oak,code-distillery/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,ieb/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,AndreasAbdi/jackrabbit-oak,meggermo/jackrabbit-oak,FlakyTestDetection/jackrabb...
/* * 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 ...
oak-solr-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/solr/query/SolrQueryIndex.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
OAK-1821 - FT expression with * as field should expand to catch all git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1594800 13f79535-47bb-0310-9956-ffa450edef68
oak-solr-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/solr/query/SolrQueryIndex.java
OAK-1821 - FT expression with * as field should expand to catch all
Java
apache-2.0
03db6ceb0ee415689cd42a1143c0eed2f9a613ba
0
apache/aurora,apache/aurora,kidaa/aurora,kidaa/aurora,rosmo/aurora,protochron/aurora,shahankhatch/aurora,apache/aurora,mschenck/aurora,rdelval/aurora,mkhutornenko/incubator-aurora,shahankhatch/aurora,wfarner/aurora,rdelval/aurora,rdelval/aurora,thinker0/aurora,medallia/aurora,kidaa/aurora,crashlytics/aurora,thinker0/au...
package com.twitter.aurora.scheduler.app; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStream; import java.net.InetSocketAddress; import java.util.logging.Logger; import javax.annotation.Nonnegative; import com.google.common.base.Optional; import com....
src/java/com/twitter/aurora/scheduler/app/SchedulerMain.java
package com.twitter.aurora.scheduler.app; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStream; import java.net.InetSocketAddress; import java.util.Arrays; import java.util.logging.Level; import java.util.logging.Logger; import javax.annotation.Nonnegat...
Add cron_module flag and cleanup SchedulerMain.
src/java/com/twitter/aurora/scheduler/app/SchedulerMain.java
Add cron_module flag and cleanup SchedulerMain.
Java
apache-2.0
c878d2b9e63ec69558345eccd7f24f4a33922e3c
0
Orange-OpenSource/bosh-cloudstack-cpi-core,cloudfoundry-community/bosh-cloudstack-cpi-core,Orange-OpenSource/bosh-cloudstack-cpi-core,cloudfoundry-community/bosh-cloudstack-cpi-core,cloudfoundry-community/bosh-cloudstack-cpi-core,Orange-OpenSource/bosh-cloudstack-cpi-core
package com.orange.oss.cloudfoundry.cscpi; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.UUID; import org.jclouds.cloudstack.CloudStackApi; import org.jclouds.cloudstack.domain.*; import org.jclouds.cloudstack.domain.VirtualM...
src/main/java/com/orange/oss/cloudfoundry/cscpi/CPIImpl.java
package com.orange.oss.cloudfoundry.cscpi; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.UUID; import org.jclouds.cloudstack.CloudStackApi; import org.jclouds.cloudstack.domain.*; import org.jclouds.cloudstack.domain.VirtualM...
Attempt to use async job status Trying with explicit job complete apply
src/main/java/com/orange/oss/cloudfoundry/cscpi/CPIImpl.java
Attempt to use async job status
Java
apache-2.0
7ae798afe6eda53e720b7164094ad7679b00e97a
0
BiryukovVA/ignite,SharplEr/ignite,xtern/ignite,shroman/ignite,shroman/ignite,vladisav/ignite,voipp/ignite,endian675/ignite,SharplEr/ignite,daradurvs/ignite,samaitra/ignite,xtern/ignite,nizhikov/ignite,vladisav/ignite,endian675/ignite,amirakhmedov/ignite,ptupitsyn/ignite,SomeFire/ignite,andrey-kuznetsov/ignite,BiryukovV...
/* * 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 ...
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/DataRegionMetricsImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
IGNITE-6963 TotalAllocatedPages metric does not match PhysicalMemoryPages when persistence is disabled Signed-off-by: Anton Vinogradov <8ccb8a3f7ac5bd9c4f1ab74cb453f7f32903fb1b@apache.org>
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/DataRegionMetricsImpl.java
IGNITE-6963 TotalAllocatedPages metric does not match PhysicalMemoryPages when persistence is disabled
Java
apache-2.0
bbcff68114fd017a9d1d256d6f8ec3e23035a709
0
finmath/finmath-lib,finmath/finmath-lib
/* * (c) Copyright Christian P. Fries, Germany. Contact: email@christian-fries.de. * * Created on 26.05.2013 */ package net.finmath.montecarlo.interestrate.models.covariance; import java.util.Map; import net.finmath.exception.CalculationException; import net.finmath.montecarlo.AbstractRandomVariableFact...
src/main/java/net/finmath/montecarlo/interestrate/models/covariance/ExponentialDecayLocalVolatilityModel.java
/* * (c) Copyright Christian P. Fries, Germany. Contact: email@christian-fries.de. * * Created on 26.05.2013 */ package net.finmath.montecarlo.interestrate.models.covariance; import java.util.Map; import net.finmath.exception.CalculationException; import net.finmath.marketdata.model.curves.ForwardCurve;...
Clean up.
src/main/java/net/finmath/montecarlo/interestrate/models/covariance/ExponentialDecayLocalVolatilityModel.java
Clean up.
Java
apache-2.0
7e6ebc3cb3219105e1a8ea505c74e2f93c7d1951
0
RohanHart/camel,jamesnetherton/camel,zregvart/camel,alvinkwekel/camel,pkletsko/camel,jlpedrosa/camel,onders86/camel,isavin/camel,veithen/camel,jarst/camel,bgaudaen/camel,driseley/camel,ssharma/camel,nboukhed/camel,jkorab/camel,anton-k11/camel,lburgazzoli/camel,NickCis/camel,yuruki/camel,bhaveshdt/camel,Fabryprog/camel,...
/** * 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...
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
Added camel-jetty to the excluded components docs list
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
Added camel-jetty to the excluded components docs list