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
b59ceeadda6cc1769438529092d78599b63a0a3a
0
eclub-sense/iot-cloud,eclub-sense/iot-cloud,eclub-sense/iot-cloud,eclub-sense/iot-cloud,eclub-sense/iot-cloud
package cz.esc.iot.cloudservice; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import org.eclipse.jetty.websocket.api.Session; import org.eclipse.jetty.websocket.api.WebSocketAdapter; import com.google.gson.Gson; import cz.esc.iot.cloudservice.messages.*; import cz.esc.iot.clo...
src/main/java/cz/esc/iot/cloudservice/WebSocket.java
package cz.esc.iot.cloudservice; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import org.eclipse.jetty.websocket.api.Session; import org.eclipse.jetty.websocket.api.WebSocketAdapter; import com.google.gson.Gson; import cz.esc.iot.cloudservice.messages.*; import cz.esc.iot.clo...
debug: change status after reconnect of cloud zetta.
src/main/java/cz/esc/iot/cloudservice/WebSocket.java
debug: change status after reconnect of cloud zetta.
Java
apache-2.0
b1574792201634097fd86a21f2bc9884529a5687
0
cycronix/cloudturbine,cycronix/cloudturbine,jpw-erigo/cloudturbine,jpw-erigo/cloudturbine,cycronix/cloudturbine,jpw-erigo/cloudturbine,cycronix/cloudturbine,jpw-erigo/cloudturbine
/** * CTadmin: CloudTurbine administration utility * <p> * @author Matt Miller (MJM), Cycronix * @version 11/11/2016 * */ /* * Copyright 2016 Cycronix * All Rights Reserved * * Date By Description * MM/DD/YYYY * ---------- -- ----------- * 11/11/2016 MJM Created. */ package ctadmin; import java.io.Fi...
JavaCode/CTadmin/src/main/java/ctadmin/CTadmin.java
/** * CTadmin: CloudTurbine administration utility * <p> * @author Matt Miller (MJM), Cycronix * @version 11/11/2016 * */ /* * Copyright 2016 Cycronix * All Rights Reserved * * Date By Description * MM/DD/YYYY * ---------- -- ----------- * 11/11/2016 MJM Created. */ package ctadmin; import java.io.Fi...
CTadmin, remove unused imports
JavaCode/CTadmin/src/main/java/ctadmin/CTadmin.java
CTadmin, remove unused imports
Java
apache-2.0
a05ec1444f1059be4d86dff878c56206247d3651
0
Nickname0806/Test_Q4,apache/tomcat,Nickname0806/Test_Q4,Nickname0806/Test_Q4,apache/tomcat,apache/tomcat,apache/tomcat,apache/tomcat,Nickname0806/Test_Q4
/* * 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/org/apache/catalina/core/TestApplicationContext.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 ...
Add disabled testcase for #55285 git-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1505190 13f79535-47bb-0310-9956-ffa450edef68
test/org/apache/catalina/core/TestApplicationContext.java
Add disabled testcase for #55285
Java
apache-2.0
85b04dd0ebe05271147b81fe37c69d89b4747920
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
package org.slc.sli.api.security.oauth; import static junit.framework.Assert.assertNull; import static junit.framework.Assert.assertTrue; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.In...
sli/api/src/test/java/org/slc/sli/api/security/oauth/ApplicationAuthorizationValidatorTest.java
package org.slc.sli.api.security.oauth; import static junit.framework.Assert.assertNull; import static junit.framework.Assert.assertTrue; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.In...
comment out unit tests until they can be reworked to be correct
sli/api/src/test/java/org/slc/sli/api/security/oauth/ApplicationAuthorizationValidatorTest.java
comment out unit tests until they can be reworked to be correct
Java
apache-2.0
8569ff96b7a3ee82b7bc7a4f3c5884a8a2d29ab8
0
alien11689/aries,graben/aries,apache/aries,apache/aries,apache/aries,alien11689/aries,apache/aries,rotty3000/aries,graben/aries,rotty3000/aries,alien11689/aries,graben/aries,alien11689/aries,graben/aries,rotty3000/aries,rotty3000/aries
/** * 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"...
spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/ProviderBundleTrackerCustomizer.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"...
Revert part of the previous commit as it causes issues with the mockobjects used in the tests. git-svn-id: f3027bd689517dd712b868b0d3f5f59c3162b83d@1298407 13f79535-47bb-0310-9956-ffa450edef68
spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/ProviderBundleTrackerCustomizer.java
Revert part of the previous commit as it causes issues with the mockobjects used in the tests.
Java
apache-2.0
7e829672cc80e344ba7591f9f1ccd406299b1163
0
phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida
package ca.corefacility.bioinformatics.irida.service.impl; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Set; import javax.validation.ConstraintViolationException; import javax.validation.Validator; import org.springframework.beans.factory.annotation.Autowired; import ...
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/SequencingObjectServiceImpl.java
package ca.corefacility.bioinformatics.irida.service.impl; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Set; import javax.validation.ConstraintViolationException; import javax.validation.Validator; import org.springframework.beans.factory.annotation.Autowired; import ...
added permission to read
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/SequencingObjectServiceImpl.java
added permission to read
Java
apache-2.0
478798d36ce8e29d3b80a3088f5a83b58597f863
0
ST-DDT/CrazyLogin,ST-DDT/CrazyLogin
package de.st_ddt.crazylogin.listener; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import org.bukkit.event...
src/de/st_ddt/crazylogin/listener/PlayerListener.java
package de.st_ddt.crazylogin.listener; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import org.bukkit.event...
CrazyLogin: fixed potential ConcurrentModification exception
src/de/st_ddt/crazylogin/listener/PlayerListener.java
CrazyLogin: fixed potential ConcurrentModification exception
Java
apache-2.0
949f3421c236a6b22df4abfefea2d8f6504d3d03
0
operasoftware/operaprestodriver,operasoftware/operaprestodriver,operasoftware/operaprestodriver
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Copyright 2009 Opera Software ASA. 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/LI...
src/com/opera/core/systems/OperaDriver.java
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Copyright 2009 Opera Software ASA. 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/LI...
Fixed the enter action, also made changes to conform to other webdriver implementations Removed logging (client can handle the logging), removed throwing exceptions from methods
src/com/opera/core/systems/OperaDriver.java
Fixed the enter action, also made changes to conform to other webdriver implementations Removed logging (client can handle the logging), removed throwing exceptions from methods
Java
apache-2.0
88e31146763c91368c6ee85c53ac9de607ff4c1f
0
sutaakar/jbpm,jomarko/jbpm,pleacu/jbpm,romartin/jbpm,domhanak/jbpm,jesuino/jbpm,livthomas/jbpm,DuncanDoyle/jbpm,romartin/jbpm,pleacu/jbpm,jesuino/jbpm,bxf12315/jbpm,bxf12315/jbpm,jomarko/jbpm,Multi-Support/jbpm,ibek/jbpm,romartin/jbpm,mrietveld/jbpm,jesuino/jbpm,jomarko/jbpm,sutaakar/jbpm,sutaakar/jbpm,jesuino/jbpm,dom...
/* * Copyright 2014 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
jbpm-services/jbpm-kie-services/src/test/java/org/jbpm/kie/services/test/DeploymentServiceTest.java
/* * Copyright 2014 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
BZ-1171810: Improve test coverage closes #376
jbpm-services/jbpm-kie-services/src/test/java/org/jbpm/kie/services/test/DeploymentServiceTest.java
BZ-1171810: Improve test coverage closes #376
Java
apache-2.0
12f571f7324b6b0906630365f68386563fc8314b
0
gdi-by/downloadclient,JuergenWeichand/downloadclient,Intevation/downloadclient,JuergenWeichand/downloadclient,gdi-by/downloadclient,JuergenWeichand/downloadclient,gdi-by/downloadclient,Intevation/downloadclient,Intevation/downloadclient,JuergenWeichand/downloadclient,Intevation/downloadclient,gdi-by/downloadclient
/* * DownloadClient Geodateninfrastruktur Bayern * * (c) 2016 GSt. GDI-BY (gdi.bayern.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
src/main/java/de/bayern/gdi/gui/WMSMap.java
/* * DownloadClient Geodateninfrastruktur Bayern * * (c) 2016 GSt. GDI-BY (gdi.bayern.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
adding another link for further reference
src/main/java/de/bayern/gdi/gui/WMSMap.java
adding another link for further reference
Java
apache-2.0
f8a43db1ccab9b7cc3344d4041816624cc51e544
0
hugojosefson/joda-time,hedefalk/joda-time
/* * Joda Software License, Version 1.0 * * * Copyright (c) 2001-2004 Stephen Colebourne. * 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 ...
src/test/org/joda/time/convert/TestNullConverter.java
/* * Joda Software License, Version 1.0 * * * Copyright (c) 2001-2004 Stephen Colebourne. * 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 ...
Fix test git-svn-id: 73f3b8c70a47e7dda158ff80e9f8be635a78c1e8@305 1e1cfbb7-5c0e-0410-a2f0-f98d92ec03a1
src/test/org/joda/time/convert/TestNullConverter.java
Fix test
Java
bsd-3-clause
91ab8f40492626a38ae2551d427c5b6c62560f02
0
mheinzerling/jforum2,topxiaoyong123/jforum2,anbuashokcs/jforum2,mheinzerling/jforum2,topxiaoyong123/jforum2,topxiaoyong123/jforum2,mheinzerling/jforum2,nooralamazmi/jforum2,anbuashokcs/jforum2,nooralamazmi/jforum2,anbuashokcs/jforum2,nooralamazmi/jforum2
/* * Copyright (c) JForum Team * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * 1) Redistributions of source code must retain the above * copyright notice, this list of conditio...
src/main/java/net/jforum/search/LuceneSearch.java
/* * Copyright (c) JForum Team * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * 1) Redistributions of source code must retain the above * copyright notice, this list of conditio...
additional refinement for the Porter stem search
src/main/java/net/jforum/search/LuceneSearch.java
additional refinement for the Porter stem search
Java
bsd-3-clause
2e3f52c2b9920946fe2b1e0b568d31df12fb18a9
0
aic-sri-international/aic-praise,aic-sri-international/aic-praise
package com.sri.ai.test.praise.performance; import static com.sri.ai.praise.core.representation.interfacebased.factor.core.table.helper.RandomTableFactorMaker.makeRandomTableFactor; import static com.sri.ai.util.Util.arrayList; import static com.sri.ai.util.Util.fill; import static com.sri.ai.util.Util.getFirstHa...
src/test/java/com/sri/ai/test/praise/performance/PerformanceTest.java
package com.sri.ai.test.praise.performance; import static com.sri.ai.praise.core.representation.interfacebased.factor.core.table.helper.RandomTableFactorMaker.makeRandomTableFactor; import static com.sri.ai.util.Util.arrayList; import static com.sri.ai.util.Util.fill; import static com.sri.ai.util.Util.getFirstHa...
- small changes
src/test/java/com/sri/ai/test/praise/performance/PerformanceTest.java
- small changes
Java
mit
cabad18f22c7bf210c41497c59c2fc86b660e4dd
0
seqcode/seqcode-core,seqcode/seqcode-core,seqcode/seqcode-core,seqcode/seqcode-core
package edu.psu.compbio.seqcode.projects.akshay.utils; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Random; import edu.psu.compbio.seqcode.genome.Genome; import edu.psu.compbio.seqcode.genome.Organism; import edu....
src/edu/psu/compbio/seqcode/projects/akshay/utils/RandomRegionsNoDupsVarLength.java
package edu.psu.compbio.seqcode.projects.akshay.utils; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Random; import edu.psu.compbio.seqcode.genome.Genome; import edu.psu.compbio.seqcode.genome.Organism; import edu....
Fixed a minor bug
src/edu/psu/compbio/seqcode/projects/akshay/utils/RandomRegionsNoDupsVarLength.java
Fixed a minor bug
Java
mit
fbb517d095acddd44cab66fcb8e5b5d44940ac44
0
penguinboy/kayako-api
package org.penguin.kayako; import junit.framework.Assert; import org.junit.Test; public class ApiRequestTests { @Test public void testSignatureGeneratesCorrectly() throws Exception { // arrange String apiSecret = "MDA4YzBiMWMtN2RiOC1hZTY0LTMxODgtMzE1MThjNmU5NDJlYTM1ZTgwY2YtYjA1ZS1jMzQ0L...
src/test/java/org/penguin/kayako/ApiRequestTests.java
package org.penguin.kayako; import junit.framework.Assert; import org.junit.Test; public class ApiRequestTests { @Test public void testSignatureGeneratesCorrectly() throws Exception { // arrange String apiSecret = "MDA4YzBiMWMtN2RiOC1hZTY0LTMxODgtMzE1MThjNmU5NDJlYTM1ZTgwY2YtYjA1ZS1jMzQ0LWY5M...
Formatting fixed
src/test/java/org/penguin/kayako/ApiRequestTests.java
Formatting fixed
Java
mit
a43c2ae60809c72e1902622da1bcb5cfb772c988
0
tauplatform/tau,rhomobile/rhodes,tauplatform/tau,watusi/rhodes,pslgoh/rhodes,pslgoh/rhodes,tauplatform/tau,rhomobile/rhodes,rhomobile/rhodes,watusi/rhodes,watusi/rhodes,pslgoh/rhodes,pslgoh/rhodes,pslgoh/rhodes,tauplatform/tau,rhomobile/rhodes,tauplatform/tau,watusi/rhodes,rhomobile/rhodes,rhomobile/rhodes,rhomobile/rh...
package com.rho.camera; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.sql.Date; import java.text.SimpleDateFormat; import java.util.HashMap; import java.util.Map; import android.annotation.SuppressLint; import android.app.A...
lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraRhoListener.java
package com.rho.camera; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.util.HashMap; import java.util.Map; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Intent; import android.da...
EMBPD00166833 - added missing imports added missing imports
lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraRhoListener.java
EMBPD00166833 - added missing imports
Java
mit
f6badad872a278ef16fe183771949366bdb41f4c
0
DDTH/ddth-queue
package com.github.ddth.queue.test.universal; import java.io.File; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicLong; import org.apache.commons.io.FileUtils; import com.github.ddth....
ddth-queue-core/src/test/java/com/github/ddth/queue/test/universal/TestRocksDbQueueLong.java
package com.github.ddth.queue.test.universal; import java.io.File; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicLong; import org.apache.commons.io.FileUtils; import com.github.ddth....
Increase timeout
ddth-queue-core/src/test/java/com/github/ddth/queue/test/universal/TestRocksDbQueueLong.java
Increase timeout
Java
mit
572ef775b0f6e1b3cb0d508aa98416e5250d4020
0
hsz/idea-gitignore,hsz/idea-gitignore
/* * The MIT License (MIT) * * Copyright (c) 2017 hsz Jakub Chrzanowski <jakub@hsz.mobi> * * 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 limita...
src/mobi/hsz/idea/gitignore/lang/kind/GitLanguage.java
/* * The MIT License (MIT) * * Copyright (c) 2017 hsz Jakub Chrzanowski <jakub@hsz.mobi> * * 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 limita...
#462 - ContainerUtil.addAllNotNull must not be null
src/mobi/hsz/idea/gitignore/lang/kind/GitLanguage.java
#462 - ContainerUtil.addAllNotNull must not be null
Java
epl-1.0
30dc90970afa0fa4c0b5e42cdae7eb5a490402d5
0
myyate/capsule,isdom/capsule,lookfirst/capsule,tal-m/capsule,guiquanz/capsule,victorbriz/capsule,danthegoodman/capsule,victorbriz/capsule,danthegoodman/capsule,puniverse/capsule,tal-m/capsule,trance1st/capsule,puniverse/capsule,lookfirst/capsule,kevintvh/capsule,trance1st/capsule,lookfirst/capsule,lookfirst/capsule,leo...
/* * Capsule * Copyright (c) 2014-2015, Parallel Universe Software Co. and Contributors. All rights reserved. * * This program and the accompanying materials are licensed under the terms * of the Eclipse Public License v1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ import java.io.BufferedInpu...
capsule/src/main/java/Capsule.java
/* * Capsule * Copyright (c) 2014-2015, Parallel Universe Software Co. and Contributors. All rights reserved. * * This program and the accompanying materials are licensed under the terms * of the Eclipse Public License v1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ import java.io.BufferedInpu...
Wait for child after destroy in cleanup
capsule/src/main/java/Capsule.java
Wait for child after destroy in cleanup
Java
agpl-3.0
70657524789fec6ecc49c7ab08fe23c195b0627d
0
paulmartel/voltdb,flybird119/voltdb,VoltDB/voltdb,deerwalk/voltdb,wolffcm/voltdb,migue/voltdb,ingted/voltdb,creative-quant/voltdb,kobronson/cs-voltdb,deerwalk/voltdb,paulmartel/voltdb,zuowang/voltdb,kobronson/cs-voltdb,VoltDB/voltdb,simonzhangsm/voltdb,VoltDB/voltdb,flybird119/voltdb,wolffcm/voltdb,VoltDB/voltdb,migue/...
/* This file is part of VoltDB. * Copyright (C) 2008-2012 VoltDB Inc. * * VoltDB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. ...
src/frontend/org/voltdb/iv2/Iv2Trace.java
/* This file is part of VoltDB. * Copyright (C) 2008-2012 VoltDB Inc. * * VoltDB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. ...
Findbugs: prefer string literal to String ctor.
src/frontend/org/voltdb/iv2/Iv2Trace.java
Findbugs: prefer string literal to String ctor.
Java
agpl-3.0
6c46334f8253f4d8d144061d851ae630793fed91
0
elki-project/elki,elki-project/elki,elki-project/elki
package de.lmu.ifi.dbs.elki.utilities.datastructures.arraylike; /* This file is part of ELKI: Environment for Developing KDD-Applications Supported by Index-Structures Copyright (C) 2015 Ludwig-Maximilians-Universität München Lehr- und Forschungseinheit für Datenbanksysteme ELKI Development Team This program i...
elki/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/arraylike/DoubleArray.java
package de.lmu.ifi.dbs.elki.utilities.datastructures.arraylike; /* This file is part of ELKI: Environment for Developing KDD-Applications Supported by Index-Structures Copyright (C) 2015 Ludwig-Maximilians-Universität München Lehr- und Forschungseinheit für Datenbanksysteme ELKI Development Team This program i...
Better out-of-memory handling in DoubleArray (stop doubling, exception).
elki/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/arraylike/DoubleArray.java
Better out-of-memory handling in DoubleArray (stop doubling, exception).
Java
lgpl-2.1
08a42aa9c5eb240ce49e92d9c17e0abea272cf7d
0
tomck/intermine,elsiklab/intermine,justincc/intermine,elsiklab/intermine,zebrafishmine/intermine,tomck/intermine,joshkh/intermine,zebrafishmine/intermine,Arabidopsis-Information-Portal/intermine,kimrutherford/intermine,JoeCarlson/intermine,zebrafishmine/intermine,kimrutherford/intermine,JoeCarlson/intermine,elsiklab/in...
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2007 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/...
bio/sources/anoest/main/src/org/intermine/bio/dataconversion/AnoESTConverter.java
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2007 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/...
Fixed anoest source - was missing many ests from ESTCluster.ests collections and vice versa.
bio/sources/anoest/main/src/org/intermine/bio/dataconversion/AnoESTConverter.java
Fixed anoest source - was missing many ests from ESTCluster.ests collections and vice versa.
Java
unlicense
a673ff19ba0f37887c285b4bcd1016db6a511e3b
0
AK140/SpaceGame
package io.github.lambo993.game; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*; import javax.sound.sampled.*; import javax.swing.*; /** * The Main class * Handles the entities thread, the frames and the input * @author Lamboling Seans * @version 1.7.9_Alpha * @since 7/14/2013 ...
src/io/github/lambo993/game/Main.java
package io.github.lambo993.game; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*; import javax.sound.sampled.*; import javax.swing.*; /** * The Main class * Handles the entities thread, the frames and the input * @author Lamboling Seans * @version 1.7.9_Alpha * @since 7/14/2013 ...
Update scoring points for Enemy and SmartEnemy
src/io/github/lambo993/game/Main.java
Update scoring points for Enemy and SmartEnemy
Java
apache-2.0
b50ede668d067e09e51e340df4b7e12c12f8c807
0
chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
activemq-core/src/main/java/org/apache/activemq/broker/util/TimeStampingBrokerPlugin.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...
resolve https://issues.apache.org/activemq/browse/AMQ-2752 - allow timestamp broker plugin to optinally modify network messages, processNetworkMessages attribute git-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@948858 13f79535-47bb-0310-9956-ffa450edef68
activemq-core/src/main/java/org/apache/activemq/broker/util/TimeStampingBrokerPlugin.java
resolve https://issues.apache.org/activemq/browse/AMQ-2752 - allow timestamp broker plugin to optinally modify network messages, processNetworkMessages attribute
Java
apache-2.0
f6e982e9cfffbc76715e251c0e967242da3c63b4
0
nutzam/nutz,happyday517/nutz,nutzam/nutz,ywjno/nutz,ansjsun/nutz,nutzam/nutz,happyday517/nutz,ansjsun/nutz,nutzam/nutz,ansjsun/nutz,ywjno/nutz,elkan1788/nutz,happyday517/nutz,ywjno/nutz,nutzam/nutz,elkan1788/nutz,ansjsun/nutz,ywjno/nutz,elkan1788/nutz,elkan1788/nutz,ywjno/nutz,happyday517/nutz,ansjsun/nutz
package org.nutz.lang; import java.io.UnsupportedEncodingException; import java.net.MalformedURLException; import java.nio.charset.Charset; import java.util.Collection; import java.util.LinkedList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.nutz.lang.m...
src/org/nutz/lang/Strings.java
package org.nutz.lang; import java.io.UnsupportedEncodingException; import java.net.MalformedURLException; import java.nio.charset.Charset; import java.util.Collection; import java.util.LinkedList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.nutz.lang.m...
remove: Strings.camelCase 因为跟upperWord方法是重叠的
src/org/nutz/lang/Strings.java
remove: Strings.camelCase 因为跟upperWord方法是重叠的
Java
apache-2.0
8b5c821f6c93673c1f368dc2cd2a65e4dd115e1a
0
tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki
/* JSPWiki - a JSP-based WikiWiki clone. Copyright (C) 2001-2005 Janne Jalkanen (Janne.Jalkanen@iki.fi) This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1...
src/com/ecyrd/jspwiki/WikiEngine.java
/* JSPWiki - a JSP-based WikiWiki clone. Copyright (C) 2001-2005 Janne Jalkanen (Janne.Jalkanen@iki.fi) This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1...
Added renderingManager git-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@624432 13f79535-47bb-0310-9956-ffa450edef68
src/com/ecyrd/jspwiki/WikiEngine.java
Added renderingManager
Java
apache-2.0
df87ed024016209ddda9b392b08c264afbc5f9be
0
erichwang/presto,mbeitchman/presto,mbeitchman/presto,jxiang/presto,yuananf/presto,arhimondr/presto,Teradata/presto,yuananf/presto,ebyhr/presto,prestodb/presto,nezihyigitbasi/presto,electrum/presto,facebook/presto,jiangyifangh/presto,wagnermarkd/presto,erichwang/presto,haozhun/presto,Teradata/presto,prestodb/presto,hgsc...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
presto-main/src/main/java/com/facebook/presto/sql/planner/plan/IndexSourceNode.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Check for IndexSourceNode domain handle symbols Verify on IndexSourceNode construction that handles in the tuple domain have assigned symbols. This was being preserved by PruneOutputColumns, and this check makes that preservation official.
presto-main/src/main/java/com/facebook/presto/sql/planner/plan/IndexSourceNode.java
Check for IndexSourceNode domain handle symbols
Java
apache-2.0
d55fe436d9b86a516dc46310186ac5200927c179
0
fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode
package com.fishercoder.solutions; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Queue; public class _251 { public static class Solution1 { class Vector2D implements Iterator<Integer> { private Queue<Integer> cache; private List<Li...
src/main/java/com/fishercoder/solutions/_251.java
package com.fishercoder.solutions; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Queue; /**Implement an iterator to flatten a 2d vector. For example, Given 2d vector = [ [1,2], [3], [4,5,6] ] By calling next repeatedly until hasNext returns false, the order ...
refactor 251
src/main/java/com/fishercoder/solutions/_251.java
refactor 251
Java
apache-2.0
3df44acd20367ea622b7692e0bf990cd44ec7d62
0
baszero/yanel,baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel,baszero/yanel,baszero/yanel,baszero/yanel
/* * Copyright 2006 Wyona * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.wyona.org/licenses/APACHE-LICENSE-2.0 * * Unless required by applicable law or agree...
src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResourceV101.java
/* * Copyright 2006 Wyona * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.wyona.org/licenses/APACHE-LICENSE-2.0 * * Unless required by applicable law or agree...
obsolete code removed
src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResourceV101.java
obsolete code removed
Java
apache-2.0
d147648950651a55a370c31a933545ba0e592006
0
MER-GROUP/intellij-community,semonte/intellij-community,izonder/intellij-community,lucafavatella/intellij-community,samthor/intellij-community,asedunov/intellij-community,wreckJ/intellij-community,akosyakov/intellij-community,ivan-fedorov/intellij-community,holmes/intellij-community,alphafoobar/intellij-community,dslom...
/* * Copyright 2000-2010 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-impl/src/com/intellij/codeInsight/intention/impl/SplitDeclarationAction.java
/* * Copyright 2000-2010 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
fix AIOOBE
java/java-impl/src/com/intellij/codeInsight/intention/impl/SplitDeclarationAction.java
fix AIOOBE
Java
apache-2.0
dd6688bf784cef20fc5ff72445671e591c61f679
0
Wikidata/Wikidata-Toolkit,Wikidata/Wikidata-Toolkit,monkey2000/Wikidata-Toolkit,notconfusing/Wikidata-Toolkit,zazi/Wikidata-Toolkit,notconfusing/Wikidata-Toolkit,noa/Wikidata-Toolkit,monkey2000/Wikidata-Toolkit,zazi/Wikidata-Toolkit,noa/Wikidata-Toolkit,noa/Wikidata-Toolkit,dswarm/Wikidata-Toolkit,dswarm/Wikidata-Toolk...
package org.wikidata.wdtk.dumpfiles; /* * #%L * Wikidata Toolkit Dump File Handling * %% * Copyright (C) 2014 Wikidata Toolkit Developers * %% * 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 Lice...
wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/MwSitesDumpFileProcessor.java
package org.wikidata.wdtk.dumpfiles; /* * #%L * Wikidata Toolkit Dump File Handling * %% * Copyright (C) 2014 Wikidata Toolkit Developers * %% * 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 Lice...
Reduce logging level of output when parsing sites to debug
wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/MwSitesDumpFileProcessor.java
Reduce logging level of output when parsing sites to debug
Java
apache-2.0
9ff1fdfc48bc02f8fc711f4f60bf839be9edf99d
0
vtslab/incubator-tinkerpop,dalaro/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,artem-aliev/tinkerpop,gdelafosse/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,robertdale/tinkerpop,apache/tinkerpop,BrynCooke/incubator-tinkerpop,jorgebay/tinkerpop,dalaro/incubator-tinkerpop,n-tran/incubator-tinkerpop,apach...
package com.tinkerpop.gremlin.process.graph.step.filter; import com.tinkerpop.gremlin.process.Traversal; import com.tinkerpop.gremlin.process.graph.marker.FunctionHolder; import com.tinkerpop.gremlin.process.graph.marker.Reducing; import com.tinkerpop.gremlin.process.graph.marker.Reversible; import com.tinkerpop.greml...
gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/step/filter/DedupStep.java
package com.tinkerpop.gremlin.process.graph.step.filter; import com.tinkerpop.gremlin.process.Traversal; import com.tinkerpop.gremlin.process.graph.marker.FunctionHolder; import com.tinkerpop.gremlin.process.graph.marker.Reducing; import com.tinkerpop.gremlin.process.graph.marker.Reversible; import com.tinkerpop.greml...
minor nothing in DedupStep.
gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/step/filter/DedupStep.java
minor nothing in DedupStep.
Java
apache-2.0
d976aa4fb3f15f81b76ddce341031a317d2e7f55
0
leokraemer/mathosphere,TU-Berlin/mathosphere,leokraemer/mathosphere,TU-Berlin/mathosphere
package com.formulasearchengine.mathosphere.mlp.text; import com.alexeygrigorev.rseq.*; import com.google.common.collect.*; import edu.stanford.nlp.ling.CoreAnnotations.PartOfSpeechAnnotation; import edu.stanford.nlp.ling.CoreAnnotations.SentencesAnnotation; import edu.stanford.nlp.ling.CoreAnnotations.TextAnnotation...
mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/text/PosTagger.java
package com.formulasearchengine.mathosphere.mlp.text; import com.alexeygrigorev.rseq.*; import com.google.common.collect.*; import edu.stanford.nlp.ling.CoreAnnotations.PartOfSpeechAnnotation; import edu.stanford.nlp.ling.CoreAnnotations.SentencesAnnotation; import edu.stanford.nlp.ling.CoreAnnotations.TextAnnotation...
Limit maximal sentence length of standford nlp tagger
mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/text/PosTagger.java
Limit maximal sentence length of standford nlp tagger
Java
apache-2.0
8937ddc67ec9cdd9f6dfe2f3c4ae22b715ea7bdc
0
mrzl/KimaUnionChapel,mrzl/KimaUnionChapel
package osc; import filter.SignalFilter; import main.Main; import osc.debug.OscParameterDisplay; import oscP5.OscMessage; import oscP5.OscP5; import java.util.ArrayList; import java.util.HashMap; /** * Created by mrzl on 06.01.2015. */ public class SoundController { private OscParameterDisplay...
src/main/java/osc/SoundController.java
package osc; import filter.SignalFilter; import main.Main; import osc.debug.OscParameterDisplay; import oscP5.OscMessage; import oscP5.OscP5; import java.util.ArrayList; import java.util.HashMap; /** * Created by mrzl on 06.01.2015. */ public class SoundController { private OscParameterDisplay...
adds clear() to SoundController
src/main/java/osc/SoundController.java
adds clear() to SoundController
Java
apache-2.0
11b8851a60e64f94e8cd56a4aa7ad8bed0a94cbd
0
rmatil/p2pfs,rmatil/p2pfs
package net.tomp2p.exercise; import java.io.IOException; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import net.tomp2p.dht.FutureGet; import net.tomp2p.dht.FuturePut; import net.tomp2p.dht.PeerBuilderDHT; import net.tomp2p.dht.PeerDHT; import net.tomp2p.p2p.PeerB...
src/net/tomp2p/exercise/Exercise2.java
package net.tomp2p.exercise; import java.io.IOException; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import java.util.Random; import java.util.Set; import net.tomp2p.dht.FutureGet; import net.tomp2p.dht.FuturePut; import net.tomp2p.dht.PeerBuilderDHT; import net.tomp2p.dht.PeerDHT; im...
Exercise 2 changed id's to normal integers
src/net/tomp2p/exercise/Exercise2.java
Exercise 2 changed id's to normal integers
Java
apache-2.0
3b4192a3bbbebab5d8eab22e0d9cb89340a68667
0
suncycheng/intellij-community,xfournet/intellij-community,apixandru/intellij-community,vvv1559/intellij-community,asedunov/intellij-community,da1z/intellij-community,apixandru/intellij-community,xfournet/intellij-community,da1z/intellij-community,xfournet/intellij-community,xfournet/intellij-community,vvv1559/intellij-...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/vcs-log/graph/src/com/intellij/vcs/log/graph/collapsing/BranchFilterController.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[vcs-log] fix NotNull/Nullable problems
platform/vcs-log/graph/src/com/intellij/vcs/log/graph/collapsing/BranchFilterController.java
[vcs-log] fix NotNull/Nullable problems
Java
apache-2.0
308e2988d2dd5453e21ec74c7ceeb1d8a21b7fab
0
kxbxzx/java_pft
package ru.stqa.pft.addressbook.tests; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import org.hamcrest.CoreMatchers; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import ru.stqa.pft.addres...
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactCreationTest.java
package ru.stqa.pft.addressbook.tests; import org.hamcrest.CoreMatchers; import org.testng.Assert; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.ContactData; import ru.stqa.pft.addressbook.model.Contacts; import java.io.File; import static org.hamcrest.CoreMatchers.equalTo; import static o...
ContactCreationTest - JSON
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactCreationTest.java
ContactCreationTest - JSON
Java
apache-2.0
546be79272c265bf054fa5408b4762d738ee3860
0
tony810430/flink,godfreyhe/flink,xccui/flink,zjureel/flink,StephanEwen/incubator-flink,twalthr/flink,zentol/flink,rmetzger/flink,godfreyhe/flink,apache/flink,twalthr/flink,twalthr/flink,lincoln-lil/flink,tillrohrmann/flink,clarkyzl/flink,lincoln-lil/flink,StephanEwen/incubator-flink,gyfora/flink,godfreyhe/flink,Stephan...
/* * 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 ...
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.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 ...
[hotfix][tests] Disable incremental checkpoints in CEPOperatorTest The test doesn't support incremental checkpoints and currently works only because state.backend.incremental is set to false by default. More specifically, if the snapshots that are created in testKeyedCEPOperatorCheckpointingWithRocksDB / testKeyedCEP...
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.java
[hotfix][tests] Disable incremental checkpoints in CEPOperatorTest
Java
apache-2.0
fabaf2eaf246a79b3ec04d190da1b8042cd6934e
0
fabioCollini/DaggerMock,fabioCollini/DaggerMock
/* * Copyright 2016 Fabio Collini. * * 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 o...
RealWorldApp/src/main/java/it/cosenonjaviste/daggermock/realworldapp/main/MainActivityModule.java
/* * Copyright 2016 Fabio Collini. * * 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 o...
Fixed test
RealWorldApp/src/main/java/it/cosenonjaviste/daggermock/realworldapp/main/MainActivityModule.java
Fixed test
Java
apache-2.0
0b54122725c2bdc100c47e4cdb5deeeb759d3999
0
Sargul/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,Sargul/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/data/DBDLabelValuePairExt.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
dbeaver/dbeaver-ee#1032 Sort by count in descending order
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/data/DBDLabelValuePairExt.java
dbeaver/dbeaver-ee#1032 Sort by count in descending order
Java
apache-2.0
9a520cbc15f23af8c17288c051f82eacdd084179
0
ruspl-afed/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2016-2016 Karl Griesser (fullref@gmail.com) * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published...
plugins/org.jkiss.dbeaver.ext.exasol/src/org/jkiss/dbeaver/ext/exasol/views/ExasolConnectionPage.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2016-2016 Karl Griesser (fullref@gmail.com) * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published...
Exasol connection page
plugins/org.jkiss.dbeaver.ext.exasol/src/org/jkiss/dbeaver/ext/exasol/views/ExasolConnectionPage.java
Exasol connection page
Java
bsd-2-clause
272f93b79ac7e1f38a95b94d610936262524b84a
0
alopatindev/smsnenado,alopatindev/smsnenado
package com.sbar.smsnenado; import android.content.Context; import android.content.SharedPreferences; import android.database.Cursor; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import java.util.ArrayList; import java.util.Date; import c...
src/com/sbar/smsnenado/SmsLoader.java
package com.sbar.smsnenado; import android.content.Context; import android.content.SharedPreferences; import android.database.Cursor; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import java.util.ArrayList; import java.util.Date; import c...
started implementing a fast sms list loading algorithm
src/com/sbar/smsnenado/SmsLoader.java
started implementing a fast sms list loading algorithm
Java
bsd-3-clause
98cdf3ac837b485484ee26594c4b8495b398c4c2
0
jamie-dryad/dryad-repo,mdiggory/dryad-repo,rnathanday/dryad-repo,mdiggory/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-repo,ojacobson/dryad-repo,jamie-dryad/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,r...
/* * BrowseScope.java * * Version: $Revision$ * * Date: $Date$ * * Copyright (c) 2001, Hewlett-Packard Company and Massachusetts * Institute of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
dspace/src/org/dspace/browse/BrowseScope.java
/* * BrowseScope.java * * Version: $Revision$ * * Date: $Date$ * * Copyright (c) 2001, Hewlett-Packard Company and Massachusetts * Institute of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
Added equals method git-svn-id: 39c64a9546defcc59b5f71fe8fe20b2d01c24c1f@177 9c30dcfa-912a-0410-8fc2-9e0234be79fd
dspace/src/org/dspace/browse/BrowseScope.java
Added equals method
Java
apache-2.0
88a0b88bdad1332e5539723f683498e5312c2d74
0
osisoft/Qi-Samples,osisoft/Qi-Samples,osisoft/Qi-Samples,osisoft/Qi-Samples,osisoft/Qi-Samples,osisoft/Qi-Samples
Basic/Java/src/samples/QiNamespace.java
package samples; public class QiNamespace { private String Id; public QiNamespace() { this.Id = "Default"; } public QiNamespace(String namespaceId) { this.Id = namespaceId; } public String getId() { return this.Id; } ...
Delete QiNamespace.java
Basic/Java/src/samples/QiNamespace.java
Delete QiNamespace.java
Java
mit
672a156c6dbc2f11f1162931b378214ba79e59db
0
shuzheng/zheng,xiazecheng/zheng,lhrl/zheng,xubaifu/zheng,lhrl/zheng,xubaifu/zheng,xiazecheng/zheng,glacierck/zheng,xiazecheng/zheng,SeerGlaucus/zheng,lhrl/zheng,folksuperior/renren-security,xubaifu/zheng,SeerGlaucus/zheng,glacierck/zheng,lhrl/zheng,xubaifu/zheng,shuzheng/zheng,glacierck/zheng,folksuperior/renren-securi...
package com.zheng.upms.server.controller.manage; import com.baidu.unbiz.fluentvalidator.ComplexResult; import com.baidu.unbiz.fluentvalidator.FluentValidator; import com.baidu.unbiz.fluentvalidator.ResultCollectors; import com.zheng.common.base.BaseController; import com.zheng.common.validator.LengthValidator; import ...
zheng-upms/zheng-upms-server/src/main/java/com/zheng/upms/server/controller/manage/UpmsPermissionController.java
package com.zheng.upms.server.controller.manage; import com.baidu.unbiz.fluentvalidator.ComplexResult; import com.baidu.unbiz.fluentvalidator.FluentValidator; import com.baidu.unbiz.fluentvalidator.ResultCollectors; import com.zheng.common.base.BaseController; import com.zheng.common.validator.LengthValidator; import ...
授权菜单按排序字段排序
zheng-upms/zheng-upms-server/src/main/java/com/zheng/upms/server/controller/manage/UpmsPermissionController.java
授权菜单按排序字段排序
Java
mit
4dbcd90aff9d25766c16918d81c0b2a2ec8a8fa6
0
alberto3/ExpectationMaximization
import java.util.*; import java.util.stream.Stream; public class ExpectationMaximization { private final static double TESTED_LAMBDA = 0.01; // check private final static double EPSILON_THRESHOLD = 0.00000001; private final static double K = 10; private final static double EM_THRESHOLD = 1; // check ...
src/ExpectationMaximization.java
import java.util.*; import java.util.stream.Stream; public class ExpectationMaximization { private final static double TESTED_LAMBDA = 0.01; // check private final static double EPSILON_THRESHOLD = 0.00000001; private final static double K = 10; private final static double EM_THRESHOLD = 1; // check ...
Fixed Pik word probability bug
src/ExpectationMaximization.java
Fixed Pik word probability bug
Java
epl-1.0
34d36c05c567ff156ab8b495eb839227bed0a129
0
ModelWriter/Source,ModelWriter/Source,ModelWriter/Source
/******************************************************************************* * Copyright (c) 2015 UNIT Information Technologies R&D Ltd 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, a...
plugins/eu.modelwriter.marker.ui/src/eu/modelwriter/marker/ui/internal/preferences/MarkerTypePreferencePage.java
/******************************************************************************* * Copyright (c) 2015 UNIT Information Technologies R&D Ltd 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, a...
preferences page has been fixed.
plugins/eu.modelwriter.marker.ui/src/eu/modelwriter/marker/ui/internal/preferences/MarkerTypePreferencePage.java
preferences page has been fixed.
Java
epl-1.0
34f7c3f82f339472d565528ac3d37c8b924ea8a7
0
boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor
// The MIT License (MIT) // // Copyright (c) 2015, 2018 Arian Fornaris // // 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...
source/v2/phasereditor/phasereditor.assetpack.ui.editor/src/phasereditor/assetpack/ui/editor/PackEditorCanvas.java
// The MIT License (MIT) // // Copyright (c) 2015, 2018 Arian Fornaris // // 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...
(v2) Pack editor: canvas to extends the BaseCanvas.
source/v2/phasereditor/phasereditor.assetpack.ui.editor/src/phasereditor/assetpack/ui/editor/PackEditorCanvas.java
(v2) Pack editor: canvas to extends the BaseCanvas.
Java
agpl-3.0
9001fc2fca346643d553f7e7c3dccd1452a61766
0
PaulLuchyn/libreplan,PaulLuchyn/libreplan,Marine-22/libre,LibrePlan/libreplan,dgray16/libreplan,Marine-22/libre,skylow95/libreplan,dgray16/libreplan,PaulLuchyn/libreplan,poum/libreplan,LibrePlan/libreplan,dgray16/libreplan,Marine-22/libre,poum/libreplan,dgray16/libreplan,poum/libreplan,dgray16/libreplan,dgray16/librepl...
/* * This file is part of ###PROJECT_NAME### * * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e * Desenvolvemento Tecnolóxico de Galicia * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
navalplanner-business/src/main/java/org/navalplanner/business/planner/entities/TaskStartConstraint.java
/* * This file is part of ###PROJECT_NAME### * * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e * Desenvolvemento Tecnolóxico de Galicia * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
ItEr33S14CUCreacionUnidadesPlanificacion: Adding methods to update safely the values of TaskStartConstraint.
navalplanner-business/src/main/java/org/navalplanner/business/planner/entities/TaskStartConstraint.java
ItEr33S14CUCreacionUnidadesPlanificacion: Adding methods to update safely the values of TaskStartConstraint.
Java
agpl-3.0
afd132a99a2f135a9ab35b6237396d1439d1f3d4
0
BloodShura/VenusScript
////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2016, João Vitor Verona Biazibetti - All Rights Reserved / // / // Licensed under the GNU General Public Licens...
src/br/shura/venus/compiler/KeywordDefinitions.java
////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2016, João Vitor Verona Biazibetti - All Rights Reserved / // / // Licensed under the GNU General Public Licens...
Added KeywordDefinitions.DO
src/br/shura/venus/compiler/KeywordDefinitions.java
Added KeywordDefinitions.DO
Java
agpl-3.0
243ba9b13fcd1863db858bd575397bec67a83f96
0
wish7code/org.openbmap.unifiedNlpProvider
/* Radiobeacon - Openbmap Unified Network Location Provider Copyright (C) 2013 wish7 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (...
src/org/openbmap/unifiedNlp/Geocoder/OfflineProvider.java
/* Radiobeacon - Openbmap Unified Network Location Provider Copyright (C) 2013 wish7 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (...
Prepare code to evaluate RSSI for wifis Signed-off-by: mvglasow <michael -at- vonglasow.com>
src/org/openbmap/unifiedNlp/Geocoder/OfflineProvider.java
Prepare code to evaluate RSSI for wifis
Java
lgpl-2.1
dd78324b61fbddf42c4d1169c2d3621399bb1462
0
pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-rendering/xwiki-rendering-tests/src/test/java/org/xwiki/rendering/WikiRenderingTests.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
Fixed comments committed by error git-svn-id: d23d7a6431d93e1bdd218a46658458610974b053@28080 f329d543-caf0-0310-9063-dda96c69346f
xwiki-rendering/xwiki-rendering-tests/src/test/java/org/xwiki/rendering/WikiRenderingTests.java
Fixed comments committed by error
Java
unlicense
418b97c615e431ed27e30dfc0179f256b2f6bc5e
0
danieljohnson2/HomeSoil
package homesoil; import com.google.common.collect.*; import java.io.*; import java.util.*; import org.bukkit.*; import org.bukkit.block.Block; import org.bukkit.entity.*; import org.bukkit.event.*; import org.bukkit.event.entity.*; import org.bukkit.event.inventory.*; import org.bukkit.event.player.*; imp...
src/homesoil/HomeSoilPlugin.java
package homesoil; import com.google.common.collect.*; import java.io.*; import java.util.*; import org.bukkit.*; import org.bukkit.block.Block; import org.bukkit.entity.*; import org.bukkit.event.*; import org.bukkit.event.entity.*; import org.bukkit.event.inventory.*; import org.bukkit.event.player.*; imp...
If the list entry being Doom Pillared is a home chunk, we still remove it from the list even if we are not actually placing the pillar. Otherwise, it just stops because you never remove that entry from the schedule list.
src/homesoil/HomeSoilPlugin.java
If the list entry being Doom Pillared is a home chunk, we still remove it from the list even if we are not actually placing the pillar. Otherwise, it just stops because you never remove that entry from the schedule list.
Java
apache-2.0
973b126d6186ef61b35db97acf3f1f2c03aa9bc2
0
klcodanr/sling,trekawek/sling,plutext/sling,roele/sling,dulvac/sling,JEBailey/sling,nleite/sling,plutext/sling,mikibrv/sling,ffromm/sling,mikibrv/sling,JEBailey/sling,roele/sling,klcodanr/sling,Nimco/sling,Sivaramvt/sling,labertasch/sling,trekawek/sling,anchela/sling,mikibrv/sling,cleliameneghin/sling,tteofili/sling,ie...
/* * 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 ...
bundles/jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/DefaultContentCreator.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 ...
SLING-1251 Applied Patch from Ray Davis (Thanks) fixes acl policies after JR16 upgrade, and fixes a potential NPE. git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@897054 13f79535-47bb-0310-9956-ffa450edef68
bundles/jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/DefaultContentCreator.java
SLING-1251 Applied Patch from Ray Davis (Thanks) fixes acl policies after JR16 upgrade, and fixes a potential NPE.
Java
apache-2.0
80cb469e7401b8aa6de7affdc2de3d87e3040562
0
wso2/carbon-apimgt,tharikaGitHub/carbon-apimgt,chamilaadhi/carbon-apimgt,fazlan-nazeem/carbon-apimgt,malinthaprasan/carbon-apimgt,malinthaprasan/carbon-apimgt,chamilaadhi/carbon-apimgt,wso2/carbon-apimgt,isharac/carbon-apimgt,prasa7/carbon-apimgt,ruks/carbon-apimgt,praminda/carbon-apimgt,malinthaprasan/carbon-apimgt,pr...
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/AMDefaultKeyManagerImpl.java
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
Add reserved user for cross tenant scenario
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/AMDefaultKeyManagerImpl.java
Add reserved user for cross tenant scenario
Java
apache-2.0
ac1bd4ea78472cda8d98579490d9591694f52b3f
0
grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation
package com.navigation.reactnative; import android.view.View; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.facebook.react.common.MapBuilder; import com.facebook.react.uimanager.ThemedReactContext; import com.facebook.react.uimanager.ViewGroupManager; import com.facebook.react.u...
NavigationReactNative/src/android/src/main/java/com/navigation/reactnative/TabBarViewManager.java
package com.navigation.reactnative; import android.view.View; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.facebook.react.common.MapBuilder; import com.facebook.react.uimanager.ThemedReactContext; import com.facebook.react.uimanager.ViewGroupManager; import com.facebook.react.u...
Copied over tab bar primary to new arch Updates when tab bar item content changes
NavigationReactNative/src/android/src/main/java/com/navigation/reactnative/TabBarViewManager.java
Copied over tab bar primary to new arch
Java
apache-2.0
954cebdcfec8579ffdadfe8f1f472c441dda0c6c
0
omindu/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,dharshanaw/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,dharshanaw/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-...
/* * Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
components/identity-event/org.wso2.carbon.identity.event/src/main/java/org/wso2/carbon/identity/event/IdentityEventConfigBuilder.java
/* * Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
IDENTITY-6120: Improve IdentityEventConfigBuilder Fix the IdentityEventConfigBuilder to be instantiated only once to make sure the config files are read only during startup.
components/identity-event/org.wso2.carbon.identity.event/src/main/java/org/wso2/carbon/identity/event/IdentityEventConfigBuilder.java
IDENTITY-6120: Improve IdentityEventConfigBuilder
Java
apache-2.0
5f20d2c6139da9687b9677d2adfb8939203ea07d
0
shzisg/wechat-java-sdk,comeonc/weixin-java-tools,comeonc/weixin-java-tools,binarywang/weixin-java-tools,Wechat-Group/WxJava,binarywang/weixin-java-tools,chunwei/weixin-java-tools,Wechat-Group/WxJava,crazycode/weixin-java-tools
package me.chanjar.weixin.mp.bean.datacube; import com.google.gson.annotations.SerializedName; /** * 获取图文群发总数据接口(getarticletotal)中的详细字段 * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> * Created by Binary Wang on 2016/8/24. */ public class WxDataCubeArticleTotalDetail { /**...
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeArticleTotalDetail.java
package me.chanjar.weixin.mp.bean.datacube; import com.google.gson.annotations.SerializedName; /** * 获取图文群发总数据接口(getarticletotal)中的详细字段 * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> * Created by Binary Wang on 2016/8/24. */ public class WxDataCubeArticleTotalDetail { /**...
图文消息统计接口, statDate类型改为String
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeArticleTotalDetail.java
图文消息统计接口, statDate类型改为String
Java
apache-2.0
a82121fba17c5d0c9edcb225adeddf736b9282ec
0
Sivaramvt/sling,vladbailescu/sling,Sivaramvt/sling,JEBailey/sling,trekawek/sling,sdmcraft/sling,tyge68/sling,trekawek/sling,mikibrv/sling,gutsy/sling,trekawek/sling,mmanski/sling,gutsy/sling,ieb/sling,ieb/sling,sdmcraft/sling,labertasch/sling,ist-dresden/sling,trekawek/sling,tyge68/sling,nleite/sling,dulvac/sling,Sylve...
/* * 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 ...
bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/AbstractSlingPostOperation.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 ...
SLING-1727 Handling AccessDeniedException to avoid meaningless traceback at info level. git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@992262 13f79535-47bb-0310-9956-ffa450edef68
bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/AbstractSlingPostOperation.java
SLING-1727 Handling AccessDeniedException to avoid meaningless traceback at info level.
Java
apache-2.0
0dcdca28d6bb1b35f1204f0aa9589a196aea7986
0
DenverM80/ds3_java_sdk,rpmoore/ds3_java_sdk,DenverM80/ds3_java_sdk,rpmoore/ds3_java_sdk,rpmoore/ds3_java_sdk,DenverM80/ds3_java_sdk,RachelTucker/ds3_java_sdk,DenverM80/ds3_java_sdk,RachelTucker/ds3_java_sdk,RachelTucker/ds3_java_sdk,SpectraLogic/ds3_java_sdk,SpectraLogic/ds3_java_sdk,SpectraLogic/ds3_java_sdk,SpectraLo...
/* * ****************************************************************************** * Copyright 2014-2015 Spectra Logic Corporation. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License i...
ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/PutJobManagement_Test.java
/* * ****************************************************************************** * Copyright 2014-2015 Spectra Logic Corporation. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License i...
Extract function waitForObjectToBeInCache
ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/PutJobManagement_Test.java
Extract function waitForObjectToBeInCache
Java
apache-2.0
9bed7e34da2bf6016592147ff26cc1390b4e7256
0
allanmoso/orientdb,mmacfadden/orientdb,alonsod86/orientdb,mmacfadden/orientdb,tempbottle/orientdb,wouterv/orientdb,intfrr/orientdb,cstamas/orientdb,sanyaade-g2g-repos/orientdb,alonsod86/orientdb,cstamas/orientdb,sanyaade-g2g-repos/orientdb,wouterv/orientdb,mmacfadden/orientdb,alonsod86/orientdb,intfrr/orientdb,orientec...
package com.orientechnologies.orient.test.database.auto; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; imp...
tests/src/test/java/com/orientechnologies/orient/test/database/auto/SQLSelectHashIndexReuseTest.java
package com.orientechnologies.orient.test.database.auto; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; imp...
refactored test based on profile count.
tests/src/test/java/com/orientechnologies/orient/test/database/auto/SQLSelectHashIndexReuseTest.java
refactored test based on profile count.
Java
apache-2.0
0f5dfb3a68080c6dc5058a75c52682b15061e3d6
0
SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs
package org.search.nibrs.validation; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.search.nibrs.model.GroupAIncidentReport; import org...
tools/nibrs-validation/src/test/java/org/search/nibrs/validation/VictimRuleViolationExemplarFactory.java
package org.search.nibrs.validation; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.search.nibrs.model.GroupAIncidentReport; import org...
Added 2nd Offense segment to Rule 406 for UCROffenseCodeConnection.
tools/nibrs-validation/src/test/java/org/search/nibrs/validation/VictimRuleViolationExemplarFactory.java
Added 2nd Offense segment to Rule 406 for UCROffenseCodeConnection.
Java
apache-2.0
2c3a0db9ecc7fb0cda59fd8bc9375bfed95074e8
0
robin13/elasticsearch,vroyer/elassandra,vroyer/elassandra,gfyoung/elasticsearch,HonzaKral/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,strapdata/elassandra,gingerwizard/elasticsearch,nknize/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch...
/* * 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.watcher.rest.action; import org.elasticsearch...
elasticsearch/x-pack/watcher/src/main/java/org/elasticsearch/xpack/watcher/rest/action/RestAckWatchAction.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.watcher.rest.action; import org.elasticsearch...
[Watcher] Fix typoed deprecated endpoint {actions/_ack was accidentally duplicated. It should be _ack/{actions} in the first case. Original commit: elastic/x-pack-elasticsearch@38895522b538102bdc726ee303cff0ae55aac5de
elasticsearch/x-pack/watcher/src/main/java/org/elasticsearch/xpack/watcher/rest/action/RestAckWatchAction.java
[Watcher] Fix typoed deprecated endpoint
Java
apache-2.0
2520c34126b2798f56312da1ec9891f32c611d58
0
RHioTResearch/BaseBeaconScanner
package amq; import java.util.Properties; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.DeliveryMode; import javax.jms.Destination; import javax.jms.ExceptionListener; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jms.Messag...
src/test/java/amq/TestJMSClient.java
package amq; import java.util.Properties; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.DeliveryMode; import javax.jms.Destination; import javax.jms.ExceptionListener; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jms.Messag...
Add testBeaconEventsRecv
src/test/java/amq/TestJMSClient.java
Add testBeaconEventsRecv
Java
apache-2.0
0f1cdef21d8c991a82fc6b5dc7f4e7feb225f953
0
eg-zhang/h2o-2,h2oai/h2o,calvingit21/h2o-2,rowhit/h2o-2,rowhit/h2o-2,h2oai/h2o,h2oai/h2o-2,h2oai/h2o,100star/h2o,calvingit21/h2o-2,eg-zhang/h2o-2,eg-zhang/h2o-2,100star/h2o,h2oai/h2o-2,111t8e/h2o-2,calvingit21/h2o-2,elkingtonmcb/h2o-2,elkingtonmcb/h2o-2,h2oai/h2o-2,h2oai/h2o,rowhit/h2o-2,eg-zhang/h2o-2,h2oai/h2o-2,elki...
package water; import hex.*; import org.apache.commons.lang.ArrayUtils; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.Result; import org.junit.runner.notification.Failure; import water.deploy.Node; import water.deploy.NodeVM; import water.parser.ParseFolderTestBig; import water.util.Log; impo...
src/test/java/water/JUnitRunner.java
package water; import hex.NeuralNetSpiralsTest; import org.apache.commons.lang.ArrayUtils; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.Result; import org.junit.runner.notification.Failure; import water.deploy.Node; import water.deploy.NodeVM; import water.parser.ParseFolderTestBig; import w...
Disable NeuralNet Iris comparison against reference. Already done indirectly by comparing against NN, which is compared against the reference.
src/test/java/water/JUnitRunner.java
Disable NeuralNet Iris comparison against reference. Already done indirectly by comparing against NN, which is compared against the reference.
Java
apache-2.0
f0ae6da59f78110a7da9eb7858eec8245c1382fe
0
phillip50/Gator-Log
package test; import javax.swing.*; import java.awt.*; import java.util.*; import java.awt.event.*; import javax.swing.event.PopupMenuEvent; import javax.swing.event.PopupMenuListener; import com.healthmarketscience.jackcess.*; import gnu.io.*; import java.io.*; import java.text.DateFormat; import java.text.SimpleDat...
Application.java
package test; import javax.swing.*; import java.awt.*; import java.util.*; import java.awt.event.*; import javax.swing.event.PopupMenuEvent; import javax.swing.event.PopupMenuListener; import com.healthmarketscience.jackcess.*; import gnu.io.*; import java.io.*; import java.text.DateFormat; import java.text.SimpleDat...
cleaned up code
Application.java
cleaned up code
Java
apache-2.0
8ed4d106434760c776ea2bb45d7ed70f3f995205
0
phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida
package ca.corefacility.bioinformatics.irida.pipeline.results.impl; import ca.corefacility.bioinformatics.irida.exceptions.PostProcessingException; import ca.corefacility.bioinformatics.irida.model.enums.AnalysisType; import ca.corefacility.bioinformatics.irida.model.sample.Sample; import ca.corefacility.bioinformatic...
src/main/java/ca/corefacility/bioinformatics/irida/pipeline/results/impl/AnalysisSubmissionSampleProcessorImpl.java
package ca.corefacility.bioinformatics.irida.pipeline.results.impl; import ca.corefacility.bioinformatics.irida.exceptions.PostProcessingException; import ca.corefacility.bioinformatics.irida.model.enums.AnalysisType; import ca.corefacility.bioinformatics.irida.model.sample.Sample; import ca.corefacility.bioinformatic...
removing unused dependency
src/main/java/ca/corefacility/bioinformatics/irida/pipeline/results/impl/AnalysisSubmissionSampleProcessorImpl.java
removing unused dependency
Java
apache-2.0
4b1671b3106a198e6cf120271382cba86a40a23a
0
EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci
package uk.ac.ebi.spot.goci.curation.service; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Matchers; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import uk.ac.ebi.spot.goci.curation.builder.CurationStatusBuilder; import uk.ac.ebi.spot.go...
goci-interfaces/goci-curation/src/test/java/uk/ac/ebi/spot/goci/curation/service/HousekeepingOperationsServiceTest.java
package uk.ac.ebi.spot.goci.curation.service; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Matchers; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import uk.ac.ebi.spot.goci.curation.builder.CurationStatusBuilder; import uk.ac.ebi.spot.go...
Update to test to check the housekeeping is correctly saved on the study
goci-interfaces/goci-curation/src/test/java/uk/ac/ebi/spot/goci/curation/service/HousekeepingOperationsServiceTest.java
Update to test to check the housekeeping is correctly saved on the study
Java
apache-2.0
b42ce8574b6bef46359165f935aaf14ee409b832
0
davidkarlsen/camel,sverkera/camel,rmarting/camel,tlehoux/camel,gnodet/camel,CodeSmell/camel,DariusX/camel,isavin/camel,pkletsko/camel,jonmcewen/camel,mgyongyosi/camel,sverkera/camel,adessaigne/camel,ullgren/camel,Fabryprog/camel,yuruki/camel,DariusX/camel,mcollovati/camel,gnodet/camel,snurmine/camel,davidkarlsen/camel,...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/policy/InfinispanRoutePolicyTestBase.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...
Fix CS
components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/policy/InfinispanRoutePolicyTestBase.java
Fix CS
Java
apache-2.0
0c483e11441d4b520e0f50dcf3e0e087b2f61911
0
spring-cloud/spring-cloud-netflix,spring-cloud/spring-cloud-netflix
/* * Copyright 2013-2022 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java
/* * Copyright 2013-2022 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Fix Eureka Client hints.
spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java
Fix Eureka Client hints.
Java
apache-2.0
b8ff7c8b7e5f7a4e457f28189ffbf9b1216dc39a
0
lukas-krecan/ShedLock,lukas-krecan/ShedLock
/** * Copyright 2009-2019 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 a...
providers/jdbc/shedlock-test-support-jdbc/src/main/java/net/javacrumbs/shedlock/test/support/jdbc/AbstractJdbcLockProviderIntegrationTest.java
/** * Copyright 2009-2019 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 a...
Fix JDBC test
providers/jdbc/shedlock-test-support-jdbc/src/main/java/net/javacrumbs/shedlock/test/support/jdbc/AbstractJdbcLockProviderIntegrationTest.java
Fix JDBC test
Java
apache-2.0
fc1e114fd3315c64b2f89cd3cd0664296cb15923
0
darshanasbg/identity-inbound-auth-oauth,wso2-extensions/identity-inbound-auth-oauth,darshanasbg/identity-inbound-auth-oauth,wso2-extensions/identity-inbound-auth-oauth
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/bindings/handlers/TokenBindingExpiryEventHandler.java
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
Fix an issue with token id when revoking
components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/bindings/handlers/TokenBindingExpiryEventHandler.java
Fix an issue with token id when revoking
Java
apache-2.0
b56dd14bab336a84dc9aa257c0db0f69ec0cb80c
0
Yelp/WebImageView
/* Copyright (c) 2009 Matthias Käppler * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
src/com/yelp/android/webimageview/ImageLoaderHandler.java
/* Copyright (c) 2009 Matthias Käppler * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Converted ImageLoaderHandler back from being Generic. This was done to avoid a weird bug crashing the EJC compiler the android linter uses.
src/com/yelp/android/webimageview/ImageLoaderHandler.java
Converted ImageLoaderHandler back from being Generic.
Java
apache-2.0
61ba9cca4b8d630c259658187ab7137e5cf952d8
0
araujoigor/cordova-plugin-camera,jcesarmobile/cordova-plugin-camera,wymsee/cordova-plugin-camera,ergovia-mobile/cordova-plugin-camera,monoku/cordova-plugin-camera,Anu2g/cordova-plugin-camera,dpolivy/cordova-plugin-camera,nixplay/cordova-plugin-camera,purplecabbage/cordova-plugin-camera,nixplay/cordova-plugin-camera,ara...
/* 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...
src/android/CameraLauncher.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...
Refactor onActivityResult
src/android/CameraLauncher.java
Refactor onActivityResult
Java
apache-2.0
35f71b79bc96b8681879d2ecca159407ddaf8ae6
0
allendaicool/wordcram,cmballard07/wordcram,tectronics/wordcram,allendaicool/wordcram,naren01/wordcram,cmballard07/wordcram,naren01/wordcram,naren01/wordcram,allendaicool/wordcram,cmballard07/wordcram,naren01/wordcram,cmballard07/wordcram,tectronics/wordcram,tectronics/wordcram
package wordcram; /* Copyright 2010 Daniel Bernier 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 wri...
src/wordcram/WordCramEngine.java
package wordcram; /* Copyright 2010 Daniel Bernier 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 wri...
took out the RuntimeStats -- can add them back later if they're really needed. FOR REALSIES THIS TIME.
src/wordcram/WordCramEngine.java
took out the RuntimeStats -- can add them back later if they're really needed. FOR REALSIES THIS TIME.
Java
bsd-3-clause
6c4e96cff96e22661e478870e5c000fc2081495b
0
aic-sri-international/aic-util,aic-sri-international/aic-util
package com.sri.ai.util.computation.treecomputation.core; import static com.sri.ai.util.Util.set; import java.util.ArrayList; import java.util.Set; import com.sri.ai.util.base.NullaryFunction; import com.sri.ai.util.computation.treecomputation.api.TreeComputationEvaluator; /** * A {@link TreeComputation...
src/main/java/com/sri/ai/util/computation/treecomputation/core/AbstractLazyTreeComputationEvaluator.java
package com.sri.ai.util.computation.treecomputation.core; import static com.sri.ai.util.Util.set; import java.util.ArrayList; import java.util.Set; import com.sri.ai.util.base.NullaryFunction; import com.sri.ai.util.computation.treecomputation.api.TreeComputationEvaluator; /** * A {@link TreeComputation...
- fixed bug in abstract lazy tree computation evaluator
src/main/java/com/sri/ai/util/computation/treecomputation/core/AbstractLazyTreeComputationEvaluator.java
- fixed bug in abstract lazy tree computation evaluator
Java
bsd-3-clause
01ccce2a8241768c947120103bdead57981f1bec
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package gov.nih.nci.cananolab.dto.particle; import gov.nih.nci.cananolab.domain.common.Keyword; import gov.nih.nci.cananolab.domain.common.Report; import gov.nih.nci.cananolab.domain.common.Source; import gov.nih.nci.cananolab.domain.particle.NanoparticleSample; import gov.nih.nci.cananolab.dto.common.ReportBean; impo...
src/gov/nih/nci/cananolab/dto/particle/ParticleBean.java
package gov.nih.nci.cananolab.dto.particle; import gov.nih.nci.cananolab.domain.common.Keyword; import gov.nih.nci.cananolab.domain.common.Source; import gov.nih.nci.cananolab.domain.particle.NanoparticleSample; import gov.nih.nci.cananolab.util.StringUtils; import java.util.Date; import java.util.HashSet; import jav...
updated to include reports SVN-Revision: 11936
src/gov/nih/nci/cananolab/dto/particle/ParticleBean.java
updated to include reports
Java
bsd-3-clause
339ed533ecffcfe2faf428a9a53fad22a9bc8902
0
EuropeanSpallationSource/openxal,luxiaohan/openxal-csns-luxh,openxal/openxal,openxal/openxal,openxal/openxal,luxiaohan/openxal-csns-luxh,EuropeanSpallationSource/openxal,luxiaohan/openxal-csns-luxh,EuropeanSpallationSource/openxal,openxal/openxal,openxal/openxal,luxiaohan/openxal-csns-luxh,EuropeanSpallationSource/open...
/* * @(#)PVLoggerDataSource.java 0.0 01/03/2005 * * Copyright (c) 2001-2005 Oak Ridge National Laboratory * Oak Ridge, Tenessee 37831, U.S.A. * All rights reserved. * */ package xal.sim.sync; import java.util.*; import xal.sim.scenario.Scenario; import xal.smf.AcceleratorNode; import xal.smf.Accelerat...
xal/sim/sync/PVLoggerDataSource.java
/* * @(#)PVLoggerDataSource.java 0.0 01/03/2005 * * Copyright (c) 2001-2005 Oak Ridge National Laboratory * Oak Ridge, Tenessee 37831, U.S.A. * All rights reserved. * */ package xal.sim.sync; import java.util.*; import xal.sim.scenario.Scenario; import xal.smf.AcceleratorNode; import xal.smf.Accelerat...
-n Merge in changes from XAL including replacing HashMap return types with more generic Map.
xal/sim/sync/PVLoggerDataSource.java
-n Merge in changes from XAL including replacing HashMap return types with more generic Map.
Java
apache-2.0
1732fd2ea68a1d5efa3c523bef325c63362989a6
0
LeoYao/elasticsearch,wangtuo/elasticsearch,LewayneNaidoo/elasticsearch,obourgain/elasticsearch,masaruh/elasticsearch,rajanm/elasticsearch,nilabhsagar/elasticsearch,rajanm/elasticsearch,uschindler/elasticsearch,mortonsykes/elasticsearch,HonzaKral/elasticsearch,jimczi/elasticsearch,markwalkom/elasticsearch,StefanGor/elas...
plugins/delete-by-query/src/test/java/org/elasticsearch/action/deletebyquery/TransportDeleteByQueryActionTests.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Remove rogue file from the by-gone days of 2.x.
plugins/delete-by-query/src/test/java/org/elasticsearch/action/deletebyquery/TransportDeleteByQueryActionTests.java
Remove rogue file from the by-gone days of 2.x.
Java
mit
13ae742153196a192efb0fae9f61b09d371fa727
0
CS2103JAN2017-W14-B2/main,CS2103JAN2017-W14-B2/main
package seedu.taskboss.ui; import java.util.Comparator; import java.util.HashMap; import java.util.Map.Entry; import java.util.logging.Logger; import com.google.common.eventbus.Subscribe; import javafx.application.Platform; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import jav...
src/main/java/seedu/taskboss/ui/CategoryListPanel.java
package seedu.taskboss.ui; import java.util.Comparator; import java.util.HashMap; import java.util.Map.Entry; import java.util.logging.Logger; import com.google.common.eventbus.Subscribe; import javafx.application.Platform; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import jav...
Fix indentation::CategoryListPanel
src/main/java/seedu/taskboss/ui/CategoryListPanel.java
Fix indentation::CategoryListPanel
Java
mit
04981040ebfec353dee102b7d50d94439e429d20
0
ugent-cros/cros-core,ugent-cros/cros-core,ugent-cros/cros-core
package parrot.ardrone3.protocol; import akka.actor.*; import akka.event.Logging; import akka.event.LoggingAdapter; import akka.io.Udp; import akka.io.UdpMessage; import akka.japi.pf.ReceiveBuilder; import akka.util.ByteIterator; import akka.util.ByteString; import parrot.ardrone3.models.*; import parrot.ardrone3.hand...
drivers/parrot/src/parrot/ardrone3/protocol/ArDrone3.java
package parrot.ardrone3.protocol; import akka.actor.*; import akka.event.Logging; import akka.event.LoggingAdapter; import akka.io.Udp; import akka.io.UdpMessage; import akka.japi.pf.ReceiveBuilder; import akka.util.ByteIterator; import akka.util.ByteString; import parrot.ardrone3.models.*; import parrot.ardrone3.hand...
Cleanup for video
drivers/parrot/src/parrot/ardrone3/protocol/ArDrone3.java
Cleanup for video
Java
mit
034253e12488fdbfc4ef147eda585d65f6b6e65b
0
magx2/jSupla
package pl.grzeslowski.jsupla.protocoljava.impl.serializers; import pl.grzeslowski.jsupla.Preconditions; import pl.grzeslowski.jsupla.protocoljava.api.serializers.StringSerializer; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.util.Arrays; import static java.lang.System.arraycopy; import static...
protocol-java/src/main/java/pl/grzeslowski/jsupla/protocoljava/impl/serializers/StringSerializerImpl.java
package pl.grzeslowski.jsupla.protocoljava.impl.serializers; import pl.grzeslowski.jsupla.Preconditions; import pl.grzeslowski.jsupla.protocoljava.api.serializers.StringSerializer; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.util.Arrays; import static java.lang.System.arraycopy; import static...
Checkstyle
protocol-java/src/main/java/pl/grzeslowski/jsupla/protocoljava/impl/serializers/StringSerializerImpl.java
Checkstyle
Java
mit
fef8887a00ff02dc17e8231d5af774de5e2648cb
0
jamierocks/EnderBow
/* * Copyright 2015 Jamie Mansfield <https://github.com/jamierocks> * * 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 requ...
src/main/java/uk/jamierocks/bukkit/enderbow/EnderBowListener.java
/* * Copyright 2015 Jamie Mansfield <https://github.com/jamierocks> * * 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 requ...
Fix for intended behaviour
src/main/java/uk/jamierocks/bukkit/enderbow/EnderBowListener.java
Fix for intended behaviour
Java
mit
37c0c8926c9097787464a2c4690da57227eade48
0
UNIZAR-30226-2016-12/AplicacionPS
package redwinecorp.misvinos; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; /** * Simple notes databas...
app/src/main/java/redwinecorp/misvinos/VinosDbAdapter.java
package redwinecorp.misvinos; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; /** * Simple notes databas...
Metodos para acceder a los grupos y los vinos relacionados -> hechos. Metodos que devuelven los vinos ordenados -> hechos. Es posible que se necesiten mas. Ya se haran conforme se vayan necesitando.
app/src/main/java/redwinecorp/misvinos/VinosDbAdapter.java
Metodos para acceder a los grupos y los vinos relacionados -> hechos. Metodos que devuelven los vinos ordenados -> hechos. Es posible que se necesiten mas. Ya se haran conforme se vayan necesitando.
Java
mit
784da33feb92e1e0ba84ebadb7896f0440b823d5
0
fimkrypto/nxt,Ziftr/nxt,fimkrypto/nxt,fimkrypto/nxt,Ziftr/nxt,Ziftr/nxt,fimkrypto/nxt
package nxt; import nxt.db.Db; import nxt.util.Logger; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; final class DbVersion { static void init() { try (Connection con = Db.beginTransaction(); Statement stmt = con.createStatement()) { ...
src/java/nxt/DbVersion.java
package nxt; import nxt.db.Db; import nxt.util.Logger; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; final class DbVersion { static void init() { try (Connection con = Db.beginTransaction(); Statement stmt = con.createStatement()) { ...
update initial peers
src/java/nxt/DbVersion.java
update initial peers
Java
mit
1f9dc38003b214b3e34097aa4dfc78219bbd11d1
0
dmatej/jdbc-adapter
package org.jdbc.adapter.ifx; import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; import java.util.concurrent.Executor; import java.util.logging.Logger; import org.jdbc.adapter.iface.StatementWrapper; import org.jdbc.adapter.jdbc42.Jdbc42Connection; import com.informix.jdbc.IfmxConne...
src/main/java/org/jdbc/adapter/ifx/Ifx42Connection.java
package org.jdbc.adapter.ifx; import java.sql.Connection; import java.sql.SQLException; import java.sql.SQLFeatureNotSupportedException; import java.sql.Statement; import java.util.concurrent.Executor; import org.jdbc.adapter.iface.StatementWrapper; import org.jdbc.adapter.jdbc42.Jdbc42Connection; import com.informi...
Network timeout is not supported on IfmxConnection - but throwing an exception causes stacktraces in Glassfish connection holders. - this solution should not break anything: - setter logs a warning that the call is ignored - getter returns 0 (no timeout set) - another solution would be to implement the functionali...
src/main/java/org/jdbc/adapter/ifx/Ifx42Connection.java
Network timeout is not supported on IfmxConnection
Java
mit
6c26993b7b091708fb3bf8af0c523862487eda51
0
BurningMind/MechaSolver
import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; import javax.swing.event.*; public class MainWindow extends JFrame implements ActionListener, ChangeListener { JButton m_addRevoluteButton; JButton m_addPrismaticButton; JButton m_addLineButton; JButton m_setAngleButton; JButton...
src/MainWindow.java
import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; import javax.swing.event.*; public class MainWindow extends JFrame implements ActionListener, ChangeListener { JButton m_addRevoluteButton; JButton m_addPrismaticButton; JButton m_addLineButton; JButton m_setAngleButton; JButton...
Adds rotation for solids only attached to one revolute.
src/MainWindow.java
Adds rotation for solids only attached to one revolute.
Java
agpl-3.0
a84809137c38bcbd95652d5e1c8dd9d4238548b4
0
UniversityOfHawaiiORS/kc,jwillia/kc-old1,geothomasp/kcmit,kuali/kc,geothomasp/kcmit,mukadder/kc,geothomasp/kcmit,jwillia/kc-old1,ColostateResearchServices/kc,UniversityOfHawaiiORS/kc,ColostateResearchServices/kc,kuali/kc,jwillia/kc-old1,iu-uits-es/kc,mukadder/kc,geothomasp/kcmit,iu-uits-es/kc,jwillia/kc-old1,University...
/* * Copyright 2006-2008 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless re...
src/main/java/org/kuali/kra/institutionalproposal/rules/InstitutionalProposalSponsorAndProgramRuleImpl.java
/* * Copyright 2006-2008 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless re...
KRACOEUS-2673
src/main/java/org/kuali/kra/institutionalproposal/rules/InstitutionalProposalSponsorAndProgramRuleImpl.java
KRACOEUS-2673
Java
agpl-3.0
35d6f57184f7a5ecdae0015b1368f95a6ec07053
0
ibcn-cloudlet/dianne,ibcn-cloudlet/dianne,ibcn-cloudlet/dianne,ibcn-cloudlet/dianne,ibcn-cloudlet/dianne,ibcn-cloudlet/dianne,ibcn-cloudlet/dianne
/******************************************************************************* * DIANNE - Framework for distributed artificial neural networks * Copyright (C) 2015 iMinds - IBCN - UGent * * This file is part of DIANNE. * * DIANNE is free software: you can redistribute it and/or modify * it under the terms of...
be.iminds.iot.dianne.rl.experience/src/be/iminds/iot/dianne/rl/experience/adapters/MultiExperiencePoolAdapter.java
/******************************************************************************* * DIANNE - Framework for distributed artificial neural networks * Copyright (C) 2015 iMinds - IBCN - UGent * * This file is part of DIANNE. * * DIANNE is free software: you can redistribute it and/or modify * it under the terms of...
fix MultiExperiencePoolAdapter if sequence has smaller size
be.iminds.iot.dianne.rl.experience/src/be/iminds/iot/dianne/rl/experience/adapters/MultiExperiencePoolAdapter.java
fix MultiExperiencePoolAdapter if sequence has smaller size
Java
lgpl-2.1
a1a40da51e47e76398ab27203a4fe1dcd7e313d6
0
rblasch/fb-contrib,ThrawnCA/fb-contrib,rblasch/fb-contrib,ThrawnCA/fb-contrib,rblasch/fb-contrib,rblasch/fb-contrib,mebigfatguy/fb-contrib,mebigfatguy/fb-contrib,ThrawnCA/fb-contrib,mebigfatguy/fb-contrib,ThrawnCA/fb-contrib
/* * fb-contrib - Auxiliary detectors for Java programs * Copyright (C) 2005-2016 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License...
src/com/mebigfatguy/fbcontrib/detect/ArrayWrappedCallByReference.java
/* * fb-contrib - Auxiliary detectors for Java programs * Copyright (C) 2005-2016 Dave Brosius * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licens...
break apart big switch
src/com/mebigfatguy/fbcontrib/detect/ArrayWrappedCallByReference.java
break apart big switch
Java
lgpl-2.1
8062b3041186f02bcc6c4dd8b1c290eea8650a7f
0
JordanReiter/railo,getrailo/railo,modius/railo,JordanReiter/railo,modius/railo,getrailo/railo,getrailo/railo
package railo.transformer.bytecode.util; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.objectweb.asm.ClassReader; import org.objectweb.asm.ClassWriter; import org.objectweb.asm.FieldVisitor; import org.objectweb.asm.Label; import org.ob...
railo-java/railo-core/src/railo/transformer/bytecode/util/ASMUtil.java
package railo.transformer.bytecode.util; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.objectweb.asm.ClassReader; import org.objectweb.asm.ClassWriter; import org.objectweb.asm.FieldVisitor; import org.objectweb.asm.Label; import org.ob...
remove package name on move to import
railo-java/railo-core/src/railo/transformer/bytecode/util/ASMUtil.java
remove package name on move to import
Java
apache-2.0
c8956c589c9909c05d9a4d73d16eccbe74208a04
0
WestCoastInformatics/UMLS-Terminology-Server,WestCoastInformatics/UMLS-Terminology-Server,WestCoastInformatics/UMLS-Terminology-Server,WestCoastInformatics/UMLS-Terminology-Server,WestCoastInformatics/UMLS-Terminology-Server
/* * Copyright 2015 West Coast Informatics, LLC */ package com.wci.umls.server.jpa.algo.release; import java.io.File; import java.io.FileWriter; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Li...
jpa-services/src/main/java/com/wci/umls/server/jpa/algo/release/WriteRrfContentFilesAlgorithm.java
/* * Copyright 2015 West Coast Informatics, LLC */ package com.wci.umls.server.jpa.algo.release; import java.io.File; import java.io.FileWriter; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Li...
NE-280: fix SRC entries for MRHIER
jpa-services/src/main/java/com/wci/umls/server/jpa/algo/release/WriteRrfContentFilesAlgorithm.java
NE-280: fix SRC entries for MRHIER
Java
apache-2.0
56fefc9845ab926f225edb7c787c1a676eefadb3
0
apache/airavata,apache/airavata,apache/airavata,apache/airavata,apache/airavata,apache/airavata,apache/airavata,apache/airavata
/* * * 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"); y...
modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/monitor/email/EmailBasedMonitor.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"); y...
handling a corner case in email handling from Airavata custom emails
modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/monitor/email/EmailBasedMonitor.java
handling a corner case in email handling from Airavata custom emails
Java
apache-2.0
2a74d00f2522d6eaa523700f10ecba8219372229
0
epam-debrecen-rft-2015/atsy,epam-debrecen-rft-2015/atsy,epam-debrecen-rft-2015/atsy
package com.epam.rft.atsy.persistence.repositories; import static org.hamcrest.CoreMatchers.notNullValue; import static org.hamcrest.Matchers.empty; import static org.hamcrest.Matchers.greaterThan; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import com.epam.rft.atsy.persistence...
persistence/src/test/java/com/epam/rft/atsy/persistence/repositories/ApplicationsRepositoryIT.java
package com.epam.rft.atsy.persistence.repositories; import static org.hamcrest.CoreMatchers.notNullValue; import static org.hamcrest.Matchers.empty; import static org.hamcrest.Matchers.greaterThan; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import com.epam.rft.atsy.persistence...
Changed old test methods to use the new pagination supporting method and added a new one.
persistence/src/test/java/com/epam/rft/atsy/persistence/repositories/ApplicationsRepositoryIT.java
Changed old test methods to use the new pagination supporting method and added a new one.
Java
apache-2.0
d5f55177f4c7a4bd1e95d1e872d65463909a6d35
0
jithu21/curator,fengbaicanhe/curator,jinwen/curator,jithu21/curator,xuzha/curator,madrob/curator,mosoft521/curator,yepuv1/curator.net,fengbaicanhe/curator,wfxiang08/curator,yepuv1/curator.net,apache/curator,jinwen/curator,ouyangkongtong/curator-1,oza/curator,serranom/curator,madrob/curator,dragonsinth/curator,dragonsin...
/** * 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...
curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessMutex.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...
CURATOR-84 - Fixed up formatting
curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessMutex.java
CURATOR-84 - Fixed up formatting
Java
apache-2.0
3285cf04cd81931fb578cd7d5019fccc9c0a4182
0
tabish121/proton4j
/* * 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 ...
protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientStreamReceiverMessage.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 ...
Add some notes on additional work needed for Stream Receiver impl
protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientStreamReceiverMessage.java
Add some notes on additional work needed for Stream Receiver impl
Java
apache-2.0
2c15697766c82f35359b22e69712d4be39f123a9
0
saego/RepositBasic,saego/RepositBasic
package start; import moduls.Item; /** * Created by ${Ruslan} on 19.09.16. */ public class Tracker { private Item[] items = new Item[20]; private int position = 0; public Item addClient(Item item){ this.items[position++] = item; return item; } public Item findById(String client...
clients/src/main/java/start/Tracker.java
package start; import moduls.Item; /** * Created by ${Ruslan} on 19.09.16. */ public class Tracker { private Item[] item = new Item[20]; private int position = 0; public Item addClient(Item item){ this.item[position++] = item; return item; } }
add && findId
clients/src/main/java/start/Tracker.java
add && findId
Java
apache-2.0
8280a872e1d3ab85172ea858a19d734bb8c1b197
0
realityforge/arez,realityforge/arez,realityforge/arez
package arez.integration.memoize; import arez.Arez; import arez.ArezContext; import arez.ComputableValue; import arez.Observer; import arez.annotations.ArezComponent; import arez.annotations.Memoize; import arez.annotations.Observable; import arez.annotations.PriorityOverride; import arez.integration.AbstractArezInteg...
integration-tests/src/test/java/arez/integration/memoize/MemoizedPriorityOverrideIntegrationTest.java
package arez.integration.memoize; import arez.Arez; import arez.ArezContext; import arez.ComputableValue; import arez.Observer; import arez.annotations.ArezComponent; import arez.annotations.Memoize; import arez.annotations.Observable; import arez.annotations.PriorityOverride; import arez.integration.AbstractArezInteg...
Suppress warning
integration-tests/src/test/java/arez/integration/memoize/MemoizedPriorityOverrideIntegrationTest.java
Suppress warning
Java
apache-2.0
805995671be070d3ea8da7860ef05a8625a09ee1
0
zhangminglei/flink,apache/flink,sunjincheng121/flink,kl0u/flink,Xpray/flink,zentol/flink,zentol/flink,twalthr/flink,fhueske/flink,tony810430/flink,haohui/flink,twalthr/flink,greghogan/flink,lincoln-lil/flink,bowenli86/flink,twalthr/flink,zimmermatt/flink,mtunique/flink,haohui/flink,yew1eb/flink,wwjiang007/flink,dariony...
/*********************************************************************************************************************** * * Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu) * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with...
pact/pact-runtime/src/test/java/eu/stratosphere/pact/runtime/sort/AsynchonousPartialSorterITCase.java
/*********************************************************************************************************************** * * Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu) * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with...
- added Ignore annotation to AsynchonousPartialSorterITCase since it does not terminate on Jenkins - added Trac Ticket to enable and fix test
pact/pact-runtime/src/test/java/eu/stratosphere/pact/runtime/sort/AsynchonousPartialSorterITCase.java
- added Ignore annotation to AsynchonousPartialSorterITCase since it does not terminate on Jenkins - added Trac Ticket to enable and fix test
Java
apache-2.0
a00a42c6cbe020d506b25dfa96f524f712a06889
0
JulianSobott/NavEvent,JulianSobott/NavEvent,JulianSobott/NavEvent,JulianSobott/NavEvent
package com.unknown.navevent.ui; import android.Manifest; import android.annotation.TargetApi; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.BitmapFactory; import android.graphics.Color; import android.os.Build; import android.o...
NavEvent/app/src/main/java/com/unknown/navevent/ui/MainActivity.java
package com.unknown.navevent.ui; import android.Manifest; import android.annotation.TargetApi; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.BitmapFactory; import android.graphics.Color; import android.os.Build; import android.o...
some more tweaks to the adapter only comms
NavEvent/app/src/main/java/com/unknown/navevent/ui/MainActivity.java
some more tweaks to the adapter only comms