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
lgpl-2.1
3dbe6ccdeda092f3c32cb0c81bbe8c5a1af4cccb
0
Ghostlyr/MinecraftForge,bonii-xx/MinecraftForge,dmf444/MinecraftForge,brubo1/MinecraftForge,simon816/MinecraftForge,karlthepagan/MinecraftForge,shadekiller666/MinecraftForge,mickkay/MinecraftForge,jdpadrnos/MinecraftForge,Mathe172/MinecraftForge,CrafterKina/MinecraftForge,blay09/MinecraftForge,fcjailybo/MinecraftForge,...
package cpw.mods.fml.relauncher; import java.security.Permission; /** * A custom security manager stopping certain events from happening * unexpectedly. * * @author cpw * */ public class FMLSecurityManager extends SecurityManager { @Override public void checkPermission(Permission perm) { Str...
fml/src/main/java/cpw/mods/fml/relauncher/FMLSecurityManager.java
package cpw.mods.fml.relauncher; import java.security.Permission; /** * A custom security manager stopping certain events from happening * unexpectedly. * * @author cpw * */ public class FMLSecurityManager extends SecurityManager { @Override public void checkPermission(Permission perm) { Str...
Fix up other exit points. Should stop process hangs for clean exits.
fml/src/main/java/cpw/mods/fml/relauncher/FMLSecurityManager.java
Fix up other exit points. Should stop process hangs for clean exits.
Java
lgpl-2.1
4cc343b53fc3b055a18be3d9e47a8002bb8db74f
0
xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/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-macros/xwiki-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/PygmentsParser.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...
[cleanup] Improve codestyle git-svn-id: d23d7a6431d93e1bdd218a46658458610974b053@14913 f329d543-caf0-0310-9063-dda96c69346f
xwiki-macros/xwiki-macro-code/src/main/java/org/xwiki/rendering/internal/parser/pygments/PygmentsParser.java
[cleanup] Improve codestyle
Java
apache-2.0
76e0e5238f46dce24373a9f1fab4142028ea1e28
0
treasure-data/presto,dain/presto,electrum/presto,smartnews/presto,erichwang/presto,smartnews/presto,ebyhr/presto,ebyhr/presto,11xor6/presto,erichwang/presto,Praveen2112/presto,smartnews/presto,losipiuk/presto,Praveen2112/presto,treasure-data/presto,electrum/presto,treasure-data/presto,hgschmie/presto,erichwang/presto,e...
/* * 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-hive/src/main/java/io/prestosql/plugin/hive/metastore/thrift/ThriftMetastoreConfig.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...
Use backward compatible feature toggle name
presto-hive/src/main/java/io/prestosql/plugin/hive/metastore/thrift/ThriftMetastoreConfig.java
Use backward compatible feature toggle name
Java
apache-2.0
a0e01ef76d4ab334ad75fd52a7829245bada85d6
0
OHDSI/WebAPI,OHDSI/WebAPI,OHDSI/WebAPI
/* * Copyright 2015 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
src/main/java/org/ohdsi/webapi/service/IRAnalysisService.java
/* * Copyright 2015 Observational Health Data Sciences and Informatics [OHDSI.org]. * * 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 ...
Fixes IR execution on non-accessible IRs (#1124)
src/main/java/org/ohdsi/webapi/service/IRAnalysisService.java
Fixes IR execution on non-accessible IRs (#1124)
Java
apache-2.0
dcc13892365591dfda51757bf99b126feaefc4ad
0
gstevey/gradle,robinverduijn/gradle,gstevey/gradle,gradle/gradle,blindpirate/gradle,robinverduijn/gradle,gstevey/gradle,gradle/gradle,gradle/gradle,robinverduijn/gradle,lsmaira/gradle,blindpirate/gradle,blindpirate/gradle,gstevey/gradle,lsmaira/gradle,lsmaira/gradle,gstevey/gradle,blindpirate/gradle,lsmaira/gradle,robi...
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/core/src/main/java/org/gradle/internal/composite/CompositeBuildSettingsLoader.java
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Load the `IncludedBuildFactory` on demand This avoids requiring the `:compositeBuilds` module to be present for any gradle integration testing, since this service implementation is provided by `CompositeBuildServices`.
subprojects/core/src/main/java/org/gradle/internal/composite/CompositeBuildSettingsLoader.java
Load the `IncludedBuildFactory` on demand
Java
apache-2.0
f61305c954c5dc0e118d160a35089f932d7ca0a9
0
InterestingLab/waterdrop,InterestingLab/waterdrop
package io.github.interestinglab.waterdrop.utils; import com.alibaba.fastjson.JSONObject; import org.apache.spark.sql.types.DataType; import org.apache.spark.sql.types.DataTypes; import org.apache.spark.sql.types.StructType; import io.github.interestinglab.waterdrop.config.ConfigRuntimeException; import java.util.Li...
waterdrop-core/src/main/java/io/github/interestinglab/waterdrop/utils/SparkSturctTypeUtil.java
package io.github.interestinglab.waterdrop.utils; import com.alibaba.fastjson.JSONObject; import org.apache.spark.sql.types.ArrayType; import org.apache.spark.sql.types.DataType; import org.apache.spark.sql.types.DataTypes; import org.apache.spark.sql.types.StructType; import io.github.interestinglab.waterdrop.config...
fix code style
waterdrop-core/src/main/java/io/github/interestinglab/waterdrop/utils/SparkSturctTypeUtil.java
fix code style
Java
apache-2.0
3790bcc994fd76286d17f2c475eca607a5b791dd
0
Leanplum/Leanplum-Android-SDK,Leanplum/Leanplum-Android-SDK,Leanplum/Leanplum-Android-SDK,Leanplum/Leanplum-Android-SDK
/* * Copyright 2013, Leanplum, Inc. All rights reserved. * * 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 unde...
AndroidSDKCore/src/main/java/com/leanplum/internal/Request.java
/* * Copyright 2013, Leanplum, Inc. All rights reserved. * * 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 unde...
Add missing semicolon
AndroidSDKCore/src/main/java/com/leanplum/internal/Request.java
Add missing semicolon
Java
apache-2.0
0ae09f138458f287a7b1c8e8c4321ff2d3916aae
0
Distrotech/intellij-community,robovm/robovm-studio,kool79/intellij-community,retomerz/intellij-community,consulo/consulo,supersven/intellij-community,MichaelNedzelsky/intellij-community,da1z/intellij-community,ol-loginov/intellij-community,izonder/intellij-community,slisson/intellij-community,vladmm/intellij-community,...
/* * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ package com.intellij.util.xml.impl; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.Pair; import com.intellij.openapi.util.text.StringUtil; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.openapi.vfs.Vi...
source/com/intellij/util/xml/impl/GenericInfoImpl.java
/* * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ package com.intellij.util.xml.impl; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.Pair; import com.intellij.openapi.util.text.StringUtil; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.openapi.vfs.Vi...
default name strategy for xml attributes rolled back
source/com/intellij/util/xml/impl/GenericInfoImpl.java
default name strategy for xml attributes rolled back
Java
apache-2.0
e9e088e32725deaae300fabb84ff8b65f1a8a055
0
Nerdwin15/wildfly-rewriter,Nerdwin15/wildfly-rewriter
/* * File created on May 28, 2014 * * Copyright 2013-2014 Nerdwin15, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
wildfly-rewriter-webapp/src/main/java/com/nerdwin15/wildfly/rewriter/web/repo/JpaRuleRepository.java
/* * File created on May 28, 2014 * * Copyright 2013-2014 Nerdwin15, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
Added repository implementation of createRule
wildfly-rewriter-webapp/src/main/java/com/nerdwin15/wildfly/rewriter/web/repo/JpaRuleRepository.java
Added repository implementation of createRule
Java
apache-2.0
667c8dab98fe5553c458e7263870c8dced66c45d
0
idea4bsd/idea4bsd,michaelgallacher/intellij-community,fitermay/intellij-community,ibinti/intellij-community,youdonghai/intellij-community,vvv1559/intellij-community,mglukhikh/intellij-community,apixandru/intellij-community,asedunov/intellij-community,ThiagoGarciaAlves/intellij-community,fitermay/intellij-community,idea...
package com.intellij.codeInsight.editorActions.fillParagraph; import com.intellij.formatting.FormatterTagHandler; import com.intellij.openapi.command.CommandProcessor; import com.intellij.openapi.editor.Document; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.util.TextRange; import com.intellij...
platform/lang-impl/src/com/intellij/codeInsight/editorActions/fillParagraph/ParagraphFillHandler.java
package com.intellij.codeInsight.editorActions.fillParagraph; import com.intellij.openapi.command.CommandProcessor; import com.intellij.openapi.editor.Document; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.util.TextRange; import com.intellij.openapi.util.UnfairTextRange; import com.intellij.o...
fixed tests
platform/lang-impl/src/com/intellij/codeInsight/editorActions/fillParagraph/ParagraphFillHandler.java
fixed tests
Java
apache-2.0
03bb057986519a84915386206f7b4a5d8caec91f
0
Governance/overlord-commons,objectiser/overlord-commons,Governance/overlord-commons,objectiser/overlord-commons,objectiser/overlord-commons
/* * Copyright 2013 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
overlord-commons-maven-plugin/src/main/java/org/overlord/commons/maven/plugin/GenerateFeaturesXmlMojo.java
/* * Copyright 2013 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
support classifiers
overlord-commons-maven-plugin/src/main/java/org/overlord/commons/maven/plugin/GenerateFeaturesXmlMojo.java
support classifiers
Java
apache-2.0
47a9bae2a519cb79b40c73f8df2f15941b946b0e
0
hasinitg/airavata,gouravshenoy/airavata,anujbhan/airavata,apache/airavata,anujbhan/airavata,glahiru/airavata,glahiru/airavata,jjj117/airavata,hasinitg/airavata,dogless/airavata,machristie/airavata,dogless/airavata,gouravshenoy/airavata,dogless/airavata,anujbhan/airavata,jjj117/airavata,glahiru/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/commons/registry-api/src/test/java/org/apache/airavata/registry/api/impl/JCRRegistrySearchTest.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...
fixing compilation error. git-svn-id: 64c7115bac0e45f25b6ef7317621bf38f6d5f89e@1221988 13f79535-47bb-0310-9956-ffa450edef68
modules/commons/registry-api/src/test/java/org/apache/airavata/registry/api/impl/JCRRegistrySearchTest.java
fixing compilation error.
Java
apache-2.0
f43b9c395f2b80b86cd7d55b084b6db3627667f1
0
apache/activemq-artemis,kjniemi/activemq-artemis,jbertram/activemq-artemis,clebertsuconic/activemq-artemis,apache/activemq-artemis,andytaylor/activemq-artemis,clebertsuconic/activemq-artemis,graben/activemq-artemis,clebertsuconic/activemq-artemis,tabish121/activemq-artemis,kjniemi/activemq-artemis,kjniemi/activemq-arte...
/* * 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 n...
artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.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 n...
NO-JIRA Fixing memory leak on testsuite AbstractJDBCDriver would hold an instance to AbstractJDBCDriver through an innner class, that would hold an ActiveMQServerImpl. That means Servers would be leaking for the entire duration of the testsuite when using JDBC.
artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java
NO-JIRA Fixing memory leak on testsuite
Java
apache-2.0
8866c6429f057dbd2909051622b966c80d2bc05b
0
DescartesResearch/Pet-Supply-Store,DescartesResearch/Pet-Supply-Store,DescartesResearch/Pet-Supply-Store
/** * 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 * distribu...
services/tools.descartes.petstore.image/src/main/java/tools/descartes/petstore/image/setup/SetupController.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 * distribu...
Removed debugging output from SetupController
services/tools.descartes.petstore.image/src/main/java/tools/descartes/petstore/image/setup/SetupController.java
Removed debugging output from SetupController
Java
apache-2.0
f95a74c5e090469e541c205e18b759e5e94d8339
0
inventiLT/inventi-wicket,inventiLT/inventi-wicket,inventiLT/inventi-wicket
package lt.inventi.wicket.component.bootstrap.form; import java.util.Arrays; import org.apache.wicket.markup.html.form.IChoiceRenderer; import org.apache.wicket.markup.html.form.RadioChoice; import org.apache.wicket.model.IModel; /** * Radio choice which creates two values for a boolean-backed model. * <p> * This...
inventi-wicket-bootstrap/src/main/java/lt/inventi/wicket/component/bootstrap/form/BootstrapBooleanRadioChoice.java
package lt.inventi.wicket.component.bootstrap.form; import java.util.Arrays; import org.apache.wicket.markup.html.form.IChoiceRenderer; import org.apache.wicket.model.IModel; /** * Radio choice which creates two values for a boolean-backed model. * <p> * This control serves as an alternative to checkboxes, especi...
Do not nest inputs into labels
inventi-wicket-bootstrap/src/main/java/lt/inventi/wicket/component/bootstrap/form/BootstrapBooleanRadioChoice.java
Do not nest inputs into labels
Java
apache-2.0
05b54dadc163f331f29700e3d6ac798160415b13
0
b2ihealthcare/snow-owl,IHTSDO/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,b2ihealthcare/snow-owl
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
core/com.b2international.snowowl.api.impl/src/com/b2international/snowowl/api/impl/codesystem/domain/CodeSystem.java
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
Builder to build api code systems.
core/com.b2international.snowowl.api.impl/src/com/b2international/snowowl/api/impl/codesystem/domain/CodeSystem.java
Builder to build api code systems.
Java
apache-2.0
d4166db8fc12b0ac93bcf4498feffc054dbb0c4f
0
SlavaPihidko/java_lessons
package qa.paket1; public class Hello { public static void main(String[] args) { hello("world"); } public static void hello( String somebody){ System.out.println("Hello"+somebody+"!"); } }
lesson_1/src/main/java/qa/paket1/Hello.java
package qa.paket1; public class Hello { public static void main(String[] args) { System.out.println("Hello world!"); } }
создали метод hello
lesson_1/src/main/java/qa/paket1/Hello.java
создали метод hello
Java
apache-2.0
93e40c9b36721d501e5ec8cf3cdc3c8590b1fc66
0
eayun/ovirt-engine,walteryang47/ovirt-engine,zerodengxinchao/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,zerodengxinchao/ovirt-engine,eayun/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engin...
package org.ovirt.engine.core.vdsbroker.vdsbroker; import java.nio.file.Paths; import java.text.DateFormat; import java.text.DecimalFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collections; i...
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
package org.ovirt.engine.core.vdsbroker.vdsbroker; import java.nio.file.Paths; import java.text.DateFormat; import java.text.DecimalFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collections; i...
engine:slave's mac in Broker, to lower case slave's mac in older vdsm versions, is in upper case, resulting slave's mac is saved and repressent in upper case Change-Id: Ibfebc2aea4bc3605253bfb072fc4ad19c0fd2270 Bug-Url: https://bugzilla.redhat.com/1132422 Signed-off-by: Eliraz Levi <d2d4fe4973853a32325539832a7ae78bae...
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
engine:slave's mac in Broker, to lower case
Java
apache-2.0
5c6c646e6d0f86802ca440365c337683d07f68ef
0
katzer/cordova-plugin-printer,katzer/cordova-plugin-printer
/* Copyright 2013-2016 appPlant GmbH 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 L...
src/android/Printer.java
/* Copyright 2013-2016 appPlant GmbH 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 L...
Fix potential crash and infinite loop (Closes #61)
src/android/Printer.java
Fix potential crash and infinite loop (Closes #61)
Java
bsd-3-clause
7761c506e774ff823b94701b777227668875d64e
0
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
core/src/androidTest/java/org/hisp/dhis/android/testapp/category/CategoryOptionComboCollectionRepositoryMockIntegrationShould.java
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
[ANDROSDK-760] Test that repository not find combos when there are not matching options
core/src/androidTest/java/org/hisp/dhis/android/testapp/category/CategoryOptionComboCollectionRepositoryMockIntegrationShould.java
[ANDROSDK-760] Test that repository not find combos when there are not matching options
Java
isc
77f2ab647dbf2d263f5d2b13429a2d879523b835
0
TealCube/strife
/** * The MIT License * Copyright (c) 2015 Teal Cube Games * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
src/main/java/info/faceland/strife/listeners/CombatListener.java
/** * The MIT License * Copyright (c) 2015 Teal Cube Games * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
More accurate creeper damage, that always does at least 20% damage
src/main/java/info/faceland/strife/listeners/CombatListener.java
More accurate creeper damage, that always does at least 20% damage
Java
mit
eccaf50a18672f893c7b062a54800ad7efbf2c2c
0
codeborne/selenide,codeborne/selenide,simple-elf/selenide,simple-elf/selenide,codeborne/selenide,simple-elf/selenide,simple-elf/selenide
package com.codeborne.selenide.impl; import com.codeborne.selenide.WebDriverProvider; import org.openqa.selenium.*; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeOptions; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.htmlunit.HtmlUnitDriver; impo...
src/main/java/com/codeborne/selenide/impl/WebDriverThreadLocalContainer.java
package com.codeborne.selenide.impl; import com.codeborne.selenide.WebDriverProvider; import org.openqa.selenium.*; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeOptions; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.htmlunit.HtmlUnitDriver; impo...
#164 ignore self-signed certificates in PhantomJS driver
src/main/java/com/codeborne/selenide/impl/WebDriverThreadLocalContainer.java
#164 ignore self-signed certificates in PhantomJS driver
Java
mit
befb4de873f4fe6661819ee595a2609e97df0d61
0
oldterns/VileBot,oldterns/VileBot
/** * Copyright (C) 2013 Oldterns * * This file may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package com.oldterns.vilebot.handlers.user; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.Random; import java.u...
vilebot/src/main/java/com/oldterns/vilebot/handlers/user/QuotesAndFacts.java
/** * Copyright (C) 2013 Oldterns * * This file may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package com.oldterns.vilebot.handlers.user; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.Random; import java.u...
add comment to explain searchPattern in QuotesAndFacts
vilebot/src/main/java/com/oldterns/vilebot/handlers/user/QuotesAndFacts.java
add comment to explain searchPattern in QuotesAndFacts
Java
mit
06fc5eecf80df9360894e971c8513faefdc8086e
0
iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller...
/* * Copyright (c) 2010 The Broad Institute * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, mer...
java/src/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotator.java
/* * Copyright (c) 2010 The Broad Institute * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, mer...
Implemented TreeReducible - if num threads > 1, the output will be accumulated in memory and written to a vcf file at the end - in onTraveralDone(..). If num threads == 1, things will work as before - where vcf records are written to disk as soon as they are computed with map(..). git-svn-id: 4561c0a8f080806b19201efb9...
java/src/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotator.java
Implemented TreeReducible - if num threads > 1, the output will be accumulated in memory and written to a vcf file at the end - in onTraveralDone(..). If num threads == 1, things will work as before - where vcf records are written to disk as soon as they are computed with map(..).
Java
mit
f898fe61e767ce486ab242ef843ed72525ca47e4
0
ZeroPage/team6-titan-2015
package model; import java.io.File; import java.io.IOException; import java.util.ArrayList; import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.TreeNode; public class TreeData { private TitanDSM dsmData; private ClusterData cluster; //initializing with only DSM public TreeData(File dsmFile) ...
src/model/TreeData.java
package model; import java.io.File; import java.io.IOException; import java.util.ArrayList; import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.TreeNode; public class TreeData { private TitanDSM dsmData; private ClusterData cluster; private TreeNode treeRoot; //initializing with only DSM pu...
Total modification on TreeData 1) treeRoot is no use 2) building dsm with size is added 3) getting dsm value is much more efficient(Group, item both available) 4) Elem -> Element
src/model/TreeData.java
Total modification on TreeData
Java
mit
36b9fa8b369757df7945d0b6439389708edf0b03
0
bolinfest/chickenfoot,bolinfest/chickenfoot,bolinfest/chickenfoot,bolinfest/chickenfoot,bolinfest/chickenfoot
/* * Chickenfoot end-user web automation system * * Copyright (c) 2004-2007 Massachusetts Institute of Technology * * 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 rest...
java/chickenfoot/ExportXpi.java
/* * Chickenfoot end-user web automation system * * Copyright (c) 2004-2007 Massachusetts Institute of Technology * * 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 rest...
changes to java file may not have been committed for extension packager bug fixes git-svn-id: f53f06c20de4bf2ad40f5e64829b4f49e42340ba@1202 21796ef0-4f62-4552-8d1b-68394bc7e1f1
java/chickenfoot/ExportXpi.java
changes to java file may not have been committed for extension packager bug fixes
Java
mit
8d9b2d16acbcab1aaaa00887dd7f92bb381bc493
0
Elecs-Mods/RFTools,ReneMuetti/RFTools,McJty/RFTools
package mcjty.rftools.blocks.security; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import mcjty.entity.GenericTileEntity; import mcjty.rftools.RFTools; import mcjty.rftools.network.PacketHandler; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import n...
src/main/java/mcjty/rftools/blocks/security/SecurityCardItem.java
package mcjty.rftools.blocks.security; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import mcjty.entity.GenericTileEntity; import mcjty.rftools.RFTools; import mcjty.rftools.network.PacketHandler; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import n...
Added the possibility to copy a security channel from a block to a card
src/main/java/mcjty/rftools/blocks/security/SecurityCardItem.java
Added the possibility to copy a security channel from a block to a card
Java
mit
e3f22b2ac22f340d64812c3be77669988fba3bb7
0
nls-oskari/oskari-server,nls-oskari/oskari-server,nls-oskari/oskari-server
package fi.nls.oskari.control.admin; import fi.nls.oskari.annotation.OskariActionRoute; import fi.nls.oskari.control.*; import fi.nls.oskari.domain.map.OskariLayer; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.map.layer.OskariLayerService; import fi.nls.oskari.service.Oska...
control-admin/src/main/java/fi/nls/oskari/control/admin/LayerAdminUsageCheckHandler.java
package fi.nls.oskari.control.admin; import fi.nls.oskari.annotation.OskariActionRoute; import fi.nls.oskari.control.*; import fi.nls.oskari.domain.map.OskariLayer; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.map.layer.OskariLayerService; import fi.nls.oskari.service.Oska...
Use JSONObject in response. Better JSON handling
control-admin/src/main/java/fi/nls/oskari/control/admin/LayerAdminUsageCheckHandler.java
Use JSONObject in response. Better JSON handling
Java
mit
82c57bd77a4a657625826dc8d2cf891ed213a60e
0
doychin/webstart,mojohaus/webstart,mojohaus/webstart,doychin/webstart
/* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License" ); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/AbstractBaseJnlpMojo.java
/* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License" ); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
MWEBSTART-107 prevent double jar signing git-svn-id: 677255a72fc9a6946e9326765bd35a363b49ea29@6919 52ab4f32-60fc-0310-b215-8acea882cd1b
webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/AbstractBaseJnlpMojo.java
MWEBSTART-107 prevent double jar signing
Java
epl-1.0
68d4f5f6e7e42a7725c759da1018988d8c2316de
0
AGETO/hybris-maven-plugin
package com.divae.ageto.hybris.install.task.metadata; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.Properties; import com.divae.ageto.hybris.install.extensions.Extension; import com.divae.ageto.hybris.install.extensions.binary.Class...
src/main/java/com/divae/ageto/hybris/install/task/metadata/ExtensionMetadataFile.java
package com.divae.ageto.hybris.install.task.metadata; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.Properties; import com.divae.ageto.hybris.install.extensions.Extension; import com.divae.ageto.hybris.install.extensions.binary.Class...
cleanup and codestyle
src/main/java/com/divae/ageto/hybris/install/task/metadata/ExtensionMetadataFile.java
cleanup and codestyle
Java
epl-1.0
1d04468d1f05b86ed55b5909a8682c7674869cf0
0
opendaylight/netvirt,opendaylight/netvirt,opendaylight/netvirt,opendaylight/netvirt,opendaylight/netvirt
/* * Copyright (c) 2017 Intel Corporation and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.op...
qosservice/impl/src/main/java/org/opendaylight/netvirt/qosservice/QosNeutronUtils.java
/* * Copyright (c) 2017 Intel Corporation and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.op...
Do not apply rate limit rule on subport Fix details: QoS rate limit rule is applicable on a neutron port (at trunk level) and can not be applied at subport level. If port has multiple subports then its total limit of all subports. Only QoS DSCP policy can be applied on sub port. Change-Id: Ie75439aa0695412cb989f60...
qosservice/impl/src/main/java/org/opendaylight/netvirt/qosservice/QosNeutronUtils.java
Do not apply rate limit rule on subport
Java
lgpl-2.1
e1a0d4c0563174d343f00d61829016f8d4980a41
0
viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer
/** EventPacket.java * * Created on October 29, 2005, 10:18 PM * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click the template and choose * Open. You can then make changes to the template in the Source Editor. */ package net.sf...
src/net/sf/jaer/event/EventPacket.java
/** EventPacket.java * * Created on October 29, 2005, 10:18 PM * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click the template and choose * Open. You can then make changes to the template in the Source Editor. */ package net.sf...
formatting, javadoc, overrides git-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@1705 b7f4320f-462c-0410-a916-d9f35bb82d52
src/net/sf/jaer/event/EventPacket.java
formatting, javadoc, overrides
Java
lgpl-2.1
78602aa73c50da29ac9c92b86b002f7e41106305
0
evolvedmicrobe/beast-mcmc,danieljue/beast-mcmc,danieljue/beast-mcmc,evolvedmicrobe/beast-mcmc,evolvedmicrobe/beast-mcmc,danieljue/beast-mcmc,danieljue/beast-mcmc,evolvedmicrobe/beast-mcmc,danieljue/beast-mcmc,evolvedmicrobe/beast-mcmc
/* * BeastMain.java * * Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribute it and/or modify * it u...
src/dr/app/beast/BeastMain.java
/* * BeastMain.java * * Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribute it and/or modify * it u...
removed annoying duplication of log messages during xml parsing
src/dr/app/beast/BeastMain.java
removed annoying duplication of log messages during xml parsing
Java
lgpl-2.1
b6142e2bae7fc401105a7cd2cedd43faa4e29923
0
bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,nuxeo-archives/nuxeo...
/* * (C) Copyright 2006-2007 Nuxeo SAS (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www...
nuxeo-platform-relations-io/src/test/java/org/nuxeo/ecm/platform/relations/io/test/FakeDocument.java
/* * (C) Copyright 2006-2007 Nuxeo SAS (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www...
NXP-2265: Method to efficiently get version ids
nuxeo-platform-relations-io/src/test/java/org/nuxeo/ecm/platform/relations/io/test/FakeDocument.java
NXP-2265: Method to efficiently get version ids
Java
apache-2.0
03ec1f21a3592f16c0d8c7c76bc79b541c360cb0
0
hurricup/intellij-community,ibinti/intellij-community,allotria/intellij-community,mglukhikh/intellij-community,allotria/intellij-community,asedunov/intellij-community,fitermay/intellij-community,vvv1559/intellij-community,youdonghai/intellij-community,apixandru/intellij-community,fitermay/intellij-community,mglukhikh/i...
/* * 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/testFramework/src/com/intellij/testFramework/TestLoggerFactory.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...
cleanup
platform/testFramework/src/com/intellij/testFramework/TestLoggerFactory.java
cleanup
Java
apache-2.0
ace963312fad0064bbbd6ee3572e2c59c396f966
0
crate/crate,crate/crate,crate/crate
/* * 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...
server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.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...
Fix flaky testTranslogReplayWithFailure Closes https://github.com/crate/crate/issues/12175 See https://github.com/elastic/elasticsearch/commit/02d1fbd5a786ffbbe6fe0b48649f2a5fb3707393
server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java
Fix flaky testTranslogReplayWithFailure
Java
apache-2.0
b88aa1d18d43d37c33232b3973f92f36f06c0469
0
Praveen2112/presto,erichwang/presto,dain/presto,losipiuk/presto,ebyhr/presto,11xor6/presto,ebyhr/presto,ebyhr/presto,electrum/presto,Praveen2112/presto,dain/presto,dain/presto,electrum/presto,erichwang/presto,treasure-data/presto,smartnews/presto,treasure-data/presto,electrum/presto,ebyhr/presto,dain/presto,Praveen2112...
/* * 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-testng-services/src/main/java/io/prestosql/testng/services/ReportUnannotatedMethods.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...
Ignore tempto generated convention tests
presto-testng-services/src/main/java/io/prestosql/testng/services/ReportUnannotatedMethods.java
Ignore tempto generated convention tests
Java
apache-2.0
ded347448aa3063a6a5b3f3cbcf3c3a5e4815a6f
0
Nanopublication/nanopub-store-api,Nanopublication/nanopub-store-api
package nl.lumc.nanopub.store.dao; import org.openrdf.model.URI; import java.util.List; import ch.tkuhn.nanopub.Nanopub; /** * * @author Eelke, Mark, Reinout, Rajaram * @since 30-10-2013 * @version 0.1 */ public interface NanopubDao { public URI storeNanopub(Nanopub nanopub) throws NanopubDaoException; ...
src/main/java/nl/lumc/nanopub/store/dao/NanopubDao.java
package nl.lumc.nanopub.store.dao; import java.net.URI; import java.util.List; import ch.tkuhn.nanopub.Nanopub; /** * * @author Eelke, Mark, Reinout, Rajaram * @since 30-10-2013 * @version 0.1 */ public interface NanopubDao { public URI storeNanopub(Nanopub nanopub); public Nanopub retrieveNanopu...
Added custom exceptions to the Nanopub DAO.
src/main/java/nl/lumc/nanopub/store/dao/NanopubDao.java
Added custom exceptions to the Nanopub DAO.
Java
apache-2.0
683c9904a80c36ed25b1653f0c84dc2e7d797017
0
arnost-starosta/midpoint,rpudil/midpoint,rpudil/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,arnost-starosta/midpoint,Pardus-Engerek/engerek,PetrGasparik/midpoint,Pardus-Engerek/engerek,arnost-starosta/midpoint,rpudil/midpoint,PetrGasparik/midpoint,PetrGasparik/midpoint,PetrGasparik/midpoint,Pardus-Engerek/...
/* * Copyright (c) 2010-2013 Evolveum * * 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 la...
gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.java
/* * Copyright (c) 2010-2013 Evolveum * * 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 la...
fixing MID-2720
gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.java
fixing MID-2720
Java
apache-2.0
52d7c48128be059882acbda3e56a4bb3b8b12f47
0
hivemq/hivemq-spi
package com.hivemq.spi.metrics; import com.codahale.metrics.*; import com.hivemq.spi.callback.events.*; import com.hivemq.spi.callback.security.*; import com.hivemq.spi.callback.lowlevel.*; import com.hivemq.spi.services.PluginExecutorService; /** * This class holds a constant {@link HiveMQMetric} for every metric w...
src/main/java/com/hivemq/spi/metrics/HiveMQMetrics.java
package com.hivemq.spi.metrics; import com.codahale.metrics.*; import com.hivemq.spi.callback.events.*; import com.hivemq.spi.callback.security.*; import com.hivemq.spi.services.PluginExecutorService; /** * This class holds a constant {@link HiveMQMetric} for every metric which is provided by HiveMQ * * @author Ch...
add missing metrics for lowlevel callbacks
src/main/java/com/hivemq/spi/metrics/HiveMQMetrics.java
add missing metrics for lowlevel callbacks
Java
apache-2.0
cbb023a1663977bdc2c9af642b799be088fe73ec
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 ca.corefacility.bioinformatics.irida.model.*; import ca.corefacility.bioinformatics.irida.model.joins.Join; import ca.corefacility.bioinformatics.irida.model.joins.impl.ProjectSampleJoin; import ca.corefacility.bioinformatics.irida.repositories.CRUDRepo...
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/ProjectServiceImpl.java
package ca.corefacility.bioinformatics.irida.service.impl; import ca.corefacility.bioinformatics.irida.model.*; import ca.corefacility.bioinformatics.irida.model.joins.Join; import ca.corefacility.bioinformatics.irida.model.joins.impl.ProjectSampleJoin; import ca.corefacility.bioinformatics.irida.repositories.CRUDRepo...
Basic role-based permissions for projects.
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/ProjectServiceImpl.java
Basic role-based permissions for projects.
Java
apache-2.0
f140336a19382c7f5e0d48364874129236878246
0
Zverik/omim,Komzpa/omim,kw217/omim,simon247/omim,mapsme/omim,vladon/omim,albertshift/omim,goblinr/omim,bykoianko/omim,trashkalmar/omim,krasin/omim,Volcanoscar/omim,lydonchandra/omim,lydonchandra/omim,Komzpa/omim,yunikkk/omim,milchakov/omim,trashkalmar/omim,krasin/omim,vladon/omim,mapsme/omim,ygorshenin/omim,krasin/omim...
package com.mapswithme.maps; import java.util.Locale; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFi...
android/src/com/mapswithme/maps/MWMActivity.java
package com.mapswithme.maps; import java.util.Locale; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFi...
[android] [bookmarks] fix for pro dialog
android/src/com/mapswithme/maps/MWMActivity.java
[android] [bookmarks] fix for pro dialog
Java
apache-2.0
454fe1b9acfb49489e4e67ecbb0b231d52d7e420
0
nirmal070125/KubernetesAPIJavaClient,carlossg/KubernetesAPIJavaClient
/* * * 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...
src/main/java/org/apache/stratos/kubernetes/api/client/KubernetesApiClient.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...
Both SC_OK and SC_ACCEPTED is ok.
src/main/java/org/apache/stratos/kubernetes/api/client/KubernetesApiClient.java
Both SC_OK and SC_ACCEPTED is ok.
Java
apache-2.0
5c0b6c19d397f81bff5becefbdee4439f018667e
0
manolo/components,shahrzadmn/vaadin-grid,manolo/components,shahrzadmn/vaadin-grid,shahrzadmn/vaadin-grid,jforge/components,manolo/components,shahrzadmn/vaadin-grid,jforge/components,jforge/components
package com.vaadin.prototype.wc.gwt.client.widgets; import static com.google.gwt.query.client.GQuery.$; import static com.google.gwt.query.client.GQuery.Widgets; import static com.google.gwt.query.client.GQuery.console; import static com.google.gwt.query.client.GQuery.window; import static com.vaadin.prototype.wc.gwt....
wc-client/src/main/java/com/vaadin/prototype/wc/gwt/client/widgets/WCVGrid.java
package com.vaadin.prototype.wc.gwt.client.widgets; import static com.google.gwt.query.client.GQuery.$; import static com.google.gwt.query.client.GQuery.Widgets; import static com.google.gwt.query.client.GQuery.console; import static com.google.gwt.query.client.GQuery.window; import static com.vaadin.prototype.wc.gwt....
Fix v-grid colspan issues Change-Id: If2e7c370c80015e01bba6c9905507145a145dcec
wc-client/src/main/java/com/vaadin/prototype/wc/gwt/client/widgets/WCVGrid.java
Fix v-grid colspan issues
Java
apache-2.0
aba27c6d027a4e35c3f72781d96e3c9e154ab5e9
0
HubSpot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity
package com.hubspot.singularity.s3.base; import java.nio.channels.FileChannel; import java.nio.channels.WritableByteChannel; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardOpenOption; import java.util.EnumSet; import java.util.List; import java.util.concurrent.ExecutorService; impo...
SingularityS3Base/src/main/java/com/hubspot/singularity/s3/base/S3ArtifactDownloader.java
package com.hubspot.singularity.s3.base; import java.nio.channels.FileChannel; import java.nio.channels.WritableByteChannel; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardOpenOption; import java.util.EnumSet; import java.util.List; import java.util.concurrent.ExecutorService; impo...
Revert "move" This reverts commit 27ffd802ba3f0b6a24adadcf0cf3e9d38bdd0704.
SingularityS3Base/src/main/java/com/hubspot/singularity/s3/base/S3ArtifactDownloader.java
Revert "move"
Java
apache-2.0
5f86f031febbfee1d85870556a11419f826e32ef
0
JeffLi1993/java-core-learning-example
package org.javacore.img; import javax.imageio.ImageIO; import java.awt.*; import java.awt.geom.Ellipse2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; /* * Copyright [2015] [Jeff Lee] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use thi...
src/org/javacore/img/ImgCircleCut.java
package org.javacore.img; import javax.imageio.ImageIO; import java.awt.*; import java.awt.geom.Ellipse2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; /* * Copyright [2015] [Jeff Lee] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use thi...
1. 图片裁剪工具 - 椭圆 #bysocket
src/org/javacore/img/ImgCircleCut.java
1. 图片裁剪工具 - 椭圆 #bysocket
Java
apache-2.0
58bede15cb877893d695993ebd75a37e43d2f32d
0
foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2
/** * @license * Copyright 2017 The FOAM Authors. All Rights Reserved. * http://www.apache.org/licenses/LICENSE-2.0 */ package foam.nanos.dig; import foam.core.*; import foam.dao.AbstractSink; import foam.dao.ArraySink; import foam.dao.DAO; import foam.lib.csv.CSVSupport; import foam.lib.json.JSONParser; import f...
src/foam/nanos/dig/DigWebAgent.java
/** * @license * Copyright 2017 The FOAM Authors. All Rights Reserved. * http://www.apache.org/licenses/LICENSE-2.0 */ package foam.nanos.dig; import foam.core.*; import foam.dao.AbstractSink; import foam.dao.ArraySink; import foam.dao.DAO; import foam.lib.csv.CSVSupport; import foam.lib.json.JSONParser; import f...
invalid json throws errors now
src/foam/nanos/dig/DigWebAgent.java
invalid json throws errors now
Java
apache-2.0
72016682262ca1e696bf8af78e27dc54f759544a
0
ansell/commons-rdf
/** * 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 m...
api/src/main/java/org/apache/commons/rdf/api/RDFParserBuilder.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 m...
target(Consumer<Quad>) includes all triples
api/src/main/java/org/apache/commons/rdf/api/RDFParserBuilder.java
target(Consumer<Quad>) includes all triples
Java
apache-2.0
650f721de7149bf04d6115a1bf2ecbe778c0e125
0
TouK/ThrowingFunction
package com.pivovarit.function; import com.pivovarit.function.exception.WrappedException; import org.junit.jupiter.api.Test; import java.io.IOException; import java.util.concurrent.atomic.LongAdder; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.AssertionsForClassTypes.a...
src/test/java/com/pivovarit/function/ThrowingBiConsumerTest.java
package com.pivovarit.function; import com.pivovarit.function.exception.WrappedException; import org.junit.jupiter.api.Test; import java.io.IOException; import java.util.concurrent.atomic.LongAdder; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.AssertionsForClassTypes.a...
Remove unrelated tests (#48)
src/test/java/com/pivovarit/function/ThrowingBiConsumerTest.java
Remove unrelated tests (#48)
Java
bsd-2-clause
661bab44ba17359a2001e1b1b3e9c47c5c9b9d8c
0
scifio/scifio
// // ImporterOptions.java // /* LOCI Plugins for ImageJ: a collection of ImageJ plugins including the Bio-Formats Importer, Bio-Formats Exporter, Bio-Formats Macro Extensions, Data Browser, Stack Colorizer and Stack Slicer. Copyright (C) 2005-@year@ Melissa Linkert, Curtis Rueden and Christopher Peterson. This progr...
components/loci-plugins/src/loci/plugins/ImporterOptions.java
// // ImporterOptions.java // /* LOCI Plugins for ImageJ: a collection of ImageJ plugins including the Bio-Formats Importer, Bio-Formats Exporter, Bio-Formats Macro Extensions, Data Browser, Stack Colorizer and Stack Slicer. Copyright (C) 2005-@year@ Melissa Linkert, Curtis Rueden and Christopher Peterson. This progr...
Use a better workaround for Mac OS X component refresh bug.
components/loci-plugins/src/loci/plugins/ImporterOptions.java
Use a better workaround for Mac OS X component refresh bug.
Java
bsd-3-clause
7387ccdf7a324adbf54f96e8f5b07a7dc33aca8a
0
forcedotcom/phoenix,forcedotcom/phoenix
/******************************************************************************* * Copyright (c) 2013, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistrib...
phoenix-core/src/test/java/com/salesforce/phoenix/compile/WhereClauseCompileTest.java
/******************************************************************************* * Copyright (c) 2013, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistrib...
Adding ignore test to two WhereClauseCompileTest broken due to caching changes (which are correct, but cause tables to remain in cache as required)
phoenix-core/src/test/java/com/salesforce/phoenix/compile/WhereClauseCompileTest.java
Adding ignore test to two WhereClauseCompileTest broken due to caching changes (which are correct, but cause tables to remain in cache as required)
Java
bsd-3-clause
de963c180507064e78a129b2472f3ed331bff802
0
Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java
/* * Copyright (c) 1998 - 2010. University Corporation for Atmospheric Research/Unidata * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on the...
cdm-test/src/test/java/ucar/nc2/ft/point/TestMiscPointFeature.java
/* * Copyright (c) 1998 - 2010. University Corporation for Atmospheric Research/Unidata * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on the...
FMRC: schema, docs update, fix delete collection.
cdm-test/src/test/java/ucar/nc2/ft/point/TestMiscPointFeature.java
FMRC: schema, docs update, fix delete collection.
Java
isc
94e6cb9ef765ffad0521bf8533e64d296dac6a9a
0
pauldoo/proffy,pauldoo/scratch,pauldoo/proffy,pauldoo/racepoint,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/scratch,pauldoo/proffy
/* Copyright (C) 2008, 2009, 2010 Paul Richards. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This...
Fractals/src/fractals/Utilities.java
/* Copyright (C) 2008, 2009, 2010 Paul Richards. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This...
Thread pools now use full complement of threads.
Fractals/src/fractals/Utilities.java
Thread pools now use full complement of threads.
Java
mit
2f7eb2a08fcc465009979183a7202074fc073d56
0
KMU-bank/KMU-Bank
package account; import java.io.Serializable; import java.util.LinkedList; @SuppressWarnings("serial") public class Account implements Serializable { private String accountNumber; private String name; private int balance; private boolean haveCard = false; private LinkedList<String> stateList = new LinkedList<Str...
src/account/Account.java
package account; import java.io.Serializable; import java.util.LinkedList; public class Account implements Serializable { private String accountNumber; private String name; private int balance; private boolean haveCard = false; private LinkedList<String> stateList = new LinkedList<String>(); private int debt = ...
add notation
src/account/Account.java
add notation
Java
mit
40b78de8edf13ccd0b2783c5b567837d3fb84c51
0
GitHubRGI/swagd,GitHubRGI/swagd,GitHubRGI/swagd,GitHubRGI/swagd
/* Copyright (C) 2014 Reinventing Geospatial, Inc * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Thi...
Common/src/com/rgi/common/coordinate/referencesystem/profile/SphericalMercatorCrsProfile.java
/* Copyright (C) 2014 Reinventing Geospatial, Inc * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Thi...
Added Check in SphericalMercator for Same CRS
Common/src/com/rgi/common/coordinate/referencesystem/profile/SphericalMercatorCrsProfile.java
Added Check in SphericalMercator for Same CRS
Java
mit
bc7988a3ed96f19fc49fd30d33ac7484db295934
0
lanen/GDXJam,Twiebs/GDXJam,Twiebs/GDXJam,Twiebs/GDXJam,libgdx-jam/GDXJam,libgdx-jam/GDXJam,lanen/GDXJam,lanen/GDXJam,libgdx-jam/GDXJam
package com.gdxjam.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL20; import com.gdxjam.GameManager; public abstract class AbstractScreen implements Screen { @Override public void show() { } @Override public void ren...
core/src/com/gdxjam/screens/AbstractScreen.java
package com.gdxjam.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL20; public abstract class AbstractScreen implements Screen { @Override public void show() { } @Override public void render(float delta) { Gdx.gl20.glClear(GL20.GL_COLOR_BUFFER_BIT); ...
Added back button to abstract screen (ESC)
core/src/com/gdxjam/screens/AbstractScreen.java
Added back button to abstract screen (ESC)
Java
mit
87dfbe509020f9761b0b431bc6e2dc33a970e889
0
microsoftgraph/msgraph-sdk-java-core
package com.microsoft.graph.authentication; import com.azure.core.credential.AccessToken; import com.azure.core.credential.TokenCredential; import com.azure.core.credential.TokenRequestContext; import com.microsoft.graph.exceptions.AuthenticationException; import com.microsoft.graph.exceptions.Error; import com.micros...
src/main/java/com/microsoft/graph/authentication/TokenCredentialAuthProvider.java
package com.microsoft.graph.authentication; import com.azure.core.credential.AccessToken; import com.azure.core.credential.TokenCredential; import com.azure.core.credential.TokenRequestContext; import com.microsoft.graph.exceptions.AuthenticationException; import com.microsoft.graph.exceptions.Error; import com.micros...
Update TokenCredentialAuthProvider.java
src/main/java/com/microsoft/graph/authentication/TokenCredentialAuthProvider.java
Update TokenCredentialAuthProvider.java
Java
epl-1.0
2093da3da6fb20feaa686686c137d3c533f13cdd
0
drbgfc/mdht,vadimnehta/mdht,drbgfc/mdht,drbgfc/mdht,vadimnehta/mdht,drbgfc/mdht,vadimnehta/mdht,mdht/mdht,drbgfc/mdht,mdht/mdht,sarpkayanehta/mdht,drbgfc/mdht,sarpkayanehta/mdht,sarpkayanehta/mdht,vadimnehta/mdht,mdht/mdht,sarpkayanehta/mdht,mdht/mdht,vadimnehta/mdht,sarpkayanehta/mdht,mdht/mdht,vadimnehta/mdht,sarpkay...
/******************************************************************************* * Copyright (c) 2006, 2010 David A Carlson. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is av...
core/plugins/org.openhealthtools.mdht.uml.common/src/org/openhealthtools/mdht/uml/common/util/NamedElementComparator.java
/******************************************************************************* * Copyright (c) 2006, 2009 David A Carlson. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is av...
parameterize Comparator superclass type
core/plugins/org.openhealthtools.mdht.uml.common/src/org/openhealthtools/mdht/uml/common/util/NamedElementComparator.java
parameterize Comparator superclass type
Java
epl-1.0
35a0251e518eb059d254ce7b10681000023a8f15
0
jacarrichan/org.eclipse.paho.mqtt.java
/* ============================================================================ Licensed Materials - Property of IBM 5747-SM3 (C) Copyright IBM Corp. 1999, 2012 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ======...
org.eclipse.paho.android.service/org.eclipse.paho.android.service/src/org/eclipse/paho/android/service/MqttAndroidClient.java
/* ============================================================================ Licensed Materials - Property of IBM 5747-SM3 (C) Copyright IBM Corp. 1999, 2012 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ======...
Fixed null pointer exception in broadcast receiver if somebody send a null callback action to MqttAndroidClient. Change-Id: Iba17f41a2cc3f5094bb310661b4c9a37a137f6e4 Signed-off-by: pleong <c43d8117c471458c00f57fae9da123a79d070baf@cn.ibm.com>
org.eclipse.paho.android.service/org.eclipse.paho.android.service/src/org/eclipse/paho/android/service/MqttAndroidClient.java
Fixed null pointer exception in broadcast receiver if somebody send a null callback action to MqttAndroidClient.
Java
agpl-3.0
abf60f5c18a91e9a6c00ae15252c801bf0a35984
0
quikkian-ua-devops/kfs,smith750/kfs,quikkian-ua-devops/will-financials,ua-eas/kfs-devops-automation-fork,quikkian-ua-devops/will-financials,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,ua-eas/kfs-devops-automation-fork,UniversityOfHawaii/kfs,ua-eas/kfs,kkronenb/kfs,quikkian-ua-devops/kfs,UniversityOfHawaii/kfs,bhutchi...
/* * Copyright 2010 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless requir...
work/src/org/kuali/kfs/module/endow/document/service/impl/UpdateAssetDecreaseDocumentTaxLotsServiceImpl.java
/* * Copyright 2010 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless requir...
KULENDOW-559: Unit and amount values need to be negative i.e. opposite of the transaction line's unit and amount.
work/src/org/kuali/kfs/module/endow/document/service/impl/UpdateAssetDecreaseDocumentTaxLotsServiceImpl.java
KULENDOW-559: Unit and amount values need to be negative i.e. opposite of the transaction line's unit and amount.
Java
lgpl-2.1
9d1519d9649abf805091984fd8083b06637047ff
0
sbliven/biojava,sbliven/biojava,sbliven/biojava
package org.biojava.bio.structure.align.util; import java.io.IOException; import java.net.URL; import java.util.Collection; import java.util.Collections; import java.util.LinkedList; import java.util.List; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.Iter...
biojava3-structure/src/main/java/org/biojava/bio/structure/align/util/AtomCache.java
package org.biojava.bio.structure.align.util; import java.io.IOException; import java.net.URL; import java.util.Collection; import java.util.Collections; import java.util.LinkedList; import java.util.List; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.Iter...
extending AtomCache to new convention, which is more friendly to be used in file names git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@9102 7c6358e6-4a41-0410-a743-a5b2a554c398
biojava3-structure/src/main/java/org/biojava/bio/structure/align/util/AtomCache.java
extending AtomCache to new convention, which is more friendly to be used in file names
Java
apache-2.0
9fd657b84ee86af50ee207e2b5d60054964c30e0
0
mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid
/* * * * Licensed to the Apache Software Foundation (ASF) under one or more * * contributor license agreements. The ASF 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...
stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/DefaultQueueManager.java
/* * * * Licensed to the Apache Software Foundation (ASF) under one or more * * contributor license agreements. The ASF 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 ...
fix queue manager impl
stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/DefaultQueueManager.java
fix queue manager impl
Java
apache-2.0
f46931887f0370e07172a5cadac515ec106cfa13
0
apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
dependencymanager/test/src/test/java/org/apache/felix/dm/test/FELIX2344_ExtraDependencyWithCallbackTest.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 ...
FELIX-2344 added more test steps to this case, which makes the test fail again as the issue is not completely solved yet git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@951944 13f79535-47bb-0310-9956-ffa450edef68
dependencymanager/test/src/test/java/org/apache/felix/dm/test/FELIX2344_ExtraDependencyWithCallbackTest.java
FELIX-2344 added more test steps to this case, which makes the test fail again as the issue is not completely solved yet
Java
apache-2.0
af4cd7ef6fe7d1822ef59b7d989587bfc117461a
0
afs/rdf-delta,afs/rdf-delta
package org.seaborne.delta.client; /* * 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, V...
rdf-delta-client/src/main/java/org/seaborne/delta/client/Zone.java
package org.seaborne.delta.client; /* * 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, V...
Zone.get(Id)
rdf-delta-client/src/main/java/org/seaborne/delta/client/Zone.java
Zone.get(Id)
Java
apache-2.0
1ffa006611380c706537329eba690cbac2e5a6a1
0
Turbots/spring-social,wendelas/spring-social,royclarkson/spring-social,domix/spring-social,okohub/spring-social,okohub/spring-social,molindo/spring-social,molindo/spring-social,codeconsole/spring-social,spring-projects/spring-social,shanika/spring-social,wilkinsona/spring-social,shanika/spring-social,wooder79/spring-so...
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
spring-social-facebook/src/main/java/org/springframework/social/facebook/web/FacebookWebArgumentResolver.java
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Revised JavaDoc in FacebookWebArgumentResolver to more accurately describe when the cookie is set.
spring-social-facebook/src/main/java/org/springframework/social/facebook/web/FacebookWebArgumentResolver.java
Revised JavaDoc in FacebookWebArgumentResolver to more accurately describe when the cookie is set.
Java
apache-2.0
8c51347eeaf4ef60e3d31ffa56abf6269c17ea1f
0
veithen/camel,haku/camel,erwelch/camel,snurmine/camel,coderczp/camel,noelo/camel,dvankleef/camel,stalet/camel,joakibj/camel,jonmcewen/camel,maschmid/camel,neoramon/camel,sverkera/camel,duro1/camel,bgaudaen/camel,gautric/camel,edigrid/camel,jamesnetherton/camel,manuelh9r/camel,mnki/camel,jameszkw/camel,coderczp/camel,se...
/** * 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-jms/src/main/java/org/apache/camel/component/jms/JmsBinding.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...
CAMEL-2132: jms producer sending Object should madatory convert to serializable and throw exception if not possible. git-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@832702 13f79535-47bb-0310-9956-ffa450edef68
components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsBinding.java
CAMEL-2132: jms producer sending Object should madatory convert to serializable and throw exception if not possible.
Java
apache-2.0
79831d300ded47f2d8dc0da09a0c0b1879e687cc
0
jvasileff/ceylon-spec,ceylon/ceylon-spec,lucaswerkmeister/ceylon-spec,jvasileff/ceylon-spec,ceylon/ceylon-spec,jvasileff/ceylon-spec,ceylon/ceylon-spec
package com.redhat.ceylon.compiler.typechecker.model; import static com.redhat.ceylon.compiler.typechecker.model.Util.addToUnion; import static com.redhat.ceylon.compiler.typechecker.model.Util.addToIntersection; import static com.redhat.ceylon.compiler.typechecker.model.Util.arguments; import java.util.ArrayList; im...
src/com/redhat/ceylon/compiler/typechecker/model/ProducedType.java
package com.redhat.ceylon.compiler.typechecker.model; import static com.redhat.ceylon.compiler.typechecker.model.Util.addToUnion; import static com.redhat.ceylon.compiler.typechecker.model.Util.addToIntersection; import static com.redhat.ceylon.compiler.typechecker.model.Util.arguments; import java.util.ArrayList; im...
extra javadoc
src/com/redhat/ceylon/compiler/typechecker/model/ProducedType.java
extra javadoc
Java
apache-2.0
ac0cc5662e7dc101d194cc0de01647c782f6c460
0
idubrov/nanorm,idubrov/nanorm
/** * Copyright (C) 2008 Ivan S. Dubrov * * 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 la...
src/main/java/com/google/code/nanorm/internal/FactoryImpl.java
/** * Copyright (C) 2008 Ivan S. Dubrov * * 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 la...
minor cleanup git-svn-id: 8c4cfb3da9bbfe2c21af1b47db7c76cc8bcad39d@51 a420aabd-eb4f-0410-91c9-6bc514024ae0
src/main/java/com/google/code/nanorm/internal/FactoryImpl.java
minor cleanup
Java
apache-2.0
d93674fb379c1cd429d8b66159c27d66f1534168
0
confluentinc/rest-utils,confluentinc/rest-utils
/* * Copyright 2015 Confluent Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
core/src/main/java/io/confluent/rest/metrics/MetricsResourceMethodApplicationListener.java
/* * Copyright 2015 Confluent Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
Do not create a new sensor for error count
core/src/main/java/io/confluent/rest/metrics/MetricsResourceMethodApplicationListener.java
Do not create a new sensor for error count
Java
apache-2.0
52a8a61d7a11eae1bdb88657d0307ad90d706118
0
ricepanda/rice-git2,ricepanda/rice-git2,kuali/rice-playground,ricepanda/rice-git3,ricepanda/rice-git2,ricepanda/rice-git3,kuali/rice-playground,kuali/rice-playground,ricepanda/rice-git2,ricepanda/rice-git3,ricepanda/rice-git3,kuali/rice-playground
/** * Copyright 2005-2011 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/ecl2.php * * Unless required by a...
it/krad/src/test/java/org/kuali/rice/krad/service/impl/DictionaryValidationServiceImplTest.java
/** * Copyright 2005-2011 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/ecl2.php * * Unless required by a...
KULRICE-5884 - Updated test to expect the new error message used by ExistenceConstraintProcessor git-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@31063 7a7aa7f6-c479-11dc-97e2-85a2497f191d
it/krad/src/test/java/org/kuali/rice/krad/service/impl/DictionaryValidationServiceImplTest.java
KULRICE-5884 - Updated test to expect the new error message used by ExistenceConstraintProcessor
Java
apache-2.0
5f8d6b3206ed273d8f839c60c459b592a98c2965
0
chenyhtech/vCampusServer,shellqiqi/vCampusServer
package seu.dao; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.jdbc.core.RowMapper; import org.springframework.stereotype.Repository; import seu.domain.Library; import java.sql.ResultSet; import java.sql.SQLException; impor...
src/main/java/seu/dao/LibraryDao.java
package seu.dao; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.jdbc.core.RowMapper; import org.springframework.stereotype.Repository; import seu.domain.Library; import java.sql.ResultSet; import java.sql.SQLException; impor...
update
src/main/java/seu/dao/LibraryDao.java
update
Java
apache-2.0
7d6a919194d93f458bf54b3a47dd20fa677a65b0
0
wcm-io-qa/wcm-io-qa-galenium,wcm-io-qa/wcm-io-qa-galenium,wcm-io-qa/wcm-io-qa-galenium
/* * #%L * wcm.io * %% * Copyright (C) 2017 wcm.io * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
modules/differences/src/main/java/io/wcm/qa/galenium/differences/generic/MutableDifferences.java
/* * #%L * wcm.io * %% * Copyright (C) 2017 wcm.io * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
make MutableDifferences more robust and fail loud earlier
modules/differences/src/main/java/io/wcm/qa/galenium/differences/generic/MutableDifferences.java
make MutableDifferences more robust and fail loud earlier
Java
apache-2.0
92bd55894ec7f4cd790c0820c91d3faeab6bdc4c
0
Panupong54/youtubehtml,jittagornp/cpe4235,jittagornp/cpe4235,metavin007/HTMLandCSS,gamekapeak/cpe4235,kamonppob/CPE4235,metavin007/HTMLandCSS,jittagornp/cpe4235,gamekapeak/cpe4235,gamekapeak/cpe4235,kamonppob/CPE4235,Panupong54/youtubehtml,metavin007/HTMLandCSS,kamonppob/CPE4235,Panupong54/youtubehtml
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.blogspot.na5cent.resourcelocal.model; import java.io.Serializable; import java.util.Objects; import javax.persistence.Colu...
mvc/orm/resource-local/src/main/java/com/blogspot/na5cent/resourcelocal/model/Employee.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.blogspot.na5cent.resourcelocal.model; import java.io.Serializable; import java.util.Objects; import javax.persistence.Colu...
remove unnecessary attribute
mvc/orm/resource-local/src/main/java/com/blogspot/na5cent/resourcelocal/model/Employee.java
remove unnecessary attribute
Java
apache-2.0
b79faa3a2943102967869e4c8066dfe29cf862b7
0
ocpsoft/prettytime
/* * Copyright 2012 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2....
jsf/src/main/java/org/ocpsoft/prettytime/jsf/PrettyTimeConverter.java
/* * Copyright 2012 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2....
Fix #224 move format out of synchronized block
jsf/src/main/java/org/ocpsoft/prettytime/jsf/PrettyTimeConverter.java
Fix #224 move format out of synchronized block
Java
apache-2.0
0b9a5f5ed34d5562364a6dd61f6ab9c0220d1b8b
0
mohanaraosv/commons-pool,mohanaraosv/commons-pool,mohanaraosv/commons-pool
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.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 ...
Align the GKOP borrowObject() code with that in GOP. In addition to making the code easier to understand this also: - partially addresses POOL-125 since it moves calls to factory methods outside of sync blocks - ports POOL-102 to GKOP git-svn-id: a66ef3f0e6c00b14098e182847b4bd646263fa09@762476 13f79535-47bb-0310-9956-...
src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
Align the GKOP borrowObject() code with that in GOP. In addition to making the code easier to understand this also: - partially addresses POOL-125 since it moves calls to factory methods outside of sync blocks - ports POOL-102 to GKOP
Java
apache-2.0
1c35fc883b755c644e09e7d1a325ba937c89bd0d
0
cinovo/cloudconductor-server,cinovo/cloudconductor-server,cinovo/cloudconductor-server,cinovo/cloudconductor-server,cinovo/cloudconductor-server
package de.cinovo.cloudconductor.server.repo; /* * #%L cloudconductor-server %% Copyright (C) 2013 - 2014 Cinovo AG %% 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...
src/main/java/de/cinovo/cloudconductor/server/repo/IndexTask.java
package de.cinovo.cloudconductor.server.repo; /* * #%L cloudconductor-server %% Copyright (C) 2013 - 2014 Cinovo AG %% 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...
add FIXME to strange code
src/main/java/de/cinovo/cloudconductor/server/repo/IndexTask.java
add FIXME to strange code
Java
apache-2.0
723cba35104d9650339aa58a48af6352cae7efdd
0
Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus
/* * 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 ...
hipparchus-core/src/test/java/org/hipparchus/analysis/differentiation/DerivativeStructureTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
Added Romain's Taylor map composition as a reference implementation.
hipparchus-core/src/test/java/org/hipparchus/analysis/differentiation/DerivativeStructureTest.java
Added Romain's Taylor map composition as a reference implementation.
Java
bsd-2-clause
8c528848a2584330ed8018b65f5b2d3d0b09ab7d
0
SecureSkyTechnology/sst-devtools-alter-proxy,SecureSkyTechnology/sst-devtools-alter-proxy
package com.sst.devtools.alterproxy.swingui; import java.awt.BorderLayout; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.swing.JFrame; public class MainWindow { private JFrame frame; private MainPanel mainPanel; /** * Create the application. ...
src/main/java/com/sst/devtools/alterproxy/swingui/MainWindow.java
package com.sst.devtools.alterproxy.swingui; import java.awt.BorderLayout; import javax.swing.JFrame; public class MainWindow { private JFrame frame; private MainPanel mainPanel; /** * Create the application. */ public MainWindow() { initialize(); } /** ...
アプリ終了時に設定を自動保存するよう修正。
src/main/java/com/sst/devtools/alterproxy/swingui/MainWindow.java
アプリ終了時に設定を自動保存するよう修正。
Java
bsd-3-clause
fd8bef1a797fde5eaed00a6041b4c30249be7964
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package gov.nih.nci.cananolab.dto.particle.characterization; import gov.nih.nci.cananolab.domain.characterization.invitro.Cytotoxicity; import gov.nih.nci.cananolab.domain.characterization.invitro.EnzymeInduction; import gov.nih.nci.cananolab.domain.characterization.invitro.Transfection; import gov.nih.nci.canano...
src/gov/nih/nci/cananolab/dto/particle/characterization/CharacterizationBean.java
package gov.nih.nci.cananolab.dto.particle.characterization; import gov.nih.nci.cananolab.domain.characterization.invitro.Cytotoxicity; import gov.nih.nci.cananolab.domain.characterization.invitro.EnzymeInduction; import gov.nih.nci.cananolab.domain.characterization.physical.PhysicalState; import gov.nih.nci.cana...
added new characterization type Transfection SVN-Revision: 15531
src/gov/nih/nci/cananolab/dto/particle/characterization/CharacterizationBean.java
added new characterization type Transfection
Java
mit
737ab6d7d18a52fc01ef0d8bc49e2da12e5ca352
0
mozack/abra2,mozack/abra2,mozack/abra2,mozack/abra2
package abra.cadabra; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import abra.CompareToReference2; import abra.Feature; import abra.Logger; import abra.SAMRecordUtils; import htsjdk.samtoo...
src/main/java/abra/cadabra/GermlineProcessor.java
package abra.cadabra; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import abra.CompareToReference2; import abra.Feature; import abra.Logger; import abra.SAMRecordUtils; import htsjdk.samtoo...
Tweaks to single sample call formatting
src/main/java/abra/cadabra/GermlineProcessor.java
Tweaks to single sample call formatting
Java
mit
83103f8fffccfc2fd24606794d9c57f8c79cf230
0
diirt/diirt,richardfearn/diirt,ControlSystemStudio/diirt,berryma4/diirt,ControlSystemStudio/diirt,berryma4/diirt,berryma4/diirt,diirt/diirt,diirt/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,diirt/diirt,berryma4/diirt,richardfearn/diirt,richardfearn/diirt
/** * Copyright (C) 2010-14 pvmanager developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.epics.pvmanager.test; import org.epics.pvmanager.PVManager; import org.epics.pvmanager.PVReader; import org.junit.Test; import static org.junit.Assert.*; import ...
pvmanager-test/src/test/java/org/epics/pvmanager/test/NotificationTest.java
/** * Copyright (C) 2010-14 pvmanager developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.epics.pvmanager.test; import org.epics.pvmanager.PVManager; import org.epics.pvmanager.PVReader; import org.junit.Test; import static org.junit.Assert.*; import ...
test: making test more sturdy
pvmanager-test/src/test/java/org/epics/pvmanager/test/NotificationTest.java
test: making test more sturdy
Java
mit
d4a0e24ba7b75008c32f31a597d307efcd216a04
0
phemt85/PortScanner
package com.github.phemt85; import java.net.InetSocketAddress; import java.net.Socket; import java.util.ArrayList; import java.util.List; public class PortScanner { public void scan(CommandLineValues command_line_values){ List<Integer> open_ports = null; if(command_line_values.getPorts() != null){ ...
src/com/github/phemt85/PortScanner.java
package com.github.phemt85; import java.net.InetSocketAddress; import java.net.Socket; import java.util.ArrayList; import java.util.List; public class PortScanner { public void scan(CommandLineValues command_line_values){ List<Integer> open_ports = null; if(command_line_values.getPorts() != null){ ...
fixed bug in PortScanner.java
src/com/github/phemt85/PortScanner.java
fixed bug in PortScanner.java
Java
mit
63b393f20a432e155cc76d8bb537f98f677cab7d
0
Magicnation/Magicnation-Mod
package com.juanwan11_magicnation.Items; import java.util.List; import net.minecraft.block.Block; import net.minecraft.client.Minecraft; import net.minecraft.enchantment.Enchantment; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemPickaxe; i...
Magicnation/com/juanwan11_magicnation/Items/itemGemStoneBloodPickaxe.java
package com.juanwan11_magicnation.Items; import java.util.List; import net.minecraft.block.Block; import net.minecraft.client.Minecraft; import net.minecraft.enchantment.Enchantment; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemPickaxe; i...
Update itemGemStoneBloodPickaxe.java
Magicnation/com/juanwan11_magicnation/Items/itemGemStoneBloodPickaxe.java
Update itemGemStoneBloodPickaxe.java
Java
mit
e62772ec949f85ac9c215df3161e033d53109e2f
0
romanman/ethereumj-obsolete-prototype,romanman/ethereumj-obsolete-prototype
package org.ethereum.crypto; import static java.util.Arrays.copyOfRange; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import org.ethereum.db.ByteArrayWrapper; import org.ethereum.util.RLP; import org.ethereum.util.Utils; import org.spongycastle.util....
src/main/java/org/ethereum/crypto/HashUtil.java
package org.ethereum.crypto; import static java.util.Arrays.copyOfRange; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import org.ethereum.db.ByteArrayWrapper; import org.ethereum.util.ByteUtil; import org.ethereum.util.RLP; import org.ethereum.util.U...
Avoid double Map search
src/main/java/org/ethereum/crypto/HashUtil.java
Avoid double Map search
Java
mit
6dfa76aacbf8958294241fc7b38cef7137183289
0
vieck/Save-Dat-Money
package edu.purdue.vieck.budgetapp.Fragments; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.widget.SwipeRefreshLayout; import android.sup...
app/src/main/java/edu/purdue/vieck/budgetapp/Fragments/ChartFragment.java
package edu.purdue.vieck.budgetapp.Fragments; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.widget.SwipeRefreshLayout; import android.sup...
No chart dat available works again
app/src/main/java/edu/purdue/vieck/budgetapp/Fragments/ChartFragment.java
No chart dat available works again
Java
agpl-3.0
2c6d2018e58057877aee88f8b9516e5ef546895c
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
0d86fcd4-2e62-11e5-9284-b827eb9e62be
hello.java
0d818286-2e62-11e5-9284-b827eb9e62be
0d86fcd4-2e62-11e5-9284-b827eb9e62be
hello.java
0d86fcd4-2e62-11e5-9284-b827eb9e62be
Java
agpl-3.0
399ac099c43685c981dc882983acaec1f21710cd
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
eb950eae-2e61-11e5-9284-b827eb9e62be
hello.java
eb8f924e-2e61-11e5-9284-b827eb9e62be
eb950eae-2e61-11e5-9284-b827eb9e62be
hello.java
eb950eae-2e61-11e5-9284-b827eb9e62be
Java
lgpl-2.1
80486e7dc512f1bfa491658f45494556d64b43c5
0
huib/2IMA00
package Alg.Kernelization; import org.jgrapht.Graphs; import org.jgrapht.graph.DefaultEdge; import org.jgrapht.graph.Multigraph; import org.jgrapht.alg.util.UnionFind; import java.util.*; /** * Created by Christopher on 6/15/2016. * * 2-Approximation Algorithm (FEEDBACK) from: http://epubs.siam.org/doi/abs/10.113...
src/Alg/Kernelization/Approximation.java
package Alg.Kernelization; import org.jgrapht.Graphs; import org.jgrapht.graph.DefaultEdge; import org.jgrapht.graph.Multigraph; import org.jgrapht.alg.util.UnionFind; import java.lang.reflect.Array; import java.util.*; /** * Created by Christopher on 6/15/2016. * * 2-Approximation Algorithm (FEEDBACK) from: http...
Approximation refactored to look like FEEDBACK algorithm
src/Alg/Kernelization/Approximation.java
Approximation refactored to look like FEEDBACK algorithm
Java
apache-2.0
8ad4387effbdb84556245d54cb7285be38892bef
0
jdeppe-pivotal/geode,masaki-yamakawa/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,smgoller/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,masaki-yamakawa/geode,jdeppe-pivotal/geode,smgoller/geode,masaki-yamakawa/geode,smgoller/geode,masaki-yamakawa/geode,smgoller/geode,masaki-yamakawa/geode,smg...
/* * 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 not ...
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HGetDUnitTest.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 not ...
GEODE-9069: Increasing the timeout in HGetDUnitTest * Similar to the previous commit for GEODE-9069, the timeout is increased for HGetDUnitTest
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HGetDUnitTest.java
GEODE-9069: Increasing the timeout in HGetDUnitTest
Java
apache-2.0
428a82d59681a9ed1e3fc2e769e8725e37d65e92
0
vanitasvitae/Smack,cjpx00008/Smack,u20024804/Smack,igorexax3mal/Smack,unisontech/Smack,ishan1604/Smack,vito-c/Smack,kkroid/OnechatSmack,esl/Smack,deeringc/Smack,deeringc/Smack,opg7371/Smack,igorexax3mal/Smack,lovely3x/Smack,unisontech/Smack,opg7371/Smack,andrey42/Smack,vito-c/Smack,kkroid/OnechatSmack,annovanvliet/Smac...
/** * $RCSfile$ * $Revision$ * $Date$ * * Copyright 2003-2004 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
source/org/jivesoftware/smackx/packet/MessageEvent.java
/** * $RCSfile$ * $Revision$ * $Date$ * * Copyright 2003-2004 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
Make sure that CANCELLED event type is not presence when message event is a request. git-svn-id: 0d4d1bf2e47502aa0f0957c230a0ec7fa56198fd@3043 b35dd754-fafc-0310-a699-88a17e54d16e
source/org/jivesoftware/smackx/packet/MessageEvent.java
Make sure that CANCELLED event type is not presence when message event is a request.
Java
apache-2.0
e651e489c81b917be6ddaf8f8ec39cf07696374d
0
baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel,wyona/yanel,baszero/yanel,baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel,wyona/yanel
package org.wyona.yanel.servlet; import java.io.File; import java.io.BufferedReader; import java.io.InputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.io.Writer; import java.net.URL; import java.util.Enumeration; import javax...
src/core/java/org/wyona/yanel/servlet/YanelServlet.java
package org.wyona.yanel.servlet; import java.io.File; import java.io.BufferedReader; import java.io.InputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.io.Writer; import java.net.URL; import java.util.Enumeration; import javax...
namespace fixed
src/core/java/org/wyona/yanel/servlet/YanelServlet.java
namespace fixed
Java
apache-2.0
26b4cc679f0d813b3cb290a83bf2add00e504e73
0
infraling/atomic,infraling/atomic
/******************************************************************************* * Copyright 2016 Friedrich-Schiller-Universität Jena * * 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 * ...
plugins/org.corpus-tools.atomic/src/main/java/org/corpus_tools/atomic/projects/wizard/NewAtomicProjectWizardPageProjectStructure.java
/******************************************************************************* * Copyright 2016 Friedrich-Schiller-Universität Jena * * 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 * ...
Start cleaning up UI of NewAtomicProjectWizardPageProjectStructure
plugins/org.corpus-tools.atomic/src/main/java/org/corpus_tools/atomic/projects/wizard/NewAtomicProjectWizardPageProjectStructure.java
Start cleaning up UI of NewAtomicProjectWizardPageProjectStructure
Java
apache-2.0
4e9daf60cd4752152e05bf3f27854b4266ab6711
0
wso2/product-is,mefarazath/product-is,mefarazath/product-is,harsha1979/product-is,wso2/product-is,madurangasiriwardena/product-is,wso2/product-is,madurangasiriwardena/product-is,mefarazath/product-is,harsha1979/product-is,milindaperera/product-is,mefarazath/product-is,madurangasiriwardena/product-is,wso2/product-is,mad...
/* * Copyright (c) 2016, 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...
modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/saml/SAMLQueryProfileTestCase.java
/* * Copyright (c) 2016, 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...
Fixing test failures
modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/saml/SAMLQueryProfileTestCase.java
Fixing test failures
Java
apache-2.0
9875ba10922f548e90ef9657197f8673e99607cc
0
leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere
/* * 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 ...
sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/token/pojo/InsertSetAddGeneratedKeyToken.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 columnValue
sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/token/pojo/InsertSetAddGeneratedKeyToken.java
add columnValue
Java
apache-2.0
578f7658c57e2ce58069eb2b171bcc9a3aba103e
0
juebanlin/util4j,juebanlin/util4j
package net.jueb.util4j.convert.audio; import java.io.File; import java.io.IOException; import java.util.UUID; import org.apache.commons.io.FileUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import it.sauronsoftware.jave.AudioAttributes; import it.sauronsoftware.jave.Encoder; import it.sauro...
util4j/src/main/java/net/jueb/util4j/convert/audio/JaveAudioConvert.java
package net.jueb.util4j.convert.audio; import java.io.File; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.UUID; import org.apache.commons.io.FileUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import it.sauronsoftware.jave.AudioAttribut...
Signed-off-by: juebanlin <juebanlin@DESKTOP-68KCVE3>
util4j/src/main/java/net/jueb/util4j/convert/audio/JaveAudioConvert.java
Java
apache-2.0
cba501ada1cb2251e3ad49c20ba9f4b0c42dc900
0
wvanderdeijl/adf-selenium,adfemg/adf-selenium
package com.redheap.selenium.component; import com.redheap.selenium.component.uix.UixValue; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; public class AdfSelectOneListbox extends UixValue { private static final String SUBID_content = "content"; // <div> element private static...
SeleniumTools/src/com/redheap/selenium/component/AdfSelectOneListbox.java
package com.redheap.selenium.component; import com.redheap.selenium.component.uix.UixValue; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; public class AdfSelectOneListbox extends UixValue { private static final String SUBID_content = "content"; // <div> element private static...
12.2 requires us to first scroll the item into view
SeleniumTools/src/com/redheap/selenium/component/AdfSelectOneListbox.java
12.2 requires us to first scroll the item into view
Java
apache-2.0
44c914a2648699722fe8082aeaa247a2e7ff8288
0
apache/commons-pool,apache/commons-pool,apache/commons-pool
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.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 ...
No further read locks required but a few places where an NPE may occur. git-svn-id: a66ef3f0e6c00b14098e182847b4bd646263fa09@1333153 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
No further read locks required but a few places where an NPE may occur.
Java
apache-2.0
553fc39875a40ed7486745ca27c14a7da307760c
0
asciidoctor/asciidoctor-intellij-plugin,asciidoctor/asciidoctor-intellij-plugin,asciidoctor/asciidoctor-intellij-plugin,asciidoctor/asciidoctor-intellij-plugin,asciidoctor/asciidoctor-intellij-plugin
package org.asciidoc.intellij.grazie; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiComment; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.TokenType; import com.intellij.psi.tree.TokenSet; import org.asciidoc.intellij.lexer.AsciiDocTokenTypes; imp...
src/main/java/org/asciidoc/intellij/grazie/AsciiDocLanguageSupport.java
package org.asciidoc.intellij.grazie; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiComment; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.PsiWhiteSpace; import com.intellij.psi.TokenType; import com.intellij.psi.tree.TokenSet; import org.asciidoc...
as list items are now root tokens and texts will be trimmed, this check is no longer necessary (#908)
src/main/java/org/asciidoc/intellij/grazie/AsciiDocLanguageSupport.java
as list items are now root tokens and texts will be trimmed, this check is no longer necessary (#908)
Java
apache-2.0
94c8c0f69d29cac6e5274750287d4e687f41c38b
0
NLeSC/Xenon,NLeSC/Xenon
package nl.esciencecenter.xenon.adaptors.webdav; import nl.esciencecenter.xenon.InvalidLocationException; import nl.esciencecenter.xenon.adaptors.generic.Location; public class WebdavLocation extends Location { public WebdavLocation(String user, String host, int port) { super(user, host, port); } ...
src/main/java/nl/esciencecenter/xenon/adaptors/webdav/WebdavLocation.java
package nl.esciencecenter.xenon.adaptors.webdav; import nl.esciencecenter.xenon.InvalidLocationException; import nl.esciencecenter.xenon.adaptors.generic.Location; public class WebdavLocation extends Location { public WebdavLocation(String user, String host, int port) { super(user, host, port); } ...
fixed bug in webdavlocation
src/main/java/nl/esciencecenter/xenon/adaptors/webdav/WebdavLocation.java
fixed bug in webdavlocation
Java
apache-2.0
071daad8da4d820a775c888867d7ba5272866b87
0
loganathan001/AsyncHelper,loganathan001/AsyncHelper
/** * 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...
Project/asynchelper/src/test/java/org/vishag/async/SchedulingTaskTest.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...
Test fix.
Project/asynchelper/src/test/java/org/vishag/async/SchedulingTaskTest.java
Test fix.