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 | agpl-3.0 | 0c7a0ece57c0d32c7fc1da98d9cb99321cc39d5e | 0 | istlab/eclipse-unix | /*
* Copyright 2015 The ISTLab. Use of this source code is governed by a GNU AFFERO GPL 3.0 license
* that can be found in the LICENSE file.
*/
package gr.aueb.dmst.istlab.unixtools.core.model;
import java.beans.ConstructorProperties;
public final class CustomCommand {
private String command;
private String ... | eclipse-unix-plugin/src/main/java/gr/aueb/dmst/istlab/unixtools/core/model/CustomCommand.java | /*
* Copyright 2015 The ISTLab. Use of this source code is governed by a GNU AFFERO GPL 3.0 license
* that can be found in the LICENSE file.
*/
package gr.aueb.dmst.istlab.unixtools.core.model;
import java.beans.ConstructorProperties;
public final class CustomCommand {
private String command;
private String ... | Minor refactoring changes
| eclipse-unix-plugin/src/main/java/gr/aueb/dmst/istlab/unixtools/core/model/CustomCommand.java | Minor refactoring changes | |
Java | agpl-3.0 | dcab8fd18b5825d226bf03734b1f009cd8cdf3f4 | 0 | Treeptik/CloudUnit-CLI | /*
* LICENCE : CloudUnit is available under the GNU Affero General Public License : https://gnu.org/licenses/agpl.html
* but CloudUnit is licensed too under a standard commercial license.
* Please contact our sales team if you would like to discuss the specifics of our Enterprise license.
* If you are n... | src/main/java/fr/treeptik/cloudunit/cli/utils/ModuleUtils.java | /*
* LICENCE : CloudUnit is available under the GNU Affero General Public License : https://gnu.org/licenses/agpl.html
* but CloudUnit is licensed too under a standard commercial license.
* Please contact our sales team if you would like to discuss the specifics of our Enterprise license.
* If you are n... | Add error message for rm-module
| src/main/java/fr/treeptik/cloudunit/cli/utils/ModuleUtils.java | Add error message for rm-module | |
Java | lgpl-2.1 | e4832e6e706197d82b030fe072cc7f6b2f72d6bb | 0 | vancegroup-mirrors/vrjuggler,MichaelMcDonnell/vrjuggler,vrjuggler/vrjuggler,MichaelMcDonnell/vrjuggler,LiuKeHua/vrjuggler,MichaelMcDonnell/vrjuggler,MichaelMcDonnell/vrjuggler,LiuKeHua/vrjuggler,LiuKeHua/vrjuggler,godbyk/vrjuggler-upstream-old,vrjuggler/vrjuggler,LiuKeHua/vrjuggler,vrjuggler/vrjuggler,godbyk/vrjuggler-... | /*************** <auto-copyright.pl BEGIN do not edit this line> **************
*
* VR Juggler is (C) Copyright 1998-2005 by Iowa State University
*
* Original Authors:
* Allen Bierbaum, Christopher Just,
* Patrick Hartling, Kevin Meinert,
* Carolina Cruz-Neira, Albert Baker
*
* This library is free soft... | modules/vrjuggler/vrjconfig/commoneditors/org/vrjuggler/vrjconfig/commoneditors/DeviceGraph.java | /*************** <auto-copyright.pl BEGIN do not edit this line> **************
*
* VR Juggler is (C) Copyright 1998-2005 by Iowa State University
*
* Original Authors:
* Allen Bierbaum, Christopher Just,
* Patrick Hartling, Kevin Meinert,
* Carolina Cruz-Neira, Albert Baker
*
* This library is free soft... | Painting the vertices with a gradient is fancy and all, but it really
doesn't look very good unless the background (without the gradient) is a
dark color.
git-svn-id: 769d22dfa2d22aad706b9a451492fb87c0735f19@17227 08b38cba-cd3b-11de-854e-f91c5b6e4272
| modules/vrjuggler/vrjconfig/commoneditors/org/vrjuggler/vrjconfig/commoneditors/DeviceGraph.java | Painting the vertices with a gradient is fancy and all, but it really doesn't look very good unless the background (without the gradient) is a dark color. | |
Java | apache-2.0 | e0b29be4af23317c0fd38af05cf9d3b588c2cb8d | 0 | PkayJava/MBaaS,PkayJava/MBaaS,PkayJava/MBaaS,PkayJava/MBaaS | package com.angkorteam.mbaas.server.page.attribute;
import com.angkorteam.framework.extension.wicket.markup.html.form.Button;
import com.angkorteam.framework.extension.wicket.markup.html.form.Form;
import com.angkorteam.framework.extension.wicket.markup.html.panel.TextFeedbackPanel;
import com.angkorteam.mbaas.model.e... | mbaas-server/src/main/java/com/angkorteam/mbaas/server/page/attribute/AttributeCreatePage.java | package com.angkorteam.mbaas.server.page.attribute;
import com.angkorteam.framework.extension.wicket.markup.html.form.Button;
import com.angkorteam.framework.extension.wicket.markup.html.form.Form;
import com.angkorteam.framework.extension.wicket.markup.html.panel.TextFeedbackPanel;
import com.angkorteam.mbaas.model.e... | create attribute got worng meta data type
| mbaas-server/src/main/java/com/angkorteam/mbaas/server/page/attribute/AttributeCreatePage.java | create attribute got worng meta data type | |
Java | apache-2.0 | 30887985d4d60fc2fa10182016a050837dd7a163 | 0 | real-comp/prime | package com.realcomp.data.util;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Utility class for code translations.
* Data loaded from properties files.
*
... | src/main/java/com/realcomp/data/util/Codes.java | package com.realcomp.data.util;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Utility class for code translations.
* Data loaded from properties files.
*... |
git-svn-id: svn+ssh://dev.real-comp.com/opt/usr/share/rcsvn/realcomp-data/trunk@5138 cb9be8fc-bb24-4f4f-8dc9-9fc556ea96d8
| src/main/java/com/realcomp/data/util/Codes.java | ||
Java | apache-2.0 | 293ff5b44c13280883aee0b64bf51210959ea29c | 0 | w2ogroup/incubator-streams | /*
* 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 ... | streams-contrib/streams-processor-regex/src/main/java/org/apache/streams/regex/RegexUtils.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 ... | Don't bother trying to find regex matches in null content
| streams-contrib/streams-processor-regex/src/main/java/org/apache/streams/regex/RegexUtils.java | Don't bother trying to find regex matches in null content | |
Java | apache-2.0 | 3446fddba4700454b7f2d5d52234e73ab2ae7306 | 0 | TheBoop/ChitterChatter,TheBoop/ChitterChatter | /*
* Template JAVA User Interface
* =============================
*
* Database Management Systems
* Department of Computer Science & Engineering
* University of California - Riverside
*
* Target DBMS: 'Postgres'
*
*/
import java.sql.DriverManager;
import java.sql.Connection;
import java.s... | java/src/Messenger.java | /*
* Template JAVA User Interface
* =============================
*
* Database Management Systems
* Department of Computer Science & Engineering
* University of California - Riverside
*
* Target DBMS: 'Postgres'
*
*/
import java.sql.DriverManager;
import java.sql.Connection;
import java.s... | fixes
| java/src/Messenger.java | fixes | |
Java | apache-2.0 | 4d4ca88214c6611be50e25fbaff424195e167bb4 | 0 | statsbiblioteket/doms-transformers,statsbiblioteket/doms-transformers,statsbiblioteket/doms-transformers | package dk.statsbiblioteket.doms.transformers.fileenricher;
import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.text.ParseException;
import java.util.List;
import javax.xml.bind.JAXBException;
import dk.statsbiblioteket.doms.centr... | fileenricher/src/main/java/dk/statsbiblioteket/doms/transformers/fileenricher/FileEnricher.java | package dk.statsbiblioteket.doms.transformers.fileenricher;
import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.text.ParseException;
import java.util.List;
import javax.xml.bind.JAXBException;
import dk.statsbiblioteket.doms.centr... | Load uuid-file directly, instead of looking on the classpath.
| fileenricher/src/main/java/dk/statsbiblioteket/doms/transformers/fileenricher/FileEnricher.java | Load uuid-file directly, instead of looking on the classpath. | |
Java | apache-2.0 | cb7f02c6ee11e7aee10d245262b7645152d6e9c3 | 0 | Overseas-Student-Living/jackrabbit,SylvesterAbreu/jackrabbit,afilimonov/jackrabbit,bartosz-grabski/jackrabbit,Kast0rTr0y/jackrabbit,kigsmtua/jackrabbit,Kast0rTr0y/jackrabbit,tripodsan/jackrabbit,SylvesterAbreu/jackrabbit,Overseas-Student-Living/jackrabbit,tripodsan/jackrabbit,bartosz-grabski/jackrabbit,kigsmtua/jackrab... | /*
* 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 ... | jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/sql2/QOMFormatter.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 ... | JCR-2996: QOM to SQL2 doesn't cast numeric literals
git-svn-id: 02b679d096242155780e1604e997947d154ee04a@1137570 13f79535-47bb-0310-9956-ffa450edef68
| jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/query/sql2/QOMFormatter.java | JCR-2996: QOM to SQL2 doesn't cast numeric literals | |
Java | apache-2.0 | 70d6ed6a0ed8efd4eff955251898322477d99e77 | 0 | jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2014 Ausenco Engineering Canada Inc.
* Copyright (C) 2016-2020 JaamSim Software 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... | src/main/java/com/jaamsim/ProcessFlow/Unpack.java | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2014 Ausenco Engineering Canada Inc.
* Copyright (C) 2016-2020 JaamSim Software 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... | JS: move the entity being unpacked to the position for processing
Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
| src/main/java/com/jaamsim/ProcessFlow/Unpack.java | JS: move the entity being unpacked to the position for processing | |
Java | apache-2.0 | 5459b04f8960db373304eff685fa8c975b08a5a0 | 0 | MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab | package org.myrobotlab.service;
import java.io.File;
import java.io.IOException;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.apache.commons.io.FilenameUtils;
import org.myrobotlab.framewor... | src/main/java/org/myrobotlab/service/InMoov2.java | package org.myrobotlab.service;
import java.io.File;
import java.io.IOException;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.apache.commons.io.FilenameUtils;
import org.myrobotlab.framewor... | removed unused reference
| src/main/java/org/myrobotlab/service/InMoov2.java | removed unused reference | |
Java | apache-2.0 | 7e82d2ce80961230126e08365dc936f106e41992 | 0 | ellitron/RAMCloudTools,jdellithorpe/RAMCloudTools,jdellithorpe/RAMCloudTools,ellitron/RAMCloudTools,ellitron/RAMCloudTools,jdellithorpe/RAMCloudUtils,jdellithorpe/RAMCloudUtils,jdellithorpe/RAMCloudUtils | package org.ellitron.ramcloudtools;
import edu.stanford.ramcloud.*;
import edu.stanford.ramcloud.ClientException.*;
import org.apache.log4j.Logger;
import java.util.Map;
import org.docopt.Docopt;
/**
* Hello world!
*
*/
public class TimeOp
{
private static final String doc =
"TimeOp.\n"
+ "\n"
... | src/main/java/org/ellitron/ramcloudtools/TimeOp.java | package org.ellitron.ramcloudtools;
import edu.stanford.ramcloud.*;
import edu.stanford.ramcloud.ClientException.*;
import edu.stanford.ramcloud.transactions.*;
import org.apache.log4j.Logger;
import java.util.Map;
import org.docopt.Docopt;
/**
* Hello world!
*
*/
public class TimeOp
{
private static final... | Updated TimeOp.java packages.
RAMCloud Transaction package moved.
| src/main/java/org/ellitron/ramcloudtools/TimeOp.java | Updated TimeOp.java packages. | |
Java | apache-2.0 | c3b105cfc5bbabf27094c2fefd55d782a16f171e | 0 | livingobjects/flyway,fdefalco/flyway,ysobj/flyway,michaelyaakoby/flyway,jack-luj/flyway,pauxus/flyway,brennan-collins/flyway,pauxus/flyway,kevinc0825/flyway,chrsoo/flyway,brennan-collins/flyway,jmahonin/flyway,chrsoo/flyway,nathanvick/flyway,krishofmans/flyway,mpage23/flyway,wuschi/flyway,pauxus/flyway,IAops/flyway,cde... | /**
* Copyright 2010-2014 Axel Fontaine
*
* 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... | flyway-core/src/main/java/org/flywaydb/core/internal/dbsupport/redshift/RedshiftDbSupport.java | /**
* Copyright 2010-2014 Axel Fontaine
*
* 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... | Minor doc fix
| flyway-core/src/main/java/org/flywaydb/core/internal/dbsupport/redshift/RedshiftDbSupport.java | Minor doc fix | |
Java | apache-2.0 | 29bafe8c01c6182c855b404cd29db94d91fc2f5e | 0 | phax/ph-oton,phax/ph-oton,phax/ph-oton | /**
* Copyright (C) 2014-2015 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICE... | ph-oton-uictrls/src/main/java/com/helger/photon/uictrls/autonumeric/AbstractHCAutoNumeric.java | /**
* Copyright (C) 2014-2015 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICE... | Fixed styleguide issue | ph-oton-uictrls/src/main/java/com/helger/photon/uictrls/autonumeric/AbstractHCAutoNumeric.java | Fixed styleguide issue | |
Java | apache-2.0 | e55b95f9fd9b9b072fb7dafa0aee555bf903fab6 | 0 | aschaetzle/Sempala | package de.uni_freiburg.informatik.dbis.sempala.loader.run;
import java.sql.SQLException;
import org.apache.commons.cli.BasicParser;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.Options;
import or... | sempala-loader/src/main/java/de/uni_freiburg/informatik/dbis/sempala/loader/run/Main.java | package de.uni_freiburg.informatik.dbis.sempala.loader.run;
import java.sql.SQLException;
import org.apache.commons.cli.BasicParser;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.Options;
import or... | "Added the missing ExtVP format which was removed from previous commit"
| sempala-loader/src/main/java/de/uni_freiburg/informatik/dbis/sempala/loader/run/Main.java | "Added the missing ExtVP format which was removed from previous commit" | |
Java | apache-2.0 | 2e19d2005e8e1772317d8279b4425ef20d9b5071 | 0 | metatron-app/metatron-discovery,metatron-app/metatron-discovery,metatron-app/metatron-discovery,metatron-app/metatron-discovery,metatron-app/metatron-discovery,metatron-app/metatron-discovery,metatron-app/metatron-discovery | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | discovery-server/src/main/java/app/metatron/discovery/domain/dataprep/PrepSnapshotRepository.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | #750 GET snapshots has new condition for ss_type
| discovery-server/src/main/java/app/metatron/discovery/domain/dataprep/PrepSnapshotRepository.java | #750 GET snapshots has new condition for ss_type | |
Java | apache-2.0 | 58db3b1828cb33956421a97e58579b5b6a92db29 | 0 | dbeaver/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,Sargul/dbeaver,Sargul/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org)
* Copyright (C) 2011-2012 Eugene Fradkin (eugene.fradkin@gmail.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
... | plugins/org.jkiss.dbeaver.ext.mysql/src/org/jkiss/dbeaver/ext/mysql/edit/MySQLTriggerManager.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org)
* Copyright (C) 2011-2012 Eugene Fradkin (eugene.fradkin@gmail.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
... | #869 MySQL trigger create: add DROP TRIGGER
Former-commit-id: 322867567667db4df737d8bbac8928f7d54399f3 | plugins/org.jkiss.dbeaver.ext.mysql/src/org/jkiss/dbeaver/ext/mysql/edit/MySQLTriggerManager.java | #869 MySQL trigger create: add DROP TRIGGER | |
Java | apache-2.0 | 4970addc3b5a912b2847f55de7660b5abb24f5b7 | 0 | java110/MicroCommunity,java110/MicroCommunity,java110/MicroCommunity,java110/MicroCommunity | package com.java110.front.components.activities;
import com.alibaba.fastjson.JSONObject;
import com.java110.core.context.IPageData;
import com.java110.core.context.PageData;
import com.java110.front.smo.activities.IAddActivitiesSMO;
import com.java110.front.smo.file.IAddFileSMO;
import org.springframework.beans.factor... | FrontService/src/main/java/com/java110/front/components/activities/AddActivitiesViewComponent.java | package com.java110.front.components.activities;
import com.java110.core.context.IPageData;
import com.java110.front.smo.activities.IAddActivitiesSMO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
/**
* ... | 优化 小区文化图片上传功能
| FrontService/src/main/java/com/java110/front/components/activities/AddActivitiesViewComponent.java | 优化 小区文化图片上传功能 | |
Java | apache-2.0 | 17fae7eeae9060ded691de79d2ff602a6ceef67c | 0 | baomidou/mybatis-plus,baomidou/mybatis-plus | /*
* Copyright (c) 2011-2020, baomidou (jobob@qq.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required... | mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/executor/MybatisCachingExecutor.java | /*
* Copyright (c) 2011-2020, baomidou (jobob@qq.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required... | 返回值修改,减少对象创建.
| mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/executor/MybatisCachingExecutor.java | 返回值修改,减少对象创建. | |
Java | apache-2.0 | 25c9e050afb8ecf737d68708b6968b8989d1870e | 0 | Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,apache/commons-math,apache/commons-math,apache/commons-math,sdinot/hipparchus,sdinot/hipparchus,sdinot/hipparchus,sdinot/hipparchus,apache/commons-math,Hipparchus-Math/hipparchus | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/main/java/org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.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 ... | Eliminated unnecessary residual calculation (should have been rmoved in r987897 fixing JIRA: MATH-392).
git-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@987901 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.java | Eliminated unnecessary residual calculation (should have been rmoved in r987897 fixing JIRA: MATH-392). | |
Java | apache-2.0 | e6a6ebe724fccd372d5484f37d20b2776d46f549 | 0 | TheAxnJaxn/guacamole-client,jmuehlner/incubator-guacamole-client,flangelo/guacamole-client,MaxSmile/guacamole-client,nkoterba/guacamole-common-js,glyptodon/guacamole-client,flangelo/guacamole-client,necouchman/incubator-guacamole-client,lato333/guacamole-client,glyptodon/guacamole-client,flangelo/guacamole-client,lato3... | package net.sourceforge.guacamole.servlet;
/*
* Guacamole - Clientless Remote Desktop
* Copyright (C) 2010 Michael Jumper
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, ei... | guacamole-common/src/main/java/net/sourceforge/guacamole/servlet/GuacamoleTunnelServlet.java | package net.sourceforge.guacamole.servlet;
/*
* Guacamole - Clientless Remote Desktop
* Copyright (C) 2010 Michael Jumper
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, ei... | Use own function, rather than override service(). | guacamole-common/src/main/java/net/sourceforge/guacamole/servlet/GuacamoleTunnelServlet.java | Use own function, rather than override service(). | |
Java | apache-2.0 | ec71a2f6acb067dc5db4274558e014c7c8669f71 | 0 | MaTriXy/android-advancedrecyclerview,h6ah4i/android-advancedrecyclerview,MaTriXy/android-advancedrecyclerview,h6ah4i/android-advancedrecyclerview,MaTriXy/android-advancedrecyclerview,MaTriXy/android-advancedrecyclerview,h6ah4i/android-advancedrecyclerview | /*
* Copyright (C) 2015 Haruki Hasegawa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | library/src/main/java/com/h6ah4i/android/widget/advrecyclerview/draggable/DraggingItemDecorator.java | /*
* Copyright (C) 2015 Haruki Hasegawa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Fix misusage of getScaleX()
| library/src/main/java/com/h6ah4i/android/widget/advrecyclerview/draggable/DraggingItemDecorator.java | Fix misusage of getScaleX() | |
Java | apache-2.0 | 68704ef2ca45a9c9d5e4dcc127f3dbc0b54f4c1c | 0 | camel-idea-plugin/camel-idea-plugin,davsclaus/camel-idea-plugin,camel-idea-plugin/camel-idea-plugin,davsclaus/camel-idea-plugin | /**
* 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-idea-plugin/src/main/java/org/apache/camel/idea/service/extension/camel/JavaCamelIdeaUtils.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... | Guard for NP
| camel-idea-plugin/src/main/java/org/apache/camel/idea/service/extension/camel/JavaCamelIdeaUtils.java | Guard for NP | |
Java | apache-2.0 | c104f36aa69fc8d2afcdf26800dd6a71602c821a | 0 | MatthewTamlin/Mixtape | /*
* Copyright 2017 Matthew Tamlin
*
* 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... | library/src/main/java/com/matthewtamlin/mixtape/library/mixtape_coordinator/CoordinatedMixtapeContainer.java | /*
* Copyright 2017 Matthew Tamlin
*
* 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... | Deleted TODO note
| library/src/main/java/com/matthewtamlin/mixtape/library/mixtape_coordinator/CoordinatedMixtapeContainer.java | Deleted TODO note | |
Java | bsd-2-clause | 52d890c8afc2a9c487c2dfe0f3978405837776b3 | 0 | zoraseb/perun,zoraseb/perun,zwejra/perun,zoraseb/perun,mvocu/perun,stavamichal/perun,CESNET/perun,zlamalp/perun,stavamichal/perun,stavamichal/perun,balcirakpeter/perun,CESNET/perun,CESNET/perun,balcirakpeter/perun,martin-kuba/perun,CESNET/perun,balcirakpeter/perun,stavamichal/perun,mvocu/perun,martin-kuba/perun,balcira... | package cz.metacentrum.perun.registrar.impl;
import cz.metacentrum.perun.core.api.*;
import cz.metacentrum.perun.core.api.exceptions.*;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.*;
import javax.sql.DataSource;
import cz.metacentrum.perun.core.blImpl.AuthzResolverBlImpl;
import cz.met... | perun-registrar-lib/src/main/java/cz/metacentrum/perun/registrar/impl/RegistrarManagerImpl.java | package cz.metacentrum.perun.registrar.impl;
import cz.metacentrum.perun.core.api.*;
import cz.metacentrum.perun.core.api.exceptions.*;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.*;
import javax.sql.DataSource;
import cz.metacentrum.perun.core.blImpl.AuthzResolverBlImpl;
import cz.met... | Allow empty logins from registration forms
- We now allow logins to be optional, hence allow null/empty input.
But we must skip such form items from processing as logins,
since it would fail.
| perun-registrar-lib/src/main/java/cz/metacentrum/perun/registrar/impl/RegistrarManagerImpl.java | Allow empty logins from registration forms | |
Java | bsd-2-clause | 40234bba129088c8d3f98a7bfa1cd1f33893d127 | 0 | l2-/runelite,runelite/runelite,runelite/runelite,l2-/runelite,runelite/runelite,Sethtroll/runelite,Sethtroll/runelite | /*
* Copyright (c) 2019, Hydrox6 <ikada@protonmail.ch>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* ... | runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentification.java | /*
* Copyright (c) 2019, Hydrox6 <ikada@protonmail.ch>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* ... | Change avantoe and avantoe seed item id medium name
| runelite-client/src/main/java/net/runelite/client/plugins/itemidentification/ItemIdentification.java | Change avantoe and avantoe seed item id medium name | |
Java | bsd-3-clause | fd967e763ff4301cd7eb1bb9235ebdc6bf192b4a | 0 | ksclarke/basex,dimitarp/basex,ksclarke/basex,drmacro/basex,dimitarp/basex,joansmith/basex,joansmith/basex,drmacro/basex,deshmnnit04/basex,drmacro/basex,vincentml/basex,ksclarke/basex,drmacro/basex,BaseXdb/basex,BaseXdb/basex,deshmnnit04/basex,ksclarke/basex,joansmith/basex,BaseXdb/basex,drmacro/basex,dimitarp/basex,dim... | package org.basex.query.ast;
import org.basex.query.func.*;
import org.basex.query.util.*;
import org.basex.query.value.item.*;
import org.basex.query.var.*;
import org.basex.util.*;
import org.junit.*;
/**
* Tests for compiling function items.
*
* @author BaseX Team 2005-14, BSD License
* @author Leo Woerteler
... | basex-core/src/test/java/org/basex/query/ast/FuncItemTest.java | package org.basex.query.ast;
import org.basex.query.func.*;
import org.basex.query.util.*;
import org.basex.query.value.item.*;
import org.basex.query.var.*;
import org.basex.util.*;
import org.junit.*;
/**
* Tests for compiling function items.
*
* @author BaseX Team 2005-14, BSD License
* @author Leo Woerteler
... | [ADD] XQuery, GH-879: Rob Stapper's test case.
| basex-core/src/test/java/org/basex/query/ast/FuncItemTest.java | [ADD] XQuery, GH-879: Rob Stapper's test case. | |
Java | mit | 9025ea4d4a63a60c5533bd2076e86e291419b6ae | 0 | smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,MetaConc/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,MetaConc/SOMns,smarr/SOMns,smarr/SOMns,MetaConc/SOMns,VAISHALI-DHANOA/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,richard-roberts/SOMns,smarr/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,smarr... | /**
* Copyright (c) 2013 Stefan Marr, stefan.marr@vub.ac.be
*
* 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/som/interpreter/nodes/ContextualNode.java | /**
* Copyright (c) 2013 Stefan Marr, stefan.marr@vub.ac.be
*
* 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... | Graal needs help to see that it is a MaterializedFrame
Signed-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>
| src/som/interpreter/nodes/ContextualNode.java | Graal needs help to see that it is a MaterializedFrame | |
Java | mit | 2ed515a64658c7348497c6d4358b3dfd123c0870 | 0 | hvarona/smartcoins-wallet,computationalcore/smartcoins-wallet,kenCode-de/smartcoins-wallet | package de.bitshares_munich.smartcoinswallet;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.os.Handler;
import android.util.Log;
import android.view.View;
import android.webkit.WebSettings;
im... | app/src/main/java/de/bitshares_munich/smartcoinswallet/SendScreen.java | package de.bitshares_munich.smartcoinswallet;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.os.Handler;
import android.util.Log;
import android.view.View;
import android.webkit.WebSettings;
im... | Fixed issue app crashing on send screen if loyalty not set
| app/src/main/java/de/bitshares_munich/smartcoinswallet/SendScreen.java | Fixed issue app crashing on send screen if loyalty not set | |
Java | mit | be374434dd7ae73bf477afc0ccc5888d1fae1b78 | 0 | arnaudroger/SimpleFlatMapper,arnaudroger/SimpleFlatMapper,arnaudroger/SimpleFlatMapper | package org.simpleflatmapper.reflect.impl;
import org.simpleflatmapper.reflect.BuilderInstantiatorDefinition;
import org.simpleflatmapper.reflect.instantiator.ExecutableInstantiatorDefinition;
import org.simpleflatmapper.reflect.InstantiatorDefinition;
import org.simpleflatmapper.reflect.setter.SetterHelper;
import or... | sfm-reflect/src/main/java/org/simpleflatmapper/reflect/impl/BuilderInstantiatorDefinitionFactory.java | package org.simpleflatmapper.reflect.impl;
import org.simpleflatmapper.reflect.BuilderInstantiatorDefinition;
import org.simpleflatmapper.reflect.instantiator.ExecutableInstantiatorDefinition;
import org.simpleflatmapper.reflect.InstantiatorDefinition;
import org.simpleflatmapper.reflect.setter.SetterHelper;
import or... | #443 isAssignableFrom
| sfm-reflect/src/main/java/org/simpleflatmapper/reflect/impl/BuilderInstantiatorDefinitionFactory.java | #443 isAssignableFrom | |
Java | mit | 58a8d39a0757e42df22f6d841d3690c4cb3e3b28 | 0 | sbnb/galaga-android-applet,sbnb/galaga-android-applet | package com.gamefreezer.galaga;
public class Controller extends AllocGuard {
private Screen screen;
private int staySolo;
public Controller(Screen screen, int staySolo) {
super();
this.screen = screen;
this.staySolo = staySolo;
}
public void adjust(int delta, Alien alien, Location target) {
... | src/com/gamefreezer/galaga/Controller.java | package com.gamefreezer.galaga;
public class Controller extends AllocGuard {
private Screen screen;
private int staySolo;
public Controller(Screen screen, int staySolo) {
super();
this.screen = screen;
this.staySolo = staySolo;
}
public void adjust(int delta, Alien alien, Location target) {
... | fixed stay solo to reflect y=0 at top screen
| src/com/gamefreezer/galaga/Controller.java | fixed stay solo to reflect y=0 at top screen | |
Java | mit | cb3e6c2618cb19200b5325c5334e56420a55c5fa | 0 | StevenUpForever/LeetCode_Java,StevenUpForever/LeetCode_Java | package dynamic_programming.one_d_dp;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
public class WordBreak {
//TAG: Google
//TAG: Facebook
//TAG: Amazon
//TAG: Uber
//TAG: DP
//Difficulty: Medium
/**
* 139. Word Break
* Given a non-empty string ... | src/dynamic_programming/one_d_dp/WordBreak.java | package dynamic_programming.one_d_dp;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
public class WordBreak {
//TAG: Google
//TAG: Uber
//TAG: DP
//Difficulty: Medium
/**
* 139. Word Break
* Given a non-empty string s and a dictionary wordDict containing... | 139. Word Break
| src/dynamic_programming/one_d_dp/WordBreak.java | 139. Word Break | |
Java | epl-1.0 | c24072df2282a854defb401d36256d3d5cbfd37d | 0 | brunchboy/beat-link | package org.deepsymmetry.beatlink.data;
import org.deepsymmetry.beatlink.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicBoolean;
import jav... | src/main/java/org/deepsymmetry/beatlink/data/TimeFinder.java | package org.deepsymmetry.beatlink.data;
import org.deepsymmetry.beatlink.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicBoolean;
import jav... | Remove debugging log statement.
| src/main/java/org/deepsymmetry/beatlink/data/TimeFinder.java | Remove debugging log statement. | |
Java | lgpl-2.1 | eadfb0ab82a56edf5dc1897333f3c4ed8f9396ba | 0 | pelya/commandergenius,def-/commandergenius,crawl/sdl-android,dd00/commandergenius,rversteegen/commandergenius,xyzz/vcmi-build,pelya/commandergenius,def-/commandergenius,dd00/commandergenius,sexroute/commandergenius,xyzz/vcmi-build,def-/commandergenius,bob-the-hamster/commandergenius,xyzz/vcmi-build,dd00/commandergenius... | /*
Simple DirectMedia Layer
Java source code (C) 2009-2011 Sergii Pylypenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any pur... | project/java/MainActivity.java | /*
Simple DirectMedia Layer
Java source code (C) 2009-2011 Sergii Pylypenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any pur... | patch by lmak: dim status bar on Honeycomb (it does not work on emulator for me, someone plz debug and fix)
| project/java/MainActivity.java | patch by lmak: dim status bar on Honeycomb (it does not work on emulator for me, someone plz debug and fix) | |
Java | lgpl-2.1 | 0ac827cd4505ed63ad6c6823ecee16a46ee9b0b6 | 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/shared/hosts/ConfigurationChangesEditor.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... | HAL-1355 - Remote address in not shown in configuration changes table in Web Console (#424)
https://issues.jboss.org/browse/HAL-1355 | gui/src/main/java/org/jboss/as/console/client/shared/hosts/ConfigurationChangesEditor.java | HAL-1355 - Remote address in not shown in configuration changes table in Web Console (#424) | |
Java | lgpl-2.1 | a943adb0d1ee985b15277f651311ad56e64965a9 | 0 | KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,johnscancella/spotbugs,sewe/spotbugs,sewe/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs | findbugs/src/java/edu/umd/cs/findbugs/workflow/BugHistory.java | /*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003-2005, 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, ... | removing deprecated code
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@13507 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/workflow/BugHistory.java | removing deprecated code | ||
Java | lgpl-2.1 | 83232c2995cbd97b94a6210485c56743e610430a | 0 | opax/exist,olvidalo/exist,RemiKoutcherawy/exist,ambs/exist,patczar/exist,patczar/exist,kohsah/exist,ambs/exist,windauer/exist,wolfgangmm/exist,opax/exist,zwobit/exist,adamretter/exist,MjAbuz/exist,hungerburg/exist,hungerburg/exist,wolfgangmm/exist,windauer/exist,eXist-db/exist,adamretter/exist,olvidalo/exist,jensopeter... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-08 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either ver... | src/org/exist/validation/XmlLibraryChecker.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-08 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either ver... | [ignore] One type, reformatted code (approx 80 columns)
svn path=/trunk/eXist/; revision=7899
| src/org/exist/validation/XmlLibraryChecker.java | [ignore] One type, reformatted code (approx 80 columns) | |
Java | apache-2.0 | cebb1dfe4f5a45aa7e25f30070a26c583a15e504 | 0 | darraghgrace/ios-driver,ios-driver/ios-driver,seem-sky/ios-driver,shutkou/ios-driver,ios-driver/ios-driver,azaytsev/ios-driver,masbog/ios-driver,shutkou/ios-driver,crashlytics/ios-driver,azaytsev/ios-driver,azaytsev/ios-driver,crashlytics/ios-driver,adataylor/ios-driver,azaytsev/ios-driver,adataylor/ios-driver,ios-driv... | /*
* Copyright 2012 ios-driver committers.
*
* 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 agr... | server/src/main/java/org/uiautomation/ios/server/application/ServerSideL10NDecorator.java | /*
* Copyright 2012 ios-driver committers.
*
* 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 agr... | do not change the matching strategy. It becomes too vague and match everything.
| server/src/main/java/org/uiautomation/ios/server/application/ServerSideL10NDecorator.java | do not change the matching strategy. It becomes too vague and match everything. | |
Java | apache-2.0 | 5d329d6dc5fb9b1d5c8ee07f5272a0af3b165a8e | 0 | googleinterns/step226-2020,googleinterns/step226-2020,googleinterns/step226-2020 | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | src/test/java/com/google/vinet/data/MatchingAlgorithmTest.java | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Use reference equality for matching alg tests
| src/test/java/com/google/vinet/data/MatchingAlgorithmTest.java | Use reference equality for matching alg tests | |
Java | apache-2.0 | 94b6972264ff13eef7863ca9fe1c58409e272429 | 0 | fgreinus/jwebpoll,fgreinus/jwebpoll,fgreinus/jwebpoll | package de.lebk.jwebpoll.client;
import com.j256.ormlite.dao.Dao;
import de.lebk.jwebpoll.Database;
import de.lebk.jwebpoll.Frontend;
import de.lebk.jwebpoll.data.*;
import javafx.application.Application;
import javafx.beans.value.ObservableValue;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import ... | src/main/java/de/lebk/jwebpoll/client/Client.java | package de.lebk.jwebpoll.client;
import com.j256.ormlite.dao.Dao;
import de.lebk.jwebpoll.Database;
import de.lebk.jwebpoll.Frontend;
import de.lebk.jwebpoll.data.*;
import javafx.application.Application;
import javafx.beans.value.ObservableValue;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import ... | Save more or less ...
| src/main/java/de/lebk/jwebpoll/client/Client.java | Save more or less ... | |
Java | apache-2.0 | 9f72b76f58294802d64bfee19b688a589dfc2ea5 | 0 | killbill/killbill-client-java,killbill/killbill-client-java | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
* Copyright 2015 Cloudyle GmbH
*
* The Billing Project licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License.... | src/main/java/org/killbill/billing/client/KillBillClient.java | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* The Billing Project licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the L... | Update KillBillClient.java
add Cloudyle copyright | src/main/java/org/killbill/billing/client/KillBillClient.java | Update KillBillClient.java | |
Java | apache-2.0 | 8e28e3885974f89793e24abe3346e1e55302b6de | 0 | jpechane/debezium,debezium/debezium,jpechane/debezium,debezium/debezium,debezium/debezium,jpechane/debezium,jpechane/debezium,debezium/debezium | /*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.connector.sqlserver;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Savepoint;
import jav... | debezium-connector-sqlserver/src/main/java/io/debezium/connector/sqlserver/SqlServerSnapshotChangeEventSource.java | /*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.connector.sqlserver;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Savepoint;
import jav... | DBZ-1417 Lock is tablewide, remove fullscan
| debezium-connector-sqlserver/src/main/java/io/debezium/connector/sqlserver/SqlServerSnapshotChangeEventSource.java | DBZ-1417 Lock is tablewide, remove fullscan | |
Java | apache-2.0 | 9ce9e88d3898f1d947d69794a16e64ca8cba1689 | 0 | phax/peppol-yellow-pages,phax/peppol-directory,phax/peppol-yellow-pages,phax/peppol-yellow-pages,phax/peppol-directory,phax/peppol-directory,phax/peppol-yellow-pages | /**
* Copyright (C) 2015-2018 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICE... | peppol-directory-publisher/src/main/java/com/helger/pd/publisher/app/pub/PublicHTMLProvider.java | /**
* Copyright (C) 2015-2018 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICE... | Added download all on UI | peppol-directory-publisher/src/main/java/com/helger/pd/publisher/app/pub/PublicHTMLProvider.java | Added download all on UI | |
Java | apache-2.0 | ddf19a2e989f87afe7ddaaab0aa03548ad606304 | 0 | Rikkola/uberfire,ederign/uberfire,porcelli-forks/uberfire,paulovmr/uberfire,paulovmr/uberfire,dgutierr/uberfire,dgutierr/uberfire,Rikkola/uberfire,mbarkley/uberfire,wmedvede/uberfire,ederign/uberfire,karreiro/uberfire,porcelli-forks/uberfire,qmx/uberfire,mbiarnes/uberfire,wmedvede/uberfire,kiereleaseuser/uberfire,mbiar... | /*
* Copyright 2012 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 ... | uberfire-io/src/main/java/org/uberfire/io/impl/AbstractIOService.java | /*
* Copyright 2012 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 ... | Make failure less silent
| uberfire-io/src/main/java/org/uberfire/io/impl/AbstractIOService.java | Make failure less silent | |
Java | apache-2.0 | 9741745031ea2e1baf822e5486d0f8f8dc73ad08 | 0 | ligzy/JGroups,ligzy/JGroups,pferraro/JGroups,pferraro/JGroups,danberindei/JGroups,tristantarrant/JGroups,rpelisse/JGroups,ibrahimshbat/JGroups,rvansa/JGroups,slaskawi/JGroups,kedzie/JGroups,ibrahimshbat/JGroups,danberindei/JGroups,ligzy/JGroups,pruivo/JGroups,kedzie/JGroups,belaban/JGroups,slaskawi/JGroups,pruivo/JGrou... | package org.jgroups.protocols.pbcast;
import org.jgroups.Address;
import org.jgroups.Event;
import org.jgroups.Message;
import org.jgroups.View;
import org.jgroups.annotations.GuardedBy;
import org.jgroups.stack.*;
import org.jgroups.util.*;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer... | src/org/jgroups/protocols/pbcast/NAKACK.java | package org.jgroups.protocols.pbcast;
import org.jgroups.Address;
import org.jgroups.Event;
import org.jgroups.Message;
import org.jgroups.View;
import org.jgroups.annotations.GuardedBy;
import org.jgroups.stack.*;
import org.jgroups.util.*;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer... | removed message bundling for retransmission messages as bundling is already provided by the transport (http://jira.jboss.com/jira/browse/JGRP-462)
| src/org/jgroups/protocols/pbcast/NAKACK.java | removed message bundling for retransmission messages as bundling is already provided by the transport (http://jira.jboss.com/jira/browse/JGRP-462) | |
Java | apache-2.0 | 070741c384c7bf46f99b66c15996d5969774e43f | 0 | telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform | package es.tid.cosmos.platform.injection.flume;
import java.util.Properties;
import java.util.UUID;
/**
* An opaque token config provided that returns a static configuration for
* a given token.
*/
public final class StaticOpaqueTokenConfigProvider implements
OpaqueTokenConfigProvider {
private final ... | cosmos/platform/injection/flume/src/main/java/es/tid/cosmos/platform/injection/flume/StaticOpaqueTokenConfigProvider.java | package es.tid.cosmos.platform.injection.flume;
import java.util.Properties;
import java.util.UUID;
/**
* An opaque token config provided that returns a static configuration for
* a given token.
*/
public final class StaticOpaqueTokenConfigProvider implements
OpaqueTokenConfigProvider {
private final ... | 'transformation' property must be optional.
| cosmos/platform/injection/flume/src/main/java/es/tid/cosmos/platform/injection/flume/StaticOpaqueTokenConfigProvider.java | 'transformation' property must be optional. | |
Java | apache-2.0 | 8cae1beebf7a9e2dd32e92aeef955a0fcd842fd9 | 0 | boyan-velinov/cf-mta-deploy-service,boyan-velinov/cf-mta-deploy-service,boyan-velinov/cf-mta-deploy-service | package com.sap.cloud.lm.sl.cf.process.steps;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import com.sap.cloud.lm.sl.common.SLException;
@Component("collectBlueGreenSystemParametersStep")
@Scope(... | com.sap.cloud.lm.sl.cf.process/src/main/java/com/sap/cloud/lm/sl/cf/process/steps/CollectBlueGreenSystemParametersStep.java | package com.sap.cloud.lm.sl.cf.process.steps;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import com.sap.cloud.lm.sl.cf.process.Constants;
import com.sap.cloud.lm.sl.common.SLException;
@Componen... | Asign idle routes for idle apps with --no-confirm
Jira: LMCROSSITXSADEPLOY-1098
| com.sap.cloud.lm.sl.cf.process/src/main/java/com/sap/cloud/lm/sl/cf/process/steps/CollectBlueGreenSystemParametersStep.java | Asign idle routes for idle apps with --no-confirm | |
Java | apache-2.0 | 21478d954de8ff4fbff96722ae89d5f66141dd62 | 0 | tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki | /*
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"... | jspwiki-war/src/main/java/org/apache/wiki/ui/WikiJSPFilter.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"... | sonar: toString method may return null
git-svn-id: 68685a1357fb38e328267a8ddbcaac6502042929@1553547 13f79535-47bb-0310-9956-ffa450edef68
| jspwiki-war/src/main/java/org/apache/wiki/ui/WikiJSPFilter.java | sonar: toString method may return null | |
Java | apache-2.0 | bca20d31b5ce1cfac3fff141b9dba7523f0d6f9a | 0 | sdmcraft/jackrabbit,afilimonov/jackrabbit,sdmcraft/jackrabbit,Overseas-Student-Living/jackrabbit,Overseas-Student-Living/jackrabbit,SylvesterAbreu/jackrabbit,kigsmtua/jackrabbit,SylvesterAbreu/jackrabbit,tripodsan/jackrabbit,tripodsan/jackrabbit,Overseas-Student-Living/jackrabbit,afilimonov/jackrabbit,SylvesterAbreu/ja... | /*
* 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 ... | jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/FrozenNodeIteratorAdapter.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 ... | fixing wrong use of 1.5 constructor
git-svn-id: 02b679d096242155780e1604e997947d154ee04a@765585 13f79535-47bb-0310-9956-ffa450edef68
| jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/FrozenNodeIteratorAdapter.java | fixing wrong use of 1.5 constructor | |
Java | apache-2.0 | f66c6fd3a5200c4c3f924845e7b23ff817ca3fa2 | 0 | kaazing/truststore-maven-plugin | /**
* Copyright (c) 2007-2014 Kaazing Corporation. All rights reserved.
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this fil... | src/test/java/org/kaazing/maven/plugins/TrustStoreMojoTest.java | /**
* Copyright (c) 2007-2014 Kaazing Corporation. All rights reserved.
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this fil... | Fixed test due to expired certificates
| src/test/java/org/kaazing/maven/plugins/TrustStoreMojoTest.java | Fixed test due to expired certificates | |
Java | apache-2.0 | 233c1f56379827f9ef846666919712457f2ad819 | 0 | OpenNMS/newts,OpenNMS/newts,OpenNMS/newts,OpenNMS/newts | /*
* Copyright 2015, The OpenNMS Group
*
* 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... | cassandra/storage/src/main/java/org/opennms/newts/persistence/cassandra/CassandraSampleRepository.java | /*
* Copyright 2015, The OpenNMS Group
*
* 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... | NEWTS-75: Use time delta to calculate TTL
The previous code used durations to calculate the remaining TTL. This
requires the inserted metric to be in the past. By using the delta the
metric can be from the future and the TTL is extended accordingly.
| cassandra/storage/src/main/java/org/opennms/newts/persistence/cassandra/CassandraSampleRepository.java | NEWTS-75: Use time delta to calculate TTL | |
Java | apache-2.0 | bf236ce8c2a9935ee96139247290ee4e67600a71 | 0 | eFaps/eFapsApp-Sales | /*
* Copyright 2003 - 2010 The eFaps Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | src/main/efaps/ESJP/org/efaps/esjp/sales/document/DocumentSum_Base.java | /*
* Copyright 2003 - 2010 The eFaps Team
*
* 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 ... | - sales : correction set scale to recalculate amount nettotal and crosstotal documents.
git-svn-id: a97160537fe2170947789d83a96694c85002048c@9182 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0
| src/main/efaps/ESJP/org/efaps/esjp/sales/document/DocumentSum_Base.java | - sales : correction set scale to recalculate amount nettotal and crosstotal documents. | |
Java | apache-2.0 | c549096c46fc99a8a9a2b6e93b63e1c69fe99913 | 0 | square/spoon,square/spoon,idyatlov/spoon,square/spoon,square/spoon,idyatlov/spoon,idyatlov/spoon | package com.squareup.spoon;
import com.android.ddmlib.AndroidDebugBridge;
import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner;
import com.android.ddmlib.testrunner.ITestRunListener;
import com.beust.jcommander.IStringConverter;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
im... | spoon-runner/src/main/java/com/squareup/spoon/SpoonRunner.java | package com.squareup.spoon;
import com.android.ddmlib.AndroidDebugBridge;
import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner;
import com.android.ddmlib.testrunner.ITestRunListener;
import com.beust.jcommander.IStringConverter;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
im... | Always run the init script in-process so it preceeds all device interaction.
| spoon-runner/src/main/java/com/squareup/spoon/SpoonRunner.java | Always run the init script in-process so it preceeds all device interaction. | |
Java | apache-2.0 | 17a87d01604a739003ec02f176ef9f1e2f8b81ff | 0 | b-cuts/android-menudrawer,vrigzalejo/DesserDroid,hgl888/android-menudrawer,lzy-h2o2/android-menudrawer,waqarjamsheed/android-menudrawer,liduanw/android-menudrawer,yubaokang/android-menudrawer,danDingCongRong/android-menudrawer,kevinsawicki/android-menudrawer,fojut/android-menudrawer,littlezan/android-menudrawer,jixiesh... | package net.simonvt.widget;
import net.simonvt.menudrawer.R;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import and... | library/src/net/simonvt/widget/MenuDrawer.java | package net.simonvt.widget;
import net.simonvt.menudrawer.R;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import and... | Add logging for unknown state.
| library/src/net/simonvt/widget/MenuDrawer.java | Add logging for unknown state. | |
Java | apache-2.0 | f65a85218182c0602f136b4d5484ba3c5ead6c0f | 0 | Terracotta-OSS/terracotta-platform,chrisdennis/terracotta-platform,albinsuresh/terracotta-platform,Terracotta-OSS/terracotta-platform,albinsuresh/terracotta-platform,chrisdennis/terracotta-platform | /*
* Copyright Terracotta, 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 ... | dynamic-config/entities/topology-entity/client/src/main/java/org/terracotta/dynamic_config/entity/topology/client/DynamicTopologyEntityFactory.java | /*
* Copyright Terracotta, 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 ... | Method visibility fix
| dynamic-config/entities/topology-entity/client/src/main/java/org/terracotta/dynamic_config/entity/topology/client/DynamicTopologyEntityFactory.java | Method visibility fix | |
Java | bsd-2-clause | 18196b1bfd5e87b74754bd70bac970dbcff5cbbf | 0 | chesterbr/tf-bmac-ime-usp,chesterbr/tf-bmac-ime-usp,chesterbr/tf-bmac-ime-usp | package otimizacao; //GAUSS
import Jama.Matrix;
public class Marquardt {
private static double[] y = { 5.284, 4.149, 3.877, 0.533, 2.211, 2.389,
2.145, 3.231, 1.998, 1.379, 2.106, 1.428, 1.011, 2.179, 2.858,
1.388, 1.651, 1.593, 1.046, 2.152 };
private static double[] x2 = { 0.286, 0.973, 0.384,... | code/optimization/src/otimizacao/Marquardt.java | package otimizacao; //GAUSS
import Jama.Matrix;
public class Marquardt {
private static double[] y = { 4.284, 4.149, 3.877, 0.533, 2.211, 2.389,
2.145, 3.231, 1.998, 1.379, 2.106, 1.428, 1.011, 2.179, 2.858,
1.388, 1.651, 1.593, 1.046, 2.152 };
private static double[] x2 = { 0.286, 0.973, 0.384, 0.276, 0.9... | alterado valor para fins de teste
| code/optimization/src/otimizacao/Marquardt.java | alterado valor para fins de teste | |
Java | bsd-3-clause | 6f0a8e1c7ec5b2aba052e8c34b5823924f0186be | 0 | asamgir/openspecimen,NCIP/catissue-core,NCIP/catissue-core,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen,krishagni/openspecimen,NCIP/catissue-core,asamgir/openspecimen | /**
* <p>Title: SpecimenForm Class>
* <p>Description: SpecimenForm Class is used to encapsulate all the request parameters passed
* from New/Create Specimen webpage. </p>
* Copyright: Copyright (c) year
* Company: Washington University, School of Medicine, St. Louis.
* @author Aniruddha Phadnis
* @ve... | WEB-INF/src/edu/wustl/catissuecore/actionForm/SpecimenForm.java | /**
* <p>Title: SpecimenForm Class>
* <p>Description: SpecimenForm Class is used to encapsulate all the request parameters passed
* from New/Create Specimen webpage. </p>
* Copyright: Copyright (c) year
* Company: Washington University, School of Medicine, St. Louis.
* @author Aniruddha Phadnis
* @ve... | Validation Rule for Container ID/PositionDimension1/PositionDimension2 > 0
SVN-Revision: 2490
| WEB-INF/src/edu/wustl/catissuecore/actionForm/SpecimenForm.java | Validation Rule for Container ID/PositionDimension1/PositionDimension2 > 0 | |
Java | bsd-3-clause | 831f6a5c1c51ac87c48bfae9ac28cc8642235602 | 0 | NCIP/catissue-core,asamgir/openspecimen,asamgir/openspecimen,asamgir/openspecimen,NCIP/catissue-core,krishagni/openspecimen,NCIP/catissue-core,krishagni/openspecimen,krishagni/openspecimen | /**
* <p>Title: StorageContainerForm Class>
* <p>Description: This Class is used to encapsulate all the request parameters passed
* from StorageContainer.jsp page. </p>
* Copyright: Copyright (c) year
* Company: Washington University, School of Medicine, St. Louis.
* @author Aniruddha Phadnis
* @vers... | WEB-INF/src/edu/wustl/catissuecore/actionForm/StorageContainerForm.java | /**
* <p>Title: StorageContainerForm Class>
* <p>Description: This Class is used to encapsulate all the request parameters passed
* from StorageContainer.jsp page. </p>
* Copyright: Copyright (c) year
* Company: Washington University, School of Medicine, St. Louis.
* @author Aniruddha Phadnis
* @vers... | Fixed classCastException in setAllVal() for StorageContainerDetails
SVN-Revision: 2923
| WEB-INF/src/edu/wustl/catissuecore/actionForm/StorageContainerForm.java | Fixed classCastException in setAllVal() for StorageContainerDetails | |
Java | bsd-3-clause | 424227c7643f7e315e1ba8bdf4a8afa40af157ba | 0 | nfi/mspsim,joakimeriksson/mspsim,joakimeriksson/mspsim,ransford/mspsim,fvdnabee/mspsim,contiki-os/mspsim,contiki-os/mspsim,mspsim/mspsim,mspsim/mspsim,ransford/mspsim,cmorty/mspsim,cmorty/mspsim,fvdnabee/mspsim,nfi/mspsim | /**
* Copyright (c) 2007, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* not... | se/sics/mspsim/core/Timer.java | /**
* Copyright (c) 2007, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* not... | implemented input for ACLK on TCCTL registers
git-svn-id: b6c13a3f01c183418960c1e4d1e6a42a97ce9376@555 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
| se/sics/mspsim/core/Timer.java | implemented input for ACLK on TCCTL registers | |
Java | bsd-3-clause | dba86eadade46112b441bc99afe46859ed4a41f6 | 0 | FIRST-4030/2013 | package edu.wpi.first.wpilibj.templates.commands;
import edu.wpi.first.wpilibj.image.*;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
/**
* Command to Take Picture. This will take one picture from camera subsystem,
* then print to console if that worked or not. Then it will exit after doing
* that on... | src/edu/wpi/first/wpilibj/templates/commands/TakePicture.java | package edu.wpi.first.wpilibj.templates.commands;
import edu.wpi.first.wpilibj.image.*;
/**
* Command to Take Picture. This will take one picture from camera subsystem,
* then print to console if that worked or not. Then it will exit after doing
* that once.
*/
public class TakePicture extends CommandBase {
... | Made it so that TakePicture will put output onto the SmartDashboard | src/edu/wpi/first/wpilibj/templates/commands/TakePicture.java | Made it so that TakePicture will put output onto the SmartDashboard | |
Java | mit | 961a63c428beea4c8e19437bb61191c9d659290d | 0 | 4lexBaum/projekt-5s-dhbw,4lexBaum/projekt-5s-dhbw,4lexBaum/projekt-5s-dhbw,4lexBaum/projekt-5s-dhbw | Backend/src/main/java/producer/KafkaProducer.java | package producer;
import java.util.Properties;
import kafka.javaapi.producer.Producer;
import kafka.producer.KeyedMessage;
import kafka.producer.ProducerConfig;
public class KafkaProducer {
private ProducerConfig config;
//singleton instance
private static KafkaProducer producer;
private KafkaProducer(){
P... | Delete KafkaProducer.java | Backend/src/main/java/producer/KafkaProducer.java | Delete KafkaProducer.java | ||
Java | mit | 43f43437851f252799be99d64b1e34f31732a5c6 | 0 | cedricfayet/AlgoDist | import java.util.LinkedList;
import java.util.Queue;
public class Jeton
{
private Queue<Requete> file_requete;
Jeton()
{
file_requete = new LinkedList<Requete>();
}
public void ajouterRequete(Requete requete)
{
file_requete.add(requete);
}
public Requete voirRequete()
{
return file_requete.peek()... | AlgoDist/src/Jeton.java | import java.util.LinkedList;
import java.util.Queue;
public class Jeton
{
private Queue<Requete> file_requete;
Jeton()
{
file_requete = new LinkedList<Requete>();
}
public void ajouterRequete(Requete requete)
{
file_requete.add(requete);
}
public Requete voirRequete()
{
return file_requete.peek()... | Rootage Jeton
| AlgoDist/src/Jeton.java | Rootage Jeton | |
Java | mit | 5573e3f19276421da7103e0b6625c5ca28d2a8c0 | 0 | liufeng0103/bnade-web-ssh,liufeng0103/bnade-web-ssh,liufeng0103/bnade-web-ssh | package com.bnade.wow.controller;
import com.bnade.wow.entity.Auction;
import com.bnade.wow.service.AuctionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springf... | src/main/java/com/bnade/wow/controller/AuctionController.java | package com.bnade.wow.controller;
import com.bnade.wow.entity.Auction;
import com.bnade.wow.service.AuctionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springf... | 添加当bonusList参数为all时查询所有bonus类型的物品
| src/main/java/com/bnade/wow/controller/AuctionController.java | 添加当bonusList参数为all时查询所有bonus类型的物品 | |
Java | mit | 9936caef2d2f7dbdae56c8b9c7a7742356e8736e | 0 | yegor256/cactoos | /*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
*
* 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
*... | src/test/java/org/cactoos/map/BehavesAsMap.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
*
* 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
*... | (#927) Return back checks for keySet and values
| src/test/java/org/cactoos/map/BehavesAsMap.java | (#927) Return back checks for keySet and values | |
Java | mit | 929d1f0d048c1d6d96ad29c3b410bc2309e19a21 | 0 | ysl3000/Quantum-Connectors | package com.ne0nx3r0.quantum.circuits;
import com.ne0nx3r0.quantum.QuantumConnectors;
import java.io.File;
import java.io.IOException;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.Effect;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit... | com/ne0nx3r0/quantum/circuits/CircuitManager.java | package com.ne0nx3r0.quantum.circuits;
import com.ne0nx3r0.quantum.QuantumConnectors;
import java.io.File;
import java.io.IOException;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.minecraft.server.EntityTNTPrimed;
import org.bukkit.Effect;
import org.bukkit.Location;
... | Removing support for TNT & proper lever swapping. (Not worth the effort to maintain these features with the NMS changes) | com/ne0nx3r0/quantum/circuits/CircuitManager.java | Removing support for TNT & proper lever swapping. (Not worth the effort to maintain these features with the NMS changes) | |
Java | mit | 0a58cb2dfc2da428d357a3b42c19ae57c238d164 | 0 | BombasticOctocat/Bomberman | package com.bombasticoctocat.bomberman;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javafx.beans.property.BooleanProperty;
import javafx.scene.Node;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.image.WritableImage;
import javafx.s... | src/main/java/com/bombasticoctocat/bomberman/GameCanvasRenderer.java | package com.bombasticoctocat.bomberman;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javafx.beans.property.BooleanProperty;
import javafx.scene.Node;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.image.WritableImage;
import javafx.s... | Added placeholder for HUD
| src/main/java/com/bombasticoctocat/bomberman/GameCanvasRenderer.java | Added placeholder for HUD | |
Java | mit | f75f7fce04826a11f8cc5562206910df31260af3 | 0 | jjwedemyer/studies | import java.lang.Math;
import java.util.*;
import java.util.concurrent.TimeUnit;
/**
* Test class
*/
public class Sortthings {
int run;
public Sortthings(int runs){
run = runs;
}
/**
* Gefordertes Testing.
*/
public static String Keytester(long runs){
String res = "Durchlauf: "+ runs;
int size = 10, countIN... | Info3/Sortthings.java | import java.lang.Math;
import java.util.*;
import java.util.concurrent.TimeUnit;
/**
* Test class
*/
public class Sortthings {
int run;
public Sortthings(int runs){
run = runs;
}
/**
* Gefordertes Testing.
*/
public static void Keytester(){
int size = 10, countINsim, countInEx, countQusim, countQuEx, countHea... | Update to sorthings with the keytesting things
| Info3/Sortthings.java | Update to sorthings with the keytesting things | |
Java | agpl-3.0 | 74a413ed20ba6aac3fdd163d92da5018c26246fa | 0 | akuz/akuz-java,akuz/akuz-java | package me.akuz.ts;
/**
* Time series item.
*
* Note: Only time type T is a generic parameter,
* This is necessary in order to be able to create
* tables (TSMap) containing time series (TS) with
* the same time type, but heterogeneous value types.
*
* @param <T> - Time type.
*
*/
public final class TItem... | akuz-ts/src/me/akuz/ts/TItem.java | package me.akuz.ts;
/**
* Time series item.
*
* Note: Only time type T is a generic parameter,
* This is necessary in order to be able to create
* tables (TSMap) containing time series (TS) with
* the same time type, but heterogeneous value types.
*
* @param <T> - Time type.
*
*/
public final class TItem... | Removed the getItem() method | akuz-ts/src/me/akuz/ts/TItem.java | Removed the getItem() method | |
Java | apache-2.0 | 038fdd8b96edf90e1a6d24e6b508e0fb3c5c35e3 | 0 | lesjaw/Olmatix | package com.olmatix.service;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import androi... | olmatix/src/main/java/com/olmatix/service/OlmatixService.java | package com.olmatix.service;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import androi... | change connect session to clean..
| olmatix/src/main/java/com/olmatix/service/OlmatixService.java | change connect session to clean.. | |
Java | apache-2.0 | aa47ad64257e5774aa4ba76a4e041758bfa540e5 | 0 | kigsmtua/jackrabbit,bartosz-grabski/jackrabbit,Kast0rTr0y/jackrabbit,Overseas-Student-Living/jackrabbit,sdmcraft/jackrabbit,afilimonov/jackrabbit,tripodsan/jackrabbit,Kast0rTr0y/jackrabbit,sdmcraft/jackrabbit,Overseas-Student-Living/jackrabbit,bartosz-grabski/jackrabbit,Overseas-Student-Living/jackrabbit,afilimonov/jac... | /*
* 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... | jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/JCRWebdavServerServlet.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... | JCR-2735: Make SessionProvider pluggable in JCRWebdavServerServlet
Patch by Justin Edelson
git-svn-id: 02b679d096242155780e1604e997947d154ee04a@998050 13f79535-47bb-0310-9956-ffa450edef68
| jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/webdav/jcr/JCRWebdavServerServlet.java | JCR-2735: Make SessionProvider pluggable in JCRWebdavServerServlet | |
Java | apache-2.0 | 871c1bb2776f578a2c31f16bab4cd4ed1f56cebf | 0 | CloudSlang/cs-actions,victorursan/cs-actions,CloudSlang/score-actions,CloudSlang/cs-actions,robert-sandor/cs-actions | package io.cloudslang.content.vmware.actions.guest;
import com.hp.oo.sdk.content.annotations.Action;
import com.hp.oo.sdk.content.annotations.Output;
import com.hp.oo.sdk.content.annotations.Param;
import com.hp.oo.sdk.content.annotations.Response;
import com.hp.oo.sdk.content.plugin.ActionMetadata.MatchType;
import c... | score-vmware/src/main/java/io/cloudslang/content/vmware/actions/guest/CustomizeWindowsGuest.java | package io.cloudslang.content.vmware.actions.guest;
import com.hp.oo.sdk.content.annotations.Action;
import com.hp.oo.sdk.content.annotations.Output;
import com.hp.oo.sdk.content.annotations.Param;
import com.hp.oo.sdk.content.annotations.Response;
import com.hp.oo.sdk.content.plugin.ActionMetadata.MatchType;
import c... | Expand-the-VMware-Integration - small correction in @Action.
Signed-off-by: Mihail-Cristian Tusa <bbc0f3f42488683e76ed72f7e5dfa27f6a1e9cb6@hpe.com>
| score-vmware/src/main/java/io/cloudslang/content/vmware/actions/guest/CustomizeWindowsGuest.java | Expand-the-VMware-Integration - small correction in @Action. Signed-off-by: Mihail-Cristian Tusa <mihail-cristian.tusa@hpe.com> | |
Java | apache-2.0 | 458f6785647939e97ccca24dbe800192bc9e7fba | 0 | ummels/vavr,amygithub/vavr,dx-pbuckley/vavr,ummels/vavr,dx-pbuckley/vavr,amygithub/vavr | /* / \____ _ ______ _____ / \____ ____ _____
* / \__ \/ \ / \__ \ / __// \__ \ / \/ __ \ Javaslang
* _/ // _\ \ \/ / _\ \\_ \/ // _\ \ /\ \__/ / Copyright 2014-2015 Daniel Dietrich
* /___/ \_____/\____/\_____/____/\___\_____/_/ \_/____/ Licensed under the Apache License... | src/main/java/javaslang/collection/HashArrayMappedTrie.java | /* / \____ _ ______ _____ / \____ ____ _____
* / \__ \/ \ / \__ \ / __// \__ \ / \/ __ \ Javaslang
* _/ // _\ \ \/ / _\ \\_ \/ // _\ \ /\ \__/ / Copyright 2014-2015 Daniel Dietrich
* /___/ \_____/\____/\_____/____/\___\_____/_/ \_/____/ Licensed under the Apache License... | re-added Seq.get(int)
| src/main/java/javaslang/collection/HashArrayMappedTrie.java | re-added Seq.get(int) | |
Java | apache-2.0 | 058df96ef2c0e0da46f8de6cac6c922ac483e251 | 0 | Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck | /*
* Created on 09-Mar-2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.ensembl.healthcheck.testcase.generic;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Stateme... | src/org/ensembl/healthcheck/testcase/generic/Karyotype.java | /*
* Created on 09-Mar-2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.ensembl.healthcheck.testcase.generic;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Stateme... | Don't check for karyotypes in vega or cdna dbs
| src/org/ensembl/healthcheck/testcase/generic/Karyotype.java | Don't check for karyotypes in vega or cdna dbs | |
Java | apache-2.0 | 8b07cef50b378e4166f9e60e83fa00756e4033dc | 0 | infraling/atomic,infraling/atomic | /*******************************************************************************
* Copyright 2016 Friedrich-Schiller-Universität Jena
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | plugins/org.corpus-tools.atomic/src/main/java/org/corpus_tools/atomic/projects/Corpus.java | /*******************************************************************************
* Copyright 2016 Friedrich-Schiller-Universität Jena
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | Add isProjectDataObject flag to Corpus | plugins/org.corpus-tools.atomic/src/main/java/org/corpus_tools/atomic/projects/Corpus.java | Add isProjectDataObject flag to Corpus | |
Java | apache-2.0 | b66519e20bdd446e9adf4ae4189a6111ec6d99ae | 0 | delonzhou/wechat4j,sword-org/wechat4j,chengn/wechat4j,subaochen/wechat4j | /**
*
*/
package org.sword.wechat4j.user;
import java.io.File;
import java.io.FileOutputStream;
import java.net.URLEncoder;
import org.apache.log4j.Logger;
import org.sword.lang.HttpUtils;
import org.sword.wechat4j.exception.WeChatException;
import org.sword.wechat4j.token.TokenProxy;
import org.sword.wechat4j.uti... | src/org/sword/wechat4j/user/AccountManager.java | /**
*
*/
package org.sword.wechat4j.user;
import java.io.File;
import java.io.FileOutputStream;
import java.net.URLEncoder;
import org.apache.log4j.Logger;
import org.sword.lang.HttpUtils;
import org.sword.wechat4j.exception.WeChatException;
import org.sword.wechat4j.token.TokenProxy;
import org.sword.wechat4j.uti... | 直接获取二维码URL的API
| src/org/sword/wechat4j/user/AccountManager.java | 直接获取二维码URL的API | |
Java | apache-2.0 | e88969f121e074ee09e6f56822a5fd10db225a50 | 0 | rndsolutions/hawkcd,rndsolutions/hawkcd,rndsolutions/hawkcd,rndsolutions/hawkcd,rndsolutions/hawkcd | package net.hawkengine.model;
import java.time.LocalDateTime;
import java.util.ArrayList;
public class Agent extends DbEntry {
private String name;
private String hostName;
private String ipAddress;
private String rootPath;
private String operatingSystem;
private ArrayList<String> resources;
... | src/hawkengine/src/main/java/net/hawkengine/model/Agent.java | package net.hawkengine.model;
import java.time.LocalDateTime;
import java.util.ArrayList;
public class Agent extends DbEntry {
private String name;
private String hostName;
private String ipAddress;
private String rootPath;
private Object operatingSystem;
private ArrayList<String> resources;
... | updated agent's getOperatingSystem() to return String.
| src/hawkengine/src/main/java/net/hawkengine/model/Agent.java | updated agent's getOperatingSystem() to return String. | |
Java | apache-2.0 | 5895a2ac08aa4b65173f5f9ea80f95c744c13057 | 0 | eFaps/eFaps-WebApp,eFaps/eFaps-WebApp,eFaps/eFaps-WebApp | /*
* Copyright 2003 - 2014 The eFaps Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | src/main/java/org/efaps/ui/wicket/models/objects/UIForm.java | /*
* Copyright 2003 - 2014 The eFaps Team
*
* 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 ... | - webapp: bugFix, wrong evaluation sequence
git-svn-id: 6de479fac40b5ab7fd12e267df1fa0a7a72510c4@13752 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0
| src/main/java/org/efaps/ui/wicket/models/objects/UIForm.java | - webapp: bugFix, wrong evaluation sequence | |
Java | apache-2.0 | 659352cf2c03837293dd7d5185bf6fd2ba6be3e4 | 0 | PascalSchumacher/incubator-groovy,rabbitcount/incubator-groovy,antoaravinth/incubator-groovy,samanalysis/incubator-groovy,shils/groovy,avafanasiev/groovy,nkhuyu/incubator-groovy,gillius/incubator-groovy,bsideup/groovy-core,PascalSchumacher/incubator-groovy,kenzanmedia/incubator-groovy,dpolivaev/groovy,PascalSchumacher/... | /*
* Copyright 2003-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | src/main/org/codehaus/groovy/classgen/AsmClassGenerator.java | /*
* Copyright 2003-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | typos
git-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@10066 a5544e8c-8a19-0410-ba12-f9af4593a198
| src/main/org/codehaus/groovy/classgen/AsmClassGenerator.java | typos | |
Java | apache-2.0 | a57dd872a021f563d5c5f14956377bf2ac75ad9c | 0 | Sivaramvt/sling,mmanski/sling,klcodanr/sling,Nimco/sling,tteofili/sling,wimsymons/sling,roele/sling,Sivaramvt/sling,cleliameneghin/sling,ieb/sling,tyge68/sling,awadheshv/sling,headwirecom/sling,headwirecom/sling,plutext/sling,tyge68/sling,mikibrv/sling,tmaret/sling,tmaret/sling,anchela/sling,SylvesterAbreu/sling,dulvac... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/queues/AbstractJobQueue.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | SLING-2829 : Don't close queue if async jobs are running
git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1478672 13f79535-47bb-0310-9956-ffa450edef68
| bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/queues/AbstractJobQueue.java | SLING-2829 : Don't close queue if async jobs are running | |
Java | apache-2.0 | 2e63a5727da88b7bfbc5b90595cd6ed0fdda16eb | 0 | lcserny/videos-mover2 | package net.cserny.videosmover;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.stage.Stage;
import net.cserny.videosmover.controller.MainController;
import net.cserny.videosmover.error.GlobalExc... | ui/src/main/java/net/cserny/videosmover/MainApplication.java | package net.cserny.videosmover;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.stage.Stage;
import net.cserny.videosmover.controller.MainController;
import net.cserny.videosmover.error.GlobalExc... | changes startup
| ui/src/main/java/net/cserny/videosmover/MainApplication.java | changes startup | |
Java | apache-2.0 | 6ab32097e5f35ef07eab3bea24442a8014d26a89 | 0 | nilbody/h2o-3,YzPaul3/h2o-3,nilbody/h2o-3,printedheart/h2o-3,michalkurka/h2o-3,bospetersen/h2o-3,bikash/h2o-dev,michalkurka/h2o-3,madmax983/h2o-3,datachand/h2o-3,tarasane/h2o-3,jangorecki/h2o-3,junwucs/h2o-3,ChristosChristofidis/h2o-3,mrgloom/h2o-3,brightchen/h2o-3,mrgloom/h2o-3,madmax983/h2o-3,h2oai/h2o-3,mrgloom/h2o-... | package hex.glm;
import hex.DataInfo;
import hex.Model;
import hex.SupervisedModelBuilder;
import hex.glm.GLMModel.FinalizeAndUnlockTsk;
import hex.glm.GLMModel.GLMOutput;
import hex.glm.GLMModel.GLMParameters.Family;
import hex.glm.GLMModel.GLMParameters;
import hex.glm.GLMModel.GLMParameters.Link;
import hex.glm.GLM... | h2o-algos/src/main/java/hex/glm/GLM.java | package hex.glm;
import hex.DataInfo;
import hex.Model;
import hex.SupervisedModelBuilder;
import hex.glm.GLMModel.FinalizeAndUnlockTsk;
import hex.glm.GLMModel.GLMOutput;
import hex.glm.GLMModel.GLMParameters.Family;
import hex.glm.GLMModel.GLMParameters;
import hex.glm.GLMModel.GLMParameters.Link;
import hex.glm.GLM... | Fixed race in glm, call done() after all unlocks and cleanups!
| h2o-algos/src/main/java/hex/glm/GLM.java | Fixed race in glm, call done() after all unlocks and cleanups! | |
Java | apache-2.0 | e9fb8304bec03aeb5d2369741c88c9dd3d31665d | 0 | signed/intellij-community,youdonghai/intellij-community,ThiagoGarciaAlves/intellij-community,allotria/intellij-community,salguarnieri/intellij-community,semonte/intellij-community,asedunov/intellij-community,fitermay/intellij-community,suncycheng/intellij-community,asedunov/intellij-community,FHannes/intellij-community... | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/lang-impl/src/com/intellij/psi/stubs/StubUpdatingIndex.java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | avoid CCE in code running in Upsource
| platform/lang-impl/src/com/intellij/psi/stubs/StubUpdatingIndex.java | avoid CCE in code running in Upsource | |
Java | apache-2.0 | 6242a5ed8e75c8266dd87c815c9c51e0e5ba5d74 | 0 | caosg/BroadleafCommerce,sitexa/BroadleafCommerce,rawbenny/BroadleafCommerce,alextiannus/BroadleafCommerce,jiman94/BroadleafCommerce-BroadleafCommerce2014,caosg/BroadleafCommerce,macielbombonato/BroadleafCommerce,bijukunjummen/BroadleafCommerce,bijukunjummen/BroadleafCommerce,gengzhengtao/BroadleafCommerce,cogitoboy/Bro... | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | common/src/main/java/org/broadleafcommerce/common/persistence/SequenceGeneratorCorruptionDetection.java | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | BLC-586 - Add a Broadleaf startup component that will throw an exception during startup if the current ID_VAL in SEQUENCE_GENERATOR is not greater than the MAX(ID) of the associated table
| common/src/main/java/org/broadleafcommerce/common/persistence/SequenceGeneratorCorruptionDetection.java | BLC-586 - Add a Broadleaf startup component that will throw an exception during startup if the current ID_VAL in SEQUENCE_GENERATOR is not greater than the MAX(ID) of the associated table | |
Java | apache-2.0 | 0255654beb780462ea1316bd082d8ac7ef842cb8 | 0 | majorseitan/dataverse,majorseitan/dataverse,jacksonokuhn/dataverse,quarian/dataverse,jacksonokuhn/dataverse,JayanthyChengan/dataverse,majorseitan/dataverse,quarian/dataverse,quarian/dataverse,JayanthyChengan/dataverse,jacksonokuhn/dataverse,bmckinney/dataverse-canonical,bmckinney/dataverse-canonical,ekoi/DANS-DVN-4.6.1... | /*
Copyright (C) 2005-2012, by the President and Fellows of Harvard College.
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
Unle... | src/main/java/edu/harvard/iq/dataverse/ingest/IngestServiceBean.java | /*
Copyright (C) 2005-2012, by the President and Fellows of Harvard College.
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
Unle... | better error diagnostics for freaky zip upload use cases. (#1021)
| src/main/java/edu/harvard/iq/dataverse/ingest/IngestServiceBean.java | better error diagnostics for freaky zip upload use cases. (#1021) | |
Java | apache-2.0 | 94d605ff92c75f708635a33ca30b07e8f319ebe9 | 0 | liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | plugins/org.jkiss.dbeaver.ext.erd/src/org/jkiss/dbeaver/ext/erd/figures/EntityFigure.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | #6570 ERD tooltips
| plugins/org.jkiss.dbeaver.ext.erd/src/org/jkiss/dbeaver/ext/erd/figures/EntityFigure.java | #6570 ERD tooltips | |
Java | bsd-2-clause | 60539e32935ad1ac543f8fdda3f34b208de4fb72 | 0 | IanDarwin/TodoAndroid,IanDarwin/TodoAndroid | package todomore.android.sync;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
impor... | src/todomore/android/sync/TodoSyncAdapter.java | package todomore.android.sync;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
impor... | Typos in previous commit
| src/todomore/android/sync/TodoSyncAdapter.java | Typos in previous commit | |
Java | bsd-2-clause | 15735f1f2ca43a9f10816f6049ff4db3e4597a2e | 0 | oblac/jodd,mosoft521/jodd,oblac/jodd,mosoft521/jodd,mosoft521/jodd,oblac/jodd,oblac/jodd,mosoft521/jodd | // Copyright (c) 2003-present, Jodd Team (http://jodd.org)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// th... | jodd-json/src/test/java/jodd/json/JSONSerializationTest.java | // Copyright (c) 2003-present, Jodd Team (http://jodd.org)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// th... | tests for LongArraySerializer added
| jodd-json/src/test/java/jodd/json/JSONSerializationTest.java | tests for LongArraySerializer added | |
Java | bsd-3-clause | 67016523bbf3522363ceb0299751493886b798d4 | 0 | iamedu/dari,iamedu/dari,iamedu/dari,iamedu/dari | package com.psddev.dari.db;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Queue;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Be... | db/src/test/java/com/psddev/dari/db/PredicateParserTest.java | package com.psddev.dari.db;
import static org.junit.Assert.assertEquals;
import java.util.ArrayDeque;
import java.util.Arrays;
import java.util.Queue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class PredicateParserTest {
PredicateParser parser = new PredicateParser();
static f... | Adds unit tests for PredicateParser$Static#evaluate. | db/src/test/java/com/psddev/dari/db/PredicateParserTest.java | Adds unit tests for PredicateParser$Static#evaluate. | |
Java | bsd-3-clause | 0054bab7302b386ddf2350a3fb2db08d59e125e1 | 0 | arurke/contiki,MohamedSeliem/contiki,arurke/contiki,MohamedSeliem/contiki,bluerover/6lbr,arurke/contiki,arurke/contiki,MohamedSeliem/contiki,MohamedSeliem/contiki,bluerover/6lbr,arurke/contiki,bluerover/6lbr,MohamedSeliem/contiki,bluerover/6lbr,MohamedSeliem/contiki,arurke/contiki,bluerover/6lbr,arurke/contiki,MohamedS... | /*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... | tools/cooja/java/se/sics/cooja/dialogs/ProjectDirectoriesDialog.java | /*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... | dialog size fix
| tools/cooja/java/se/sics/cooja/dialogs/ProjectDirectoriesDialog.java | dialog size fix | |
Java | mit | 8c058b43e5f96c1d0baab7dd3bdb5d5d128811ec | 0 | Cornutum/tcases,Cornutum/tcases,Cornutum/tcases | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2010, Starting Block Technologies
// www.startingblocktech.com
//
//////////////////////////////////////////////////////////////////////////////
package com.startingblocktech.tcases;
im... | src/com/startingblocktech/tcases/TestCase.java | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2010, Starting Block Technologies
// www.startingblocktech.com
//
//////////////////////////////////////////////////////////////////////////////
package com.startingblocktech.tcases;
im... | Refactor using Map to implement set-based equality
| src/com/startingblocktech/tcases/TestCase.java | Refactor using Map to implement set-based equality | |
Java | mit | 68b24061c81fa236093f74136b64251bad643485 | 0 | abhrajitmukherjee/PopularMovies | package com.example.android.popularmovies;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.suppor... | app/src/main/java/com/example/android/popularmovies/MainActivityFragment.java | package com.example.android.popularmovies;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.suppor... | Feat: Added ViewHolder Pattern
-- ViewHolder Pattern Addded
| app/src/main/java/com/example/android/popularmovies/MainActivityFragment.java | Feat: Added ViewHolder Pattern | |
Java | mit | ac4c6d9e96a04de42519ffdfc827a79146484431 | 0 | mhogrefe/qbar | package mho.qbar;
import mho.haskellesque.iterables.ExhaustiveProvider;
import mho.haskellesque.iterables.IterableProvider;
import mho.haskellesque.iterables.RandomProvider;
import mho.haskellesque.math.BasicMath;
import mho.haskellesque.ordering.Ordering;
import mho.haskellesque.structures.Pair;
import mho.haskellesq... | src/test/java/mho/qbar/RationalProperties.java | package mho.qbar;
import mho.haskellesque.iterables.ExhaustiveProvider;
import mho.haskellesque.iterables.IterableProvider;
import mho.haskellesque.iterables.RandomProvider;
import mho.haskellesque.math.BasicMath;
import mho.haskellesque.ordering.Ordering;
import mho.haskellesque.structures.Pair;
import mho.haskellesq... | some progress on roundToDenominator properties
| src/test/java/mho/qbar/RationalProperties.java | some progress on roundToDenominator properties | |
Java | mit | 4711e15d914798d6ab79cb7d7f627b195ac252dc | 0 | CS2103JAN2017-T11-B3/main,CS2103JAN2017-T11-B3/main | package seedu.task.model.task;
import java.util.Comparator;
import java.util.Objects;
import seedu.task.commons.util.CollectionUtil;
import seedu.task.model.tag.UniqueTagList;
/**
* Represents a Task in the ToDo List. Guarantees: details are present and not
* null, field values are validated.
*/
public class Task... | src/main/java/seedu/task/model/task/Task.java | package seedu.task.model.task;
import java.util.Comparator;
import java.util.Objects;
import seedu.task.commons.util.CollectionUtil;
import seedu.task.model.tag.UniqueTagList;
/**
* Represents a Task in the ToDo List. Guarantees: details are present and not
* null, field values are validated.
*/
public class Task... | reverse complete ordering in Task compareTo
| src/main/java/seedu/task/model/task/Task.java | reverse complete ordering in Task compareTo | |
Java | mit | c1acd8bbb725ba079a5f81c7a5ba6ecf275204b8 | 0 | csmith/DMDirc-Plugins,DMDirc/Plugins,DMDirc/Plugins,csmith/DMDirc-Plugins,DMDirc/Plugins,DMDirc/Plugins,DMDirc/Plugins,csmith/DMDirc-Plugins,csmith/DMDirc-Plugins,csmith/DMDirc-Plugins | /*
* Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
*
* 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
... | src/com/dmdirc/addons/ui_swing/dialogs/serverlist/Profiles.java | /*
* Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
*
* 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
... | Oops, don't try and save null group items.
Fixes issue 4280
Change-Id: Id5bbce64c9b8eb011c2fc7bc537b24718f000ec2
Reviewed-on: http://gerrit.dmdirc.com/1396
Automatic-Compile: DMDirc Local Commits <fd7610eb81751244add0a62da2de7da51cfdce47@googlemail.com>
Reviewed-by: Shane Mc Cormack <6f6e68d1df92f30cb4b3ce35260ddf94a... | src/com/dmdirc/addons/ui_swing/dialogs/serverlist/Profiles.java | Oops, don't try and save null group items. | |
Java | mit | 5d10d42b2339bdb238794cd8159df1202a719ce6 | 0 | elkingtonmcb/jenkins,pantheon-systems/jenkins,aheritier/jenkins,huybrechts/hudson,stephenc/jenkins,pjanouse/jenkins,jk47/jenkins,wuwen5/jenkins,ajshastri/jenkins,msrb/jenkins,olivergondza/jenkins,bkmeneguello/jenkins,paulmillar/jenkins,fbelzunc/jenkins,aheritier/jenkins,synopsys-arc-oss/jenkins,huybrechts/hudson,goldch... | package hudson.maven;
import hudson.FilePath;
import hudson.Util;
import hudson.maven.agent.Main;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.model.BuildListener;
import hudson.model.DependencyGraph;
import hudson.model.Hudson;
import hudson.model.Result;
import hudson.model.R... | core/src/main/java/hudson/maven/MavenBuild.java | package hudson.maven;
import hudson.FilePath;
import hudson.Util;
import hudson.maven.agent.Main;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.model.BuildListener;
import hudson.model.DependencyGraph;
import hudson.model.Hudson;
import hudson.model.Result;
import hudson.model.R... | error message improvement.
git-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@2303 71c3de6d-444a-0410-be80-ed276b4c234a
| core/src/main/java/hudson/maven/MavenBuild.java | error message improvement. | |
Java | mit | 5271a81cec437d9db12645430a4d03c613e368ab | 0 | EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui | /*
* EDACCView.java
*/
package edacc;
import edacc.model.DatabaseConnector;
import edacc.model.NoConnectionToDBException;
import java.awt.Component;
import java.sql.SQLException;
import java.util.Observable;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.jdesktop.application.Action;
impo... | src/edacc/EDACCView.java | /*
* EDACCView.java
*/
package edacc;
import edacc.model.DatabaseConnector;
import edacc.model.NoConnectionToDBException;
import java.awt.Component;
import java.sql.SQLException;
import java.util.Observable;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.jdesktop.application.Action;
impo... | ..merge..
| src/edacc/EDACCView.java | ..merge.. | |
Java | mit | 06aab1612ffa4f052e7c7c57b7b97bd9b14c18c6 | 0 | sachin-handiekar/jInstagram,zauberlabs/jInstagram,thesocialstation/jInstagram | package org.jinstagram.utils;
import java.nio.charset.Charset;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.lang.NullPointerException;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
import org.apache.commons.codec.binary.Hex;
import org.jinsta... | src/main/java/org/jinstagram/utils/EnforceSignedHeaderUtils.java | package org.jinstagram.utils;
import java.nio.charset.Charset;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
import org.apache.commons.codec.binary.Hex;
import org.jinstagram.exceptions.InstagramException;
@D... | Catch when clientSecret is null | src/main/java/org/jinstagram/utils/EnforceSignedHeaderUtils.java | Catch when clientSecret is null | |
Java | mit | d15f907bab45a47a4e83dbdfe7b4c01814c6f863 | 0 | eregon/pylos,eregon/pylos | package pylos.view;
import pylos.Pylos;
import pylos.controller.Controller;
import pylos.model.Ball;
import pylos.model.Model;
import pylos.model.Position;
import pylos.view.ball.HighlightBallGraphics;
import pylos.view.ball.PositionBallGraphics;
import com.jme3.app.SimpleApplication;
import com.jme3.asset.plugins.Fi... | src/pylos/view/View.java | package pylos.view;
import pylos.Pylos;
import pylos.controller.Controller;
import pylos.model.Ball;
import pylos.model.Model;
import pylos.model.Position;
import pylos.view.ball.HighlightBallGraphics;
import pylos.view.ball.PositionBallGraphics;
import com.jme3.app.SimpleApplication;
import com.jme3.asset.plugins.Fi... | remove debug code
| src/pylos/view/View.java | remove debug code | |
Java | mit | fbf95ec975ba1e8905b0215f0e6e4fd026a79eeb | 0 | KyoriPowered/text,KyoriPowered/text | /*
* This file is part of adventure, licensed under the MIT License.
*
* Copyright (c) 2017-2020 KyoriPowered
*
* 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... | api/src/main/java/net/kyori/adventure/audience/EmptyAudience.java | /*
* This file is part of adventure, licensed under the MIT License.
*
* Copyright (c) 2017-2020 KyoriPowered
*
* 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... | Remove extra imports
| api/src/main/java/net/kyori/adventure/audience/EmptyAudience.java | Remove extra imports | |
Java | agpl-3.0 | f945f2372d5576f7d15ef89155a283c97aa052a3 | 0 | elki-project/elki,elki-project/elki,elki-project/elki | /*
* This file is part of ELKI:
* Environment for Developing KDD-Applications Supported by Index-Structures
*
* Copyright (C) 2019
* ELKI Development Team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the... | elki-clustering/src/main/java/elki/evaluation/clustering/EvaluateClustering.java | /*
* This file is part of ELKI:
* Environment for Developing KDD-Applications Supported by Index-Structures
*
* Copyright (C) 2019
* ELKI Development Team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the... | Fix inconsistent naming with typo. | elki-clustering/src/main/java/elki/evaluation/clustering/EvaluateClustering.java | Fix inconsistent naming with typo. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.