lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
a81d4b593994e671c3be1ee83c97c09498ecc939
0
skornei/restserver
package ru.skornei.restserver.server; import java.io.IOException; import java.util.HashMap; import java.util.Map; import fi.iki.elonen.NanoHTTPD; import ru.skornei.restserver.annotations.ExceptionHandler; import ru.skornei.restserver.annotations.RestController; import ru.skornei.restserver.annotations.RestServer; imp...
src/main/java/ru/skornei/restserver/server/BaseRestServer.java
package ru.skornei.restserver.server; import java.io.IOException; import java.util.HashMap; import java.util.Map; import fi.iki.elonen.NanoHTTPD; import ru.skornei.restserver.annotations.ExceptionHandler; import ru.skornei.restserver.annotations.RestController; import ru.skornei.restserver.annotations.RestServer; imp...
Update BaseRestServer.java
src/main/java/ru/skornei/restserver/server/BaseRestServer.java
Update BaseRestServer.java
Java
bsd-2-clause
a2c6163aa784ddb08f7e947728f36de096f63d5a
0
chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio
/* * Copyright (c) 2003-2006 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
src/com/jmex/model/XMLparser/Converters/MilkToJme.java
/* * Copyright (c) 2003-2006 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
ISSUE MINOR: Fixed Milkshape animation problem. The animated meshes were not added in the MilkToJme class, but in the JmeBinaryReader which made no sense. git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@3028 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
src/com/jmex/model/XMLparser/Converters/MilkToJme.java
ISSUE MINOR:
Java
isc
608a44eceae3cd641535d88e4074227043e7ec21
0
TealCube/loot
/** * The MIT License * Copyright (c) 2015 Teal Cube Games * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
src/main/java/info/faceland/loot/listeners/EntityDeathListener.java
/** * The MIT License * Copyright (c) 2015 Teal Cube Games * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
Elite monsters give bonus xp
src/main/java/info/faceland/loot/listeners/EntityDeathListener.java
Elite monsters give bonus xp
Java
isc
2e22bb53ee069202ec379519532a689639e96b3d
0
FI13/afbb-bibo,FI13/afbb-bibo,FI13/afbb-bibo
package de.afbb.bibo.ui.view; import java.net.ConnectException; import java.util.HashMap; import java.util.HashSet; import java.util.Set; import org.eclipse.jface.layout.GridDataFactory; import org.eclipse.nebula.widgets.cdatetime.CDT; import org.eclipse.nebula.widgets.cdatetime.CDateTime; import org.eclipse.nebula.w...
bundles/de.afbb.bibo.ui/src/main/java/de/afbb/bibo/ui/view/ReturnCopyView.java
package de.afbb.bibo.ui.view; import java.net.ConnectException; import java.util.HashMap; import org.eclipse.jface.layout.GridDataFactory; import org.eclipse.nebula.widgets.cdatetime.CDT; import org.eclipse.nebula.widgets.cdatetime.CDateTime; import org.eclipse.nebula.widgets.xviewer.XViewer; import org.eclipse.nebul...
add to list listener
bundles/de.afbb.bibo.ui/src/main/java/de/afbb/bibo/ui/view/ReturnCopyView.java
add to list listener
Java
mit
c73af7e1325f68251876a9f150466789f8236d01
0
flyingSprite/stalactite
package com.duastone.stalactite.taskInventory; import org.junit.Test; /** * Order 14: Use RSA testing * * Created by Quesle on 10/08/2017. */ public class Order014UseRSATest { @Test public void test() { String privateFile = "/Users/Fernando/Develop/test/private.pem"; String publicFile = "/...
test/main/java/com.duastone.stalactite/taskInventory/Order014UseRSATest.java
package com.duastone.stalactite.taskInventory; import org.junit.Test; /** * Order 17: Use RSA testing * * Created by Quesle on 10/08/2017. */ public class Order014UseRSATest { @Test public void test() { String privateFile = "/Users/Fernando/Develop/test/private.pem"; String publicFile = "/...
[Task Inventory] Order 14: Use RSA testing
test/main/java/com.duastone.stalactite/taskInventory/Order014UseRSATest.java
[Task Inventory] Order 14: Use RSA testing
Java
mit
362e792263df23d2f778afa7b77bd9ff0ca9737a
0
jpush/aurora-imui,jpush/aurora-imui,jpush/aurora-imui,jpush/aurora-imui,jpush/aurora-imui
package cn.jiguang.imui.messages; import android.animation.Animator; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.app.Activity; import android.content.ContentResolver; import android.content.Context; import android.database.Cursor; import android.graphics.SurfaceTexture...
android/src/main/java/cn/jiguang/imui/messages/ChatInputView.java
package cn.jiguang.imui.messages; import android.animation.Animator; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.app.Activity; import android.content.ContentResolver; import android.content.Context; import android.database.Cursor; import android.graphics.SurfaceTexture...
Optimization send button animation.
android/src/main/java/cn/jiguang/imui/messages/ChatInputView.java
Optimization send button animation.
Java
mit
04deab647b7eb773bb3fea91f1a2dd44022a33a5
0
sauravsharma001/banking-system-sfdc,sauravsharma001/banking-system-sfdc
package org.unisys.jmsrest; import java.io.File; import java.io.FileWriter; import java.io.FileInputStream; import java.io.IOException; import java.io.OutputStream; import java.util.HashMap; import java.util.ArrayList; import java.util.Map; import org.json.simple.JSONArray; import org.json.simple.JSONObje...
src/main/java/CreditCardDetail.java
package org.unisys.jmsrest; import java.io.File; import java.io.FileWriter; import java.io.FileInputStream; import java.io.IOException; import java.io.OutputStream; import java.util.HashMap; import java.util.ArrayList; import java.util.Map; import org.json.simple.JSONArray; import org.json.simple.JSONObje...
Commit #6
src/main/java/CreditCardDetail.java
Commit #6
Java
mit
b3a0445d7a05076840d00399ac51deec9f11c968
0
fenfir/mtg-familiar,fenfir/mtg-familiar,fenfir/mtg-familiar
/* * Copyright 2013 The Android Open Source Project * * 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 ...
MTGFamiliar/src/main/java/com/gelakinetic/mtgfam/FamiliarActivity.java
/* * Copyright 2013 The Android Open Source Project * * 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 ...
Fixed issue where changing the theme would close the app instead of restart it
MTGFamiliar/src/main/java/com/gelakinetic/mtgfam/FamiliarActivity.java
Fixed issue where changing the theme would close the app instead of restart it
Java
mit
a680b01d14dbda3d2f73298dd9fe0980c5af59b5
0
Microsoft/vso-intellij,Microsoft/vso-intellij
package org.jetbrains.tfsIntegration.ui; import com.intellij.ide.projectView.PresentationData; import com.intellij.openapi.vcs.VcsException; import com.intellij.ui.treeStructure.SimpleNode; import com.intellij.ui.treeStructure.SimpleTree; import com.intellij.util.Function; import com.intellij.util.containers.Container...
src/org/jetbrains/tfsIntegration/ui/SavedQueryDefinitionNode.java
package org.jetbrains.tfsIntegration.ui; import com.intellij.ide.projectView.PresentationData; import com.intellij.openapi.vcs.VcsException; import com.intellij.ui.treeStructure.SimpleNode; import com.intellij.ui.treeStructure.SimpleTree; import com.intellij.util.Function; import com.intellij.util.containers.Container...
tfs: Refactored SavedQueryDefinitionNode - code simplified
src/org/jetbrains/tfsIntegration/ui/SavedQueryDefinitionNode.java
tfs: Refactored SavedQueryDefinitionNode - code simplified
Java
mit
f7a1437d4ec78ef3158b41d1969d916b614e20db
0
trujunzhang/IEATTA-ANDROID,trujunzhang/IEATTA-ANDROID
package org.ieatta.database.realm; import org.ieatta.IEATTAApp; import org.ieatta.database.models.DBRestaurant; import java.lang.reflect.ParameterizedType; import java.util.Date; import io.realm.Realm; import io.realm.RealmObject; import io.realm.RealmQuery; import io.realm.RealmResults; import io.realm.Sort; publi...
app/src/main/java/org/ieatta/database/realm/RealmModelReader.java
package org.ieatta.database.realm; import org.ieatta.IEATTAApp; import org.ieatta.database.models.DBRestaurant; import java.lang.reflect.ParameterizedType; import java.util.Date; import io.realm.Realm; import io.realm.RealmObject; import io.realm.RealmQuery; import io.realm.RealmResults; public class RealmModelRead...
IEATTA for android.
app/src/main/java/org/ieatta/database/realm/RealmModelReader.java
IEATTA for android.
Java
epl-1.0
4be387789938cefd90f52fcf911482e8e0e556ac
0
occiware/OCCI-Studio,occiware/OCCI-Studio
/******************************************************************************* * Copyright (c) 2015-2017 Obeo, Inria * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at...
plugins/org.eclipse.cmf.occi.core.gen.emf/src/org/eclipse/cmf/occi/core/gen/emf/OCCIExtension2Ecore.java
/******************************************************************************* * Copyright (c) 2015-2017 Obeo, Inria * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at...
Convert the added target reflexive reference in Kind to an OCL constraint.
plugins/org.eclipse.cmf.occi.core.gen.emf/src/org/eclipse/cmf/occi/core/gen/emf/OCCIExtension2Ecore.java
Convert the added target reflexive reference in Kind to an OCL constraint.
Java
epl-1.0
617df7a5862996731e8f9fcb942be8e3df8c782f
0
DNWTech/dnw-depmap,manbaum/dnw-depmap
/** * !(#) Activator.java * Copyright (c) 2014 DNW Technologies and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.h...
src/main/java/com/dnw/depmap/Activator.java
/** * !(#) Activator.java * Copyright (c) 2014 DNW Technologies and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.h...
Add neo4j database service instance.
src/main/java/com/dnw/depmap/Activator.java
Add neo4j database service instance.
Java
epl-1.0
eaae9a1d7a70317fe2aec082540282667ff46e36
0
ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ControlS...
/******************************************************************************* * Copyright (c) 2012 Oak Ridge National Laboratory. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and i...
applications/plugins/org.csstudio.diag.epics.pvtree.pvmanager/src/org/csstudio/diag/epics/pvtree/VTypeHelper.java
/******************************************************************************* * Copyright (c) 2012 Oak Ridge National Laboratory. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and i...
o.c.diag.epics.pvtree: NPE workaround
applications/plugins/org.csstudio.diag.epics.pvtree.pvmanager/src/org/csstudio/diag/epics/pvtree/VTypeHelper.java
o.c.diag.epics.pvtree: NPE workaround
Java
mpl-2.0
990bbba2c12038c285751d8f32f4c2ee8271e318
0
GreenDelta/olca-app,GreenDelta/olca-app,GreenDelta/olca-app,GreenDelta/olca-app,GreenDelta/olca-app,GreenDelta/olca-app
package org.openlca.app.navigation.filters; import org.eclipse.jface.viewers.TreeViewer; import org.eclipse.jface.viewers.Viewer; import org.eclipse.jface.viewers.ViewerFilter; import org.openlca.app.navigation.CategoryElement; import org.openlca.app.navigation.INavigationElement; import org.openlca.app.navigation.Mod...
olca-app/src/org/openlca/app/navigation/filters/FlowTypeFilter.java
/******************************************************************************* * Copyright (c) 2007 - 2010 GreenDeltaTC. All rights reserved. This program and * the accompanying materials are made available under the terms of the Mozilla * Public License v1.1 which accompanies this distribution, and is available a...
bug-fix: product flows cannot be selected from mixed flow categories (elementary flows + product flows) as quantitative reference for processes
olca-app/src/org/openlca/app/navigation/filters/FlowTypeFilter.java
bug-fix: product flows cannot be selected from mixed flow categories (elementary flows + product flows) as quantitative reference for processes
Java
lgpl-2.1
39cad5eb406337b225b26f0e8eed1fb1b29fbde5
0
romani/checkstyle,checkstyle/checkstyle,romani/checkstyle,romani/checkstyle,rnveach/checkstyle,checkstyle/checkstyle,checkstyle/checkstyle,romani/checkstyle,checkstyle/checkstyle,rnveach/checkstyle,checkstyle/checkstyle,romani/checkstyle,rnveach/checkstyle,rnveach/checkstyle,rnveach/checkstyle,rnveach/checkstyle,checks...
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2021 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2021 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
Issue #9451: updated example of AST for TokenTypes.IMPLEMENTS_CLAUSE
src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java
Issue #9451: updated example of AST for TokenTypes.IMPLEMENTS_CLAUSE
Java
lgpl-2.1
449bbd9d96640460ce99b2a2b9b7f6051c119d8f
0
petalslink/petals-se-flowable,petalslink/petals-se-activiti
/** * Copyright (c) 2014 Linagora * * This program/library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2.1 of the License, or (at your * option) any later version. * * This ...
src/main/java/org/ow2/petals/activitibpmn/ActivitiSuManager.java
/** * Copyright (c) 2014 Linagora * * This program/library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2.1 of the License, or (at your * option) any later version. * * This ...
Log errors about anotated WSDL operations
src/main/java/org/ow2/petals/activitibpmn/ActivitiSuManager.java
Log errors about anotated WSDL operations
Java
lgpl-2.1
0c49197161fb1b9a48e2f7c1ed30884c96b6aff5
0
armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,svn2github/beast-mcmc
/** * */ package dr.evolution.tree; import java.util.BitSet; /** * @author Sebastian Hoehna * */ public class Clade implements Comparable<Clade> { public Clade(final BitSet bits, final double height) { this.bits = bits; this.height = height; size = bits.cardinality(); } pub...
src/dr/evolution/tree/Clade.java
/** * */ package dr.evolution.tree; import java.util.BitSet; /** * @author Sebastian Hoehna * */ public class Clade implements Comparable<Clade> { public Clade(final BitSet bits, final double height) { this.bits = bits; this.height = height; size = bits.cardinality(); } ...
add consistency check git-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@659 ca793f91-a31e-0410-b540-2769d408b6a1
src/dr/evolution/tree/Clade.java
add consistency check
Java
apache-2.0
f5d416dc8a2243112504ad996c972281ce7fe689
0
Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core
package natlab.tame.tamerplus.utils; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import ast.ASTNode; import ast.AssignStmt; import ast.Expr; import ast.Name; import ast.NameExpr; impo...
languages/Natlab/src/natlab/tame/tamerplus/utils/RenameTypeConflictVars.java
package natlab.tame.tamerplus.utils; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import ast.ASTNode; import ast.AssignStmt; import ast.Expr; import ast.Name; import ast.NameExpr; impo...
comments fixed in RenameTypeConflictVars Migrated from Sable/mclab@e6f48be1a1672f2f3b4fe10b7fed1c8caec73bd6
languages/Natlab/src/natlab/tame/tamerplus/utils/RenameTypeConflictVars.java
comments fixed in RenameTypeConflictVars
Java
apache-2.0
6216a9670e9630f10291a20b848054d3faf46df9
0
zimingd/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,zimingd/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,zimingd/Synapse-...
package org.sagebionetworks.bridge.model.dbo.dao; import static org.junit.Assert.*; import java.util.Arrays; import java.util.List; import org.junit.Test; import org.junit.runner.RunWith; import org.sagebionetworks.bridge.model.BridgeParticipantDAO; import org.sagebionetworks.bridge.model.ParticipantDataDAO; import ...
lib/jdomodels/src/test/java/org/sagebionetworks/bridge/model/dbo/dao/DBOParticipantDataDAOImplTest.java
package org.sagebionetworks.bridge.model.dbo.dao; import static org.junit.Assert.*; import java.util.Arrays; import java.util.List; import org.junit.Test; import org.junit.runner.RunWith; import org.sagebionetworks.bridge.model.BridgeParticipantDAO; import org.sagebionetworks.bridge.model.ParticipantDataDAO; import ...
typo in test
lib/jdomodels/src/test/java/org/sagebionetworks/bridge/model/dbo/dao/DBOParticipantDataDAOImplTest.java
typo in test
Java
apache-2.0
21b283071e00d66a1fbb1e7e18b6a811c7e98139
0
korpling/ANNIS,korpling/ANNIS,korpling/ANNIS,korpling/ANNIS,korpling/ANNIS
package org.corpus_tools.annis.gui; import com.auth0.jwt.JWT; import com.auth0.jwt.algorithms.Algorithm; import com.moandjiezana.toml.TomlWriter; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Desktop; import java.awt.Dimension; import java.awt.Image; import java.awt.image.BufferedImage; import j...
src/main/java/org/corpus_tools/annis/gui/ServiceStarterDesktop.java
package org.corpus_tools.annis.gui; import com.auth0.jwt.JWT; import com.auth0.jwt.algorithms.Algorithm; import com.moandjiezana.toml.TomlWriter; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Desktop; import java.awt.Dimension; import java.awt.Image; import java.awt.image.BufferedImage; import j...
Convert to method reference
src/main/java/org/corpus_tools/annis/gui/ServiceStarterDesktop.java
Convert to method reference
Java
apache-2.0
7b0f944c4d9d6a75717729a561374f02a29e6bc5
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
package org.slc.sli.domain; import java.util.HashMap; import java.util.Map; import java.util.UUID; import com.mongodb.BasicDBObject; import com.mongodb.DBObject; import org.bson.BasicBSONObject; public class MongoEntity implements Entity { final String type; /** Called entity id to avoid Spring Da...
sli/data-access/dal/src/main/java/org/slc/sli/domain/MongoEntity.java
package org.slc.sli.domain; import java.util.HashMap; import java.util.Map; import java.util.UUID; import org.bson.BasicBSONObject; import com.mongodb.BasicDBObject; import com.mongodb.DBObject; public class MongoEntity implements Entity { final String type; /** Called entity id to avoid Spring Data using...
fixed id not being set on save
sli/data-access/dal/src/main/java/org/slc/sli/domain/MongoEntity.java
fixed id not being set on save
Java
apache-2.0
ba242255e0ed6e27fe93197c208fca4e281ee3d9
0
Biocodr/TomP2P,thirdy/TomP2P,tomp2p/TomP2P,Biocodr/TomP2P,jonaswagner/TomP2P,jonaswagner/TomP2P,tomp2p/TomP2P,thirdy/TomP2P,jonaswagner/TomP2P,jonaswagner/TomP2P,jonaswagner/TomP2P,jonaswagner/TomP2P
/* * Copyright 2012 Thomas Bocek * * 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 ...
core/src/main/java/net/tomp2p/storage/StorageMemoryReplication.java
/* * Copyright 2012 Thomas Bocek * * 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 ...
added some logs
core/src/main/java/net/tomp2p/storage/StorageMemoryReplication.java
added some logs
Java
apache-2.0
fa4b053847f7b3154ab236690b2b873e2bef6864
0
S-Bartfast/cgeo,superspindel/cgeo,kumy/cgeo,rsudev/c-geo-opensource,tobiasge/cgeo,pstorch/cgeo,ThibaultR/cgeo,SammysHP/cgeo,Bananeweizen/cgeo,samueltardieu/cgeo,tobiasge/cgeo,pstorch/cgeo,xiaoyanit/cgeo,SammysHP/cgeo,ThibaultR/cgeo,tobiasge/cgeo,matej116/cgeo,cgeo/cgeo,mucek4/cgeo,auricgoldfinger/cgeo,kumy/cgeo,rsudev/...
package cgeo.geocaching.utils; import cgeo.geocaching.Geocache; import cgeo.geocaching.R; import cgeo.geocaching.Waypoint; import cgeo.geocaching.compatibility.Compatibility; import cgeo.geocaching.enumerations.CacheListType; import cgeo.geocaching.enumerations.LogType; import org.apache.commons.lang3.builder.HashCod...
main/src/cgeo/geocaching/utils/MapUtils.java
package cgeo.geocaching.utils; import cgeo.geocaching.Geocache; import cgeo.geocaching.R; import cgeo.geocaching.Waypoint; import cgeo.geocaching.compatibility.Compatibility; import cgeo.geocaching.enumerations.CacheListType; import cgeo.geocaching.enumerations.LogType; import org.apache.commons.lang3.builder.HashCod...
Fix #5188: Remove orange circles for lists
main/src/cgeo/geocaching/utils/MapUtils.java
Fix #5188: Remove orange circles for lists
Java
apache-2.0
9a0554fc3117020c4e64c79a5c601e26c13da5d0
0
TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani,BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani
package org.burntgameproductions.PathToMani.menu; import com.badlogic.gdx.Input; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.badlogic.gdx.math.Rectangle; import org.burntgameproductions.PathToMani.GameOptions; import org.burntgameproductions.PathToMani.ManiAp...
main/src/org/burntgameproductions/PathToMani/menu/PlayScreen.java
package org.burntgameproductions.PathToMani.menu; import com.badlogic.gdx.Input; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.badlogic.gdx.math.Rectangle; import org.burntgameproductions.PathToMani.GameOptions; import org.burntgameproductions.PathToMani.ManiAp...
Added date changer for april fools
main/src/org/burntgameproductions/PathToMani/menu/PlayScreen.java
Added date changer for april fools
Java
apache-2.0
765b84abda9f3a683bea4994d26125498380e9f9
0
amitshekhariitbhu/Android-Debug-Database,kosiarska/ObjectBoxDebugBrowser,amitshekhariitbhu/Android-Debug-Database,amitshekhariitbhu/Android-Debug-Database,kosiarska/ObjectBoxDebugBrowser,kosiarska/ObjectBoxDebugBrowser
/* * * * Copyright (C) 2016 Amit Shekhar * * Copyright (C) 2011 Android Open Source Project * * * * 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 * * * * ...
debug-db/src/main/java/com/amitshekhar/utils/DatabaseHelper.java
/* * * * Copyright (C) 2016 Amit Shekhar * * Copyright (C) 2011 Android Open Source Project * * * * 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 * * * * ...
Code Issue Code Issue
debug-db/src/main/java/com/amitshekhar/utils/DatabaseHelper.java
Code Issue
Java
apache-2.0
9d9116aa4451755b9b7a0d0fb6f92298dda764c6
0
adataylor/ios-driver,azaytsev/ios-driver,seem-sky/ios-driver,crashlytics/ios-driver,ios-driver/ios-driver,ios-driver/ios-driver,shutkou/ios-driver,masbog/ios-driver,seem-sky/ios-driver,adataylor/ios-driver,darraghgrace/ios-driver,azaytsev/ios-driver,crashlytics/ios-driver,shutkou/ios-driver,shutkou/ios-driver,masbog/io...
package org.uiautomation.ios.UIAModels.predicate; public enum MatchingStrategy { exact, starts, cointains, ends,regex; }
common/src/main/java/org/uiautomation/ios/UIAModels/predicate/MatchingStrategy.java
package org.uiautomation.ios.UIAModels.predicate; public enum MatchingStrategy { exact, starts, cointains, ends; }
adding regex as a strategy
common/src/main/java/org/uiautomation/ios/UIAModels/predicate/MatchingStrategy.java
adding regex as a strategy
Java
apache-2.0
0a419d567058712bb3c9ed6747081f9d5bec3709
0
pingworks/dash,pingworks/dash,pingworks/dash,pingworks/dash,pingworks/dash,pingworks/dash
package org.jenkinsci.plugins.dashboardintegration; import hudson.Launcher; import hudson.Extension; import hudson.Proc; import hudson.model.*; import hudson.tasks.BuildStepMonitor; import hudson.tasks.Recorder; import hudson.tasks.test.AbstractTestResultAction; import hudson.tasks.Builder; import hudson.tasks.BuildSte...
dashboardintegration/src/main/java/org/jenkinsci/plugins/dashboardintegration/ProjectBuildResultPublisher.java
package org.jenkinsci.plugins.dashboardintegration; import hudson.Launcher; import hudson.Extension; import hudson.Proc; import hudson.model.*; import hudson.tasks.BuildStepMonitor; import hudson.tasks.Recorder; import hudson.tasks.test.AbstractTestResultAction; import hudson.tasks.Builder; import hudson.tasks.BuildSte...
Overwrite script dir with local checkout
dashboardintegration/src/main/java/org/jenkinsci/plugins/dashboardintegration/ProjectBuildResultPublisher.java
Overwrite script dir with local checkout
Java
apache-2.0
dc37a22b9c144970cc95c6e0f6dbbeb3c91c4b69
0
sbosley/squidb,yahoo/squidb,sbosley/squidb,sbosley/squidb,yahoo/squidb,sbosley/squidb,yahoo/squidb,sbosley/squidb,yahoo/squidb,yahoo/squidb
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache 2.0 License. * See the accompanying LICENSE file for terms. */ package com.yahoo.squidb.data; import com.yahoo.squidb.Beta; import com.yahoo.squidb.sql.CompiledStatement; import com.yahoo.squidb.sql.Criterion; import com.yahoo.squidb.sql.Delete...
squidb/src/com/yahoo/squidb/data/SquidDatabase.java
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache 2.0 License. * See the accompanying LICENSE file for terms. */ package com.yahoo.squidb.data; import com.yahoo.squidb.Beta; import com.yahoo.squidb.sql.CompiledStatement; import com.yahoo.squidb.sql.Criterion; import com.yahoo.squidb.sql.Delete...
Fix message of MigrationFailedException
squidb/src/com/yahoo/squidb/data/SquidDatabase.java
Fix message of MigrationFailedException
Java
apache-2.0
f895660f0ed8ae01935b71370d386127fd3a6f6c
0
SRCB-CloudPart/ngrinder,chengaomin/ngrinder,bwahn/ngrinder,ropik/ngrinder,GwonGisoo/ngrinder,naver/ngrinder,nanpa83/ngrinder,ropik/ngrinder,chengaomin/ngrinder,nanpa83/ngrinder,chengaomin/ngrinder,naver/ngrinder,GwonGisoo/ngrinder,ropik/ngrinder,SRCB-CloudPart/ngrinder,SRCB-CloudPart/ngrinder,naver/ngrinder,bwahn/ngrin...
/* * Copyright (C) 2012 - 2012 NHN Corporation * All rights reserved. * * This file is part of The nGrinder software distribution. Refer to * the file LICENSE which is part of The nGrinder distribution for * licensing details. The nGrinder distribution is available on the * Internet at http://nhnopensource.org/n...
ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/PluginManager.java
/* * Copyright (C) 2012 - 2012 NHN Corporation * All rights reserved. * * This file is part of The nGrinder software distribution. Refer to * the file LICENSE which is part of The nGrinder distribution for * licensing details. The nGrinder distribution is available on the * Internet at http://nhnopensource.org/n...
[NGRINDER-358] Rlease 3.0.2
ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/PluginManager.java
[NGRINDER-358] Rlease 3.0.2
Java
apache-2.0
ee11dabacbd3fb3d81f57d1562afa69391a9c400
0
Activiti/Activiti,martin-grofcik/flowable-engine,paulstapleton/flowable-engine,marcus-nl/flowable-engine,flowable/flowable-engine,lsmall/flowable-engine,flowable/flowable-engine,stephraleigh/flowable-engine,dbmalkovsky/flowable-engine,robsoncardosoti/flowable-engine,paulstapleton/flowable-engine,zwets/flowable-engine,f...
/* 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-json-converter/src/main/java/org/activiti/editor/language/json/converter/BpmnJsonConverter.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...
Process documentation (aka description) was lost when deploying from model Json converter not read process documentation from model node while creating bpmn object. Therefore there was no description in process definition after deploying model
modules/activiti-json-converter/src/main/java/org/activiti/editor/language/json/converter/BpmnJsonConverter.java
Process documentation (aka description) was lost when deploying from model
Java
apache-2.0
c884219e0cd777a0e810de037cfc5370f69b3a61
0
Kurento/kurento-tutorial-java,Kurento/kurento-tutorial-java,Kurento/kurento-tutorial-java,Kurento/kurento-tutorial-java
/* * (C) Copyright 2014 Kurento (http://kurento.org/) * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.org/licenses/lgpl-...
kurento-crowddetector/src/main/java/org/kurento/demo/Pipeline.java
/* * (C) Copyright 2014 Kurento (http://kurento.org/) * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.org/licenses/lgpl-...
[kurento-crowddetector] Remove capsfilter before crowddetector filter Change-Id: I8aa8fb682c5ba1513a8b788b04241d8018e58df8
kurento-crowddetector/src/main/java/org/kurento/demo/Pipeline.java
[kurento-crowddetector] Remove capsfilter before crowddetector filter
Java
apache-2.0
8cbcee3cc145914edbabf72cb5391713ecd451a0
0
ullgren/camel,cunningt/camel,mcollovati/camel,cunningt/camel,apache/camel,gnodet/camel,pmoerenhout/camel,alvinkwekel/camel,nicolaferraro/camel,christophd/camel,tdiesler/camel,gnodet/camel,adessaigne/camel,DariusX/camel,DariusX/camel,gnodet/camel,pax95/camel,tadayosi/camel,adessaigne/camel,adessaigne/camel,nikhilvibhav/...
/* * 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 ...
core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[CAMEL-14516] Fix issue with component not initialized
core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
[CAMEL-14516] Fix issue with component not initialized
Java
bsd-3-clause
35508606d1f67b945d5a11fd6dc98290e13aea9d
0
LakerRobotics/FRC2016Stronghold,LakerRobotics/FRC2016Stronghold
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the ...
src/org/usfirst/frc5053/FRC2016Stronghold/commands/AllwaysTrackLocation.java
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the ...
Update AllwaysTrackLocation.java
src/org/usfirst/frc5053/FRC2016Stronghold/commands/AllwaysTrackLocation.java
Update AllwaysTrackLocation.java
Java
bsd-3-clause
4fdee8f79a03dee7916bb90bb336285e1e1b2ba8
0
jMonkeyEngine/jmonkeyengine,zzuegg/jmonkeyengine,jMonkeyEngine/jmonkeyengine,jMonkeyEngine/jmonkeyengine,zzuegg/jmonkeyengine,zzuegg/jmonkeyengine,jMonkeyEngine/jmonkeyengine,zzuegg/jmonkeyengine
/* * Copyright (c) 2009-2021 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
jme3-core/src/main/java/com/jme3/environment/EnvironmentCamera.java
/* * Copyright (c) 2009-2019 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
resolve issue #1447 (no setter for EnvironmentCamera background color) (#1481)
jme3-core/src/main/java/com/jme3/environment/EnvironmentCamera.java
resolve issue #1447 (no setter for EnvironmentCamera background color) (#1481)
Java
mit
2fd816ac5fb9df74c088e2b5008757eb232b11fa
0
iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller...
package org.broadinstitute.sting.gatk.walkers.variantrecalibration; import org.broadinstitute.sting.WalkerTest; import org.broadinstitute.sting.utils.exceptions.UserException; import org.testng.annotations.Test; import org.testng.annotations.DataProvider; import java.util.*; import java.io.File; public class Variant...
java/test/org/broadinstitute/sting/gatk/walkers/variantrecalibration/VariantRecalibrationWalkersIntegrationTest.java
package org.broadinstitute.sting.gatk.walkers.variantrecalibration; import org.broadinstitute.sting.WalkerTest; import org.broadinstitute.sting.utils.exceptions.UserException; import org.testng.annotations.Test; import org.testng.annotations.DataProvider; import java.util.*; import java.io.File; public class Variant...
Updated ordering of integration tests. GVC > VR > AVC git-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@4669 348d0f76-0448-11de-a6fe-93d51630548a
java/test/org/broadinstitute/sting/gatk/walkers/variantrecalibration/VariantRecalibrationWalkersIntegrationTest.java
Updated ordering of integration tests. GVC > VR > AVC
Java
mit
f6024e122b5cddf48418a1bda25e2d01425d7772
0
yeokm1/nus-soc-print
package ui; import com.crashlytics.android.Crashlytics; import com.google.analytics.tracking.android.EasyTracker; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import network.SSHManager; import network.SSH_Clear_Cache; import network.SSH_Delete_All_Jobs; import network.SSH_Printer_Statu...
NUSSOCPrint/src/ui/MainActivity.java
package ui; import com.crashlytics.android.Crashlytics; import com.google.analytics.tracking.android.EasyTracker; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import network.SSHManager; import network.SSH_Clear_Cache; import network.SSH_Delete_All_Jobs; import network.SSH_Printer_Statu...
Disable zoom controls in webview
NUSSOCPrint/src/ui/MainActivity.java
Disable zoom controls in webview
Java
mit
c71a071fe719fde4d7ceed3b187d06b910138c5c
0
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
package com.elmakers.mine.bukkit.magic; import static com.google.common.base.Preconditions.checkNotNull; import static com.google.common.base.Preconditions.checkState; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; imp...
Magic/src/main/java/com/elmakers/mine/bukkit/magic/MagicController.java
package com.elmakers.mine.bukkit.magic; import static com.google.common.base.Preconditions.checkNotNull; import static com.google.common.base.Preconditions.checkState; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; imp...
I do not know why this didn't give an error before, nor why IntelliJ didn't put these two methods together when I reformatted :\
Magic/src/main/java/com/elmakers/mine/bukkit/magic/MagicController.java
I do not know why this didn't give an error before, nor why IntelliJ didn't put these two methods together when I reformatted :\
Java
mit
b49909f3781daa0c8394931a5e31695bc1b6cb3e
0
HiPERnx/vertx-layer-server-sdk
package com.paddlenose.vertx.layer.sdk; import io.vertx.core.Future; import io.vertx.core.Handler; import io.vertx.core.http.HttpClient; import io.vertx.core.http.HttpClientResponse; import io.vertx.core.http.HttpMethod; import io.vertx.core.json.JsonObject; //TODO add error handlers /** * Layer client class * <p>...
src/main/java/com/paddlenose/vertx/layer/sdk/LayerServerClient.java
package com.paddlenose.vertx.layer.sdk; import io.vertx.core.Handler; import io.vertx.core.http.HttpClient; import io.vertx.core.http.HttpClientResponse; import io.vertx.core.http.HttpMethod; import io.vertx.core.json.JsonObject; //TODO add error handlers /** * Layer client class * <p> * A SDK to interface wi...
Added future for postMessage
src/main/java/com/paddlenose/vertx/layer/sdk/LayerServerClient.java
Added future for postMessage
Java
mit
059f370fa5b27ea73ac3edca8a63ea4b57605806
0
MengY33/RepoTestingVersion
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package javaapplication1; /** * * @author Meng */ public class JavaApplication1 { public static void main(String[] args) { ...
src/javaapplication1/JavaApplication1.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package javaapplication1; /** * * @author Meng */ public class JavaApplication1 { public static void main(String[] args) { ...
https://www.pivotaltracker.com/story/show/137011895 Testing for the Pivotal Tracker
src/javaapplication1/JavaApplication1.java
https://www.pivotaltracker.com/story/show/137011895
Java
mit
06c583a3a4a5f3df3c468101f7b4eb7d52ec84b5
0
nyaruka/sigtrac,nyaruka/sigtrac,nyaruka/sigtrac,nyaruka/sigtrac
package com.nyaruka.sigtrac; import android.app.ActivityManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; public class BootReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent int...
android/Sigtrac/src/main/java/com/nyaruka/sigtrac/BootReceiver.java
package com.nyaruka.sigtrac; import android.app.ActivityManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; public class BootReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent int...
add host to ping to on the intent broadcasted at boot
android/Sigtrac/src/main/java/com/nyaruka/sigtrac/BootReceiver.java
add host to ping to on the intent broadcasted at boot
Java
mit
64ba0de94d58359332616d78316d2902e40fc1a8
0
mhogrefe/qbar
package mho.qbar.iterableProviders; import mho.qbar.objects.*; import mho.wheels.iterables.IterableProvider; import mho.wheels.iterables.RandomProvider; import mho.wheels.math.BinaryFraction; import mho.wheels.ordering.Ordering; import mho.wheels.structures.*; import org.jetbrains.annotations.NotNull; import org.jetbr...
src/main/java/mho/qbar/iterableProviders/QBarIterableProvider.java
package mho.qbar.iterableProviders; import mho.qbar.objects.*; import mho.wheels.iterables.IterableProvider; import mho.wheels.iterables.RandomProvider; import mho.wheels.math.BinaryFraction; import mho.wheels.ordering.Ordering; import mho.wheels.structures.*; import org.jetbrains.annotations.NotNull; import org.jetbr...
fixed signatures
src/main/java/mho/qbar/iterableProviders/QBarIterableProvider.java
fixed signatures
Java
mit
62159093ead504a30fca1190f97642c5c917af48
0
agpartha/java
package io.anand.springboot; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class RestApplication { public static void main (String [] args) { SpringApplication.run(RestApplication.class, args); } }
simplerest/src/main/java/io/anand/springboot/RestApplication.java
package io.anand.springboot; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import com.area1.devices.PanCommand; import com.area1.devices.PanCommand.Action; import com.area1.devices.PanCommand.Subject; @SpringBootApplication public class RestAp...
cleanup
simplerest/src/main/java/io/anand/springboot/RestApplication.java
cleanup
Java
mit
cb5e847533eb1bfe784742df7e550e3a11a249ca
0
CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab
package org.xcolab.view.errors; import org.apache.commons.lang3.StringUtils; import org.springframework.http.HttpHeaders; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestParam; import org.xcolab.client....
view/src/main/java/org/xcolab/view/errors/ErrorReportingController.java
package org.xcolab.view.errors; import org.apache.commons.lang3.StringUtils; import org.springframework.http.HttpHeaders; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestParam; import org.xcolab.client....
[COLAB-2841] Add debug info for CSRF error
view/src/main/java/org/xcolab/view/errors/ErrorReportingController.java
[COLAB-2841] Add debug info for CSRF error
Java
mit
4bd49d160ab2cffb4cda3bafff7b5e0fd9b419d1
0
InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service
package org.innovateuk.ifs.management.decision.populator; import org.innovateuk.ifs.application.resource.ApplicationSummaryPageResource; import org.innovateuk.ifs.application.resource.CompetitionSummaryResource; import org.innovateuk.ifs.application.service.ApplicationSummaryRestService; import org.innovateuk.ifs.com...
ifs-web-service/ifs-competition-mgt-service/src/main/java/org/innovateuk/ifs/management/decision/populator/CompetitionManagementApplicationDecisionModelPopulator.java
package org.innovateuk.ifs.management.decision.populator; import org.innovateuk.ifs.application.resource.ApplicationSummaryPageResource; import org.innovateuk.ifs.application.resource.CompetitionSummaryResource; import org.innovateuk.ifs.application.service.ApplicationSummaryRestService; import org.innovateuk.ifs.com...
IFS-12990 - Submitted EOI applications now displaying when competition has assessment.
ifs-web-service/ifs-competition-mgt-service/src/main/java/org/innovateuk/ifs/management/decision/populator/CompetitionManagementApplicationDecisionModelPopulator.java
IFS-12990 - Submitted EOI applications now displaying when competition has assessment.
Java
epl-1.0
379b8a0004fbbd62273d46c6913259a386bd613f
0
spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4
/******************************************************************************* * Copyright (c) 2016, 2019 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available...
headless-services/commons/commons-language-server/src/main/java/org/springframework/ide/vscode/commons/languageserver/util/SimpleLanguageServer.java
/******************************************************************************* * Copyright (c) 2016, 2019 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available...
Reduce verbosity of test builds
headless-services/commons/commons-language-server/src/main/java/org/springframework/ide/vscode/commons/languageserver/util/SimpleLanguageServer.java
Reduce verbosity of test builds
Java
agpl-3.0
c9bc7df6a8be1a972a1b79135108a7ef376c97d2
0
bhutchinson/kfs,quikkian-ua-devops/kfs,bhutchinson/kfs,smith750/kfs,quikkian-ua-devops/will-financials,kkronenb/kfs,quikkian-ua-devops/kfs,kuali/kfs,quikkian-ua-devops/will-financials,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,kkronenb/kfs,kkronenb/kfs,ua-eas/kfs,ua-eas/kfs,quikkian-ua-devops/will-financials,ua-eas/...
/* * 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...
test/unit/src/org/kuali/kfs/sys/service/TaxServiceTest.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...
Cleanup of Tax test code.
test/unit/src/org/kuali/kfs/sys/service/TaxServiceTest.java
Cleanup of Tax test code.
Java
agpl-3.0
24c5f9c47a4ad432846b6473bac2a75427cc245d
0
oncokb/oncokb,zhx828/oncokb,zhx828/oncokb,oncokb/oncokb,oncokb/oncokb,zhx828/oncokb
package org.mskcc.cbio.oncokb.model; // Generated Dec 19, 2013 1:33:26 AM by Hibernate Tools 3.2.1.GA import com.fasterxml.jackson.annotation.JsonIdentityInfo; import com.fasterxml.jackson.annotation.JsonIgnore; import org.mskcc.cbio.oncokb.model.oncotree.TumorType; import com.fasterxml.jackson.annotation.ObjectIdGene...
core/src/main/java/org/mskcc/cbio/oncokb/model/Evidence.java
package org.mskcc.cbio.oncokb.model; // Generated Dec 19, 2013 1:33:26 AM by Hibernate Tools 3.2.1.GA import com.fasterxml.jackson.annotation.JsonIdentityInfo; import com.fasterxml.jackson.annotation.JsonIgnore; import org.mskcc.cbio.oncokb.model.oncotree.TumorType; import com.fasterxml.jackson.annotation.ObjectIdGene...
Increase the limit of the cancerType and subtype
core/src/main/java/org/mskcc/cbio/oncokb/model/Evidence.java
Increase the limit of the cancerType and subtype
Java
agpl-3.0
919281ce42e40bc6f86092f0b422ed3e2f83405d
0
gavin-romig-koch/victims-upload,gavin-romig-koch/victims-upload,gavin-romig-koch/victims-upload
package com.redhat.chrometwo.api.resources; import java.io.IOException; import java.io.InputStream; import java.util.Properties; import javax.annotation.PostConstruct; import javax.ejb.Singleton; import javax.ejb.Startup; import org.jboss.logging.Logger; @Singleton @Startup public class SystemPropertiesLoader { ...
api/src/main/java/com/redhat/chrometwo/api/resources/SystemPropertiesLoader.java
package com.redhat.chrometwo.api.resources; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import java.util.Properties; import javax.annotation.PostConstruct; import javax.ejb.Singleton; import javax.ejb.Startup; import org.j...
Property file loader Signed-off-by: Keith Robertson <10d2c9d246f30512b2f83b76cef5f45955435ef6@redhat.com>
api/src/main/java/com/redhat/chrometwo/api/resources/SystemPropertiesLoader.java
Property file loader
Java
lgpl-2.1
cd65dfb7c89818b07b63917362db64a77e34956d
0
gallardo/opencms-core,alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core,alkacon/opencms-core,alkacon/opencms-core,gallardo/opencms-core,gallardo/opencms-core
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by th...
src/org/opencms/db/generic/CmsVfsDriver.java
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by th...
Changed VFS driver to also repair broken relations when publishing.
src/org/opencms/db/generic/CmsVfsDriver.java
Changed VFS driver to also repair broken relations when publishing.
Java
lgpl-2.1
5ae5e46d42c1227d4e0e7f5ab79bfa527e51d762
0
KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,sewe/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,sewe/spotbugs,sewe/spotbugs,johnscancella/spotbugs
/* * FindBugs - Find Bugs in Java programs * Copyright (C) 2003-2007 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, ...
findbugs/src/java/edu/umd/cs/findbugs/detect/BooleanReturnNull.java
/* * FindBugs - Find Bugs in Java programs * Copyright (C) 2003-2007 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, ...
report correct bug code; simplify logic git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9133 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
findbugs/src/java/edu/umd/cs/findbugs/detect/BooleanReturnNull.java
report correct bug code; simplify logic
Java
apache-2.0
4e4175e9d97d8161499353fee0eb70592cd355ee
0
groupe-sii/ogham,groupe-sii/ogham,groupe-sii/ogham,groupe-sii/ogham,groupe-sii/ogham
package fr.sii.ogham.helper.email; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import javax.mail.BodyPart; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Multipart; import javax.mail.Part; import org.apache.commons.io.IOUtils; impo...
ogham-test-utils/src/main/java/fr/sii/ogham/helper/email/AssertAttachment.java
package fr.sii.ogham.helper.email; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import javax.mail.BodyPart; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Multipart; import javax.mail.Part; import org.apache.commons.io.IOUtils; impo...
Add missing javadoc
ogham-test-utils/src/main/java/fr/sii/ogham/helper/email/AssertAttachment.java
Add missing javadoc
Java
apache-2.0
7e92d069479a74558e778a3ffcc9e604feffc8a7
0
mighty-mikey/hue-light-project,mighty-mikey/hue-light-project
package com.minds.great.hueLightProject.userInterface.fragments; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.SeekBar; import android.widget.Switch; import android.widget.TextView; i...
Hue_Light_Project/app/src/main/java/com/minds/great/hueLightProject/userInterface/fragments/SingleLightFragment.java
package com.minds.great.hueLightProject.userInterface.fragments; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.SeekBar; import android.widget.Switch; import android.widget.TextView; i...
Fixes color temp check.
Hue_Light_Project/app/src/main/java/com/minds/great/hueLightProject/userInterface/fragments/SingleLightFragment.java
Fixes color temp check.
Java
apache-2.0
d479082ddb94ec71e0c3c6a5e39a34c0dc531168
0
walteryang47/ovirt-engine,eayun/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,zerodengxinchao/ovirt-engine,yapengsong/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,zerodengxinchao/ovirt-engine,eayun/ovirt-engine,yingyun001/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,zerodengx...
package org.ovirt.engine.core.extensions.mgr; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Arrays; import java.util.Coll...
backend/manager/modules/extensions-manager/src/main/java/org/ovirt/engine/core/extensions/mgr/ExtensionsManager.java
package org.ovirt.engine.core.extensions.mgr; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import java.ut...
extmgr: read properties files as unicode Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1255895 Change-Id: I5d443df5d097f2e8bc45daec1170037f1e615d7e Signed-off-by: Alon Bar-Lev <2e3ceb4d37adc6ae3ccc00d3646e0e0a036ace03@redhat.com>
backend/manager/modules/extensions-manager/src/main/java/org/ovirt/engine/core/extensions/mgr/ExtensionsManager.java
extmgr: read properties files as unicode
Java
apache-2.0
94b0c4588a178fdbb502c1b4a629d8d04ab9da52
0
manstis/drools,292388900/drools,iambic69/drools,292388900/drools,ThomasLau/drools,mrietveld/drools,manstis/drools,sutaakar/drools,droolsjbpm/drools,ThiagoGarciaAlves/drools,sotty/drools,lanceleverich/drools,romartin/drools,winklerm/drools,liupugong/drools,HHzzhz/drools,mrietveld/drools,kevinpeterson/drools,vinodkiran/d...
/* * Copyright 2010 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
drools-core/src/main/java/org/drools/core/time/impl/CronTrigger.java
/* * Copyright 2010 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[BZ-1083103] fix missing firings when using CronTrigger
drools-core/src/main/java/org/drools/core/time/impl/CronTrigger.java
[BZ-1083103] fix missing firings when using CronTrigger
Java
apache-2.0
97ee091e14f910294cc6a287082a9a623b009980
0
apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may no...
dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may no...
Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates. git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@942915 13f79535-47bb-0310-9956-ffa450edef68
dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java
Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates.
Java
apache-2.0
72c28421bf324ecf87112d4c1f983b0150333b89
0
apache/streams,smashew/incubator-streams,robdouglas/incubator_streams_apache,smashew/incubator-streams,apache/streams,steveblackmon/incubator-streams,smashew/incubator-streams,apache/streams,robdouglas/incubator_streams_apache,w2ogroup/incubator-streams,jfrazee/incubator-streams,robdouglas/incubator-streams
package org.apache.streams.cassandra.repository.impl; import com.datastax.driver.core.ResultSet; import org.apache.rave.model.ActivityStreamsEntry; import org.apache.rave.model.ActivityStreamsObject; import org.apache.rave.portal.model.impl.ActivityStreamsEntryImpl; import org.apache.rave.portal.model.impl.ActivityStr...
streams-cassandra/src/test/java/org/apache/streams/cassandra/repository/impl/CassandraActivityStreamsRepositoryTest.java
package org.apache.streams.cassandra.repository.impl; import org.apache.rave.model.ActivityStreamsEntry; import org.apache.rave.model.ActivityStreamsObject; import org.apache.rave.portal.model.impl.ActivityStreamsEntryImpl; import org.apache.rave.portal.model.impl.ActivityStreamsObjectImpl; import org.junit.Before; im...
adding correct type for test git-svn-id: 7e7d55d0229bb67ce4e5e782b751357dd039214a@1522706 13f79535-47bb-0310-9956-ffa450edef68
streams-cassandra/src/test/java/org/apache/streams/cassandra/repository/impl/CassandraActivityStreamsRepositoryTest.java
adding correct type for test
Java
apache-2.0
3c78794f92845f59bb1776c56797e0b602b861a9
0
HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j
/** * Copyright (c) 2002-2010 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 F...
advanced/src/main/java/org/neo4j/kernel/impl/transaction/xaframework/XaDataSource.java
/** * Copyright (c) 2002-2010 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 F...
Added tracability to some UnsupportedOperationExceptions. git-svn-id: ab16e2fa1fbc06680b955d2946a056ad3c063f42@8267 0b971d98-bb2f-0410-8247-b05b2b5feb2a
advanced/src/main/java/org/neo4j/kernel/impl/transaction/xaframework/XaDataSource.java
Added tracability to some UnsupportedOperationExceptions.
Java
apache-2.0
f3e48d4a2e0392d25b02fbfb2df51489744b250e
0
hcorg/thrift,guodongxiaren/thrift,Pertino/thrift,RobberPhex/thrift,zzmp/thrift,RobberPhex/thrift,elloray/thrift,chentao/thrift,nsuke/thrift,SentientTechnologies/thrift,theopolis/thrift,wingedkiwi/thrift,dtmuller/thrift,3013216027/thrift,Sean-Der/thrift,terminalcloud/thrift,gadLinux/thrift,guodongxiaren/thrift,jfarrell/...
/* * 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 ma...
lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.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 ma...
THRIFT-1464: AbstractNonblockingServer.FrameBuffer TNonblockingTransport accessor changed from public to private Client: java Patch: Jake Farrell Fixes accessor for TNonblockingTransport in AbstractNonblockingServer.FrameBuffer that was changed from public to private git-svn-id: e03702e31dc1037215618ef8d1dc0ebc5b0b...
lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java
THRIFT-1464: AbstractNonblockingServer.FrameBuffer TNonblockingTransport accessor changed from public to private Client: java Patch: Jake Farrell
Java
apache-2.0
dcefbd8c7a7fb12c7dcbb72e266922e0913305b5
0
fedora-java/xmvn,mizdebsk/xmvn,rvais/xmvn,mizdebsk/xmvn,mizdebsk/xmvn,rvais/xmvn,mizdebsk/xmvn,fedora-java/xmvn,rvais/xmvn,fedora-java/xmvn,rvais/xmvn
/*- * Copyright (c) 2013-2014 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
xmvn-connector-ivy/src/main/java/org/fedoraproject/xmvn/connector/ivy/IvyResolver.java
/*- * Copyright (c) 2013-2014 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
Add workaround for Gradle strict version checking
xmvn-connector-ivy/src/main/java/org/fedoraproject/xmvn/connector/ivy/IvyResolver.java
Add workaround for Gradle strict version checking
Java
apache-2.0
c5a2bf6010e04b2690cda4649b4adefb0103fbfd
0
maobaolong/alluxio,wwjiang007/alluxio,wwjiang007/alluxio,maobaolong/alluxio,Alluxio/alluxio,Alluxio/alluxio,Alluxio/alluxio,maobaolong/alluxio,wwjiang007/alluxio,Alluxio/alluxio,maobaolong/alluxio,maobaolong/alluxio,wwjiang007/alluxio,maobaolong/alluxio,maobaolong/alluxio,Alluxio/alluxio,wwjiang007/alluxio,maobaolong/a...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
core/server/common/src/test/java/alluxio/master/journal/raft/RaftJournalTest.java
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
Force election after switching leader modes in RaftJournalTest ### What changes are proposed in this pull request? Sending correct argument via reflection to force election upon switching election modes for RATIS nodes. ### Why are the changes needed? Without this change, election might not get triggered and test wil...
core/server/common/src/test/java/alluxio/master/journal/raft/RaftJournalTest.java
Force election after switching leader modes in RaftJournalTest
Java
apache-2.0
354096e3628d69974dd5b4cf29f299ead6790cde
0
elffy/AbroadEasy
/* * Copyright (C) 2010-2013 The SINA WEIBO Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
app/src/main/java/com/original/abroadeasy/network/weibo/WBConstants.java
/* * Copyright (C) 2010-2013 The SINA WEIBO Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
Updated APP_KEY and REDIRECT_URL Updated APP_KEY and REDIRECT_URL according to the results of development application in Sina weibo
app/src/main/java/com/original/abroadeasy/network/weibo/WBConstants.java
Updated APP_KEY and REDIRECT_URL
Java
mit
5534a91bad34c596d906db297ee61e04c3c2170d
0
igm-team/atav,igm-team/atav,igm-team/atav,igm-team/atav
package function.genotype.trio; import function.external.evs.EvsManager; import function.external.exac.ExacManager; import function.external.genomes.GenomesManager; import function.external.gerp.GerpManager; import function.external.kaviar.KaviarManager; import function.external.knownvar.KnownVarManager; import functi...
src/main/java/function/genotype/trio/TrioManager.java
package function.genotype.trio; import function.external.evs.EvsManager; import function.external.exac.ExacManager; import function.external.genomes.GenomesManager; import function.external.gerp.GerpManager; import function.external.kaviar.KaviarManager; import function.external.knownvar.KnownVarManager; import functi...
code clean
src/main/java/function/genotype/trio/TrioManager.java
code clean
Java
mit
c14c63d83b0980d88ea94bb19cb8e295b363fbee
0
onessimofalconi/bc-java,Skywalker-11/spongycastle,partheinstein/bc-java,open-keychain/spongycastle,FAU-Inf2/spongycastle,open-keychain/spongycastle,lesstif/spongycastle,sergeypayu/bc-java,open-keychain/spongycastle,sergeypayu/bc-java,sonork/spongycastle,FAU-Inf2/spongycastle,iseki-masaya/spongycastle,onessimofalconi/bc...
package org.bouncycastle.crypto.tls; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import org.bouncycastle.asn1.x509.Extension; import org.bouncycastle.asn1.x509.Extensions; import org.bouncycastle.asn1.x509.KeyUsage; import org.bouncycastle.asn1.x50...
src/main/java/org/bouncycastle/crypto/tls/TlsUtils.java
package org.bouncycastle.crypto.tls; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import org.bouncycastle.asn1.x509.Extension; import org.bouncycastle.asn1.x509.Extensions; import org.bouncycastle.asn1.x509.KeyUsage; import org.bouncycastle.asn1.x50...
Fix protocol version parsing
src/main/java/org/bouncycastle/crypto/tls/TlsUtils.java
Fix protocol version parsing
Java
mit
46e759e1700833797d94d062efee2a44f55c6bfe
0
GluuFederation/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust
/* * oxTrust is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */ package org.gluu.oxtrust.config; import java.io.File; import java.util.Map; import java.util.Set; import java.util.concurrent.atomic.AtomicBoolean; import javax.annotation...
server/src/main/java/org/gluu/oxtrust/config/ConfigurationFactory.java
/* * oxTrust is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */ package org.gluu.oxtrust.config; import java.io.File; import java.util.Map; import java.util.Set; import java.util.concurrent.atomic.AtomicBoolean; import javax.annotation...
Use Ldap persistence layer if there is gluu.properties
server/src/main/java/org/gluu/oxtrust/config/ConfigurationFactory.java
Use Ldap persistence layer if there is gluu.properties
Java
mit
4942f66a1331b38c87866b156e026756d603d138
0
rlugojr/jenkins,samatdav/jenkins,jcarrothers-sap/jenkins,protazy/jenkins,FTG-003/jenkins,albers/jenkins,dennisjlee/jenkins,elkingtonmcb/jenkins,hplatou/jenkins,aquarellian/jenkins,DoctorQ/jenkins,hemantojhaa/jenkins,mrooney/jenkins,SenolOzer/jenkins,paulwellnerbou/jenkins,lordofthejars/jenkins,goldchang/jenkins,goldcha...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Tom Huybrechts * * 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, inc...
core/src/main/java/hudson/model/listeners/RunListener.java
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Tom Huybrechts * * 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, inc...
don't let broken RunListener take down the execution. Based on the following exception we observed: Aug 31, 2012 1:41:05 PM hudson.model.Executor run SEVERE: Executor threw an exception java.lang.NoClassDefFoundError: hudson/plugins/promoted_builds/JobPropertyImpl at org.jenkins.plugins.appaloosa.AppaloosaRunListene...
core/src/main/java/hudson/model/listeners/RunListener.java
don't let broken RunListener take down the execution.
Java
mit
f56cd1fcda314f0fc48f034badd54d46a38d783a
0
frc2399/2015-code
package org.usfirst.frc.team2399.robot.subsystems; import org.usfirst.frc.team2399.robot.RobotMap; import org.usfirst.frc.team2399.robot.commands.ElevateNot; import edu.wpi.first.wpilibj.CANJaguar; import edu.wpi.first.wpilibj.DigitalInput; import edu.wpi.first.wpilibj.Encoder; import edu.wpi.first.wpilibj.Gyro; impo...
src/org/usfirst/frc/team2399/robot/subsystems/Elevator.java
package org.usfirst.frc.team2399.robot.subsystems; import org.usfirst.frc.team2399.robot.RobotMap; import org.usfirst.frc.team2399.robot.commands.ElevateNot; import edu.wpi.first.wpilibj.CANJaguar; import edu.wpi.first.wpilibj.DigitalInput; import edu.wpi.first.wpilibj.Encoder; import edu.wpi.first.wpilibj.Gyro; impo...
Elevator Encoders Enabled -Quad Encoder implemented and encoderCounts variable established -enableControl() enables encoders through CANJags
src/org/usfirst/frc/team2399/robot/subsystems/Elevator.java
Elevator Encoders Enabled
Java
mit
f2780363ab31344e8456bfa07f46c38803e66bf9
0
miguelbayon/pro017
import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.assertEquals; public class R888Test { private Torneo torneo; @Test public void test01() { Torneo torneo = new Torneo(); assertEquals("Equipo ...
actividades/8888Test.java
import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.assertEquals; public class R888Test { private Torneo torneo; @Before public void setUp() { torneo = new Torneo(); } @Test public void test01() { ...
Update 8888Test.java
actividades/8888Test.java
Update 8888Test.java
Java
mit
851704df414d06a08ff70153c5e465c26049abf0
0
y20k/transistor
/** * PlayerService.java * Implements the app's playback background service * The service plays streaming audio and handles playback controls * * This file is part of * TRANSISTOR - Radio App for Android * * Copyright (c) 2015-17 - Y20K.org * Licensed under the MIT-License * http://opensource.org/licenses/MIT...
app/src/main/java/org/y20k/transistor/PlayerService.java
/** * PlayerService.java * Implements the app's playback background service * The service plays streaming audio and handles playback controls * * This file is part of * TRANSISTOR - Radio App for Android * * Copyright (c) 2015-17 - Y20K.org * Licensed under the MIT-License * http://opensource.org/licenses/MIT...
more changes in "voice query matching"
app/src/main/java/org/y20k/transistor/PlayerService.java
more changes in "voice query matching"
Java
mit
7aefb0c6f221aa329f078e73ea381f5138bf072b
0
chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster,chipster/chipster
package fi.csc.microarray.messaging.message; import java.net.MalformedURLException; import java.net.URL; import javax.jms.JMSException; import javax.jms.MapMessage; public class UrlMessage extends NamiMessage { private final static String KEY_URL = "url"; private URL url; public UrlMessage() { super(); ...
src/main/java/fi/csc/microarray/messaging/message/UrlMessage.java
package fi.csc.microarray.messaging.message; import java.net.MalformedURLException; import java.net.URL; import javax.jms.JMSException; import javax.jms.MapMessage; public class UrlMessage extends NamiMessage { private final static String KEY_URL = "url"; private URL url; public UrlMessage(URL url) { sup...
Added url to marshal()
src/main/java/fi/csc/microarray/messaging/message/UrlMessage.java
Added url to marshal()
Java
mit
3d959978ca68a160aa5bef7b9ef413f5fce97f57
0
games647/ChangeSkin
package com.github.games647.changeskin.core.model.skin; import com.google.common.base.Objects; public class TextureModel { private static final String URL_PREFIX = "http://textures.minecraft.net/texture/"; private MetadataModel metadata; private final String url; public TextureModel(String shortUrl...
core/src/main/java/com/github/games647/changeskin/core/model/skin/TextureModel.java
package com.github.games647.changeskin.core.model.skin; import com.google.common.base.Objects; public class TextureModel { private static final String URL_PREFIX = "http://textures.minecraft.net/texture/"; private final String url; private MetadataModel metadata; public TextureModel(String shortUrl...
Fix slim model ordering for correct encoding behaviour (Fixes #100)
core/src/main/java/com/github/games647/changeskin/core/model/skin/TextureModel.java
Fix slim model ordering for correct encoding behaviour (Fixes #100)
Java
mit
aa7c64ab8b3f106d851a5464df56ca3c4296e94f
0
pslgoh/rhodes,watusi/rhodes,watusi/rhodes,rhomobile/rhodes,rhomobile/rhodes,tauplatform/tau,rhomobile/rhodes,watusi/rhodes,pslgoh/rhodes,rhomobile/rhodes,tauplatform/tau,watusi/rhodes,watusi/rhodes,rhomobile/rhodes,watusi/rhodes,tauplatform/tau,rhomobile/rhodes,tauplatform/tau,rhomobile/rhodes,tauplatform/tau,pslgoh/rh...
package com.rhomobile.rhodes.extmanager; import android.app.Dialog; import android.content.Intent; import android.content.res.Configuration; import android.view.KeyEvent; import android.os.Bundle; import com.rhomobile.rhodes.RhodesActivity; import com.rhomobile.rhodes.RhodesService; public abstract class ...
platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/AbstractRhoListener.java
package com.rhomobile.rhodes.extmanager; import android.app.Dialog; import android.content.Intent; import android.content.res.Configuration; import android.view.KeyEvent; import android.os.Bundle; import com.rhomobile.rhodes.RhodesActivity; import com.rhomobile.rhodes.RhodesService; public abstract class ...
Removing the override method Removing the override method
platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/AbstractRhoListener.java
Removing the override method
Java
mpl-2.0
6323aa5bab112f73fc92a50a5d900abd78efdb05
0
JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core
/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AccessibleRadioButton.java,v $ * * $Revision: 1.13 $ * * last change: $Author: kz $ $Date: 2005-11-02 18:18:07 $ * * The Contents of this file are made ...
qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AccessibleRadioButton.java,v $ * * $Revision: 1.12 $ * * last change: $Author: rt $ $Date: 2005-09-09 04:23:50 $ * * The Contents of this file are made ...
INTEGRATION: CWS qadev24 (1.11.12); FILE MERGED 2005/09/19 17:23:41 cn 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/19 07:39:52 cn 1.11.12.1: #i52213# declare instance variables as 'privte static'
qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
INTEGRATION: CWS qadev24 (1.11.12); FILE MERGED 2005/09/19 17:23:41 cn 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/19 07:39:52 cn 1.11.12.1: #i52213# declare instance variables as 'privte static'
Java
agpl-3.0
164f0a16480dd674d0e8491893019c019927e611
0
jgonsior/AngryProgrammers,jgonsior/AngryProgrammers
package ab.demo; import ab.demo.other.ActionRobot; import ab.demo.logging.LoggingHandler; import ab.demo.other.Shot; import ab.demo.qlearning.QValuesDAO; import ab.demo.qlearning.ProblemState; import ab.planner.TrajectoryPlanner; import ab.utils.StateUtil; import ab.vision.ABObject; import ab.vision.GameStateExtractor...
src/ab/demo/ReinforcementLearningAgentStandalone.java
package ab.demo; import ab.demo.other.ActionRobot; import ab.demo.logging.LoggingHandler; import ab.demo.other.Shot; import ab.demo.qlearning.QValuesDAO; import ab.demo.qlearning.ProblemState; import ab.planner.TrajectoryPlanner; import ab.utils.StateUtil; import ab.vision.ABObject; import ab.vision.GameStateExtractor...
added control of maxvalue for getnextaction, should be max size of shootables
src/ab/demo/ReinforcementLearningAgentStandalone.java
added control of maxvalue for getnextaction, should be max size of shootables
Java
lgpl-2.1
4f78da87a25dfd976a303a17d2fb69d1dda769c1
0
hal/core,hal/core,hal/core,hal/core,hal/core
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
gui/src/main/java/org/jboss/as/console/client/domain/groups/ServerGroupView.java
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
Improve server group view
gui/src/main/java/org/jboss/as/console/client/domain/groups/ServerGroupView.java
Improve server group view
Java
apache-2.0
a8871597f805151d758426df70a443ba4941f631
0
apache/pdfbox,apache/pdfbox
/* * 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...
pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.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...
PDFBOX-4892: replace TODO with comment git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1894509 13f79535-47bb-0310-9956-ffa450edef68
pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java
PDFBOX-4892: replace TODO with comment
Java
apache-2.0
05dd230644db6877b20c5f46e22fddfb36011141
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-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...
server/src/main/java/io/spine/server/enrich/EnricherBuilder.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 Javadoc link
server/src/main/java/io/spine/server/enrich/EnricherBuilder.java
Add Javadoc link
Java
apache-2.0
11ba6ac7c9bc795958e3c614b6f012b37f1917f2
0
apurtell/hbase,Apache9/hbase,Eshcar/hbase,StackVista/hbase,toshimasa-nasu/hbase,francisliu/hbase,bijugs/hbase,narendragoyal/hbase,francisliu/hbase,apurtell/hbase,SeekerResource/hbase,ultratendency/hbase,ultratendency/hbase,juwi/hbase,vincentpoon/hbase,ChinmaySKulkarni/hbase,justintung/hbase,Eshcar/hbase,ndimiduk/hbase,...
package org.apache.hadoop.hbase.ipc; /** * 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...
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/CallRunner.java
package org.apache.hadoop.hbase.ipc; /** * 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...
HBASE-11887 Memory retention in branch-1; millions of instances of LiteralByteString for column qualifier and value
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/CallRunner.java
HBASE-11887 Memory retention in branch-1; millions of instances of LiteralByteString for column qualifier and value
Java
apache-2.0
7a7eece95b92ec9ea308058c3cd86bc4f33c123e
0
salvatorenovelli/redirect-check-cl
package com.github.salvatorenovelli; import com.github.salvatorenovelli.model.RedirectCheckResponse; import com.github.salvatorenovelli.model.RedirectSpecification; import com.github.salvatorenovelli.redirectcheck.RedirectCheckResponseFactory; import com.github.salvatorenovelli.redirectcheck.domain.RedirectChainAnalys...
src/test/java/com/github/salvatorenovelli/ParallelRedirectSpecAnalyserTest.java
package com.github.salvatorenovelli; import com.github.salvatorenovelli.model.RedirectCheckResponse; import com.github.salvatorenovelli.model.RedirectSpecification; import com.github.salvatorenovelli.redirectcheck.RedirectCheckResponseFactory; import com.github.salvatorenovelli.redirectcheck.domain.RedirectChainAnalys...
Testing multiple specs
src/test/java/com/github/salvatorenovelli/ParallelRedirectSpecAnalyserTest.java
Testing multiple specs
Java
apache-2.0
8dfe966b28d9173a5b7d288f931924666c571cf7
0
jnidzwetzki/bboxdb,jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/scalephant
/******************************************************************************* * * Copyright (C) 2015-2018 the BBoxDB project * * 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 ...
bboxdb-tools/src/main/java/org/bboxdb/tools/cli/CLI.java
/******************************************************************************* * * Copyright (C) 2015-2018 the BBoxDB project * * 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 ...
Removed debug code
bboxdb-tools/src/main/java/org/bboxdb/tools/cli/CLI.java
Removed debug code
Java
apache-2.0
eb5a4abe89d525459c81e6e40bfaf1bdeea73544
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
src/java/org/apache/solr/search/function/FunctionQuery.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...
bypass isDeleted if there are no deletions git-svn-id: 3b1ff1236863b4d63a22e4dae568675c2e247730@687148 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/solr/search/function/FunctionQuery.java
bypass isDeleted if there are no deletions
Java
apache-2.0
aa835cbbc82d81d17cfdd8deaf5d3ecc5d2e728d
0
treasure-data/td-jdbc
package com.treasure_data.jdbc; import org.junit.Ignore; import org.junit.Test; import org.msgpack.type.ArrayValue; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.StringReader; import ja...
src/test/java/com/treasure_data/jdbc/TestProductionEnv.java
package com.treasure_data.jdbc; import org.junit.Ignore; import org.junit.Test; import org.msgpack.type.ArrayValue; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; ...
Optimize imports
src/test/java/com/treasure_data/jdbc/TestProductionEnv.java
Optimize imports
Java
apache-2.0
6c035240ba4c28b8551a4a6aafe1f4a5b7709e13
0
DaanHoogland/cloudstack,DaanHoogland/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,GabrielBrascher/cloudstack,resmo/cloudstack,jcshen007/cloudstack,wido/cloudstack,wido/cloudstack,wido/cloudstack,jcshen007/cloudstack,wido/cloudstack,GabrielBrascher/cloudstack,DaanHoogland/cloudstack,resmo/cl...
// 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...
server/src/com/cloud/network/NetworkServiceImpl.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...
check-style: tabs to spaces
server/src/com/cloud/network/NetworkServiceImpl.java
check-style: tabs to spaces
Java
apache-2.0
920e6ba80c26f5a65b710dd01b6ef444ad2a8cd5
0
travisfw/vaadin,Darsstar/framework,peterl1084/framework,Scarlethue/vaadin,cbmeeks/vaadin,shahrzadmn/vaadin,mittop/vaadin,mittop/vaadin,Peppe/vaadin,bmitc/vaadin,Legioth/vaadin,cbmeeks/vaadin,travisfw/vaadin,Peppe/vaadin,carrchang/vaadin,Darsstar/framework,fireflyc/vaadin,Flamenco/vaadin,mstahv/framework,magi42/vaadin,s...
/* @ITMillApache2LicenseForJavaFiles@ */ package com.itmill.toolkit.terminal.gwt.client.ui; import java.util.Iterator; import java.util.Vector; import com.google.gwt.user.client.DOM; import com.google.gwt.user.client.Element; import com.google.gwt.user.client.Event; import com.google.gwt.user.client.Window; import...
src/com/itmill/toolkit/terminal/gwt/client/ui/IWindow.java
/* @ITMillApache2LicenseForJavaFiles@ */ package com.itmill.toolkit.terminal.gwt.client.ui; import java.util.Iterator; import java.util.Vector; import com.google.gwt.user.client.DOM; import com.google.gwt.user.client.Element; import com.google.gwt.user.client.Event; import com.google.gwt.user.client.Window; import...
fixed setting height for windows svn changeset:3700/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/client/ui/IWindow.java
fixed setting height for windows
Java
apache-2.0
ce1f2ec77bbfe0166912368595a6e65ad3efc3da
0
niyueming/utilsLibrary
/* * Copyright (c) 2017 Ni YueMing<niyueming@163.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 by applicable law ...
src/main/java/net/nym/utilslibrary/utils/ContextUtils.java
/* * Copyright (c) 2017 Ni YueMing<niyueming@163.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 by applicable law ...
增加复制到剪切板
src/main/java/net/nym/utilslibrary/utils/ContextUtils.java
增加复制到剪切板
Java
apache-2.0
b06684a9c564d3ddd32c24ba862ee438d45cd852
0
cbeyls/fosdem-companion-android,linuxtage/glt-companion,linuxtage/glt-companion
package be.digitalia.fosdem.utils; import android.content.res.Resources; import android.support.annotation.NonNull; import android.support.v4.util.CircularIntArray; import android.text.Editable; import android.text.Html; import android.text.Spanned; import android.text.TextUtils; import android.text.style.BulletSpan; ...
app/src/main/java/be/digitalia/fosdem/utils/StringUtils.java
package be.digitalia.fosdem.utils; import android.content.res.Resources; import android.support.annotation.NonNull; import android.support.v4.util.CircularIntArray; import android.text.Editable; import android.text.Html; import android.text.Spanned; import android.text.TextUtils; import android.text.style.BulletSpan; ...
Improved StringUtils.toSlug() - remove dots - replace ß with ss
app/src/main/java/be/digitalia/fosdem/utils/StringUtils.java
Improved StringUtils.toSlug() - remove dots - replace ß with ss
Java
apache-2.0
126505e967e0c94fb85a680b47c1b85af7490414
0
bladecoder/bladecoder-adventure-engine,bladecoder/bladecoder-adventure-engine
/******************************************************************************* * Copyright 2014 Rafael Garcia Moreno. * * 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://w...
adventure-editor/src/main/java/com/bladecoder/engineeditor/ui/EditActorDialog.java
/******************************************************************************* * Copyright 2014 Rafael Garcia Moreno. * * 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://w...
Change i18n key when actor id changes.
adventure-editor/src/main/java/com/bladecoder/engineeditor/ui/EditActorDialog.java
Change i18n key when actor id changes.
Java
apache-2.0
d4626a98ba7a5e0b94b4b83c0b4b6e00ab39cfe1
0
apache/metamodel
/** * 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...
jdbc/src/main/java/org/apache/metamodel/jdbc/JdbcDataContext.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...
MM-1219 Returning schemas SQL Server - Refactoring based on comments in PR
jdbc/src/main/java/org/apache/metamodel/jdbc/JdbcDataContext.java
MM-1219 Returning schemas SQL Server - Refactoring based on comments in PR
Java
apache-2.0
12daaa1c1e8b0cc00812240ba0d3b74463e2acc7
0
ontop/ontop,ontop/ontop,ontop/ontop,ontop/ontop,ontop/ontop
package it.unibz.inf.ontop.dbschema.impl; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import it.unibz.inf.ontop.dbschema.*; import it.unibz.inf.ontop.exception.MetadataExtractionException; import it.unibz.inf.ontop.model.type.DBTermType; import it.unibz.inf.ontop.mode...
db/rdb/src/main/java/it/unibz/inf/ontop/dbschema/impl/DefaultDBMetadataProvider.java
package it.unibz.inf.ontop.dbschema.impl; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import it.unibz.inf.ontop.dbschema.*; import it.unibz.inf.ontop.exception.MetadataExtractionException; import it.unibz.inf.ontop.model.type.DBTermType; import it.unibz.inf.ontop.mode...
fixes bis
db/rdb/src/main/java/it/unibz/inf/ontop/dbschema/impl/DefaultDBMetadataProvider.java
fixes bis
Java
apache-2.0
1c9859ed64e33b58fde7cdbf57999f298e3b515b
0
smithliu/EventBus,fcopardo/EventBus,yp25/EventBus,finally-vince/EventBus,cailingxiao/EventBus,KDisEDDY/EventBus,ajju4455/EventBus,bajian/EventBus,DeadLine837/EventBus,guffyWave/EventBus,wutianlong/EventBus,liuciuse/EventBus,payssion/EventBus,danDingCongRong/EventBus,yushiwo/EventBus,moziqi/EventBus,kenny-fd/android_pro...
/* * Copyright (C) 2014 Markus Junginger, greenrobot (http://greenrobot.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Un...
EventBusTest/src/de/greenrobot/event/test/EventBusBuilderTest.java
/* * Copyright (C) 2014 Markus Junginger, greenrobot (http://greenrobot.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Un...
added testInstallDefaultEventBus
EventBusTest/src/de/greenrobot/event/test/EventBusBuilderTest.java
added testInstallDefaultEventBus
Java
bsd-2-clause
9691abce61b678b4e8478e68e93ebdd66d7b0354
0
imagej/imagej-common
/* * #%L * ImgLib2: a general-purpose, multidimensional image processing library. * %% * Copyright (C) 2009 - 2013 Stephan Preibisch, Tobias Pietzsch, Barry DeZonia, * Stephan Saalfeld, Albert Cardona, Curtis Rueden, Christian Dietz, Jean-Yves * Tinevez, Johannes Schindelin, Lee Kamentsky, Larry Lindsey, Grant Ha...
src/main/java/net/imglib2/meta/units/DefaultUnitService.java
/* * #%L * ImgLib2: a general-purpose, multidimensional image processing library. * %% * Copyright (C) 2009 - 2013 Stephan Preibisch, Tobias Pietzsch, Barry DeZonia, * Stephan Saalfeld, Albert Cardona, Curtis Rueden, Christian Dietz, Jean-Yves * Tinevez, Johannes Schindelin, Lee Kamentsky, Larry Lindsey, Grant Ha...
DefaultUnitService: improve parsing error handling It is bad to catch Exception because that will catch many other types of exceptions including all RuntimeExceptions. It is also bad to completely eat the exception with no way of knowing what it was. We remedy both problems by: A) Emitting the exception as an error ...
src/main/java/net/imglib2/meta/units/DefaultUnitService.java
DefaultUnitService: improve parsing error handling
Java
bsd-3-clause
69f118d8d15f84872f9927a7b6deb81ad364d188
0
dejlek/sinhro
package co.prj.sinhro.clicmd; import co.prj.sinhro.App; /** * * @author dejan */ public final class SyncCommand extends BaseCommand { /** * Basic constructor to take App object. * * @param argApp App object. */ public SyncCommand(final App argApp) { super(argApp); } @O...
src/main/java/co/prj/sinhro/clicmd/SyncCommand.java
package co.prj.sinhro.clicmd; import co.prj.sinhro.App; /** * * @author dejan */ public final class SyncCommand extends BaseCommand { /** * Basic constructor to take App object. * * @param argApp App object. */ public SyncCommand(final App argApp) { super(argApp); } @O...
help sync done.
src/main/java/co/prj/sinhro/clicmd/SyncCommand.java
help sync done.
Java
bsd-3-clause
91efef30d2a00cee815d9f589d72081ff19bf27f
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package test; import gov.nih.nci.cananolab.dto.common.PublicationBean; import gov.nih.nci.cananolab.dto.common.UserBean; import gov.nih.nci.cananolab.service.publication.PublicationService; import gov.nih.nci.cananolab.service.publication.impl.PublicationServiceLocalImpl; import gov.nih.nci.cananolab.service.sec...
src/test/TestConnectionPool.java
package test; import gov.nih.nci.cananolab.dto.common.PublicationBean; import gov.nih.nci.cananolab.service.publication.PublicationService; import gov.nih.nci.cananolab.service.publication.impl.PublicationServiceLocalImpl; import java.util.List; public class TestConnectionPool { public void testPublication...
added testCSM SVN-Revision: 13690
src/test/TestConnectionPool.java
added testCSM
Java
bsd-3-clause
2bfd409b050724ade41039fc2186108e31317f4e
0
Justice-love/stockAnalysis,Justice-love/stockAnalysis
package org.eddy.swing.entity.groovy; import org.eddy.entity.Stock; import org.eddy.swing.entity.Validater; import org.springframework.util.Assert; import javax.annotation.PostConstruct; import java.util.List; import java.util.SortedMap; /** * 价格上涨百分比大于一定比例 * Created by Justice-love on 2017/3/13. */ public class...
swing/src/main/java/org/eddy/swing/entity/groovy/RisePercent.java
package org.eddy.swing.entity.groovy; import org.eddy.entity.Stock; import org.eddy.swing.entity.Validater; import javax.annotation.PostConstruct; import java.util.List; import java.util.SortedMap; /** * 上涨大于一定比例 * Created by Justice-love on 2017/3/13. */ public class RisePercent extends Validater { @PostCo...
增加解析规则
swing/src/main/java/org/eddy/swing/entity/groovy/RisePercent.java
增加解析规则
Java
mit
dee37ed4b0961d579fd1d329e0db6bebc0f6c347
0
Ustimov/2016-02-IOTA,darkwrat/2016-02-IOTA
package ru.cdecl.pub.iota.servlets; import co.paralleluniverse.fibers.Fiber; import co.paralleluniverse.fibers.SuspendExecution; import co.paralleluniverse.fibers.Suspendable; import co.paralleluniverse.fibers.servlet.FiberHttpServlet; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable...
src/main/java/ru/cdecl/pub/iota/servlets/ConcreteUserServlet.java
package ru.cdecl.pub.iota.servlets; import co.paralleluniverse.fibers.Fiber; import co.paralleluniverse.fibers.SuspendExecution; import co.paralleluniverse.fibers.Suspendable; import co.paralleluniverse.fibers.servlet.FiberHttpServlet; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable...
Added doPost
src/main/java/ru/cdecl/pub/iota/servlets/ConcreteUserServlet.java
Added doPost
Java
mit
3956a7e8421ba02520b43140300dd5149231b36a
0
om3g4zell/CityBuilderJSFML
package sim; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.jsfml.graphics.Color; import org.jsfml.graphics.IntRect; import org.jsfml.graphics.RenderWindow; import org.jsfml.system.Time; import org.jsfml.system.Vector2f; import org.jsfml.system.Vector2i; ...
CityBuilderJSFML/src/sim/Sim.java
package sim; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.jsfml.graphics.Color; import org.jsfml.graphics.IntRect; import org.jsfml.graphics.RenderWindow; import org.jsfml.system.Time; import org.jsfml.system.Vector2f; import org.jsfml.system.Vector2i; ...
Affichage des batiments demandés.
CityBuilderJSFML/src/sim/Sim.java
Affichage des batiments demandés.
Java
mit
ec1dad794ca7dbf5b515dbb83a72b78c39b4acbe
0
BitcoinAuthenticator/Wallet
package authenticator.operations; import static wallettemplate.utils.GuiUtils.crashAlert; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.math.BigInteger; import java.net.ServerSocket; import java.net.Socket; import java.ne...
src/main/java/authenticator/operations/OperationsFactory.java
package authenticator.operations; import static wallettemplate.utils.GuiUtils.crashAlert; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.math.BigInteger; import java.net.ServerSocket; import java.net.Socket; import java.ne...
added broadcasting from the wallet
src/main/java/authenticator/operations/OperationsFactory.java
added broadcasting from the wallet
Java
mit
2383b2194158bf53ebb5c53a4e8ce7c7bec7ee2d
0
domisum/AuxiliumLib
package de.domisum.lib.auxilium.util.ticker; import de.domisum.lib.auxilium.run.RunNotifyOnTimeout; import de.domisum.lib.auxilium.util.java.ThreadUtil; import de.domisum.lib.auxilium.util.java.annotations.API; import lombok.AccessLevel; import lombok.Getter; import lombok.Setter; import org.slf4j.Logger; import org.s...
src/main/java/de/domisum/lib/auxilium/util/ticker/Ticker.java
package de.domisum.lib.auxilium.util.ticker; import de.domisum.lib.auxilium.run.RunNotifyOnTimeout; import de.domisum.lib.auxilium.util.java.ThreadUtil; import de.domisum.lib.auxilium.util.java.annotations.API; import lombok.AccessLevel; import lombok.Getter; import lombok.Setter; import org.slf4j.Logger; import org.s...
Disable ticker timeout by default
src/main/java/de/domisum/lib/auxilium/util/ticker/Ticker.java
Disable ticker timeout by default
Java
mit
7ccde7dc1be0f47585aec44cd2e2942010e80067
0
sethm/symon,LIV2/symon
package com.loomcom.lm6502; public interface InstructionTable { /** * Enumeration of Addressing Modes. */ public enum Mode { ACC { public String toString() { return "Accumulator"; } }, ABS { public String toString() { return "Absolute"; } }, ABX { public String toString() { ...
src/main/java/com/loomcom/lm6502/InstructionTable.java
package com.loomcom.lm6502; public interface InstructionTable { // Addressing mode Enumeration public enum Mode { ACC { public String toString() { return "Accumulator"; } }, ABS { public String toString() { return "Absolute"; } }, ABX { public String toString() { return "Abs...
Reformatting
src/main/java/com/loomcom/lm6502/InstructionTable.java
Reformatting
Java
mit
a5f7ac42c97b21435bf4a28070da79edfb2b0ec9
0
danielspangler/icat
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.odu.icat.graphicsinterface; import com.mxgraph.model.mxCell; import com.mxgraph.util.mxConstants; import com.mxgraph.view.mxGraph; import edu.odu.icat.analytics.AnalyticsEngine; import edu.odu.icat...
src/main/java/edu/odu/icat/graphicsinterface/WorkSpace.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.odu.icat.graphicsinterface; import com.mxgraph.model.mxCell; import com.mxgraph.util.mxConstants; import com.mxgraph.view.mxGraph; import edu.odu.icat.analytics.AnalyticsEngine; import edu.odu.icat...
Final Wanring - don't miss this up again Save - SaveAs
src/main/java/edu/odu/icat/graphicsinterface/WorkSpace.java
Final Wanring - don't miss this up again Save - SaveAs
Java
mit
084ddcba4b5fdc77853f663418f14d53c3e5d3ef
0
ChioriGreene/ChioriWebServer,ChioriGreene/ChioriWebServer,ChioriGreene/ChioriWebServer,ChioriGreene/ChioriWebServer
package com.chiorichan.framework; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.DataOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.HttpURLConn...
server/src/com/chiorichan/framework/WebUtils.java
package com.chiorichan.framework; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.DataOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.HttpURLConn...
Added new optional parm to createTable method under WebUtils.
server/src/com/chiorichan/framework/WebUtils.java
Added new optional parm to createTable method under WebUtils.