lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
bsd-2-clause
bb9a45202715afa1722e97198824d2ae6d5355f0
0
malensek/forager,malensek/forager
package forager.events; import java.io.IOException; import galileo.event.Event; import galileo.event.EventTypeMap; import galileo.serialization.SerializationInputStream; import galileo.serialization.SerializationOutputStream; public class JoinEvent implements Event { private String resourceName = ""; publ...
src/forager/events/JoinEvent.java
package forager.events; import java.io.IOException; import galileo.event.Event; import galileo.event.EventTypeMap; import galileo.serialization.SerializationInputStream; import galileo.serialization.SerializationOutputStream; public class JoinEvent implements Event { private String resourceName = ""; publ...
Add getResourceName() accessor
src/forager/events/JoinEvent.java
Add getResourceName() accessor
Java
bsd-3-clause
f7043f690dbf7b198983fce38830a5fb83214629
0
salesforcetidbits/ApexDoc,SalesforceFoundation/ApexDoc,force2b/ApexDoc,force2b/ApexDoc,salesforcetidbits/ApexDoc,SalesforceFoundation/ApexDoc,salesforcetidbits/ApexDoc,SalesforceFoundation/ApexDoc
package org.salesforce.apexdoc; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStreamReader; import java.io.PrintStream; import java.lang.reflect.InvocationTargetException; import java.util.ArrayLi...
src/org/salesforce/apexdoc/ApexDoc.java
package org.salesforce.apexdoc; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStreamReader; import java.io.PrintStream; import java.lang.reflect.InvocationTargetException; import java.util.ArrayLi...
back out attempt to treat non-tagged comment blocks as @description. it wasn't perfect, and it introduced some bugs.
src/org/salesforce/apexdoc/ApexDoc.java
back out attempt to treat non-tagged comment blocks as @description. it wasn't perfect, and it introduced some bugs.
Java
bsd-3-clause
b21f0876295900bd20219789e27c5bd06d85625a
0
interdroid/smartsockets,interdroid/smartsockets,kastur/interdroid-smartsockets,kastur/interdroid-smartsockets,kastur/interdroid-smartsockets
package ibis.smartsockets.hub.connections; import ibis.smartsockets.direct.DirectSocket; import ibis.smartsockets.direct.DirectSocketAddress; import ibis.smartsockets.hub.Connections; import ibis.smartsockets.hub.Statistics; import ibis.smartsockets.hub.StatisticsCallback; import ibis.smartsockets.hub.state.HubList; i...
src/ibis/smartsockets/hub/connections/BaseConnection.java
package ibis.smartsockets.hub.connections; import ibis.smartsockets.direct.DirectSocket; import ibis.smartsockets.direct.DirectSocketAddress; import ibis.smartsockets.hub.Connections; import ibis.smartsockets.hub.Statistics; import ibis.smartsockets.hub.StatisticsCallback; import ibis.smartsockets.hub.state.HubList; i...
Added statistics upcall in connections git-svn-id: 6a22e31e8b7abd46c6a01a18ff87f4736d59f7df@10277 aaf88347-d911-0410-b711-e54d386773bb
src/ibis/smartsockets/hub/connections/BaseConnection.java
Added statistics upcall in connections
Java
bsd-3-clause
ea4d763f9551d47a276c1631685c6ba22353e495
0
ra4king/GameUtils
package gameutils; import java.applet.Applet; import java.awt.AWTEvent; import java.awt.BorderLayout; import java.awt.Canvas; import java.awt.Container; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import ja...
src/gameutils/Game.java
package gameutils; import java.applet.Applet; import java.awt.AWTEvent; import java.awt.BorderLayout; import java.awt.Canvas; import java.awt.Container; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import ja...
Removed default constructor in Game.
src/gameutils/Game.java
Removed default constructor in Game.
Java
mit
63f1c1b31f0f5d8e271f146f7753c4159d7d1b1c
0
Jason0803/Cocoa-Note,Jason0803/Cocoa-Note,Jason0803/Cocoa-Note
package sql; public interface StringQuery { /* * Diary No 시퀀스 생성. * 컬럼명 : seq_diary_no * 다이어리 번호 부여방법 : INSERT 구문 사용시 no 컬럼에 seq_diary_no.NEXTVAL 기입 * - K */ // ----------------------------------- MemberDAO -------------------------------------- // String REGISTER_MEMBER = "INSERT INTO member VALUES(...
src/sql/StringQuery.java
package sql; public interface StringQuery { /* * Diary No 시퀀스 생성. * 컬럼명 : seq_diary_no * 다이어리 번호 부여방법 : INSERT 구문 사용시 no 컬럼에 seq_diary_no.NEXTVAL 기입 * - K */ // ----------------------------------- MemberDAO -------------------------------------- // String REGISTER_MEMBER = "INSERT INTO member VALUES(...
#00110 : Query Fix - 2
src/sql/StringQuery.java
#00110 : Query Fix - 2
Java
mit
e7ded5ffb5270b7ec9a1514eb7ec82392ba8aca8
0
OpenMods/OpenModsLib,nevercast/OpenModsLib,OpenMods/OpenModsLib
package openmods; import openmods.interfaces.IOpenModsProxy; import openmods.network.EventPacket; import openmods.network.PacketHandler; import openmods.sync.SyncableManager; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.EventHandler; import cpw.mods.fml.common.Mod.Instance; import cpw.mods.fml.common...
src/openmods/OpenMods.java
package openmods; import openmods.interfaces.IOpenModsProxy; import openmods.network.EventPacket; import openmods.network.PacketHandler; import openmods.sync.SyncableManager; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.EventHandler; import cpw.mods.fml.common.Mod.Instance; import cpw.mods.fml.common...
Mod deps (maybe?)
src/openmods/OpenMods.java
Mod deps (maybe?)
Java
mit
95dffdd0014489206ccf93067e6951ee62515f16
0
eduardodaluz/xfire,eduardodaluz/xfire
package org.codehaus.xfire.gen; import java.net.URL; import java.net.URLClassLoader; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.taskdefs.MatchingTask; import org.codehaus.xfire.gen.jsr181.Jsr181Profile; public class WsGenTask extends MatchingTask { private String wsdl; private St...
xfire-generator/src/main/org/codehaus/xfire/gen/WsGenTask.java
package org.codehaus.xfire.gen; import java.net.URL; import java.net.URLClassLoader; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.taskdefs.MatchingTask; import org.codehaus.xfire.gen.jsr181.Jsr181Profile; public class WsGenTask extends MatchingTask { private String wsdl; private St...
Add a BaseURI property to resolve imports relative to. git-svn-id: 9326b53cbc4a8f4c3d02979b62b178127d5150fe@1402 c7d0bf07-ec0d-0410-b2cc-d48fa9be22ba
xfire-generator/src/main/org/codehaus/xfire/gen/WsGenTask.java
Add a BaseURI property to resolve imports relative to.
Java
mit
e308e5ed57715e2fdce3c38410a1e3ca4c18c6ff
0
kohsuke/github-api
package org.kohsuke.github; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.InjectableValues; import com.fasterxml.jackson.databind.MapperFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectReader; import com.faste...
src/main/java/org/kohsuke/github/GitHubClient.java
package org.kohsuke.github; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.InjectableValues; import com.fasterxml.jackson.databind.MapperFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectReader; import com.faste...
use static utility methods instead of building logic in the constructor
src/main/java/org/kohsuke/github/GitHubClient.java
use static utility methods instead of building logic in the constructor
Java
mit
db59263a154bab7f3874db2a0d8d2d1ac707b3fe
0
patbos/jenkins,ikedam/jenkins,Jochen-A-Fuerbacher/jenkins,ikedam/jenkins,v1v/jenkins,MarkEWaite/jenkins,stephenc/jenkins,rsandell/jenkins,viqueen/jenkins,recena/jenkins,v1v/jenkins,rsandell/jenkins,recena/jenkins,daniel-beck/jenkins,v1v/jenkins,DanielWeber/jenkins,jenkinsci/jenkins,godfath3r/jenkins,daniel-beck/jenkins...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi * * 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 lim...
core/src/main/java/hudson/Util.java
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi * * 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 lim...
Fix typo in link Co-Authored-By: jvz <513d3458479114e24f8d044518f318f8c12cfe16@gmail.com>
core/src/main/java/hudson/Util.java
Fix typo in link
Java
mit
11b1fc744192bf84ff21c0412a72ed4d3be0a910
0
EricSekyere/CSE3461-SketchPad,EricSekyere/CSE3461-SketchPad,EricSekyere/CSE3461-SketchPad
package app.components; import java.awt.*; import java.awt.event.*; import javax.swing.*; /** * This class implements the application window. */ public class AppWindow extends JFrame { public AppWindow(JPanel pane) { setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE); // FIXME CloseCheck closeCheck = ne...
src/app/components/AppWindow.java
package app.components; import java.awt.*; import javax.swing.*; /** * This class implements the application window. */ public class AppWindow extends JFrame { public AppWindow(JPanel pane) { setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); // FIXME getContentPane().add(new MainToolbar(), BorderLayout...
Implemented popup message, when application window is closed.
src/app/components/AppWindow.java
Implemented popup message, when application window is closed.
Java
mit
7b35f41d4a8ae724c39a1c3878542d16bdcfc402
0
cs2103aug2015-t16-1j/fini,cs2103aug2015-t16-1j/fini
package fini.main.model; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import com.google.gson.Gson; import com.google....
src/fini/main/model/Storage.java
package fini.main.model; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import com.google.gson.Gson; import com.google....
storage2
src/fini/main/model/Storage.java
storage2
Java
agpl-3.0
ec9f783eb5be49e92f8dcffd0a13150e7ce352fb
0
bisq-network/exchange,bitsquare/bitsquare,bitsquare/bitsquare,bisq-network/exchange
/* * This file is part of Bisq. * * Bisq is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or (at * your option) any later version. * * Bisq is distributed in the ...
core/src/main/java/bisq/core/api/CoreHelpService.java
/* * This file is part of Bisq. * * Bisq is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or (at * your option) any later version. * * Bisq is distributed in the ...
Remove switch(hardcoded enum.name) There is no need for a switch here, the doc exists or it does not.
core/src/main/java/bisq/core/api/CoreHelpService.java
Remove switch(hardcoded enum.name)
Java
agpl-3.0
10924afe01d3b91ad7762092bfa6c690bd9ad2ad
0
oncokb/oncokb,oncokb/oncokb,oncokb/oncokb,zhx828/oncokb,zhx828/oncokb,zhx828/oncokb
package org.mskcc.cbio.oncokb.util; import com.google.common.collect.Sets; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.map.HashedMap; import org.apache.commons.lang3.StringUtils; import org.mskcc.cbio.oncokb.bo.AlterationBo; import org.mskcc.cbio.oncokb.bo.ArticleBo; im...
core/src/main/java/org/mskcc/cbio/oncokb/util/EvidenceUtils.java
package org.mskcc.cbio.oncokb.util; import com.google.common.collect.Sets; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.map.HashedMap; import org.apache.commons.lang3.StringUtils; import org.mskcc.cbio.oncokb.bo.AlterationBo; import org.mskcc.cbio.oncokb.bo.ArticleBo; im...
Fix null pointer exception
core/src/main/java/org/mskcc/cbio/oncokb/util/EvidenceUtils.java
Fix null pointer exception
Java
agpl-3.0
eaa2e2ad48f6015756571691a724d87a2da62927
0
smith750/kfs,kuali/kfs,bhutchinson/kfs,kkronenb/kfs,UniversityOfHawaii/kfs,ua-eas/kfs-devops-automation-fork,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,kuali/kfs,UniversityOfHawaii/kfs,quikkian-ua-devops/will-financials,ua-eas/kfs-devops-automation-fork,kual...
/* * Copyright 2008 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl2.php * * Unless required by appl...
test/unit/src/org/kuali/kfs/module/purap/util/ItemParserTest.java
/* * Copyright 2008 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl2.php * * Unless required by appl...
JIRA KFSMI-7208 Unit Test Rice 2.0 Conversion
test/unit/src/org/kuali/kfs/module/purap/util/ItemParserTest.java
JIRA KFSMI-7208 Unit Test Rice 2.0 Conversion
Java
lgpl-2.1
400a42930bc9e3bc8075d04f87325ac834f19468
0
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
src/java/com/threerings/presents/peer/server/PeerManager.java
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Return the correct value if we're asked for this node's public hostname or port. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4829 542714f4-19e9-0310-aa3c-eee0fc999fb1
src/java/com/threerings/presents/peer/server/PeerManager.java
Return the correct value if we're asked for this node's public hostname or port.
Java
apache-2.0
cd68c25f8dd00f4b98a2c851907b06aef6793ce9
0
SpineEventEngine/base,SpineEventEngine/base,SpineEventEngine/base
/* * Copyright 2019, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
base/src/test/java/io/spine/io/ResourceTest.java
/* * Copyright 2019, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
Add a test for the new API in `Resource`
base/src/test/java/io/spine/io/ResourceTest.java
Add a test for the new API in `Resource`
Java
apache-2.0
15739e564b17ae04b8edfec2f93150d49132e1d3
0
adrapereira/jena,adrapereira/jena,kamir/jena,jianglili007/jena,jianglili007/jena,jianglili007/jena,kamir/jena,CesarPantoja/jena,kamir/jena,jianglili007/jena,apache/jena,atsolakid/jena,samaitra/jena,atsolakid/jena,adrapereira/jena,kamir/jena,apache/jena,atsolakid/jena,samaitra/jena,kidaa/jena,CesarPantoja/jena,apache/je...
/* * 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 ...
jena-arq/src/main/java/org/apache/jena/atlas/lib/MultiMap.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 ...
Comment git-svn-id: bc509ec38c1227b3e85ea1246fda136342965d36@1495765 13f79535-47bb-0310-9956-ffa450edef68
jena-arq/src/main/java/org/apache/jena/atlas/lib/MultiMap.java
Comment
Java
apache-2.0
a1760830b7641d79f9a831290c85d152f9641871
0
sphereio/commercetools-sunrise-java,sphereio/sphere-sunrise,commercetools/commercetools-sunrise-java,commercetools/commercetools-sunrise-java,sphereio/sphere-sunrise,commercetools/commercetools-sunrise-java,sphereio/commercetools-sunrise-java,rfuertesp/pruebas2,rfuertesp/pruebas2,sphereio/sphere-sunrise,sphereio/sphere...
package io.sphere.sdk.facets; import io.sphere.sdk.search.TermStats; import org.junit.Test; import java.util.List; import static java.util.Arrays.asList; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatThrownBy; public class BaseSelectFacetTest { ...
move-to-sdk/test/io/sphere/sdk/facets/BaseSelectFacetTest.java
package io.sphere.sdk.facets; import io.sphere.sdk.search.TermStats; import org.junit.Test; import java.util.List; import static java.util.Arrays.asList; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatThrownBy; public class BaseSelectFacetTest { ...
Rename test according to used names in class
move-to-sdk/test/io/sphere/sdk/facets/BaseSelectFacetTest.java
Rename test according to used names in class
Java
apache-2.0
cfa641795fb91ea1217d0e7e4d9c421ce48b2066
0
balamurugana/minio-java,minio/minio-java,vadmeste/minio-java
/* * Minio Java SDK for Amazon S3 Compatible Cloud Storage, * (C) 2015, 2016, 2017 Minio, 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/L...
functional/FunctionalTest.java
/* * Minio Java SDK for Amazon S3 Compatible Cloud Storage, * (C) 2015, 2016, 2017 Minio, 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/L...
tests: cleanup functional tests (#607) This patch cleans up functional tests for styles and other logical errors.
functional/FunctionalTest.java
tests: cleanup functional tests (#607)
Java
apache-2.0
512b1e51c7fa10afd1d9b62a9b33d1c3cdc22b42
0
magicdoom/Mycat-Server,ccvcd/Mycat-Server,magicdoom/Mycat-Server,ccvcd/Mycat-Server,ccvcd/Mycat-Server,ccvcd/Mycat-Server,magicdoom/Mycat-Server,magicdoom/Mycat-Server
package org.opencloudb.sqlengine; import java.util.List; import org.apache.log4j.Logger; import org.opencloudb.MycatConfig; import org.opencloudb.MycatServer; import org.opencloudb.backend.BackendConnection; import org.opencloudb.backend.PhysicalDBNode; import org.opencloudb.backend.PhysicalDatasource; import org.ope...
src/main/java/org/opencloudb/sqlengine/SQLJob.java
package org.opencloudb.sqlengine; import java.util.List; import org.apache.log4j.Logger; import org.opencloudb.MycatConfig; import org.opencloudb.MycatServer; import org.opencloudb.backend.BackendConnection; import org.opencloudb.backend.PhysicalDBNode; import org.opencloudb.backend.PhysicalDatasource; import org.ope...
修复 SQL Engine与心跳检测线程偶尔产生的can't sure connection syn result 的缺陷
src/main/java/org/opencloudb/sqlengine/SQLJob.java
修复 SQL Engine与心跳检测线程偶尔产生的can't sure connection syn result 的缺陷
Java
apache-2.0
93b95b85b2f7ec0fd1bf843a4c3dcd542e7b0ee2
0
rishabhbitsg/k-9,cketti/k-9,jca02266/k-9,moparisthebest/k-9,indus1/k-9,farmboy0/k-9,jberkel/k-9,philipwhiuk/k-9,torte71/k-9,msdgwzhy6/k-9,vt0r/k-9,ndew623/k-9,rishabhbitsg/k-9,mawiegand/k-9,tsunli/k-9,icedman21/k-9,herpiko/k-9,cooperpellaton/k-9,leixinstar/k-9,vasyl-khomko/k-9,philipwhiuk/q-mail,huhu/k-9,bashrc/k-9,den...
package com.android.email.mail.internet; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import com.android.email.codec.binary.Base64; import com.android.email.mail.Body; import com.android.email.m...
src/com/android/email/mail/internet/TextBody.java
package com.android.email.mail.internet; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import com.android.email.codec.binary.Base64; import com.android.email.mail.Body; import com.android.email.m...
Fixed NullPointerException when trying to send message with to text body (attachment only for example). The message would end up being stuck in the outbox.
src/com/android/email/mail/internet/TextBody.java
Fixed NullPointerException when trying to send message with to text body (attachment only for example). The message would end up being stuck in the outbox.
Java
apache-2.0
e0a028bc749b1efc09117fed254bd259ab02e7f4
0
oriontribunal/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,sfun...
package com.planet_ink.coffee_mud.Areas; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.core.interfaces.Places; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.pl...
com/planet_ink/coffee_mud/Areas/StdSailingShip.java
package com.planet_ink.coffee_mud.Areas; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.core.interfaces.BoundedObject; import com.planet_ink.coffee_mud.core.interfaces.BoundedObject.B...
git-svn-id: svn://192.168.1.10/public/CoffeeMud@12608 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Areas/StdSailingShip.java
Java
apache-2.0
0d701a9637575dc01a6a98ce6f72b471ee853753
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2007 University of British Columbia * * 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 *...
gemma-core/src/main/java/ubic/gemma/ontology/OntologyService.java
/* * The Gemma project * * Copyright (c) 2007 University of British Columbia * * 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 *...
fix bad bug in adding characteristics to experiments
gemma-core/src/main/java/ubic/gemma/ontology/OntologyService.java
fix bad bug in adding characteristics to experiments
Java
apache-2.0
63a4556a5f8c8e8348ee40033648c20c9f8fab57
0
lumifyio/securegraph,lumifyio/securegraph,lumifyio/securegraph
package com.altamiracorp.securegraph.accumulo; import com.altamiracorp.securegraph.*; import com.altamiracorp.securegraph.accumulo.iterator.ElementVisibilityRowFilter; import com.altamiracorp.securegraph.accumulo.serializer.ValueSerializer; import com.altamiracorp.securegraph.id.IdGenerator; import com.altamiracorp.se...
securegraph-accumulo/src/main/java/com/altamiracorp/securegraph/accumulo/AccumuloGraph.java
package com.altamiracorp.securegraph.accumulo; import com.altamiracorp.securegraph.*; import com.altamiracorp.securegraph.accumulo.iterator.ElementVisibilityRowFilter; import com.altamiracorp.securegraph.accumulo.serializer.ValueSerializer; import com.altamiracorp.securegraph.id.IdGenerator; import com.altamiracorp.se...
change get table names to public
securegraph-accumulo/src/main/java/com/altamiracorp/securegraph/accumulo/AccumuloGraph.java
change get table names to public
Java
apache-2.0
0bdabbf9a2762e262caa7f2c8daaa5ec1ac82859
0
DwayneJengSage/BridgePF,Sage-Bionetworks/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,DwayneJengSage/BridgePF,alxdarksage/BridgePF,DwayneJengSage/BridgePF
package org.sagebionetworks.bridge.dynamodb; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; impor...
test/org/sagebionetworks/bridge/dynamodb/DynamoSurveyDaoTest.java
package org.sagebionetworks.bridge.dynamodb; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; impor...
Adding two further cases.
test/org/sagebionetworks/bridge/dynamodb/DynamoSurveyDaoTest.java
Adding two further cases.
Java
apache-2.0
6b492785a22338a2fa0c5f3cb09a1bc21adb4a2d
0
YOLOSPAGHETTI/final-project,dlew/retrofit,xiaozuzu/retrofit,pitatensai/retrofit,sunios/retrofit,lncosie/retrofit,messipuyol/retrofit,noikiy/retrofit,Appstrakt/retrofit,vignesh-iopex/retrofit,lichblitz/retrofit,vamsirajendra/retrofit,davidcrotty/retrofit,timehop/retrofit,ggchxx/retrofit,xfumihiro/retrofit,nsmolenskii/re...
/* * Copyright (C) 2012 Square, Inc. * Copyright (C) 2007 The Guava 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 * * U...
retrofit/src/main/java/retrofit/Utils.java
/* * Copyright (C) 2012 Square, Inc. * Copyright (C) 2007 The Guava 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 * * U...
Ensure HTTP input stream is always closed.
retrofit/src/main/java/retrofit/Utils.java
Ensure HTTP input stream is always closed.
Java
apache-2.0
76025c12956416af1c60d4d4b66cb4082b7ccfaa
0
wikimedia/apps-android-wikipedia,dbrant/apps-android-wikipedia,Duct-and-rice/KrswtkhrWiki4Android,SAGROUP2/apps-android-wikipedia,dbrant/apps-android-wikipedia,SAGROUP2/apps-android-wikipedia,carloshwa/apps-android-wikipedia,carloshwa/apps-android-wikipedia,SAGROUP2/apps-android-wikipedia,carloshwa/apps-android-wikiped...
package org.wikipedia.util; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.TextUtils; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.ArrayList; import java.util...
app/src/main/java/org/wikipedia/util/StringUtil.java
package org.wikipedia.util; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.TextUtils; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.ArrayList; import java.util...
Hygiene: add missing generic type Change-Id: Id2a338f185cd44cf6cc2f9621def1596df839ec8
app/src/main/java/org/wikipedia/util/StringUtil.java
Hygiene: add missing generic type
Java
apache-2.0
5b9988a397b698fdf8ec940f1a5a1bf7d0945e6e
0
MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab
package org.myrobotlab.service; import org.myrobotlab.framework.Service; import org.myrobotlab.framework.ServiceType; import org.myrobotlab.logging.Level; import org.myrobotlab.logging.LoggerFactory; import org.myrobotlab.logging.Logging; import org.myrobotlab.logging.LoggingFactory; import org.slf4j.Logger; ...
src/org/myrobotlab/service/HtmlParser.java
package org.myrobotlab.service; import org.myrobotlab.framework.Service; import org.myrobotlab.framework.ServiceType; import org.myrobotlab.logging.Level; import org.myrobotlab.logging.LoggerFactory; import org.myrobotlab.logging.Logging; import org.myrobotlab.logging.LoggingFactory; import org.slf4j.Logger; ...
HtmlParser. meta.setAvailable(false) since it uses non existing service JSoup
src/org/myrobotlab/service/HtmlParser.java
HtmlParser. meta.setAvailable(false) since it uses non existing service JSoup
Java
apache-2.0
57c43398ba43a483219da02997ae327977efa039
0
mini2Dx/mini2Dx,mini2Dx/mini2Dx,hyperverse/mini2Dx
/** * Copyright (c) 2015 See AUTHORS file * 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 conditions and...
ui/src/main/java/org/mini2Dx/ui/render/AlignedModalRenderNode.java
/** * Copyright (c) 2015 See AUTHORS file * 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 conditions and...
Fixed centered AlignedModal causing graphical glitches
ui/src/main/java/org/mini2Dx/ui/render/AlignedModalRenderNode.java
Fixed centered AlignedModal causing graphical glitches
Java
artistic-2.0
24bb47cabf8c35116440a2005a9922c386b51c43
0
tcolar/fantomidemodule,tcolar/fantomidemodule
/* * Thibaut Colar Dec 18, 2009 */ package net.colar.netbeans.fan; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.Properties; import net.colar.netbeans.fan.indexer.FanIndexer; import net.colar.netbeans.fan...
src/net/colar/netbeans/fan/FanModuleInstall.java
/* * Thibaut Colar Dec 18, 2009 */ package net.colar.netbeans.fan; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.Properties; import net.colar.netbeans.fan.indexer.FanIndexer; import net.colar.netbeans.fan...
Check for null FanPlatform
src/net/colar/netbeans/fan/FanModuleInstall.java
Check for null FanPlatform
Java
bsd-2-clause
35b027d703ecedddef7d043ecc02251cf7303754
0
clementval/claw-compiler,clementval/claw-compiler
/* * This file is released under terms of BSD license * See LICENSE file for more information */ package claw.tatsu.xcodeml.xnode.common; import claw.tatsu.xcodeml.xnode.Xname; import claw.tatsu.xcodeml.xnode.fortran.FfunctionDefinition; import claw.tatsu.xcodeml.xnode.fortran.FmoduleDefinition; import claw.tatsu.x...
cx2t/src/claw/tatsu/xcodeml/xnode/common/Xnode.java
/* * This file is released under terms of BSD license * See LICENSE file for more information */ package claw.tatsu.xcodeml.xnode.common; import claw.tatsu.xcodeml.xnode.Xname; import claw.tatsu.xcodeml.xnode.fortran.FfunctionDefinition; import claw.tatsu.xcodeml.xnode.fortran.FmoduleDefinition; import claw.tatsu.x...
ancestor node and current node cannot be null
cx2t/src/claw/tatsu/xcodeml/xnode/common/Xnode.java
ancestor node and current node cannot be null
Java
bsd-3-clause
515ac1ae1bbb03840156fa6b586488e1e2f07bdd
0
uzen/byteseek
src/net/domesdaybook/reader/cache/AbstractObservableCache.java
/* * Copyright Matt Palmer 2011, All rights reserved. * * This code is licensed under a standard 3-clause BSD license: * * * 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 mu...
Updated javadoc.
src/net/domesdaybook/reader/cache/AbstractObservableCache.java
Updated javadoc.
Java
bsd-3-clause
a52433c5504e4d49f52acc606479c91858674d5e
0
lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon
/* * $Id: CrawlSpec.java,v 1.4 2003-10-09 18:56:10 troberts Exp $ */ /* Copyright (c) 2000-2003 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software")...
src/org/lockss/daemon/CrawlSpec.java
/* * $Id: CrawlSpec.java,v 1.3 2003-10-08 21:20:52 troberts Exp $ */ /* Copyright (c) 2000-2003 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software")...
*actually sets recrawlDepth now git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@2017 4f837ed2-42f5-46e7-a7a5-fa17313484d4
src/org/lockss/daemon/CrawlSpec.java
*actually sets recrawlDepth now
Java
bsd-3-clause
21753cb6c92d5210ac84e8961c3b7f764192b8ee
0
psygate/CivModCore,psygate/CivModCore
package vg.civcraft.mc.civmodcore.util; import java.util.function.Consumer; import java.util.function.Supplier; public final class NullCoalescing { @FunctionalInterface public interface NullChecker<T> { T get() throws Exception; } /** * <p>Returns the first non-null given parameter, if ...
src/main/java/vg/civcraft/mc/civmodcore/util/NullCoalescing.java
package vg.civcraft.mc.civmodcore.util; import java.util.function.Consumer; import java.util.function.Supplier; public final class NullCoalescing { @FunctionalInterface public interface NullChecker<T> { T get() throws Exception; } /** * <p>Returns the first non-null given parameter, if ...
NullCoalescing :: Added new cast API This is meant to move some of the use cases away from chain, which should remove the try/catch overhead of those use cases.
src/main/java/vg/civcraft/mc/civmodcore/util/NullCoalescing.java
NullCoalescing :: Added new cast API
Java
bsd-3-clause
4cc9b1476e6cd2ae7a8de6fc29a230eff9a52628
0
flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.utils; import java.util.ArrayList; import java.util.List; /** * A class to process regular text output intermixed with newline...
src/io/flutter/utils/StdoutJsonParser.java
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.utils; import java.util.ArrayList; import java.util.List; /** * A class to process regular text output intermixed with newline...
remove extra console whitespace (#3660)
src/io/flutter/utils/StdoutJsonParser.java
remove extra console whitespace (#3660)
Java
mit
2a4c91e404000d89ca3fc2dca24e1f09ed44e093
0
outofcoffee/testcontainers-java,testcontainers/testcontainers-java,testcontainers/testcontainers-java,outofcoffee/testcontainers-java,testcontainers/testcontainers-java,rnorth/test-containers,rnorth/test-containers,outofcoffee/testcontainers-java,rnorth/test-containers
package org.testcontainers.containers; import com.datastax.driver.core.Cluster; import com.github.dockerjava.api.command.InspectContainerResponse; import org.apache.commons.io.IOUtils; import org.testcontainers.containers.delegate.CassandraDatabaseDelegate; import org.testcontainers.delegate.DatabaseDelegate; import o...
modules/cassandra/src/main/java/org/testcontainers/containers/CassandraContainer.java
package org.testcontainers.containers; import com.datastax.driver.core.Cluster; import com.github.dockerjava.api.command.InspectContainerResponse; import org.apache.commons.io.IOUtils; import org.testcontainers.containers.delegate.CassandraDatabaseDelegate; import org.testcontainers.delegate.DatabaseDelegate; import o...
Cassandra: Add support for creating Cluster objects without JMX reporting (#1199)
modules/cassandra/src/main/java/org/testcontainers/containers/CassandraContainer.java
Cassandra: Add support for creating Cluster objects without JMX reporting (#1199)
Java
mit
a22e7254b57a05e93add2ab79d6cc1b0d208dc90
0
CS2103AUG2016-W10-C3/main,CS2103AUG2016-W10-C3/main
package seedu.address.ui; import java.time.format.DateTimeFormatter; import javafx.fxml.FXML; import javafx.scene.Node; import javafx.scene.control.CheckBox; import javafx.scene.control.Label; import javafx.scene.layout.HBox; import seedu.address.model.task.ReadOnlyTask; import seedu.address.model.task.Time; public ...
src/main/java/seedu/address/ui/TaskCard.java
package seedu.address.ui; import java.time.format.DateTimeFormatter; import javafx.fxml.FXML; import javafx.scene.Node; import javafx.scene.control.CheckBox; import javafx.scene.control.Label; import javafx.scene.layout.HBox; import seedu.address.model.task.ReadOnlyTask; import seedu.address.model.task.Time; public ...
Revert change to avoid merge conflict
src/main/java/seedu/address/ui/TaskCard.java
Revert change to avoid merge conflict
Java
mit
f04b310dcb84be8421a1d94145085c397d84f040
0
MrCreosote/workspace_deluxe,MrCreosote/workspace_deluxe,MrCreosote/workspace_deluxe,kbase/workspace_deluxe,kbase/workspace_deluxe,kbase/workspace_deluxe,kbase/workspace_deluxe,kbase/workspace_deluxe,MrCreosote/workspace_deluxe,kbase/workspace_deluxe,MrCreosote/workspace_deluxe,MrCreosote/workspace_deluxe,kbase/workspac...
package us.kbase.workspace.database.mongo; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import ...
src/us/kbase/workspace/database/mongo/MongoDatabase.java
package us.kbase.workspace.database.mongo; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.net.UnknownHostException; import java.util.logging.Level; import java.util.logging.Logger; import org.jongo.FindAndModify; import org.jongo.Jongo; import org.jongo.MongoCollec...
Workspace creation works
src/us/kbase/workspace/database/mongo/MongoDatabase.java
Workspace creation works
Java
mit
ee5d4f33da74475143bc1a70bf2d6ac13021f591
0
richard-roberts/SOMns,smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,MetaConc/SOMns,smarr/SOMns,MetaConc/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,VAISHALI-DHANOA/SOMns,smarr/SOMns,smarr/SOMns,richard-roberts/SOMns,VAISHALI-DHANOA/SOMns,smarr/SOMns,MetaConc/SOMns,richa...
package som.interpreter.nodes.literals; import som.interpreter.Inliner; import som.interpreter.Invokable; import som.vm.Universe; import som.vmobjects.SBlock; import som.vmobjects.SInvokable; import som.vmobjects.SInvokable.SMethod; import com.oracle.truffle.api.frame.VirtualFrame; public class BlockNode extends Lit...
src/som/interpreter/nodes/literals/BlockNode.java
package som.interpreter.nodes.literals; import som.interpreter.Inliner; import som.interpreter.Invokable; import som.vm.Universe; import som.vmobjects.SBlock; import som.vmobjects.SInvokable; import som.vmobjects.SInvokable.SMethod; import com.oracle.truffle.api.frame.VirtualFrame; public class BlockNode extends Lit...
Readded replaceWithIndependentCopyForInlining because we need to have a BlockNodeWithContext here, otherwise it will be a normal block node Signed-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>
src/som/interpreter/nodes/literals/BlockNode.java
Readded replaceWithIndependentCopyForInlining because we need to have a BlockNodeWithContext here, otherwise it will be a normal block node
Java
mit
89a90ffca70b967cde923e889e0e3a4d1475344c
0
podio/podio-android
/* * Copyright (C) 2014 Copyright Citrix Systems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, c...
sdk/src/com/podio/sdk/domain/Item.java
/* * Copyright (C) 2014 Copyright Citrix Systems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, c...
Fixed StackOverflowError when creating a new item.
sdk/src/com/podio/sdk/domain/Item.java
Fixed StackOverflowError when creating a new item.
Java
mit
37c7f54b68d383cda608f91085f7cb743e70b81a
0
lare96/luna
package io.luna; import com.google.common.collect.ImmutableSet; import com.google.common.util.concurrent.ThreadFactoryBuilder; import io.luna.game.GameService; import io.luna.game.plugin.PluginBootstrap; import io.luna.net.LunaChannelInitializer; import io.luna.net.LunaNetworkConstants; import io.luna.net.msg.MessageR...
src/main/java/io/luna/Server.java
package io.luna; import com.google.common.collect.ImmutableSet; import com.google.common.util.concurrent.ThreadFactoryBuilder; import io.luna.game.GameService; import io.luna.game.plugin.PluginBootstrap; import io.luna.net.LunaChannelInitializer; import io.luna.net.LunaNetworkConstants; import io.luna.net.msg.MessageR...
Exclamation mark for online indicator, just because.
src/main/java/io/luna/Server.java
Exclamation mark for online indicator, just because.
Java
mit
2e40d632dc293d35610594b6f445d1509786a5f9
0
R-a-dio/R-a-dio-Amazing-Android-App
package io.r_a_d.radio; import android.media.AudioManager; import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.ImageButton; import java....
app/src/main/java/io/r_a_d/radio/ActivityMain.java
package io.r_a_d.radio; import android.media.AudioManager; import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.ImageButton; import java....
Clean up streaming, get rid of warnings
app/src/main/java/io/r_a_d/radio/ActivityMain.java
Clean up streaming, get rid of warnings
Java
mit
1e27caa24da662a56add89cefbf9de6feaf862e9
0
sanarroya/ECOS-Simpson-Numerical-Integration,sanarroya/ECOS-Simpson-Numerical-Integration
import Controller.Controller; import Model.CalculationManager; import Model.IntegralInfo; import java.sql.*; import java.util.HashMap; import java.util.ArrayList; import java.util.Map; import java.net.URI; import java.net.URISyntaxException; import static spark.Spark.*; import spark.template.freemarker.FreeMarkerEngi...
src/main/java/Main.java
import Controller.Controller; import Model.CalculationManager; import Model.IntegralInfo; import java.sql.*; import java.util.HashMap; import java.util.ArrayList; import java.util.Map; import java.net.URI; import java.net.URISyntaxException; import static spark.Spark.*; import spark.template.freemarker.FreeMarkerEngi...
Text align
src/main/java/Main.java
Text align
Java
epl-1.0
5affb39d16875c83c1188a65788d25e72a0f8654
0
akurtakov/Pydev,rajul/Pydev,RandallDW/Aruba_plugin,rgom/Pydev,RandallDW/Aruba_plugin,fabioz/Pydev,rgom/Pydev,rajul/Pydev,akurtakov/Pydev,RandallDW/Aruba_plugin,fabioz/Pydev,RandallDW/Aruba_plugin,rgom/Pydev,akurtakov/Pydev,RandallDW/Aruba_plugin,rajul/Pydev,rajul/Pydev,akurtakov/Pydev,RandallDW/Aruba_plugin,akurtakov/P...
/** * Copyright (c) 2015 by Brainwy Software Ltda. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package org.python.pydev.debug.c...
plugins/org.python.pydev.debug/src/org/python/pydev/debug/console/PromptOverlay.java
/** * Copyright (c) 2015 by Brainwy Software Ltda. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package org.python.pydev.debug.c...
Setting attribute to identify when it's the prompt overlay.
plugins/org.python.pydev.debug/src/org/python/pydev/debug/console/PromptOverlay.java
Setting attribute to identify when it's the prompt overlay.
Java
agpl-3.0
f5fd36dbea8b54105e3786d5f2401b30d72e1f93
0
VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb
/* This file is part of VoltDB. * Copyright (C) 2008-2019 VoltDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any la...
src/frontend/org/voltdb/LogEntry.java
/* This file is part of VoltDB. * Copyright (C) 2008-2019 VoltDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any la...
ENG-19031: Make LogEntry an interface
src/frontend/org/voltdb/LogEntry.java
ENG-19031: Make LogEntry an interface
Java
lgpl-2.1
9fe5daecf5be7c315621b896f796a96d9f0f3045
0
CreativeMD/CreativeCore
package com.creativemd.creativecore.common.gui.controls.container; import java.util.ArrayList; import java.util.List; import org.lwjgl.input.Keyboard; import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL12; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.FontRenderer; import net.minecraft....
src/main/java/com/creativemd/creativecore/common/gui/controls/container/GuiSlotControl.java
package com.creativemd.creativecore.common.gui.controls.container; import java.util.ArrayList; import java.util.List; import org.lwjgl.input.Keyboard; import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL12; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.FontRenderer; import net.minecraft....
Fixed crashing if itemstack has an invalid Item
src/main/java/com/creativemd/creativecore/common/gui/controls/container/GuiSlotControl.java
Fixed crashing if itemstack has an invalid Item
Java
apache-2.0
7c4c4029bf75e30a8b63d58966d949c910087bd0
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2018, TeamDev Ltd. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRES...
server/src/test/java/io/spine/server/rejection/given/MultipleRejectionSubscriber.java
/* * Copyright 2018, TeamDev Ltd. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRES...
Add Javadoc for a class
server/src/test/java/io/spine/server/rejection/given/MultipleRejectionSubscriber.java
Add Javadoc for a class
Java
apache-2.0
ad3ac71bbf6e85421095de206de5e75a323f9875
0
HPSoftware/ppm-octane-connector,HPSoftware/ppm-octane-connector
package com.ppm.integration.agilesdk.connector.octane; import com.hp.ppm.integration.model.Workspace; import com.ppm.integration.agilesdk.ValueSet; import com.ppm.integration.agilesdk.connector.octane.client.ClientPublicAPI; import com.ppm.integration.agilesdk.connector.octane.client.OctaneClientException; import com....
src/com/ppm/integration/agilesdk/connector/octane/OctanePortfolioEpicIntegration.java
package com.ppm.integration.agilesdk.connector.octane; import com.hp.ppm.integration.model.Workspace; import com.ppm.integration.agilesdk.ValueSet; import com.ppm.integration.agilesdk.connector.octane.client.ClientPublicAPI; import com.ppm.integration.agilesdk.connector.octane.client.OctaneClientException; import com....
US#76003-Background_service_to_fetch_the_epic_items_information.2--us… (#21) * US#76003-Background_service_to_fetch_the_epic_items_information.2--use config of sharespace * US#76003-Background_service_to_fetch_the_epic_items_information--refactor interface
src/com/ppm/integration/agilesdk/connector/octane/OctanePortfolioEpicIntegration.java
US#76003-Background_service_to_fetch_the_epic_items_information.2--us… (#21)
Java
apache-2.0
ea6965d8b1029d7493fae6119fd2b890b77d5dcc
0
wmz7year/Redis-Synyed,wmz7year/Redis-Synyed
package com.wmz7year.synyed.net.proroc; import static com.wmz7year.synyed.constant.RedisProtocolConstant.*; import static com.wmz7year.synyed.constant.RedisCommandSymbol.*; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.config.ConfigurableBeanF...
Redis-Synyed-Agent/src/main/java/com/wmz7year/synyed/net/proroc/RedisProtocolParser.java
package com.wmz7year.synyed.net.proroc; import static com.wmz7year.synyed.constant.RedisProtocolConstant.*; import static com.wmz7year.synyed.constant.RedisCommandSymbol.*; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.config.ConfigurableBeanF...
去掉协议解析器的一个多余的非空判断检查
Redis-Synyed-Agent/src/main/java/com/wmz7year/synyed/net/proroc/RedisProtocolParser.java
去掉协议解析器的一个多余的非空判断检查
Java
apache-2.0
38a7b326e4ad92dc0c17d99d7b4de384286bfb0d
0
AstromechZA/PLYMeshSplitterJava
package org.uct.cs.simplify; import org.apache.commons.cli.*; import org.uct.cs.simplify.file_builder.PackagedHierarchicalNode; import org.uct.cs.simplify.splitter.OctreeSplitter; import org.uct.cs.simplify.util.MemStatRecorder; import org.uct.cs.simplify.util.Timer; import org.uct.cs.simplify.util.Useful; import jav...
src/org/uct/cs/simplify/Splitter.java
package org.uct.cs.simplify; import org.apache.commons.cli.*; import org.uct.cs.simplify.file_builder.PackagedHierarchicalNode; import org.uct.cs.simplify.splitter.OctreeSplitter; import org.uct.cs.simplify.util.MemStatRecorder; import org.uct.cs.simplify.util.Timer; import org.uct.cs.simplify.util.Useful; import jav...
Rename Vaaaaariableee
src/org/uct/cs/simplify/Splitter.java
Rename Vaaaaariableee
Java
apache-2.0
edc94ae50e2b47f344bac4089fd6090709d52faf
0
sjosegarcia/libgdx,realitix/libgdx,anserran/libgdx,1yvT0s/libgdx,cypherdare/libgdx,zommuter/libgdx,hyvas/libgdx,BlueRiverInteractive/libgdx,js78/libgdx,saltares/libgdx,hyvas/libgdx,katiepino/libgdx,toa5/libgdx,Thotep/libgdx,MetSystem/libgdx,tommycli/libgdx,jsjolund/libgdx,sjosegarcia/libgdx,jberberick/libgdx,MovingBloc...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
gdx/src/com/badlogic/gdx/math/MathUtils.java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
Javadoc
gdx/src/com/badlogic/gdx/math/MathUtils.java
Javadoc
Java
apache-2.0
70e818d9524041234a46e48032df851461b19e81
0
danc86/jena-core,danc86/jena-core
/****************************************************************** * File: FBRuleInfGraph.java * Created by: Dave Reynolds * Created on: 28-May-2003 * * (c) Copyright 2003, Hewlett-Packard Company, all rights reserved. * [See end of file] * $Id: FBRuleInfGraph.java,v 1.35 2003-08-25 20:57:18 der Exp $...
src/com/hp/hpl/jena/reasoner/rulesys/FBRuleInfGraph.java
/****************************************************************** * File: FBRuleInfGraph.java * Created by: Dave Reynolds * Created on: 28-May-2003 * * (c) Copyright 2003, Hewlett-Packard Company, all rights reserved. * [See end of file] * $Id: FBRuleInfGraph.java,v 1.34 2003-08-24 21:17:53 der Exp $...
Added flag to enable filtering of functors to be disabled git-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1110729 13f79535-47bb-0310-9956-ffa450edef68
src/com/hp/hpl/jena/reasoner/rulesys/FBRuleInfGraph.java
Added flag to enable filtering of functors to be disabled
Java
apache-2.0
571986231453dbd663a0217d3400821bee59f162
0
wfxiang08/exhibitor,mesosphere/exhibitor,digital-abyss/exhibitor,ethernetdan/promoter,robzienert/exhibitor,robzienert/exhibitor,mesosphere/exhibitor,wfxiang08/exhibitor,tracymkgld/exhibitor,soabase/exhibitor,ccbrown/exhibitor,yanglei99/exhibitor,digital-abyss/exhibitor,soabase/exhibitor,smorin/exhibitor,sepiroth887/exh...
/* * Copyright 2012 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
exhibitor-core/src/main/java/com/netflix/exhibitor/core/processes/StandardProcessOperations.java
/* * Copyright 2012 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
Need to set peerType=observer for Observers
exhibitor-core/src/main/java/com/netflix/exhibitor/core/processes/StandardProcessOperations.java
Need to set peerType=observer for Observers
Java
apache-2.0
14ab8da63b820feb66ab1539cdab4976b77ae4e1
0
apache/jmeter,apache/jmeter,apache/jmeter,apache/jmeter,apache/jmeter
/* * 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/protocol/http/src/test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.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 ...
Silence warnings in test code and use correct parameter when calling chained constructor When chaining the constructor to add a default UA, we lost one parameter (replaced it with another). That seems wrong, so I changed it back to the (hopefully) correct one. While we are here, suppress a few other warnings from err...
src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.java
Silence warnings in test code and use correct parameter when calling chained constructor
Java
apache-2.0
c0ed8e89b0f96fc37f83ea591a68bd85cb5fd2c6
0
Subasinghe/ode,aaronanderson/ode,apache/ode,aaronanderson/ode,Subasinghe/ode,apache/ode,apache/ode,aaronanderson/ode,mproch/apache-ode,mproch/apache-ode,Subasinghe/ode,Subasinghe/ode,apache/ode,aaronanderson/ode,Subasinghe/ode,apache/ode
/* * 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 ...
bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.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 ...
Problem with a single process shouldn't pollute the listing of all processes. git-svn-id: aa171c635fe092da43bc3212e891e07172936fe5@536026 13f79535-47bb-0310-9956-ffa450edef68
bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java
Problem with a single process shouldn't pollute the listing of all processes.
Java
apache-2.0
8bfdf09fe8c1c823a9f620fb23d3e39c7ff65b5f
0
slothspot/scala,felixmulder/scala,slothspot/scala,martijnhoekstra/scala,jvican/scala,shimib/scala,scala/scala,lrytz/scala,martijnhoekstra/scala,lrytz/scala,slothspot/scala,lrytz/scala,jvican/scala,slothspot/scala,felixmulder/scala,shimib/scala,scala/scala,jvican/scala,jvican/scala,slothspot/scala,felixmulder/scala,feli...
/* ____ ____ ____ ____ ______ *\ ** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala ** ** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL ** ** /_____/\____/\___/\____/____/ ** \* ...
sources/scalac/transformer/ExpandMixins.java
/* ____ ____ ____ ____ ______ *\ ** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala ** ** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL ** ** /_____/\____/\___/\____/____/ ** \* ...
- Fixed TreeCopier name
sources/scalac/transformer/ExpandMixins.java
- Fixed TreeCopier name
Java
apache-2.0
7b6ec5e017563eb7046c871f4ee5135b82820f40
0
renatocf/MAC0242-PROJECT,renatocf/MAC0242-PROJECT,renatocf/MAC0242-PROJECT
/**********************************************************************/ /* Copyright 2013 KRV */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file...
src/ui/graphical/UserInterface.java
/**********************************************************************/ /* Copyright 2013 KRV */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file...
Finishing merge
src/ui/graphical/UserInterface.java
Finishing merge
Java
apache-2.0
7bc9047ff5f2dd84f19ffcabd19bc1aca1f10693
0
maduhu/head,AArhin/head,maduhu/head,AArhin/head,AArhin/head,maduhu/head,AArhin/head,maduhu/head,AArhin/head,maduhu/head
/* * Copyright (c) 2005-2011 Grameen Foundation USA * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
/* * Copyright (c) 2005-2011 Grameen Foundation USA * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
Recent activity fix. WIP
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
Recent activity fix. WIP
Java
apache-2.0
e8d21c9f8dba8aff6e863786f04d3ab7b0d66d19
0
ThorbenLindhauer/activiti-engine-ppi
/* 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...
modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/helper/ErrorPropagation.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...
Some refactoring for ACT-1021 git-svn-id: 3d4acab46dd328feaec11e85e9148a7c921adc34@3143 51b7ce9a-3489-0410-86de-dc9a27cf12c7
modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/helper/ErrorPropagation.java
Some refactoring for ACT-1021
Java
apache-2.0
43a1c34c3b606d4e5db0633cfd651de5309c5b5f
0
bculkin2442/inflexion
/** * * 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 * distr...
src/main/java/bjc/inflexion/InflectionString.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 * distr...
Swap directive lexer to character-based iterator This swaps the lexer that compiled inflection strings use for finding directives to use a character-based custom iterator instead of using String.split(). This means that you can now have spaces inside of your directives, and allows the easier addition of any future dir...
src/main/java/bjc/inflexion/InflectionString.java
Swap directive lexer to character-based iterator
Java
apache-2.0
ec5f45cefdaa087c03bdef6472872edffb0b8581
0
pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus
/* * This file or a portion of this file is licensed under the terms of * the Globus Toolkit Public License, found in file GTPL, or at * http://www.globus.org/toolkit/download/license.html. This notice must * appear in redistributions of this file, with or without modification. * * Redistributions of this Softwar...
src/org/griphyn/cPlanner/selector/site/Group.java
/* * This file or a portion of this file is licensed under the terms of * the Globus Toolkit Public License, found in file GTPL, or at * http://www.globus.org/toolkit/download/license.html. This notice must * appear in redistributions of this file, with or without modification. * * Redistributions of this Softwar...
Updated javadoc.
src/org/griphyn/cPlanner/selector/site/Group.java
Updated javadoc.
Java
apache-2.0
eaebebb13e69bc419ab29bc192525cfc799c363f
0
hgl888/DanmakuFlameMaster,wangkang0627/DanmakuFlameMaster,jackeychens/DanmakuFlameMaster,jwzhangjie/DanmakuFlameMaster,whstudy/DanmakuFlameMaster,vfs1234/DanmakuFlameMaster,bajian/DanmakuFlameMaster,yangpeiyong/DanmakuFlameMaster,chuangWu/DanmakuFlameMaster,mowangdk/DanmakuFlameMaster,10045125/DanmakuFlameMaster,GeekHa...
/* * Copyright (C) 2013 Chen Hui <calmer91@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
DanmakuFlameMaster/src/main/java/master/flame/danmaku/danmaku/model/android/AndroidDisplayer.java
/* * Copyright (C) 2013 Chen Hui <calmer91@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
fix a bug may throw exception when draw danmuku
DanmakuFlameMaster/src/main/java/master/flame/danmaku/danmaku/model/android/AndroidDisplayer.java
fix a bug may throw exception when draw danmuku
Java
apache-2.0
cdbbb28ac1b7c22a00a42b758324d4a1ac6e2198
0
AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,AndrewKhitrin/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published by the Free Software Foundation. * * This program ...
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/struct/AttributesSelectorDialog.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published by the Free Software Foundation. * * This program ...
Entity edit dialog refactoring
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/struct/AttributesSelectorDialog.java
Entity edit dialog refactoring
Java
bsd-2-clause
54f11d7eeab967d6c5d7b4e1c964a46727452f66
0
javachengwc/jodd,tempbottle/jodd,mohanaraosv/jodd,oblac/jodd,oetting/jodd,mtakaki/jodd,wsldl123292/jodd,vilmospapp/jodd,mtakaki/jodd,vilmospapp/jodd,mosoft521/jodd,mosoft521/jodd,southwolf/jodd,mosoft521/jodd,tempbottle/jodd,Artemish/jodd,javachengwc/jodd,southwolf/jodd,oblac/jodd,oetting/jodd,vilmospapp/jodd,javacheng...
package jodd.joy.auth; import jodd.joy.madvoc.action.AppAction; import jodd.madvoc.ActionRequest; import jodd.madvoc.interceptor.ActionInterceptor; import jodd.servlet.CsrfShield; import jodd.servlet.DispatcherUtil; import jodd.util.StringUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; impor...
mod/jodd-joy/src/jodd/joy/auth/AuthInterceptor.java
package jodd.joy.auth; import jodd.joy.madvoc.action.AppAction; import jodd.madvoc.ActionRequest; import jodd.madvoc.interceptor.ActionInterceptor; import jodd.servlet.CsrfShield; import jodd.servlet.DispatcherUtil; import jodd.util.StringUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; impor...
typo fixed
mod/jodd-joy/src/jodd/joy/auth/AuthInterceptor.java
typo fixed
Java
mit
d62ffad61ba0145bfbc3bf2d52e53adaabbdc7d2
0
bladecoder/blade-ink
package com.bladecoder.ink.runtime; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Random; import java.util.Stack; import com.bladecoder.ink.runtime.CallStack.Element; /** * A Story is the core class that represen...
src/main/java/com/bladecoder/ink/runtime/Story.java
package com.bladecoder.ink.runtime; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Random; import java.util.Stack; import com.bladecoder.ink.runtime.CallStack.Element; /** * A Story is the core class that represen...
Fixed String.format.
src/main/java/com/bladecoder/ink/runtime/Story.java
Fixed String.format.
Java
mit
9070aebcfe4c99fba918fd85e863f96c8a200ad4
0
sdl/Testy,sdl/Testy,sdl/Testy,sdl/Testy
package com.sdl.selenium.web; import com.extjs.selenium.Utils; import com.thoughtworks.selenium.Selenium; import org.apache.log4j.Logger; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.testng.Assert; public class WebLocator extends WebLocatorAbstractBuilder { private stati...
src/main/java/com/sdl/selenium/web/WebLocator.java
package com.sdl.selenium.web; import com.extjs.selenium.Utils; import com.thoughtworks.selenium.Selenium; import org.apache.log4j.Logger; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.testng.Assert; public class WebLocator extends WebLocatorAbstractBuilder { private stati...
make protected executeScript from WebLocator
src/main/java/com/sdl/selenium/web/WebLocator.java
make protected executeScript from WebLocator
Java
mit
e59ef66c8f68cd19156d6d6a6825a6e326f8717b
0
amishwins/project-cec-2013,amishwins/project-cec-2013
package cec.service; import cec.model.Meeting; import cec.model.MeetingBuilder; import cec.model.FolderFactory; import cec.view.MeetingViewEntity; /** * Expose the action that can be done on an meeting from the model layer */ public class MeetingService { /** * This method communicates the model la...
CECProject/src/cec/service/MeetingService.java
package cec.service; import cec.model.Meeting; import cec.model.MeetingBuilder; import cec.model.FolderFactory; import cec.view.MeetingViewEntity; /** * Expose the action that can be done on an email from the model layer */ public class MeetingService { /** * This method communicates the model laye...
Added JavaDocs for the Service layer: MeetingService class.
CECProject/src/cec/service/MeetingService.java
Added JavaDocs for the Service layer: MeetingService class.
Java
epl-1.0
834edbe860b068679d95e61e5cb2bf9092a30e4f
0
sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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 availabl...
xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabReportItemHandle.java
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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 availabl...
- Summary:256068 xtab error in problem view even it is a template item[02] - Bugzilla Bug (s) Resolved:256068 - Description: Do not check whether the crosstab has a cube property when the crosstab is in a template item. - Tests Description : Manual test - Files Edited: - Files Added: - Files Deleted: - Notes...
xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabReportItemHandle.java
- Summary:256068 xtab error in problem view even it is a template item[02]
Java
mpl-2.0
34bea9eb71c5057eb8996a1bb14c3279c32aa53d
0
Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV
package org.helioviewer.jhv.opengl; import java.nio.IntBuffer; import org.helioviewer.jhv.base.Region; import org.helioviewer.jhv.base.lut.LUT; import org.helioviewer.jhv.display.Display; import org.helioviewer.jhv.imagedata.ImageData; import org.helioviewer.jhv.math.MathUtils; import org.helioviewer.jhv.math.Vec3; i...
src/org/helioviewer/jhv/opengl/GLImage.java
package org.helioviewer.jhv.opengl; import java.nio.IntBuffer; import org.helioviewer.jhv.base.Region; import org.helioviewer.jhv.base.lut.LUT; import org.helioviewer.jhv.display.Display; import org.helioviewer.jhv.imagedata.ImageData; import org.helioviewer.jhv.math.MathUtils; import org.helioviewer.jhv.math.Vec3; i...
Reduce
src/org/helioviewer/jhv/opengl/GLImage.java
Reduce
Java
mpl-2.0
0e11c809b3e4e6ec6041e98d7c5ea3f8d5394592
0
sam/htmlunit-rhino-fork,ashwinrayaprolu1984/rhino,AlexTrotsenko/rhino,tntim96/rhino-jscover-repackaged,swannodette/rhino,tuchida/rhino,swannodette/rhino,swannodette/rhino,Pilarbrist/rhino,Angelfirenze/rhino,qhanam/rhino,ashwinrayaprolu1984/rhino,tejassaoji/RhinoCoarseTainting,qhanam/rhino,swannodette/rhino,Angelfirenze...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. Yo...
src/org/mozilla/javascript/continuations/Continuation.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. Yo...
Committing Hannes Wallnoefer's patch for 403604
src/org/mozilla/javascript/continuations/Continuation.java
Committing Hannes Wallnoefer's patch for 403604
Java
agpl-3.0
76b00085fd8b30b8accd7d78a0168745da2a893f
0
tdefilip/opennms,roskens/opennms-pre-github,rdkgit/opennms,tdefilip/opennms,roskens/opennms-pre-github,rdkgit/opennms,rdkgit/opennms,rdkgit/opennms,roskens/opennms-pre-github,tdefilip/opennms,roskens/opennms-pre-github,roskens/opennms-pre-github,roskens/opennms-pre-github,tdefilip/opennms,tdefilip/opennms,aihua/opennms...
// // This file is part of the OpenNMS(R) Application. // // OpenNMS(R) is Copyright (C) 2005-2006 The OpenNMS Group, Inc. All rights reserved. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // code that was published under the GNU General Public License. Copyrights for m...
integrations/opennms-map-provisioning-adapter/src/main/java/org/opennms/netmgt/config/MapsAdapterConfigManager.java
// // This file is part of the OpenNMS(R) Application. // // OpenNMS(R) is Copyright (C) 2005-2006 The OpenNMS Group, Inc. All rights reserved. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // code that was published under the GNU General Public License. Copyrights for m...
Fixed logging typo.
integrations/opennms-map-provisioning-adapter/src/main/java/org/opennms/netmgt/config/MapsAdapterConfigManager.java
Fixed logging typo.
Java
agpl-3.0
157d14a3048760257d1b2630c0fa2e52fd0dce1b
0
SilverDav/Silverpeas-Core,Silverpeas/Silverpeas-Core,mmoqui/Silverpeas-Core,SilverYoCha/Silverpeas-Core,SilverTeamWork/Silverpeas-Core,SilverDav/Silverpeas-Core,SilverYoCha/Silverpeas-Core,auroreallibe/Silverpeas-Core,CecileBONIN/Silverpeas-Core,stephaneperry/Silverpeas-Core,ebonnet/Silverpeas-Core,ebonnet/Silverpeas-C...
/** * Copyright (C) 2000 - 2009 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spe...
ejb-core/channels/src/main/java/com/stratelia/silverpeas/notificationserver/channel/silvermail/SILVERMAILPersistence.java
/** * Copyright (C) 2000 - 2009 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spe...
fixing error in SQL query git-svn-id: 95dd7209ec50d6c3a4c961d97f2c75f69cb97ab1@3296 a8e77078-a1c7-4fa5-b8fc-53c5178a176c
ejb-core/channels/src/main/java/com/stratelia/silverpeas/notificationserver/channel/silvermail/SILVERMAILPersistence.java
fixing error in SQL query
Java
agpl-3.0
fbc123e8d094d214a8f9cdfdceb88effcd08583b
0
Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge
package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.adapter.fossil_hr; import android.bluetooth.BluetoothGattCharacteristic; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Bitmap; import android.graphics.BitmapFactory; i...
app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/qhybrid/adapter/fossil_hr/FossilHRWatchAdapter.java
package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.adapter.fossil_hr; import android.bluetooth.BluetoothGattCharacteristic; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Bitmap; import android.graphics.BitmapFactory; i...
Fossil Hybrid HR: Make widget circles a bit smaller (was cut off because of line width) Also enable anti-aliasing
app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/qhybrid/adapter/fossil_hr/FossilHRWatchAdapter.java
Fossil Hybrid HR: Make widget circles a bit smaller (was cut off because of line width)
Java
agpl-3.0
fe61236d4a6b973888feee5eb33ac8c7f4e71f9b
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
69211544-2e61-11e5-9284-b827eb9e62be
hello.java
691b826e-2e61-11e5-9284-b827eb9e62be
69211544-2e61-11e5-9284-b827eb9e62be
hello.java
69211544-2e61-11e5-9284-b827eb9e62be
Java
agpl-3.0
64018687eed3edacdfb470ee6e08705b3d671bcc
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
da08d5fa-2e5f-11e5-9284-b827eb9e62be
hello.java
da0353c8-2e5f-11e5-9284-b827eb9e62be
da08d5fa-2e5f-11e5-9284-b827eb9e62be
hello.java
da08d5fa-2e5f-11e5-9284-b827eb9e62be
Java
unlicense
b7d556c2b3326338e9bacb74d10ed2622faef1ed
0
Grupp2/GameBoard-API-Games
package impl.actions; import game.impl.Board; import game.impl.BoardLocation; import game.impl.GamePiece; import game.impl.Player; import impl.util.BoardParser; import impl.util.GameRules; import impl.State; import java.util.List; public class BoardUpdate { private Board board; private List<Player> players...
src/impl/actions/BoardUpdate.java
package impl.actions; import game.impl.Board; import game.impl.BoardLocation; import game.impl.GamePiece; import game.impl.Player; import impl.util.BoardParser; import impl.util.GameRules; import impl.State; import java.util.List; public class BoardUpdate { private Board board; private List<Player> players...
Fix boardupdate bug
src/impl/actions/BoardUpdate.java
Fix boardupdate bug
Java
apache-2.0
2dd2ba4fbd7ab7b4b9d754512b66f8e4e5015a84
0
stuartwdouglas/xnio,kabir/xnio,xnio/xnio,fl4via/xnio,panossot/xnio,kabir/xnio,fl4via/xnio,xnio/xnio,dmlloyd/xnio,panossot/xnio
/* * JBoss, Home of Professional Open Source * Copyright 2008, JBoss Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the ter...
api/src/main/java/org/xnio/Buffers.java
/* * JBoss, Home of Professional Open Source * Copyright 2008, JBoss Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the ter...
Add buffer zero methods
api/src/main/java/org/xnio/Buffers.java
Add buffer zero methods
Java
apache-2.0
7259a7294eeaa4c3ddac5b30c35b91c93d0758dc
0
egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio
// PathVisio, // a tool for data visualization and analysis using Biological Pathways // Copyright 2006-2009 BiGCaT Bioinformatics // // 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 // /...
src/core/org/pathvisio/util/Utils.java
// PathVisio, // a tool for data visualization and analysis using Biological Pathways // Copyright 2006-2009 BiGCaT Bioinformatics // // 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 // /...
Added data::dumper-like utility function git-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@2531 4f21837e-9f06-0410-ae49-bac5c3a7b9b6
src/core/org/pathvisio/util/Utils.java
Added data::dumper-like utility function
Java
apache-2.0
7b06e4d36c3a28f7ec46458c0c1f2cb4beb72915
0
aldaris/wicket,bitstorm/wicket,mosoft521/wicket,martin-g/wicket-osgi,apache/wicket,mafulafunk/wicket,aldaris/wicket,klopfdreh/wicket,zwsong/wicket,bitstorm/wicket,klopfdreh/wicket,klopfdreh/wicket,selckin/wicket,freiheit-com/wicket,topicusonderwijs/wicket,topicusonderwijs/wicket,apache/wicket,martin-g/wicket-osgi,Alien...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Recorder.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 ...
fixed npe in palette Issue: WICKET-2852 git-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@988782 13f79535-47bb-0310-9956-ffa450edef68
wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Recorder.java
fixed npe in palette Issue: WICKET-2852
Java
apache-2.0
e5537922390f6583bed1d813bf18a4676d3858ea
0
marschall/undertow,biddyweb/undertow,jasonchaffee/undertow,amannm/undertow,jamezp/undertow,undertow-io/undertow,aradchykov/undertow,rhatlapa/undertow,n1hility/undertow,nkhuyu/undertow,darranl/undertow,rhusar/undertow,pferraro/undertow,undertow-io/undertow,amannm/undertow,jstourac/undertow,stuartwdouglas/undertow,wildfl...
package io.undertow; import java.net.Inet4Address; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.List; import io.undertow.server.protocol.ajp.AjpOpenListener; import io.undertow.security.api.AuthenticationMode; import io.undertow.security.api.GSSAPIServerS...
core/src/main/java/io/undertow/Undertow.java
package io.undertow; import java.net.Inet4Address; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.List; import io.undertow.server.protocol.ajp.AjpOpenListener; import io.undertow.security.api.AuthenticationMode; import io.undertow.security.api.GSSAPIServerS...
Increase default buffer size to 16k for best performance
core/src/main/java/io/undertow/Undertow.java
Increase default buffer size to 16k for best performance
Java
apache-2.0
66db2303232d4ccc484450c51e9f2abd781b2f48
0
opensingular/singular-server,opensingular/singular-server,opensingular/singular-server
/* * * * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.com * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.o...
lib/app-commons/src/main/java/org/opensingular/app/commons/spring/persistence/database/PersistenceConfigurationProvider.java
/* * * * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.com * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.o...
[CLEANUP] removing unused code
lib/app-commons/src/main/java/org/opensingular/app/commons/spring/persistence/database/PersistenceConfigurationProvider.java
[CLEANUP] removing unused code
Java
apache-2.0
0823b5d3434c4103cb0ea7fdf268c06e54c417d9
0
spring-cloud/spring-cloud-config,spring-cloud/spring-cloud-config,spring-cloud/spring-cloud-config
/* * Copyright 2018-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/RedisEnvironmentRepositoryIntegrationTests.java
/* * Copyright 2018-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Updates to new redis prefix
spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/RedisEnvironmentRepositoryIntegrationTests.java
Updates to new redis prefix
Java
apache-2.0
67bfc583a2b61936f0725a961c1a7c19e45cc43b
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2002-2011 Ausenco Engineering Canada 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...
src/main/java/com/jaamsim/basicsim/Entity.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2002-2011 Ausenco Engineering Canada 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...
JS: provide new trace methods for Entity Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
src/main/java/com/jaamsim/basicsim/Entity.java
JS: provide new trace methods for Entity
Java
apache-2.0
a0bf7b39b3cf0171a31987db9f296e98890ff40b
0
threerings/playn,threerings/playn,ruslansennov/playn,ruslansennov/playn,ruslansennov/playn,threerings/playn,threerings/playn
/** * Copyright 2011 The PlayN Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
html/src/playn/rebind/AutoClientBundleGenerator.java
/** * Copyright 2011 The PlayN Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Make AutoClientBundleGenerator resource oriented so that it's able to look up resources in the class path.
html/src/playn/rebind/AutoClientBundleGenerator.java
Make AutoClientBundleGenerator resource oriented so that it's able to look up resources in the class path.
Java
apache-2.0
ef5d3f9bb0aa0d328a7387b2aee91c7444d4e55b
0
carymrobbins/intellij-haskforce,begray/intellij-haskforce,charleso/intellij-haskforce,carymrobbins/intellij-haskforce,charleso/intellij-haskforce,begray/intellij-haskforce,carymrobbins/intellij-haskforce,KasperJanssens/intellij-haskforce,charleso/intellij-haskforce,begray/intellij-haskforce,KasperJanssens/intellij-hask...
package com.haskforce.parsing; import com.haskforce.parsing.jsonParser.JsonParser; import com.haskforce.parsing.srcExtsDatatypes.*; import com.intellij.lang.ASTNode; import com.intellij.lang.PsiBuilder; import com.intellij.lang.PsiParser; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.proje...
src/com/haskforce/parsing/HaskellParser2.java
package com.haskforce.parsing; import com.haskforce.parsing.jsonParser.JsonParser; import com.haskforce.parsing.srcExtsDatatypes.*; import com.intellij.lang.ASTNode; import com.intellij.lang.PsiBuilder; import com.intellij.lang.PsiParser; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.proje...
Parse special constructors.
src/com/haskforce/parsing/HaskellParser2.java
Parse special constructors.
Java
apache-2.0
e9dc6e58380fc82c0f67b2d56af24b28670ff579
0
giusepperizzo/geosummly,giusepperizzo/geosummly,giusepperizzo/geosummly,giusepperizzo/geosummly,giusepperizzo/geosummly
package it.unito.geosummly.tools; import it.unito.geosummly.clustering.subspace.GEOSUBCLU; import it.unito.geosummly.clustering.subspace.InMemoryDatabase; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.HashMap; import java.u...
src/main/java/it/unito/geosummly/tools/ClusteringTools.java
package it.unito.geosummly.tools; import it.unito.geosummly.clustering.subspace.GEOSUBCLU; import it.unito.geosummly.clustering.subspace.InMemoryDatabase; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.HashMap; import java.u...
fix bug due to the cambling from double to bigdecimal
src/main/java/it/unito/geosummly/tools/ClusteringTools.java
fix bug due to the cambling from double to bigdecimal
Java
apache-2.0
f6247d86ed7ad5379b25e9e9350a95b37c98960d
0
mpi2/PhenotypeArchive,mpi2/PhenotypeArchive,mpi2/PhenotypeArchive
package uk.ac.ebi.phenotype.service; import org.apache.commons.lang3.StringUtils; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServerException; import org.apache.solr.client.solrj.impl.HttpSolrServer; import org.apache.solr.client.solrj.response.FacetField; import org.apache.s...
src/main/java/uk/ac/ebi/phenotype/service/ImageService.java
package uk.ac.ebi.phenotype.service; import org.apache.commons.lang3.StringUtils; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServerException; import org.apache.solr.client.solrj.impl.HttpSolrServer; import org.apache.solr.client.solrj.response.FacetField; import org.apache.s...
add quotes around phenotype center
src/main/java/uk/ac/ebi/phenotype/service/ImageService.java
add quotes around phenotype center
Java
apache-2.0
c8eac5a173c7d427f33a8715b1097f71c6a515d9
0
hobinyoon/apache-cassandra-3.0.5-src,hobinyoon/apache-cassandra-3.0.5-src,hobinyoon/apache-cassandra-3.0.5-src
import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.InputStreamReader; import java.io.IOException; import java.lang.InterruptedException; import java.net.InetSocketAddress; import java.net.URISyntaxException; import java.nio.ByteBuffer; imp...
acorn/clients/youtube/src/main/java/Cass.java
import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.InputStreamReader; import java.io.IOException; import java.lang.InterruptedException; import java.net.InetSocketAddress; import java.net.URISyntaxException; import java.nio.ByteBuffer; imp...
increase simultaneous requests per connection
acorn/clients/youtube/src/main/java/Cass.java
increase simultaneous requests per connection
Java
apache-2.0
c9616fd8cc0d611e0a35d63cdde27232f2db0b35
0
SlideKB/SlideBar
/** Copyright 2017 John Kester (Jack Kester) 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 writ...
src/main/java/com/github/slidekb/back/MainBack.java
/** Copyright 2017 John Kester (Jack Kester) 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 writ...
Run runFirst() for all plugins on change, not just the first
src/main/java/com/github/slidekb/back/MainBack.java
Run runFirst() for all plugins on change, not just the first
Java
bsd-2-clause
a96282cb376ab7c2bb7ed720f1be356f25ed79bc
0
airbreather/airbreathercore
package airbreather.mods.airbreathercore.item; import net.minecraft.item.Item; import net.minecraftforge.fml.common.registry.GameRegistry; import static com.google.common.base.Preconditions.checkNotNull; // Registers and fetches items using the FML GameRegistry. public final class FmlItemRegistry implements ItemRegi...
item/FmlItemRegistry.java
package airbreather.mods.airbreathercore.item; import net.minecraft.item.Item; import net.minecraftforge.fml.common.registry.GameRegistry; import static com.google.common.base.Preconditions.checkNotNull; // Registers and fetches items using the FML GameRegistry. public final class FmlItemRegistry implements ItemRegi...
Changing usage of a deprecated API
item/FmlItemRegistry.java
Changing usage of a deprecated API
Java
bsd-2-clause
23dd43b699ea33fb92691fff2e6539fa429317c0
0
scifio/scifio
/* * #%L * SCIFIO library for reading and converting scientific file formats. * %% * Copyright (C) 2011 - 2013 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * Redistribution and use in source and binary fo...
scifio/src/main/java/io/scif/formats/JPEGFormat.java
/* * #%L * SCIFIO library for reading and converting scientific file formats. * %% * Copyright (C) 2011 - 2013 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * Redistribution and use in source and binary fo...
JPEGFormat: seek(0) before checking lengths When checking format compatibility of a RAIS, the JPEG signature is read and then the entire stream is parsed to check the Metadata. The initial signature read puts the stream off-index and causes the subsequent read to fail. Thus, it now resets by seeking to 0 before parsi...
scifio/src/main/java/io/scif/formats/JPEGFormat.java
JPEGFormat: seek(0) before checking lengths
Java
bsd-3-clause
5ddc418a1c284cadd232c12db09901f2b66a9ca2
0
edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon
/* * $Id: PluginTestUtil.java,v 1.2 2010-06-22 09:01:16 tlipkis Exp $ * Copyright (c) 2000-2010 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),...
test/src/org/lockss/plugin/PluginTestUtil.java
/* * $Id: PluginTestUtil.java,v 1.1 2010-06-17 18:48:58 tlipkis Exp $ * Copyright (c) 2000-2010 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),...
New copyAu() veriants. copyAu ifMatch arg now matched unanchored. git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@9795 4f837ed2-42f5-46e7-a7a5-fa17313484d4
test/src/org/lockss/plugin/PluginTestUtil.java
New copyAu() veriants. copyAu ifMatch arg now matched unanchored.
Java
bsd-3-clause
06a281e4101e1e9ee969968cff90525483f32a98
0
jorenham/LifeTiles
package nl.tudelft.lifetiles.graph.view; import java.util.LinkedList; import java.util.List; import java.util.PriorityQueue; import javafx.scene.Group; import javafx.scene.paint.Color; import nl.tudelft.lifetiles.graph.models.Graph; import nl.tudelft.lifetiles.graph.models.sequence.SequenceSegment; /** * The TileVi...
src/main/java/nl/tudelft/lifetiles/graph/view/TileView.java
package nl.tudelft.lifetiles.graph.view; import java.util.LinkedList; import java.util.List; import java.util.PriorityQueue; import javafx.scene.Group; import javafx.scene.paint.Color; import nl.tudelft.lifetiles.graph.models.Graph; import nl.tudelft.lifetiles.graph.models.sequence.SequenceSegment; /** * The TileVi...
Fixed long line in TileView [ERROR] src\main\java\nl\tudelft\lifetiles\graph\view\TileView.java[153] (sizes) LineLength: Line is longer than 80 characters (found 81).
src/main/java/nl/tudelft/lifetiles/graph/view/TileView.java
Fixed long line in TileView
Java
bsd-3-clause
8230f669aed1704e9baf085b70e9de6a9206d5d0
0
huanyi0723/nanohttpd,eGxC/nanohttpd,DavikChen/nanohttpd,dmitrykolesnikovich/nanohttpd,eighthave/nanohttpd,kayhanakbay/nanohttpd,NanoHttpd/nanohttpd,EricCen/nanohttpd,guardianproject/nanohttpd,DavikChen/nanohttpd,harshjv/nanohttpd,geekboxzone/lollipop_external_nanohttpd,geekboxzone/lollipop_external_nanohttpd,WilliamDo/...
import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintStream; import java.io.PrintWriter; import java.net.ServerSo...
NanoHTTPD.java
import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintStream; import java.io.PrintWriter; import java.net.ServerSo...
Fix for requests sent in parts: read until we find a full header or stream is closed.
NanoHTTPD.java
Fix for requests sent in parts: read until we find a full header or stream is closed.
Java
mit
3ace7970c1f2a3882e45186fe2d3c37c8b6a177c
0
archimatetool/archi,archimatetool/archi,archimatetool/archi
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.editor.diagram.figures.elements; import org.eclipse.draw2d.ColorConstants; import org.eclipse.draw2d.Graphics; import org....
com.archimatetool.editor/src/com/archimatetool/editor/diagram/figures/elements/EquipmentFigure.java
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.editor.diagram.figures.elements; import org.eclipse.draw2d.ColorConstants; import org.eclipse.draw2d.Graphics; import org....
[Archi4] Slight tweak to figure
com.archimatetool.editor/src/com/archimatetool/editor/diagram/figures/elements/EquipmentFigure.java
[Archi4] Slight tweak to figure
Java
mit
23e74b45c05332917f1d3c26b8ebe5d1ac354f61
0
sapirgolan/MFIBlocking,sapirgolan/MFIBlocking,sapirgolan/MFIBlocking,sapirgolan/MFIBlocking,sapirgolan/MFIBlocking,sapirgolan/MFIBlocking,sapirgolan/MFIBlocking
package il.ac.technion.ie.experiments.experimentRunners; import com.google.common.collect.HashBasedTable; import com.google.common.collect.Table; import il.ac.technion.ie.canopy.exception.CanopyParametersException; import il.ac.technion.ie.canopy.exception.InvalidSearchResultException; import il.ac.technion.ie.canopy....
MFIblocks/experiments/src/main/java/il/ac/technion/ie/experiments/experimentRunners/FebrlExperiment.java
package il.ac.technion.ie.experiments.experimentRunners; import il.ac.technion.ie.canopy.exception.CanopyParametersException; import il.ac.technion.ie.canopy.exception.InvalidSearchResultException; import il.ac.technion.ie.canopy.model.DuplicateReductionContext; import il.ac.technion.ie.experiments.Utils.ExpFileUtils;...
parseDatasetsToListsOfBlocks returns Table
MFIblocks/experiments/src/main/java/il/ac/technion/ie/experiments/experimentRunners/FebrlExperiment.java
parseDatasetsToListsOfBlocks returns Table
Java
mit
3ddc7bf61c399668ddfb5890a5a7259e56070cc9
0
hendrixjoseph/FamilyTree,hendrixjoseph/FamilyTree,hendrixjoseph/FamilyTree
/* * The MIT License (MIT) * * View the full license at: * https://github.com/hendrixjoseph/FamilyTree/blob/master/LICENSE.md * * Copyright (c) 2015 Joseph Hendrix * * Hosted on GitHub at https://github.com/hendrixjoseph/FamilyTree * */ package edu.wright.hendrix11.c3.Axis; import java.util.HashMap; im...
src/main/java/edu/wright/hendrix11/c3/Axis/YAxis.java
/* * The MIT License (MIT) * * View the full license at: * https://github.com/hendrixjoseph/FamilyTree/blob/master/LICENSE.md * * Copyright (c) 2015 Joseph Hendrix * * Hosted on GitHub at https://github.com/hendrixjoseph/FamilyTree * */ package edu.wright.hendrix11.c3.Axis; import java.util.HashMap; im...
Update YAxis.java
src/main/java/edu/wright/hendrix11/c3/Axis/YAxis.java
Update YAxis.java
Java
mit
bd9d0550b77718ff0f1d70692324368ace8d5ab6
0
SpongePowered/SpongeCommon,SpongePowered/Sponge,SpongePowered/SpongeCommon,SpongePowered/Sponge,SpongePowered/Sponge
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
src/main/java/org/spongepowered/common/event/tracking/phase/entity/EntityDeathState.java
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
apply player specific keep-inventory gamerule to global during DropItemDestruct
src/main/java/org/spongepowered/common/event/tracking/phase/entity/EntityDeathState.java
apply player specific keep-inventory gamerule to global during DropItemDestruct
Java
epl-1.0
af54463962ff43465f8c269ffc47035e99231ac0
0
ELTE-Soft/txtUML,ELTE-Soft/txtUML,ELTE-Soft/txtUML,ELTE-Soft/txtUML
package hu.elte.txtuml.examples.garage.control.java; import java.util.Timer; import java.util.TimerTask; import hu.elte.txtuml.examples.garage.interfaces.IControl; import hu.elte.txtuml.examples.garage.interfaces.IControlled; public class ControlJava implements IControl { static IControlled controlled; enum DoorSe...
hu.elte.txtuml.examples/src/hu/elte/txtuml/examples/garage/control/java/ControlJava.java
package hu.elte.txtuml.examples.garage.control.java; import java.util.Timer; import java.util.TimerTask; import hu.elte.txtuml.examples.garage.interfaces.IControl; import hu.elte.txtuml.examples.garage.interfaces.IControlled; public class ControlJava implements IControl { static IControlled controlled; enum DoorSe...
multiproject garage example: two unused fields deleted.
hu.elte.txtuml.examples/src/hu/elte/txtuml/examples/garage/control/java/ControlJava.java
multiproject garage example: two unused fields deleted.
Java
agpl-3.0
8dd3184f6af8b3f2a2df6168fd4c5f274f9757e4
0
alexhenrie/phenotips,teyden/phenotips,teyden/phenotips,teyden/phenotips,phenotips/phenotips,phenotips/phenotips,phenotips/phenotips,phenotips/phenotips,teyden/phenotips,phenotips/phenotips,teyden/phenotips,alexhenrie/phenotips,alexhenrie/phenotips
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of...
components/family-studies/api/src/main/java/org/phenotips/studies/family/internal/PhenotipsFamilyPermissions.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of...
[cleanup] Fixed typo
components/family-studies/api/src/main/java/org/phenotips/studies/family/internal/PhenotipsFamilyPermissions.java
[cleanup] Fixed typo