lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
6db757a212b95cc64a5397bdbb10ba30493e0482
0
gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpira...
/* * Copyright 2010 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/java/org/gradle/api/plugins/JavaBasePlugin.java
/* * Copyright 2010 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...
Replace anonymous by lambda in `JavaBasePlugin`
subprojects/plugins/src/main/java/org/gradle/api/plugins/JavaBasePlugin.java
Replace anonymous by lambda in `JavaBasePlugin`
Java
apache-2.0
a472f2d86d4c725eaf589262892f1a4801a38b70
0
caskdata/cdap,chtyim/cdap,chtyim/cdap,chtyim/cdap,chtyim/cdap,mpouttuclarke/cdap,mpouttuclarke/cdap,anthcp/cdap,anthcp/cdap,caskdata/cdap,mpouttuclarke/cdap,mpouttuclarke/cdap,chtyim/cdap,caskdata/cdap,hsaputra/cdap,hsaputra/cdap,anthcp/cdap,mpouttuclarke/cdap,hsaputra/cdap,chtyim/cdap,anthcp/cdap,caskdata/cdap,anthcp/...
/* * Copyright © 2014 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-api/src/main/java/co/cask/cdap/api/dataset/lib/ObjectStores.java
/* * Copyright © 2014 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...
Datasets: some renaming from data set to dataset
cdap-api/src/main/java/co/cask/cdap/api/dataset/lib/ObjectStores.java
Datasets: some renaming from data set to dataset
Java
apache-2.0
9ab20241f93f8047a52d949f9fc01b3846bcf01b
0
robin13/elasticsearch,nknize/elasticsearch,nknize/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,GlenR...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ml.integration; import org.elasticsearch.Reso...
x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ml.integration; import org.elasticsearch.Reso...
Mute DatafeedJobsIT#testDatafeedTimingStats_DatafeedRecreated (#63974) Relates to #63973
x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java
Mute DatafeedJobsIT#testDatafeedTimingStats_DatafeedRecreated (#63974)
Java
apache-2.0
e4bfacaf9383925c8e11b826271796f9957a8678
0
bonigarcia/selenium-jupiter,bonigarcia/selenium-jupiter
/* * (C) Copyright 2017 Boni Garcia (http://bonigarcia.github.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 require...
src/main/java/io/github/bonigarcia/SeleniumExtension.java
/* * (C) Copyright 2017 Boni Garcia (http://bonigarcia.github.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 require...
Improve logging
src/main/java/io/github/bonigarcia/SeleniumExtension.java
Improve logging
Java
bsd-2-clause
61658d1ad33736c972529c74a3bb53f5ed4ef02a
0
marschall/pgjdbc,pgjdbc/pgjdbc,marschall/pgjdbc,jorsol/pgjdbc,pgjdbc/pgjdbc,jorsol/pgjdbc,jorsol/pgjdbc,pgjdbc/pgjdbc,marschall/pgjdbc,pgjdbc/pgjdbc,marschall/pgjdbc,jorsol/pgjdbc
/* * Copyright (c) 2004, PostgreSQL Global Development Group * See the LICENSE file in the project root for more information. */ package org.postgresql.jdbc; import static org.postgresql.util.internal.Nullness.castNonNull; import org.postgresql.Driver; import org.postgresql.PGNotification; import org.postgresql.P...
pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
/* * Copyright (c) 2004, PostgreSQL Global Development Group * See the LICENSE file in the project root for more information. */ package org.postgresql.jdbc; import static org.postgresql.util.internal.Nullness.castNonNull; import org.postgresql.Driver; import org.postgresql.PGNotification; import org.postgresql.P...
fix Issue #2300. The spec says that calling close() on a closed connection is a noop. (#2345) * fix Issue #2300. The spec says that calling close() on a closed connection is a noop.
pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
fix Issue #2300. The spec says that calling close() on a closed connection is a noop. (#2345)
Java
mit
23db875128b6b1010549b616020ba3fb1b31c778
0
albertoruibal/gwt_android_emu,albertoruibal/gwt_android_emu,albertoruibal/gwt_android_emu
package android.utils; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import java.io.*; import java.util.ArrayList; import java.util.HashMap; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.xml.parsers.DocumentBuilder; impor...
androidemu/src/main/java/android/utils/GenerateResources.java
package android.utils; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import java.io.*; import java.util.ArrayList; import java.util.HashMap; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.xml.parsers.DocumentBuilder; impor...
Changed some log messages
androidemu/src/main/java/android/utils/GenerateResources.java
Changed some log messages
Java
mit
136bb78b94b302548098e3ee1809c810b3e9e76b
0
ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform
/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ package im.actor.core.modules.internal; import java.io.IOException; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.List; import im.actor.core.api.ApiMessageSearchItem; import im.actor.core.api.ApiMessageSearchResult; import im.a...
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/internal/SearchModule.java
/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ package im.actor.core.modules.internal; import java.io.IOException; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.List; import im.actor.core.api.ApiMessageSearchItem; import im.actor.core.api.ApiMessageSearchResult; import im.a...
fix(core): Fixing cli build
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/internal/SearchModule.java
fix(core): Fixing cli build
Java
mit
b274fa90d23612e4f32c01abf6eb4fc499bc39e4
0
emeryduh/TeamJones_Project,emeryduh/TeamJones_Project,emeryduh/TeamJones_Project
package mainpackage; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; public class PlayerInput implements KeyListener { private int gameScreen; public PlayerInput() { } public void menuOrGame(int gameScreen) { this.gameScreen = gameScreen; } @Override public void keyPressed(KeyEven...
TeamJones_Project/src/mainpackage/PlayerInput.java
package mainpackage; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; public class PlayerInput implements KeyListener { private int gameScreen; public PlayerInput() { } public void menuOrGame(int gameScreen) { this.gameScreen = gameScreen; } @Override public void keyPressed(KeyEven...
minor fix to PlayerInput
TeamJones_Project/src/mainpackage/PlayerInput.java
minor fix to PlayerInput
Java
mit
80bda37512838877721e632a7d4a299263ed6d4b
0
lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus
package org.lamport.tla.toolbox.tool.tlc.ui.editor.page; import java.util.Arrays; import java.util.Hashtable; import java.util.List; import java.util.Vector; import org.eclipse.core.runtime.CoreException; import org.eclipse.jface.dialogs.IMessageProvider; import org.eclipse.jface.text.Document; import org.e...
org.lamport.tla.toolbox.tool.tlc.ui/src/org/lamport/tla/toolbox/tool/tlc/ui/editor/page/AdvancedModelPage.java
package org.lamport.tla.toolbox.tool.tlc.ui.editor.page; import java.util.Arrays; import java.util.Hashtable; import java.util.List; import java.util.Vector; import org.eclipse.core.runtime.CoreException; import org.eclipse.jface.dialogs.IMessageProvider; import org.eclipse.jface.text.Document; import org.e...
Comments. git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@15147 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
org.lamport.tla.toolbox.tool.tlc.ui/src/org/lamport/tla/toolbox/tool/tlc/ui/editor/page/AdvancedModelPage.java
Comments.
Java
agpl-3.0
9764ffc85145c1d414ddf181bd6263e263aebe04
0
ngaut/sql-layer,jaytaylor/sql-layer,jaytaylor/sql-layer,relateiq/sql-layer,shunwang/sql-layer-1,jaytaylor/sql-layer,relateiq/sql-layer,wfxiang08/sql-layer-1,relateiq/sql-layer,jaytaylor/sql-layer,qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,ngaut/sql-layer,relateiq/sql-layer,ngaut/sql-layer,wfxiang08/sql-layer-1,qiuyes...
/** * END USER LICENSE AGREEMENT (“EULA”) * * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011): * http://www.akiban.com/licensing/20110913 * * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS * AGREEMENT IS ENFOR...
src/main/java/com/akiban/sql/aisddl/IndexDDL.java
/** * END USER LICENSE AGREEMENT (“EULA”) * * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011): * http://www.akiban.com/licensing/20110913 * * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS * AGREEMENT IS ENFOR...
Hack to make a spatial index. Space isn't right, isn't persisted in AIS, etc.
src/main/java/com/akiban/sql/aisddl/IndexDDL.java
Hack to make a spatial index. Space isn't right, isn't persisted in AIS, etc.
Java
agpl-3.0
5e3599821fc3218b56d2748c65bcee4045af3076
0
bihealth/cbioportal,onursumer/cbioportal,adamabeshouse/cbioportal,jjgao/cbioportal,d3b-center/pedcbioportal,angelicaochoa/cbioportal,jjgao/cbioportal,pughlab/cbioportal,zhx828/cbioportal,onursumer/cbioportal,yichaoS/cbioportal,gsun83/cbioportal,adamabeshouse/cbioportal,sheridancbio/cbioportal,angelicaochoa/cbioportal,g...
/* * Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS * FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder * is on an "...
core/src/main/java/org/mskcc/cbio/portal/scripts/ImportTabDelimData.java
/* * Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS * FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder * is on an "...
Allow mutliple phospho sites to import For RPPA data
core/src/main/java/org/mskcc/cbio/portal/scripts/ImportTabDelimData.java
Allow mutliple phospho sites to import
Java
lgpl-2.1
3e10a4d533d6a3f7b1a39d107961c6a8038eb01e
0
ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute i...
src/jade/core/AgentContainerImpl.java
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute i...
Completed support and fixed a bug in MTP installation code.
src/jade/core/AgentContainerImpl.java
Completed support and fixed a bug in MTP installation code.
Java
lgpl-2.1
3bdaf59549cf9af1b5dc4463f19c2ed70b513abe
0
marc4j/marc4j,jasonzou/marc4j,kylieloo/473marc4j,Dyrcona/marc4j,Dyrcona/marc4j,marc4j/marc4j,kylieloo/473marc4j,jasonzou/marc4j,kylieloo/473marc4j
// $Id: MarcStreamReader.java,v 1.9 2006/12/04 17:39:33 bpeters Exp $ /** * Copyright (C) 2004 Bas Peters * * This file is part of MARC4J * * MARC4J 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 Foundatio...
src/org/marc4j/MarcStreamReader.java
// $Id: MarcStreamReader.java,v 1.8 2006/12/04 17:37:49 bpeters Exp $ /** * Copyright (C) 2004 Bas Peters * * This file is part of MARC4J * * MARC4J 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 Foundatio...
*** empty log message ***
src/org/marc4j/MarcStreamReader.java
*** empty log message ***
Java
lgpl-2.1
87ccc453ee9d63a36514b7ea7ff39555265ae983
0
simoc/mapyrus,simoc/mapyrus,simoc/mapyrus
/* * This file is part of Mapyrus, software for plotting maps. * Copyright (C) 2003 Simon Chenery. * * Mapyrus is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at y...
src/org/mapyrus/Context.java
/* * This file is part of Mapyrus, software for plotting maps. * Copyright (C) 2003 Simon Chenery. * * Mapyrus is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at y...
Remove unused variables.
src/org/mapyrus/Context.java
Remove unused variables.
Java
lgpl-2.1
92658db56862a8ce20339638d3bc78b3a15f4893
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...
structure/src/main/java/org/biojava/bio/structure/HetatomImpl.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...
now making sure not to return Calcium's when Calpha atoms are requested git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@7765 7c6358e6-4a41-0410-a743-a5b2a554c398
structure/src/main/java/org/biojava/bio/structure/HetatomImpl.java
now making sure not to return Calcium's when Calpha atoms are requested
Java
apache-2.0
68c716430c82023a9ed6146621530d6f7a3a6c93
0
sonamuthu/rice-1,kuali/kc-rice,kuali/kc-rice,kuali/kc-rice,jwillia/kc-rice1,shahess/rice,gathreya/rice-kc,smith750/rice,bsmith83/rice-1,shahess/rice,rojlarge/rice-kc,bsmith83/rice-1,geothomasp/kualico-rice-kc,bhutchinson/rice,ewestfal/rice,ewestfal/rice-svn2git-test,jwillia/kc-rice1,smith750/rice,gathreya/rice-kc,shahe...
/* * Copyright 2007 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.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.opensource.org/licenses/ecl1.php * * Unless required b...
impl/src/main/java/org/kuali/rice/kns/service/KNSServiceLocator.java
/* * Copyright 2007 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.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.opensource.org/licenses/ecl1.php * * Unless required b...
Removed KFS GLLookupable reference from the KNSServiceLocator.
impl/src/main/java/org/kuali/rice/kns/service/KNSServiceLocator.java
Removed KFS GLLookupable reference from the KNSServiceLocator.
Java
apache-2.0
19de811cafeb55fb519965cd89427416798e3040
0
jankill/commons-collections,mohanaraosv/commons-collections,MuShiiii/commons-collections,sandrineBeauche/commons-collections,apache/commons-collections,sandrineBeauche/commons-collections,jankill/commons-collections,MuShiiii/commons-collections,sandrineBeauche/commons-collections,apache/commons-collections,MuShiiii/com...
/* * 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/main/java/org/apache/commons/collections/set/ListOrderedSet.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 ...
[COLLECTIONS-407] improve performance of remove method by taking method result from underlying collection into account. Thanks to Adrian Nistor for reporting and providing a patch. git-svn-id: 53f0c1087cb9b05f99ff63ab1f4d1687a227fef1@1351800 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/collections/set/ListOrderedSet.java
[COLLECTIONS-407] improve performance of remove method by taking method result from underlying collection into account. Thanks to Adrian Nistor for reporting and providing a patch.
Java
apache-2.0
0de1fcea03077f5ec6768373c15da7b8b531107b
0
PennState/directory-fortress-core-1,PennState/directory-fortress-core-1,PennState/directory-fortress-core-1
/* * 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 * "Lic...
src/main/java/org/apache/directory/fortress/core/rbac/AdminRole.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 * "Lic...
Added a toString() method
src/main/java/org/apache/directory/fortress/core/rbac/AdminRole.java
Added a toString() method
Java
apache-2.0
95b5b4d2935fba3d43d0a33fbcbc8573aae520ad
0
Netflix/servo,brharrington/servo,brharrington/servo
/* * Copyright 2014 Netflix, 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...
servo-core/src/main/java/com/netflix/servo/stats/StatsBuffer.java
/* * Copyright 2014 Netflix, 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...
fix checkstyle warning
servo-core/src/main/java/com/netflix/servo/stats/StatsBuffer.java
fix checkstyle warning
Java
apache-2.0
f0c69227c6523023ea19dbe6d26281bc2b6640da
0
liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * Copyright (C) 2011-2012 Eugene Fradkin (eugene.fradkin@gmail.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 ob...
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/preferences/PrefPageSQLFormat.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * Copyright (C) 2011-2012 Eugene Fradkin (eugene.fradkin@gmail.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 ob...
SQL formatter preference page refactoring
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/preferences/PrefPageSQLFormat.java
SQL formatter preference page refactoring
Java
apache-2.0
ba2d55068a0c4e19b29616c1265575da674a5170
0
gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger
/* * 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 ...
ugsync/src/main/java/org/apache/ranger/unixusersync/process/PolicyMgrUserGroupBuilder.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 ...
RANGER-2552: Fixed code to update the user role/permissions properly when group memberships are updated
ugsync/src/main/java/org/apache/ranger/unixusersync/process/PolicyMgrUserGroupBuilder.java
RANGER-2552: Fixed code to update the user role/permissions properly when group memberships are updated
Java
apache-2.0
bb9a1392473fe700e8a2e47894e61e2b9932ea3a
0
andreiciubotariu/contact-notifier,andreiciubotariu/led-notifier
package com.ciubotariu_levy.lednotifier.messages; import android.annotation.TargetApi; import android.app.Notification; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitm...
contactNotifier/src/main/java/com/ciubotariu_levy/lednotifier/messages/MessageReceiver.java
package com.ciubotariu_levy.lednotifier.messages; import android.annotation.TargetApi; import android.app.Notification; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitm...
Use fallback smsAppIntent. Fixes #8
contactNotifier/src/main/java/com/ciubotariu_levy/lednotifier/messages/MessageReceiver.java
Use fallback smsAppIntent. Fixes #8
Java
apache-2.0
c535a1eff98e5501960d30dc6d481fe5be9afbc0
0
PerfCake/PerfCake,PerfCake/PerfCake,PerfCake/PerfCake,PerfCake/PerfCake
/* * -----------------------------------------------------------------------\ * PerfCake *   * Copyright (C) 2010 - 2016 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 cop...
perfcake/src/main/java/org/perfcake/message/generator/SenderTask.java
/* * -----------------------------------------------------------------------\ * PerfCake *   * Copyright (C) 2010 - 2016 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 cop...
#196 sender task support for correlation
perfcake/src/main/java/org/perfcake/message/generator/SenderTask.java
#196 sender task support for correlation
Java
apache-2.0
ec9b1bb19b043861007ebe620ef74d6bdf023acc
0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
package io.quarkus.arc.processor; import io.quarkus.arc.ActivateRequestContextInterceptor; import io.quarkus.arc.InjectableRequestContextController; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.Collection; import java.util.Colle...
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanArchives.java
package io.quarkus.arc.processor; import io.quarkus.arc.ActivateRequestContextInterceptor; import io.quarkus.arc.InjectableRequestContextController; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.Collection; import java.util.Colle...
BeanArchives.index() should never throw ISE - resolves #3748
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanArchives.java
BeanArchives.index() should never throw ISE
Java
apache-2.0
f3b2aec512931287274decc8881b4e626a1bab5e
0
apache/velocity-tools,apache/velocity-tools
package org.apache.velocity.tools.view.tools; /* * 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 Apach...
src/java/org/apache/velocity/tools/view/tools/BrowserSnifferTool.java
package org.apache.velocity.tools.view.tools; /* * 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 Apach...
let the BrowerSnifferTool detect java when the client is HttpUnit git-svn-id: 08feff1e20460d5e8b75c2f5109ada1fb2e66d41@493735 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/velocity/tools/view/tools/BrowserSnifferTool.java
let the BrowerSnifferTool detect java when the client is HttpUnit
Java
apache-2.0
44fc1d7dbcf2d703c85503d88f52d6507fea482b
0
kexianda/pig,faspl/pig,ljl1988com/pig,jcamachor/pigreuse,dongjiaqiang/pig,alpinedatalabs/pig,dongjiaqiang/pig,likaiwalkman/pig,kexianda/pig,kellyzly/pig,likaiwalkman/pig,hliu2/pig,hliu2/pig,faspl/pig,alpinedatalabs/pig,jcamachor/pigreuse,alpinedatalabs/pig,kellyzly/pig,ljl1988com/pig,kellyzly/pig,ljl1988com/pig,jcamach...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigWritableComparators.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...
Fix double application of patch and code duplication in PIG-4651 git-svn-id: c4d08399a8c07badad33cbf13a0909bacb78f41f@1695402 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigWritableComparators.java
Fix double application of patch and code duplication in PIG-4651
Java
apache-2.0
b1a355218a75029f864e5e0e825fad74d12e94b0
0
Wechat-Group/WxJava,Wechat-Group/WxJava
package com.github.binarywang.wxpay.bean.result; import java.io.Serializable; import java.util.List; import com.google.common.collect.Lists; import com.thoughtworks.xstream.annotations.XStreamAlias; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; /** * <pre> * 微信支付-申请退款返回结果. ...
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundResult.java
package com.github.binarywang.wxpay.bean.result; import java.io.Serializable; import java.util.List; import com.google.common.collect.Lists; import com.thoughtworks.xstream.annotations.XStreamAlias; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; /** * <pre> * 微信支付-申请退款返回结果. ...
#957 修改微信支付退款响应类的cash_refund_fee字段类型为Integer
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundResult.java
#957 修改微信支付退款响应类的cash_refund_fee字段类型为Integer
Java
apache-2.0
7cdf86afba290f3b27d99ed113fe5d2988f4601f
0
darranl/directory-shared
ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnectionFactory.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 * "Lic...
Removed the LdapConnectionFactory class git-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@1299690 13f79535-47bb-0310-9956-ffa450edef68
ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnectionFactory.java
Removed the LdapConnectionFactory class
Java
apache-2.0
94a39a2c38c429eb507ad92319a5ebedea6b838b
0
java110/MicroCommunity,java110/MicroCommunity,java110/MicroCommunity,java110/MicroCommunity
package com.java110.core.smo.purchaseApply; import com.java110.core.feign.FeignConfiguration; import com.java110.dto.purchaseApply.PurchaseApplyDetailDto; import com.java110.dto.purchaseApply.PurchaseApplyDto; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.Reques...
java110-core/src/main/java/com/java110/core/smo/purchaseApply/IPurchaseApplyInnerServiceSMO.java
package com.java110.core.smo.purchaseApply; import com.java110.core.feign.FeignConfiguration; import com.java110.dto.purchaseApply.PurchaseApplyDto; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.Request...
优化采购申请
java110-core/src/main/java/com/java110/core/smo/purchaseApply/IPurchaseApplyInnerServiceSMO.java
优化采购申请
Java
apache-2.0
adaa8fc12293af0cf514c4dc10978e7b0ae35ab1
0
calvinjia/tachyon,jsimsa/alluxio,riversand963/alluxio,jswudi/alluxio,aaudiber/alluxio,PasaLab/tachyon,maobaolong/alluxio,jsimsa/alluxio,riversand963/alluxio,apc999/alluxio,Reidddddd/mo-alluxio,wwjiang007/alluxio,riversand963/alluxio,ShailShah/alluxio,wwjiang007/alluxio,maboelhassan/alluxio,EvilMcJerkface/alluxio,calvin...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
core/server/src/test/java/alluxio/worker/netty/NettyDataServerTest.java
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
Fix slowness in Netty data server test
core/server/src/test/java/alluxio/worker/netty/NettyDataServerTest.java
Fix slowness in Netty data server test
Java
apache-2.0
4bff142d3a017c220fc1a69adc962535735758f6
0
mjwall/accumulo,milleruntime/accumulo,ivakegg/accumulo,phrocker/accumulo-1,ivakegg/accumulo,dhutchis/accumulo,adamjshook/accumulo,dhutchis/accumulo,keith-turner/accumulo,mikewalch/accumulo,mikewalch/accumulo,apache/accumulo,joshelser/accumulo,mjwall/accumulo,ivakegg/accumulo,dhutchis/accumulo,lstav/accumulo,keith-turne...
/* * 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 ...
test/src/test/java/org/apache/accumulo/test/functional/CloneTestIT.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 ...
ACCUMULO-1629 reproduced conetable bug seen in random walk in functional test
test/src/test/java/org/apache/accumulo/test/functional/CloneTestIT.java
ACCUMULO-1629 reproduced conetable bug seen in random walk in functional test
Java
apache-2.0
53ef0ceddaffd3e3c74785b1ae34760a69f67160
0
pqbyte/coherence
package com.pqbyte.coherence; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input; import com.badlogic.gdx.Screen; import com.badlogic.gdx.ScreenAdapter; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.g2d.Batch; import com.badlogic.gd...
core/src/com/pqbyte/coherence/PauseMenuScreen.java
package com.pqbyte.coherence; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input; import com.badlogic.gdx.Screen; import com.badlogic.gdx.ScreenAdapter; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlog...
Rewrite PauseMenuScreen to use stage
core/src/com/pqbyte/coherence/PauseMenuScreen.java
Rewrite PauseMenuScreen to use stage
Java
apache-2.0
4e4b5ac4428b31c95ca8b30c3c4cb008aaf3813d
0
abates/Windtalker
/* * LICENSE * * Copyright 2015 Andrew Bates 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 agree...
src/co/andrewbates/windtalker/Codec.java
/* * LICENSE * * Copyright 2015 Andrew Bates 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 agree...
Added javadoc for Codec class
src/co/andrewbates/windtalker/Codec.java
Added javadoc for Codec class
Java
apache-2.0
ba9ee93cd44eaf517395f860a391831c4e79f1ea
0
ummels/vavr,dx-pbuckley/vavr,amygithub/vavr,dx-pbuckley/vavr,amygithub/vavr,ummels/vavr
/* / \____ _ ______ _____ / \____ ____ _____ * / \__ \/ \ / \__ \ / __// \__ \ / \/ __ \ Javaslang * _/ // _\ \ \/ / _\ \\_ \/ // _\ \ /\ \__/ / Copyright 2014-2015 Daniel Dietrich * /___/ \_____/\____/\_____/____/\___\_____/_/ \_/____/ Licensed under the Apache License...
src/main/java/javaslang/collection/Seq.java
/* / \____ _ ______ _____ / \____ ____ _____ * / \__ \/ \ / \__ \ / __// \__ \ / \/ __ \ Javaslang * _/ // _\ \ \/ / _\ \\_ \/ // _\ \ /\ \__/ / Copyright 2014-2015 Daniel Dietrich * /___/ \_____/\____/\_____/____/\___\_____/_/ \_/____/ Licensed under the Apache License...
Towards #121: Because of type erasure these kind of 'bugs' cannot be found by reflection
src/main/java/javaslang/collection/Seq.java
Towards #121: Because of type erasure these kind of 'bugs' cannot be found by reflection
Java
bsd-3-clause
8e52e487dd5895a912816ee3c50cd56a0318487e
0
NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt
/* * @author: SahniH * Created on Sep 24, 2004 * @version $ Revision: 1.0 $ * * The caBIO Software License, Version 1.0 * * Copyright 2004 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 work...
src/gov/nih/nci/nautilus/query/CompoundQuery.java
/* * @author: SahniH * Created on Sep 24, 2004 * @version $ Revision: 1.0 $ * * The caBIO Software License, Version 1.0 * * Copyright 2004 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 work...
Make Clinical View to display as default. move to top - pcs SVN-Revision: 609
src/gov/nih/nci/nautilus/query/CompoundQuery.java
Make Clinical View to display as default. move to top - pcs
Java
bsd-3-clause
a2ac3c3fb5656f0acaaac6fe667f95be384486e3
0
NCIP/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers
package gov.nih.nci.cabig.caaers.rules.runtime.action; import gov.nih.nci.cabig.caaers.rules.RuleException; import gov.nih.nci.cabig.caaers.rules.brxml.Action; import gov.nih.nci.cabig.caaers.rules.brxml.Notification; import gov.nih.nci.cabig.caaers.rules.runtime.RuleContext; import java.util.logging.Level; i...
projects/rules/src/main/java/gov/nih/nci/cabig/caaers/rules/runtime/action/ActionDispatcher.java
package gov.nih.nci.cabig.caaers.rules.runtime.action; import gov.nih.nci.cabig.caaers.rules.RuleException; import gov.nih.nci.cabig.caaers.rules.brxml.Action; import gov.nih.nci.cabig.caaers.rules.brxml.Notification; import gov.nih.nci.cabig.caaers.rules.notification.MockObjectFactory; import gov.nih.nci.cabig....
SVN-Revision: 1789
projects/rules/src/main/java/gov/nih/nci/cabig/caaers/rules/runtime/action/ActionDispatcher.java
Java
mit
bbab13ace57023ff0098c4bde762a2be4e8ccb6c
0
Blackrush/acara
package com.github.blackrush.acara; import com.github.blackrush.acara.dispatch.Dispatcher; import com.github.blackrush.acara.dispatch.DispatcherLookup; import com.github.blackrush.acara.supervisor.Supervisor; import com.github.blackrush.acara.supervisor.event.SupervisedEvent; import com.google.common.collect.Immutable...
core/src/main/java/com/github/blackrush/acara/EventBusImpl.java
package com.github.blackrush.acara; import com.github.blackrush.acara.dispatch.Dispatcher; import com.github.blackrush.acara.dispatch.DispatcherLookup; import com.github.blackrush.acara.supervisor.Supervisor; import com.github.blackrush.acara.supervisor.event.SupervisedEvent; import com.google.common.collect.Immutable...
only supervise top-level published events (ie. the one through #publish #publishAsync #publishSync)
core/src/main/java/com/github/blackrush/acara/EventBusImpl.java
only supervise top-level published events (ie. the one through #publish #publishAsync #publishSync)
Java
mit
353d706754db9fb54258b70a8cb99f93066bbca4
0
madumlao/oxCore,GluuFederation/oxCore
/* * oxCore is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */package org.xdi.service.metric; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; i...
oxService/src/main/java/org/xdi/service/metric/MetricService.java
/* * oxCore is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */package org.xdi.service.metric; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; i...
repeated bug
oxService/src/main/java/org/xdi/service/metric/MetricService.java
repeated bug
Java
mit
469ac1ea89db6a84e08ed390ffd0508d9899ab6b
0
tobiatesan/serleena-android,tobiatesan/serleena-android
/////////////////////////////////////////////////////////////////////////////// // // This file is part of Serleena. // // The MIT License (MIT) // // Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto, // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // // Permission is her...
serleena/app/src/main/java/com/kyloth/serleena/model/ITelemetry.java
/////////////////////////////////////////////////////////////////////////////// // // This file is part of Serleena. // // The MIT License (MIT) // // Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto, // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // // Permission is her...
MODEL: Aggiungi ITelemetry.getEventAtLocation() Related to SHANDROID-24
serleena/app/src/main/java/com/kyloth/serleena/model/ITelemetry.java
MODEL: Aggiungi ITelemetry.getEventAtLocation()
Java
mit
a7b00b3e64cbeb345ae061089a19ba5f793d3cc8
0
FlightOfStairs/ADirStat
package org.flightofstairs.adirstat.model; import android.os.AsyncTask; import android.util.Log; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Optional; import com.google.common.base.Stopwatch; import com.google.common.collect.ImmutableSortedSet; import com.google.inject.Inject;...
adirstat/src/main/java/org/flightofstairs/adirstat/model/Scanner.java
package org.flightofstairs.adirstat.model; import android.os.AsyncTask; import android.util.Log; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Optional; import com.google.common.base.Stopwatch; import com.google.common.collect.ImmutableSortedSet; import com.google.inject.Inject;...
HACK LOL. Making min recorded size of a file 1 byte. Avoids lots of division errors.
adirstat/src/main/java/org/flightofstairs/adirstat/model/Scanner.java
HACK LOL. Making min recorded size of a file 1 byte. Avoids lots of division errors.
Java
mit
16a4c4a29180c738b9e66fdd66681f22b6066e4e
0
jedrz/slisp,jedrz/slisp
public class FnForm implements SpecialForm { @Override public LispObject call(List<LispObject> args, Interpreter.Evaluator evaluator) { // Obsługa parametrów. List<Sym> argList = new LinkedList<>(); Vec argVec = (Vec) args.get(0); for (LispObject arg : argVec) { argL...
doc/impl/FnForm.java
public class FnForm implements SpecialForm { @Override public LispObject call(List<LispObject> args, Interpreter.Evaluator evaluator) { // Obsługa parametrów. List<Sym> argList = new LinkedList<>(); if (args.get(0) instanceof Vec) { Vec argVec = (Vec) args.get(0); ...
doc: simplify fn form
doc/impl/FnForm.java
doc: simplify fn form
Java
mit
d3447ed46a4ece467a6ba0ad58a00851b9dd23ba
0
adessoAG/JenkinsHue
package de.adesso.jenkinshue.service; import java.awt.Color; 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.Random; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUni...
main/src/main/java/de/adesso/jenkinshue/service/HueServiceImpl.java
package de.adesso.jenkinshue.service; import java.awt.Color; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import javax.annotati...
fix returning immutable list error
main/src/main/java/de/adesso/jenkinshue/service/HueServiceImpl.java
fix returning immutable list error
Java
epl-1.0
95cb3f5d54f82b90f7328d05674b55ba82d9dfae
0
forge/core,ivannov/core,agoncal/core,pplatek/core,pplatek/core,ivannov/core,D9110/core,agoncal/core,forge/core,agoncal/core,agoncal/core,D9110/core,pplatek/core,D9110/core,jerr/jbossforge-core,D9110/core,forge/core,D9110/core,pplatek/core,forge/core,ivannov/core,agoncal/core,jerr/jbossforge-core,agoncal/core,agoncal/co...
/* * Copyright 2013 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.addon.ui.impl.facets; import java.util.concurrent.Callable; import org.jboss.forge.addon.environment.Environment;...
ui/impl/src/main/java/org/jboss/forge/addon/ui/impl/facets/HintsFacetImpl.java
/* * Copyright 2013 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.addon.ui.impl.facets; import java.util.concurrent.Callable; import org.jboss.forge.addon.environment.Environment;...
Added toString to HintsFacetImpl
ui/impl/src/main/java/org/jboss/forge/addon/ui/impl/facets/HintsFacetImpl.java
Added toString to HintsFacetImpl
Java
agpl-3.0
a3e22d573ff13208dad10b86ef50aea1922a0d4b
0
Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge
/* Copyright (C) 2017-2018 Andreas Shimokawa, Carsten Pfeiffer This file is part of Gadgetbridge. Gadgetbridge is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the Lice...
app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/huami/amazfitbip/AmazfitBipFirmwareInfo.java
/* Copyright (C) 2017-2018 Andreas Shimokawa, Carsten Pfeiffer This file is part of Gadgetbridge. Gadgetbridge is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the Lice...
Amazfit Bip: Whitelist FW 1.0.2.00
app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/huami/amazfitbip/AmazfitBipFirmwareInfo.java
Amazfit Bip: Whitelist FW 1.0.2.00
Java
agpl-3.0
e433cc3efb9e985260ecebce6804f4133c759171
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
a33a8604-2e5f-11e5-9284-b827eb9e62be
hello.java
a3351ee4-2e5f-11e5-9284-b827eb9e62be
a33a8604-2e5f-11e5-9284-b827eb9e62be
hello.java
a33a8604-2e5f-11e5-9284-b827eb9e62be
Java
agpl-3.0
b2371c65a73ffdaea73e66d897beb83f4824ea99
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
b87f6cee-2e61-11e5-9284-b827eb9e62be
hello.java
b879e832-2e61-11e5-9284-b827eb9e62be
b87f6cee-2e61-11e5-9284-b827eb9e62be
hello.java
b87f6cee-2e61-11e5-9284-b827eb9e62be
Java
agpl-3.0
86039d4f8c575bcbc3e7e930e85fab3a049368ee
0
animotron/core,animotron/core
/* * Copyright (C) 2011 The Animo Project * http://animotron.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any ...
src/main/java/org/animotron/exist/index/Utils.java
/* * Copyright (C) 2011 The Animo Project * http://animotron.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any ...
Add separator
src/main/java/org/animotron/exist/index/Utils.java
Add separator
Java
agpl-3.0
98f06817b76e8d7c428486f92888641cef947e1c
0
digitalbazaar/monarch,digitalbazaar/monarch,digitalbazaar/monarch,digitalbazaar/monarch,digitalbazaar/monarch
/* * Copyright (c) 2008 Digital Bazaar, Inc. All rights reserved. */ package com.db.data; import java.io.BufferedOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Arrays; /** * A JsonWriter provides an interface for serializing objects to * JSON (JavaScript Object Notation) ...
data/java/src/com/db/data/JsonWriter.java
/* * Copyright (c) 2008 Digital Bazaar, Inc. All rights reserved. */ package com.db.data; import java.io.BufferedOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Arrays; /** * A JsonWriter provides an interface for serializing objects to * JSON (JavaScript Object Notation) ...
Changed UTF-8 encoding to ASCII in some places.
data/java/src/com/db/data/JsonWriter.java
Changed UTF-8 encoding to ASCII in some places.
Java
lgpl-2.1
7d20d25a1e81e07ee49910f5368ca9d975f3334d
0
golovnin/wildfly,rhusar/wildfly,jstourac/wildfly,xasx/wildfly,jstourac/wildfly,rhusar/wildfly,iweiss/wildfly,99sono/wildfly,iweiss/wildfly,tomazzupan/wildfly,tomazzupan/wildfly,iweiss/wildfly,wildfly/wildfly,rhusar/wildfly,tadamski/wildfly,99sono/wildfly,tomazzupan/wildfly,iweiss/wildfly,xasx/wildfly,jstourac/wildfly,w...
/* * JBoss, Home of Professional Open Source. * Copyright 2010, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
server/src/main/java/org/jboss/as/server/deployment/Phase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2010, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
Clean up numbering
server/src/main/java/org/jboss/as/server/deployment/Phase.java
Clean up numbering
Java
lgpl-2.1
7ee7051373be6b72ad604097d69eae57b7a08dc8
0
majenkotech/chipKIT32-MAX,ricklon/chipKIT32-MAX,chipKIT32/chipKIT32-MAX,tintin304/chipKIT32-MAX,chipKIT32/chipKIT32-MAX,majenkotech/chipKIT32-MAX,majenkotech/chipKIT32-MAX,EmbeddedMan/chipKIT32-MAX,chipKIT32/chipKIT32-MAX,majenkotech/chipKIT32-MAX,tintin304/chipKIT32-MAX,EmbeddedMan/chipKIT32-MAX,ricklon/chipKIT32-MAX,...
/* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Part of the Processing project - http://processing.org Copyright (c) 2004-05 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under ...
app/Sketch.java
/* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Part of the Processing project - http://processing.org Copyright (c) 2004-05 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under ...
Quick hack to allow bigger code on the atmega168 (if build.mcu == atmega168, the upload.maximum_size gets doubled). Former-commit-id: 7fe87fe72437536c319de0b9fbea7d195c8072af
app/Sketch.java
Quick hack to allow bigger code on the atmega168 (if build.mcu == atmega168, the upload.maximum_size gets doubled).
Java
lgpl-2.1
5632bd6602f1953b4aeb21f4d23eb04eeef59d52
0
ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute i...
src/jade/lang/sl/SL0Encoder.java
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute i...
corrected bug in writeAction
src/jade/lang/sl/SL0Encoder.java
corrected bug in writeAction
Java
apache-2.0
50553ae4c6cb4a90c6a8bc50e5a8977b11c84f01
0
reinert/requestor,reinert/requestor,reinert/requestor
/* * Copyright 2022 Danilo Reinert * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this FormData 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 agr...
requestor/impl/requestor-net/src/main/java/io/reinert/requestor/net/serialization/FormDataMultiPartSerializer.java
/* * Copyright 2022 Danilo Reinert * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this FormData 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 agr...
#92 [api] Get charset from request in FormDataMultiPartSerializer
requestor/impl/requestor-net/src/main/java/io/reinert/requestor/net/serialization/FormDataMultiPartSerializer.java
#92 [api] Get charset from request in FormDataMultiPartSerializer
Java
apache-2.0
354439f3c5594d49263eaa94405fe158c1ed4d92
0
incodehq/isis,incodehq/isis,apache/isis,apache/isis,estatio/isis,incodehq/isis,apache/isis,apache/isis,estatio/isis,estatio/isis,apache/isis,estatio/isis,incodehq/isis,apache/isis
/* * 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/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/members/cssclassfa/annotprop/MixinInterceptor.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")...
ISIS-1813: fixes java7/8 compilation issue (unused import from Java 8)
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/members/cssclassfa/annotprop/MixinInterceptor.java
ISIS-1813: fixes java7/8 compilation issue (unused import from Java 8)
Java
apache-2.0
0688946cc279030d8bc3c710f6c1415b13f75dfb
0
subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai
package org.safehaus.kiskis.mgmt.server.ui.modules.hadoop.datanode; import com.vaadin.terminal.Sizeable; import com.vaadin.ui.*; import org.safehaus.kiskis.mgmt.server.ui.modules.hadoop.HadoopModule; import org.safehaus.kiskis.mgmt.server.ui.modules.hadoop.install.Commands; import org.safehaus.kiskis.mgmt.shared.proto...
management/server/ui-modules/hadoop/src/main/java/org/safehaus/kiskis/mgmt/server/ui/modules/hadoop/datanode/DataNodesWindow.java
package org.safehaus.kiskis.mgmt.server.ui.modules.hadoop.datanode; import com.vaadin.terminal.Sizeable; import com.vaadin.ui.*; import org.safehaus.kiskis.mgmt.server.ui.modules.hadoop.HadoopModule; import org.safehaus.kiskis.mgmt.server.ui.modules.hadoop.install.Commands; import org.safehaus.kiskis.mgmt.shared.proto...
attempt to migrate hadoop to unified persistence Former-commit-id: a48a20acb2cce01df07bbc167fa13028e09ec046
management/server/ui-modules/hadoop/src/main/java/org/safehaus/kiskis/mgmt/server/ui/modules/hadoop/datanode/DataNodesWindow.java
attempt to migrate hadoop to unified persistence
Java
apache-2.0
5f653aa87ae41d8c810a7dbe1ee99d01daf3617d
0
thomasbecker/jetty-7,jetty-project/jetty-plugin-support,xmpace/jetty-read,xmpace/jetty-read,thomasbecker/jetty-spdy,xmpace/jetty-read,jetty-project/jetty-plugin-support,thomasbecker/jetty-spdy,jetty-project/jetty-plugin-support,thomasbecker/jetty-7,xmpace/jetty-read,thomasbecker/jetty-spdy
// ======================================================================== // Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of th...
jetty-io/src/main/java/org/eclipse/jetty/io/nio/SelectChannelEndPoint.java
// ======================================================================== // Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of th...
Minor tweak to SCEP.toString() to make it a bit more readable
jetty-io/src/main/java/org/eclipse/jetty/io/nio/SelectChannelEndPoint.java
Minor tweak to SCEP.toString() to make it a bit more readable
Java
apache-2.0
269ca722225d659dfc21b343a14fb7017afe247e
0
maxee/floatingsearchview,arimorty/floatingsearchview,marsounjan/floatingsearchview,marsounjan/floatingsearchview,maxee/floatingsearchview,arimorty/floatingsearchview
package com.arlib.floatingsearchview; /** * Copyright (C) 2015 Ari C. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * ...
library/src/main/java/com/arlib/floatingsearchview/FloatingSearchView.java
package com.arlib.floatingsearchview; /** * Copyright (C) 2015 Ari C. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * ...
fix issue #69 progress bar showing with left icon
library/src/main/java/com/arlib/floatingsearchview/FloatingSearchView.java
fix issue #69 progress bar showing with left icon
Java
apache-2.0
7ad2b83510b031c777e8a84324c3446bcae696b0
0
reportportal/commons-model
/* * Copyright 2018 EPAM Systems * * 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...
src/main/java/com/epam/ta/reportportal/ws/model/ItemAttributeResource.java
/* * Copyright 2018 EPAM Systems * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
remove system field from item attributes
src/main/java/com/epam/ta/reportportal/ws/model/ItemAttributeResource.java
remove system field from item attributes
Java
apache-2.0
0755eb6b3fdfd81499a64e049189ef73e0940974
0
ksokol/carldav
/* * Copyright 2006-2007 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/impl/DavCalendarCollection.java
/* * Copyright 2006-2007 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 code in DavCalendarCollection
src/main/java/org/unitedinternet/cosmo/dav/impl/DavCalendarCollection.java
removed unused code in DavCalendarCollection
Java
apache-2.0
936db413f10c24b1f78700b7e066ca33604fca53
0
CMPUT301W15T07/TravelTracker,CMPUT301W15T07/TravelTracker,CMPUT301W15T07/TravelTracker
package cmput301w15t07.TravelTracker.activity; /* * Copyright 2015 Kirby Banman, * Stuart Bildfell, * Elliot Colp, * Christian Ellinger, * Braedy Kuzma, * Ryan Thornhill * * Licensed under the Apache License, Version 2.0 (t...
src/cmput301w15t07/TravelTracker/activity/ClaimInfoActivity.java
package cmput301w15t07.TravelTracker.activity; /* * Copyright 2015 Kirby Banman, * Stuart Bildfell, * Elliot Colp, * Christian Ellinger, * Braedy Kuzma, * Ryan Thornhill * * Licensed under the Apache License, Version 2.0 (t...
Refactored anonymous callback classes into nested classes
src/cmput301w15t07/TravelTracker/activity/ClaimInfoActivity.java
Refactored anonymous callback classes into nested classes
Java
apache-2.0
4f1f735fa35b6d5c03c413d35f940de1e82a6a1b
0
aulonm/INF2100,aulonm/INF2100
package no.uio.ifi.alboc.syntax; /* * module Syntax */ import no.uio.ifi.alboc.alboc.AlboC; import no.uio.ifi.alboc.code.Code; import no.uio.ifi.alboc.error.Error; import no.uio.ifi.alboc.log.Log; import no.uio.ifi.alboc.scanner.Scanner; import no.uio.ifi.alboc.scanner.Token; import static no.uio.ifi.alboc.scanner....
alboc/no/uio/ifi/alboc/syntax/Syntax.java
package no.uio.ifi.alboc.syntax; /* * module Syntax */ import no.uio.ifi.alboc.alboc.AlboC; import no.uio.ifi.alboc.code.Code; import no.uio.ifi.alboc.error.Error; import no.uio.ifi.alboc.log.Log; import no.uio.ifi.alboc.scanner.Scanner; import no.uio.ifi.alboc.scanner.Token; import static no.uio.ifi.alboc.scanner....
debugging
alboc/no/uio/ifi/alboc/syntax/Syntax.java
debugging
Java
apache-2.0
58ca8489d1bf44a0f7a0cc9e7f5911c633c79695
0
HanSolo/Medusa
/* * Copyright (c) 2015 by Gerrit Grunwald * * 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...
src/main/java/eu/hansolo/medusa/Section.java
/* * Copyright (c) 2015 by Gerrit Grunwald * * 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...
Sections will now fire an event of type SectionEvent.SECTION_UPDATE whenever a property changed With this you can listen to Section updates when the application is running. To trigger a redraw of the gauge in case a property of a Section changed you can use the following line of code: gauge.getSections().forEach(secti...
src/main/java/eu/hansolo/medusa/Section.java
Sections will now fire an event of type SectionEvent.SECTION_UPDATE whenever a property changed
Java
apache-2.0
b0514bc92144523c7add28f8ba97ae6f2aa17ed7
0
google/j2objc,life-beam/j2objc,life-beam/j2objc,groschovskiy/j2objc,lukhnos/j2objc,google/j2objc,groschovskiy/j2objc,lukhnos/j2objc,bandcampdotcom/j2objc,mirego/j2objc,lukhnos/j2objc,mirego/j2objc,doppllib/j2objc,life-beam/j2objc,life-beam/j2objc,google/j2objc,lukhnos/j2objc,mirego/j2objc,mirego/j2objc,life-beam/j2objc...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
translator/src/main/java/com/google/devtools/j2objc/javac/TreeConverter.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
Fixed ArrayCreationTest failures. Change on 2016/12/05 by tball <tball@google.com> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141062168
translator/src/main/java/com/google/devtools/j2objc/javac/TreeConverter.java
Fixed ArrayCreationTest failures.
Java
apache-2.0
05fc23acefea45cd8f4e181e454c5ed80c2d3cd1
0
relvaner/actor4j-core
/* * Copyright (c) 2015, David A. Bauer */ package actor4j.core; import static actor4j.core.ActorLogger.logger; import static actor4j.core.ActorProtocolTag.*; import static actor4j.core.ActorUtils.actorLabel; import static actor4j.core.supervisor.SupervisorStrategyDirective.*; import java.util.Iterator; ...
actor4j-m-core/src/main/java/actor4j/core/ActorStrategyOnFailure.java
/* * Copyright (c) 2015, David A. Bauer */ package actor4j.core; import static actor4j.core.ActorLogger.logger; import static actor4j.core.ActorProtocolTag.*; import static actor4j.core.ActorUtils.actorLabel; import java.util.Iterator; import java.util.UUID; import actor4j.core.supervisor.OneForAllSupe...
Added implementation for directive escalate
actor4j-m-core/src/main/java/actor4j/core/ActorStrategyOnFailure.java
Added implementation for directive escalate
Java
apache-2.0
d483108a1508e9a5f6324a5fe5547deb4c6a713f
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
/* * 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 ...
solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.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 ...
SOLR-12168: LIROnShardRestartTest failures
solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.java
SOLR-12168: LIROnShardRestartTest failures
Java
apache-2.0
ec44fe950871530b486ac97790626a9f6e575fd1
0
hmsonline/cassandra-triggers,hmsonline/cassandra-triggers
package com.hmsonline.cassandra.triggers; import junit.framework.Assert; import org.junit.Test; /** * @author <a href=irieksts@healthmarketscience.com>Isaac Rieksts</a> */ public class TriggerTaskTest { @Test public void testStackToStringNPE() { try { ((String) null).toString(); ...
src/test/java/com/hmsonline/cassandra/triggers/TriggerTaskTest.java
package com.hmsonline.cassandra.triggers; import junit.framework.Assert; import org.junit.Test; /** * @author <a href=irieksts@healthmarketscience.com>Isaac Rieksts</a> */ public class TriggerTaskTest { @Test public void testStackToStringNPE() { try { ((String) null).toString(); ...
Removing the line feed and adding a trim in case a different line feed char is used.
src/test/java/com/hmsonline/cassandra/triggers/TriggerTaskTest.java
Removing the line feed and adding a trim in case a different line feed char is used.
Java
bsd-3-clause
561b1c2ddf391f731c529013236427f6322b5dad
0
GreenCubes/jmonkeyengine,InShadow/jmonkeyengine,amit2103/jmonkeyengine,skapi1992/jmonkeyengine,skapi1992/jmonkeyengine,mbenson/jmonkeyengine,weilichuang/jmonkeyengine,phr00t/jmonkeyengine,GreenCubes/jmonkeyengine,mbenson/jmonkeyengine,nickschot/jmonkeyengine,phr00t/jmonkeyengine,g-rocket/jmonkeyengine,wrvangeest/jmonke...
/* * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this...
engine/src/blender/com/jme3/scene/plugins/blender/objects/ObjectHelper.java
/* * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this...
Bugfix: fixed an issue that could cause NPE when lamp that is not supported in JME ('Hemi' light for example) had children nodes attached. git-svn-id: f9411aee4f13664f2fc428a5b3e824fe43a079a3@11062 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
engine/src/blender/com/jme3/scene/plugins/blender/objects/ObjectHelper.java
Bugfix: fixed an issue that could cause NPE when lamp that is not supported in JME ('Hemi' light for example) had children nodes attached.
Java
bsd-3-clause
ac5f5a5451774b3bd9955a73f9476be39dfd15cf
0
credentials/irma_android_cardemu
package org.irmacard.cardemu.selfenrol; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.util.Log; import android.view.View; import android.widget.ProgressBar; import android.widget.TextView; import com.google.gson.JsonSyntaxException; import c...
src/main/java/org/irmacard/cardemu/selfenrol/DriversLicenseEnrollActivity.java
package org.irmacard.cardemu.selfenrol; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.util.Log; import android.view.View; import android.widget.ProgressBar; import android.widget.TextView; import com.google.gson.JsonSyntaxException; import c...
removed unnecessary debug code
src/main/java/org/irmacard/cardemu/selfenrol/DriversLicenseEnrollActivity.java
removed unnecessary debug code
Java
bsd-3-clause
71c219f5fc9a1aa5ba2f9b03a7f00027e1517638
0
bluerover/6lbr,bluerover/6lbr,MohamedSeliem/contiki,MohamedSeliem/contiki,bluerover/6lbr,bluerover/6lbr,arurke/contiki,arurke/contiki,arurke/contiki,MohamedSeliem/contiki,MohamedSeliem/contiki,MohamedSeliem/contiki,bluerover/6lbr,MohamedSeliem/contiki,bluerover/6lbr,arurke/contiki,bluerover/6lbr,arurke/contiki,MohamedS...
/* * Copyright (c) 2008, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * n...
examples/sky-shell/src/se/sics/contiki/collect/gui/TimeChartPanel.java
/* * Copyright (c) 2008, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * n...
added option to limit the number of displayed chart items
examples/sky-shell/src/se/sics/contiki/collect/gui/TimeChartPanel.java
added option to limit the number of displayed chart items
Java
mit
324cf5991cbac9f7734c5885da7a7d9ea6e7da21
0
jenkinsci/memegen-plugin,jenkinsci/memegen-plugin,joonty/memegen,joonty/memegen
package hudson.plugins.memegen; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.BuildListener; import hudson.model.Result; import hudson.tasks.BuildStepDescriptor; import hudson.tasks.BuildStepMonitor; import hudson....
src/main/java/hudson/plugins/memegen/MemeNotifier.java
package hudson.plugins.memegen; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.BuildListener; import hudson.model.Result; import hudson.tasks.BuildStepDescriptor; import hudson.tasks.BuildStepMonitor; import hudson....
Fixed NPE with getting previous build status If the first build is successful and meme generation is enabled, a null pointer exception used to be thrown when the status of the previous build was attempted to be read. That has been fixed.
src/main/java/hudson/plugins/memegen/MemeNotifier.java
Fixed NPE with getting previous build status
Java
mit
9b201051c2d3591a9c1c3c622d45d799ea1edfeb
0
optimatika/ojAlgo,optimatika/ojAlgo,optimatika/ojAlgo,optimatika/ojAlgo
/* * Copyright 1997-2019 Optimatika * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish...
src/org/ojalgo/optimisation/ExpressionsBasedModel.java
/* * Copyright 1997-2019 Optimatika * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish...
Update ExpressionsBasedModel.java
src/org/ojalgo/optimisation/ExpressionsBasedModel.java
Update ExpressionsBasedModel.java
Java
mit
b8d49a884ed545176bb491b10b59dde9f481ea95
0
rzwitserloot/lombok,rzwitserloot/lombok,rzwitserloot/lombok,rzwitserloot/lombok,rzwitserloot/lombok
/* * Copyright (C) 2015-2020 The Project Lombok Authors. * * 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, ...
src/core/lombok/javac/handlers/JavacSingularsRecipes.java
/* * Copyright (C) 2015-2020 The Project Lombok Authors. * * 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, ...
[fixes #2695] Create void literal properly
src/core/lombok/javac/handlers/JavacSingularsRecipes.java
[fixes #2695] Create void literal properly
Java
mit
560eac651e9b91ccd2448234763f3cbafaaa5f56
0
asascience-open/ncSOS
package com.asascience.ncsos.cdmclasses; import com.asascience.ncsos.getobs.SOSObservationOffering; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import org.joda.time.Da...
src/main/java/com/asascience/ncsos/cdmclasses/Trajectory.java
package com.asascience.ncsos.cdmclasses; import com.asascience.ncsos.getobs.SOSObservationOffering; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import org.joda.time.Da...
fixed not having depth in get observation
src/main/java/com/asascience/ncsos/cdmclasses/Trajectory.java
fixed not having depth in get observation
Java
mit
c3dc292960bd15431e31233620f5deed8fa5321a
0
ligoj/ligoj,ligoj/ligoj,ligoj/ligoj,ligoj/ligoj
/* * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE) */ package org.ligoj.app.http.security; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax...
app-ui/src/test/java/org/ligoj/app/http/security/SilentRequestHeaderAuthenticationFilterTest.java
/* * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE) */ package org.ligoj.app.http.security; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.Htt...
Lint coveralls
app-ui/src/test/java/org/ligoj/app/http/security/SilentRequestHeaderAuthenticationFilterTest.java
Lint coveralls
Java
epl-1.0
9376287abf39175edb2577be0ead6df838636f34
0
ESSICS/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,css-i...
/******************************************************************************* * Copyright (c) 2013 Oak Ridge National Laboratory. * 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 i...
core/plugins/org.csstudio.ui.util/src/org/csstudio/ui/util/widgets/MultipleSelectionCombo.java
/******************************************************************************* * Copyright (c) 2013 Oak Ridge National Laboratory. * 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 i...
MultipleSelectionCombo: Fix ArrayOutOfBoundException in case of given selection not match with available values.
core/plugins/org.csstudio.ui.util/src/org/csstudio/ui/util/widgets/MultipleSelectionCombo.java
MultipleSelectionCombo: Fix ArrayOutOfBoundException in case of given selection not match with available values.
Java
epl-1.0
69a8d71e6540970a4e14fb4aa0e138321c8a2ba3
0
parzonka/prm4j
/* * Copyright (c) 2012 Mateusz Parzonka, Eric Bodden * 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-v10.html * * Contributors:...
src/test/java/prm4j/indexing/realtime/DefaultParametricMonitor2Test.java
/* * Copyright (c) 2012 Mateusz Parzonka, Eric Bodden * 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-v10.html * * Contributors:...
Add tests for a, b sequence of base events
src/test/java/prm4j/indexing/realtime/DefaultParametricMonitor2Test.java
Add tests for a, b sequence of base events
Java
mpl-2.0
e46b396ae54d4a85d5c2afc9ec417b1f67ae389f
0
anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,t61p/Lightning-Browser
/* * Copyright 2014 A.C.R. Development */ package acr.browser.lightning; public class HomepageVariables { public static final String HEAD = "<!DOCTYPE html><html xmlns=\"http://www.w3.org/1999/xhtml\">" + "<head>" + "<meta content=\"en-us\" http-equiv=\"Content-Language\" />" + "<meta content=\"text/html;...
src/acr/browser/lightning/HomepageVariables.java
/* * Copyright 2014 A.C.R. Development */ package acr.browser.lightning; public class HomepageVariables { public static final String HEAD = "<!DOCTYPE html><html xmlns=\"http://www.w3.org/1999/xhtml\"><head><meta content=\"en-us\" http-equiv=\"Content-Language\" /><meta content=\"text/html; charset=utf-8\" http-eq...
Changed homepage centering to be better
src/acr/browser/lightning/HomepageVariables.java
Changed homepage centering to be better
Java
lgpl-2.1
f80436399076a2a1b002b6b699a7b401f5375d49
0
hungerburg/exist,jessealama/exist,MjAbuz/exist,joewiz/exist,ambs/exist,windauer/exist,opax/exist,patczar/exist,RemiKoutcherawy/exist,wshager/exist,eXist-db/exist,joewiz/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,olvidalo/exist,zwobit/exist,kohsah/exist,kohsah/exist,wolfgangmm/exist,kohsah/exist,dizzzz/exist,lcah...
/* * eXist Open Source Native XML Database * Copyright (C) 2003-2007 The eXist Project * http://exist-db.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2 * o...
src/org/exist/xmldb/LocalXMLResource.java
/* * eXist Open Source Native XML Database * Copyright (C) 2003-2007 The eXist Project * http://exist-db.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2 * o...
Missed to replace use of 'instanceof StringValue' in LocalXMLResource. svn path=/trunk/eXist/; revision=6404
src/org/exist/xmldb/LocalXMLResource.java
Missed to replace use of 'instanceof StringValue' in LocalXMLResource.
Java
lgpl-2.1
a9160d5abd767f0c1b6c1dd77b94f1853346ded6
0
KengoTODA/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,sewe/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,sewe/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs
/* * FindBugs - Find bugs in Java programs * Copyright (C) 2004 Dave Brosius <dbrosius@users.sourceforge.net> * Copyright (C) 2003-2006 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by ...
findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java
/* * FindBugs - Find bugs in Java programs * Copyright (C) 2004 Dave Brosius <dbrosius@users.sourceforge.net> * Copyright (C) 2003-2006 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by ...
remove debugging code git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9658 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java
remove debugging code
Java
lgpl-2.1
eea1446b3cdb76436f5b7bbed21bc9e3101b93b7
0
julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine
package org.modmine.web; /* * Copyright (C) 2002-2011 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/lesser.html. * ...
modmine/webapp/src/org/modmine/web/SubListDetailsController.java
package org.modmine.web; /* * Copyright (C) 2002-2011 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/lesser.html. * ...
cs Former-commit-id: c173a47be3e12aa3de5fc28acf4378b0f55870b0
modmine/webapp/src/org/modmine/web/SubListDetailsController.java
cs
Java
unlicense
58feeba81bd50e2f06ecee4034c79c967a2c7225
0
TheGoodlike13/goodlike-utils
package eu.goodlike.misc; import java.util.concurrent.Executor; import java.util.concurrent.Executors; /** * Global thread pools, used by various classes of this library */ public final class ThreadPools { /** * @return cached thread pool, which is best for many short tasks */ public static Execu...
src/main/java/eu/goodlike/misc/ThreadPools.java
package eu.goodlike.misc; import java.util.concurrent.Executor; import java.util.concurrent.Executors; /** * Global thread pools, used by various classes of this library */ public final class ThreadPools { /** * @return cached thread pool, which is best for many short tasks */ public static Execu...
Ordering change
src/main/java/eu/goodlike/misc/ThreadPools.java
Ordering change
Java
apache-2.0
ff5997b1b41a8cc68a56c0efa53d7be8295ff4ae
0
BITPlan/can4eve,BITPlan/can4eve,BITPlan/can4eve
/** * * This file is part of the https://github.com/BITPlan/can4eve open source project * * Copyright 2017 BITPlan GmbH https://github.com/BITPlan * * 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...
obdii/src/test/java/com/bitplan/obdii/TestAppGUI.java
/** * * This file is part of the https://github.com/BITPlan/can4eve open source project * * Copyright 2017 BITPlan GmbH https://github.com/BITPlan * * 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...
fixes testPreferences
obdii/src/test/java/com/bitplan/obdii/TestAppGUI.java
fixes testPreferences
Java
apache-2.0
abdb36360de86f80da298d95abaf5eac4882774e
0
JNOSQL/artemis
/* * Copyright 2017 Otavio Santana and others * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
artemis-core/src/main/java/org/jnosql/artemis/reflection/DefaultClassRepresentation.java
/* * Copyright 2017 Otavio Santana and others * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
Fixes tests
artemis-core/src/main/java/org/jnosql/artemis/reflection/DefaultClassRepresentation.java
Fixes tests
Java
apache-2.0
11b9d45d5305bdee61b1f490ac753d9432f713dd
0
mohanaraosv/commons-pool,mohanaraosv/commons-pool,mohanaraosv/commons-pool
/* * 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/pool2/impl/StackObjectPool.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 ...
getFactory() method doesn't need to be synchronized since _factory is private final git-svn-id: a66ef3f0e6c00b14098e182847b4bd646263fa09@1051849 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/commons/pool2/impl/StackObjectPool.java
getFactory() method doesn't need to be synchronized since _factory is private final
Java
apache-2.0
192fb7a17990b3b9279772009003e505c90dd381
0
googleinterns/NeighborGood,googleinterns/NeighborGood,googleinterns/NeighborGood
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
src/main/java/com/google/neighborgood/helper/TaskPages.java
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
remove word from comment
src/main/java/com/google/neighborgood/helper/TaskPages.java
remove word from comment
Java
apache-2.0
50d9e34ae8c6626c428e258dbdcc589380cb7d7f
0
Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck
/* * Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
src/org/ensembl/healthcheck/testcase/compara/CheckGenomeDB.java
/* * Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
the up-to-date method of finding the assembly version is no longer from "meta" but from "coord_system"
src/org/ensembl/healthcheck/testcase/compara/CheckGenomeDB.java
the up-to-date method of finding the assembly version is no longer from "meta" but from "coord_system"
Java
apache-2.0
ee84bcb628471912e5080b1d27c89e2d37e8d9de
0
jabbrwcky/selenium,juangj/selenium,Ardesco/selenium,chrisblock/selenium,titusfortner/selenium,krmahadevan/selenium,jabbrwcky/selenium,HtmlUnit/selenium,juangj/selenium,Ardesco/selenium,joshmgrant/selenium,twalpole/selenium,mach6/selenium,GorK-ChO/selenium,oddui/selenium,chrisblock/selenium,5hawnknight/selenium,Selenium...
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
java/client/src/org/openqa/selenium/MutableCapabilities.java
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
Make recursive setting of IEOptions harder
java/client/src/org/openqa/selenium/MutableCapabilities.java
Make recursive setting of IEOptions harder
Java
apache-2.0
0d817d86285655b46461b086283f655f18e822ab
0
matthyx/carnotzet,swissquote/carnotzet,matthyx/carnotzet,matthyx/carnotzet,swissquote/carnotzet,swissquote/carnotzet
package com.github.swissquote.carnotzet.core.maven; import java.io.IOException; import java.io.InputStreamReader; import java.io.Reader; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.functi...
core/src/main/java/com/github/swissquote/carnotzet/core/maven/MavenDependencyResolver.java
package com.github.swissquote.carnotzet.core.maven; import java.io.IOException; import java.io.InputStreamReader; import java.io.Reader; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.functi...
Fix wrong artifactId construction for internal mvn dependency:get call
core/src/main/java/com/github/swissquote/carnotzet/core/maven/MavenDependencyResolver.java
Fix wrong artifactId construction for internal mvn dependency:get call
Java
apache-2.0
741864a994699aeff81651b84f838f9fd12c504d
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.fileEditor.impl; import com.intellij.ProjectTopics; import com.intellij.featureStatistics.fusCollectors.LifecycleUsageTriggerCollector; import com.in...
platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.fileEditor.impl; import com.intellij.ProjectTopics; import com.intellij.featureStatistics.fusCollectors.LifecycleUsageTriggerCollector; import com.in...
IDEA-239838 Duplicated file opened in split mode when we are paused on a breakpoint in debug mode (Tabs are disabled) GitOrigin-RevId: c4f9462b2e44be85deff11eb9f425929e346bba3
platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java
IDEA-239838 Duplicated file opened in split mode when we are paused on a breakpoint in debug mode (Tabs are disabled)
Java
apache-2.0
4d3e43fa061be9f08f7cbcd90dbf38c5d32c5746
0
arthurdm/microprofile-open-api
/** * Copyright (c) 2017 Contributors to the Eclipse Foundation * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a * copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless req...
tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java
/** * Copyright (c) 2017 Contributors to the Eclipse Foundation * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a * copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless req...
Fix array type. Signed-off-by: Paul Gooderham <dd185aa127038e9de4564a46e50ff30709897d1f@gmail.com>
tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java
Fix array type.
Java
apache-2.0
c231831e7c5d49f69b220085caed94981ba56537
0
amith01994/intellij-community,fnouama/intellij-community,ahb0327/intellij-community,alphafoobar/intellij-community,wreckJ/intellij-community,wreckJ/intellij-community,xfournet/intellij-community,FHannes/intellij-community,mglukhikh/intellij-community,dslomov/intellij-community,nicolargo/intellij-community,signed/intell...
package org.jetbrains.debugger.connection; import com.intellij.openapi.Disposable; import com.intellij.openapi.util.ActionCallback; import com.intellij.openapi.util.Disposer; import com.intellij.util.EventDispatcher; import com.intellij.util.io.socketConnection.ConnectionState; import com.intellij.util.io.socketConnec...
platform/script-debugger/debugger-ui/src/org/jetbrains/debugger/connection/VmConnection.java
package org.jetbrains.debugger.connection; import com.intellij.openapi.Disposable; import com.intellij.openapi.util.ActionCallback; import com.intellij.openapi.util.Disposer; import com.intellij.util.EventDispatcher; import com.intellij.util.io.socketConnection.ConnectionState; import com.intellij.util.io.socketConnec...
continue WEB-7303: reduce dependency on ExtBackedChromeConnection, move navigated() up
platform/script-debugger/debugger-ui/src/org/jetbrains/debugger/connection/VmConnection.java
continue WEB-7303: reduce dependency on ExtBackedChromeConnection, move navigated() up
Java
apache-2.0
25e1fb4e8c8a167ac0f38e4d7e9a60d25c83f5ec
0
baldimir/droolsjbpm-integration,winklerm/droolsjbpm-integration,ge0ffrey/droolsjbpm-integration,droolsjbpm/droolsjbpm-integration,murador/droolsjbpm-integration,ibek/droolsjbpm-integration,ibek/droolsjbpm-integration,mrietveld/droolsjbpm-integration,ibek/droolsjbpm-integration,jesuino/droolsjbpm-integration,ge0ffrey/dr...
/* * Copyright 2012 Red Hat * * 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...
drools-osgi/drools-karaf-itest/src/test/java/org/drools/karaf/itest/KieSpringOnKarafTest.java
/* * Copyright 2012 Red Hat * * 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...
JBPM-4400 - Problems using persistences with human tasks in OSGi - added usergroupcallback to osgi persistence test
drools-osgi/drools-karaf-itest/src/test/java/org/drools/karaf/itest/KieSpringOnKarafTest.java
JBPM-4400 - Problems using persistences with human tasks in OSGi - added usergroupcallback to osgi persistence test
Java
apache-2.0
f8b5a6f27d9446c51a6a3a572b09740f7ae7477b
0
myrrix/myrrix-recommender,myrrix/myrrix-recommender
/* * Copyright Myrrix Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
common/test/net/myrrix/common/LoadRunner.java
/* * Copyright Myrrix Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
Log but don't stop on exception in a load test git-svn-id: f7ac9ee3e7208fd97c9a3deb5e52ce295d20494a@551 0d189622-dca1-7e23-9e30-e8815eb7bd2f
common/test/net/myrrix/common/LoadRunner.java
Log but don't stop on exception in a load test
Java
apache-2.0
1e122a84d9be8fdf9b85db1e99ee7a479e26fe72
0
Comcast/Oscar,Comcast/Oscar
package com.comcast.oscar.netsnmp; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.collections4.BidiMap; import org.apache....
src/com/comcast/oscar/netsnmp/NetSNMP.java
package com.comcast.oscar.netsnmp; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.collections4.BidiMap; import org.apache....
Version 2.1 Signed-off-by: Maurice Garcia <e293e786d5ab47824ea5e3107ebbf67d97fb3dea@gmail.com>
src/com/comcast/oscar/netsnmp/NetSNMP.java
Version 2.1
Java
apache-2.0
ba9d374cdf0abf42cd2c35194d31e57066ea2c47
0
javalite/activejdbc,javalite/activejdbc,javalite/activejdbc,javalite/activejdbc
/* Copyright 2009-2018 Igor Polevoy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software d...
activejdbc/src/main/java/org/javalite/activejdbc/Registry.java
/* Copyright 2009-2018 Igor Polevoy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software d...
small case fix, thanks Andrey
activejdbc/src/main/java/org/javalite/activejdbc/Registry.java
small case fix, thanks Andrey
Java
apache-2.0
1e6c1e46afbcfc8f0f3e4255f4dc14ae29fbdc60
0
stagemonitor/stagemonitor,stagemonitor/stagemonitor,stagemonitor/stagemonitor,stagemonitor/stagemonitor
package org.stagemonitor.configuration; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.core.type.TypeReference; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.stagemonitor.configuration.converter.BooleanValueConverter; import org.stagemonitor.configuration.conver...
stagemonitor-configuration/src/main/java/org/stagemonitor/configuration/ConfigurationOption.java
package org.stagemonitor.configuration; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.core.type.TypeReference; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.stagemonitor.configuration.converter.BooleanValueConverter; import org.stagemonitor.configuration.conver...
Revert "472 set always the right name of configuration source" This reverts commit f134b48b
stagemonitor-configuration/src/main/java/org/stagemonitor/configuration/ConfigurationOption.java
Revert "472 set always the right name of configuration source"
Java
bsd-3-clause
60929f9f66fe04d523985a6cf8b514ba4d418fc2
0
lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon
/* * $Id: MockIdentityManager.java,v 1.4 2005-07-14 23:33:55 troberts Exp $ */ /* Copyright (c) 2000-2003 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "S...
test/src/org/lockss/protocol/MockIdentityManager.java
/* * $Id: MockIdentityManager.java,v 1.3 2005-07-13 17:48:39 troberts Exp $ */ /* Copyright (c) 2000-2003 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "S...
* added a logger * added code to set the local identity git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@4392 4f837ed2-42f5-46e7-a7a5-fa17313484d4
test/src/org/lockss/protocol/MockIdentityManager.java
* added a logger * added code to set the local identity
Java
bsd-3-clause
cc84935f80c18ac097aaa916603c22a4d9b62c2e
0
MerelyAPseudonym/isabelle,MerelyAPseudonym/isabelle,MerelyAPseudonym/isabelle,MerelyAPseudonym/isabelle,MerelyAPseudonym/isabelle,MerelyAPseudonym/isabelle
/*************************************************************************** Title: GraphBrowser/GraphBrowser.java ID: $Id$ Author: Stefan Berghofer, TU Muenchen Copyright 1997 TU Muenchen This is the graph browser's main class. It contains the "main(...)" method, which is used for the ...
lib/browser/GraphBrowser/GraphBrowser.java
/*************************************************************************** Title: GraphBrowser/GraphBrowser.java ID: $Id$ Author: Stefan Berghofer, TU Muenchen Copyright 1997 TU Muenchen This is the graph browser's main class. It contains the "main(...)" method, which is used for the ...
Modified parse error message.
lib/browser/GraphBrowser/GraphBrowser.java
Modified parse error message.
Java
mit
947abcf6db22bb2bbdd39b12f520476884d37889
0
przodownikR1/nbpExchangeRatesMicroService,przodownikR1/nbpExchangeRatesMicroService,przodownikR1/nbpExchangeRatesMicroService
package pl.java.scalatech.spring_camel.route; import org.apache.camel.builder.RouteBuilder; import org.springframework.stereotype.Component; import pl.java.scalatech.spring_camel.eip.RecipientListBean; @Component public class HttpRoute extends RouteBuilder { @Override public void configure() throws Exce...
src/main/java/pl/java/scalatech/spring_camel/route/HttpRoute.java
package pl.java.scalatech.spring_camel.route; import org.apache.camel.builder.RouteBuilder; import org.springframework.stereotype.Component; import pl.java.scalatech.spring_camel.eip.RecipientListBean; @Component public class HttpRoute extends RouteBuilder { @Override public void configure() throws Exce...
http fetch content from website added
src/main/java/pl/java/scalatech/spring_camel/route/HttpRoute.java
http fetch content from website added
Java
mit
d907c48b42c6ac5d43391735f479d736aa573064
0
natemara/databases-project,natemara/databases-project
import javax.swing.*; import javax.swing.table.DefaultTableModel; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; /** * Created by loomisdf on 4/10/2016. */ public class DatabaseFrame{ private JFram...
src/main/java/DatabaseFrame.java
import javax.swing.*; import javax.swing.table.DefaultTableModel; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; /** * Created by loomisdf on 4/10/2016. */ public class DatabaseFrame{ private JFram...
Stop using deprecated ActionEvent API
src/main/java/DatabaseFrame.java
Stop using deprecated ActionEvent API
Java
mit
777d4312ac9e20f76bb6e29c101a1c7a062a2f1c
0
tzulberti/archery-training
package ar.com.tzulberti.archerytraining.activities.common; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphic...
app/src/main/java/ar/com/tzulberti/archerytraining/activities/common/AbstractSerieArrowsActivity.java
package ar.com.tzulberti.archerytraining.activities.common; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphic...
ISSUE-163: Redraw text on undo last arrow
app/src/main/java/ar/com/tzulberti/archerytraining/activities/common/AbstractSerieArrowsActivity.java
ISSUE-163: Redraw text on undo last arrow