lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 77e086a0ece043398f521b6bd8626142cd8aefba | 0 | sambalmueslie/herold | package de.sambalmueslie.herold;
public interface HeroldDataCenter {
/**
* Create a new model for a specified type.
*
* @param elementType
* the type
*/
<T extends DataModelElement> DataModel<T> createModel(Class<T> elementType);
/**
* Remove all model in the data center.
*/
void removeAl... | src/main/java/de/sambalmueslie/herold/HeroldDataCenter.java | package de.sambalmueslie.herold;
public interface HeroldDataCenter {
/**
* Create a new model for a specified type.
*
* @param elementType
* the type
*/
<T extends DataModelElement> void createModel(Class<T> elementType);
/**
* Remove all model in the data center.
*/
void removeAllModel()... | finish data center and model controller
| src/main/java/de/sambalmueslie/herold/HeroldDataCenter.java | finish data center and model controller | |
Java | apache-2.0 | 43e5218a869ca5c2bdc457375461ae89cdf97315 | 0 | JingchengDu/hadoop,wwjiang007/hadoop,apache/hadoop,wwjiang007/hadoop,JingchengDu/hadoop,mapr/hadoop-common,mapr/hadoop-common,apache/hadoop,wwjiang007/hadoop,apache/hadoop,apache/hadoop,JingchengDu/hadoop,mapr/hadoop-common,apache/hadoop,wwjiang007/hadoop,mapr/hadoop-common,wwjiang007/hadoop,mapr/hadoop-common,Jingchen... | /**
* 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... | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/OfflineEditsXmlLoader.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... | HDFS-16410. Insecure Xml parsing in OfflineEditsXmlLoader (#3854)
Contributed by Ashutosh Gupta | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/OfflineEditsXmlLoader.java | HDFS-16410. Insecure Xml parsing in OfflineEditsXmlLoader (#3854) | |
Java | bsd-3-clause | ed4415b131bdecb1835f204305a76aad8b42bb9c | 0 | Mediator/HollowCraft,Mediator/HollowCraft,Mediator/HollowCraft | package org.opencraft.server.task;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
/*
* OpenCraft License
*
* Copyright (c) 2009 Graham Edgecombe.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificati... | src/org/opencraft/server/task/TaskQueue.java | package org.opencraft.server.task;
/*
* OpenCraft License
*
* Copyright (c) 2009 Graham Edgecombe.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions o... | - More work on the task system.
git-svn-id: be99ed0070bb28ac5919ad28b1e3fed0cd356292@8 ed70fe5f-b892-4f76-b3ae-cefddca5e843
| src/org/opencraft/server/task/TaskQueue.java | - More work on the task system. | |
Java | bsd-3-clause | dd039cb81c35eb3f7165873d8c906e173cedc2cf | 0 | konklone/campyre | package campyre.java;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.io.UnsupportedEncodingException;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.impl.cookie.DateParseException;
import org.json.JSONArray;
import org.j... | src/campyre/java/Room.java | package campyre.java;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.io.UnsupportedEncodingException;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.impl.cookie.DateParseException;
import org.json.JSONArray;
import org.j... | More user friendly error message
| src/campyre/java/Room.java | More user friendly error message | |
Java | mit | af3aac558dfbfc4b1ef016d8dd5d9d2b2c8956ea | 0 | VEDAGroup/webstart-maven-plugin | package org.codehaus.mojo.webstart;
/*
* 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,... | webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/JnlpDownloadServletMojo.java | package org.codehaus.mojo.webstart;
/*
* 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,... | MWEBSTART-138 The number of signed artifacts differ from the number of modified artifacts (Patch from Farrukh)
git-svn-id: 77b324aa2a79f5be5a5588838f60aad7515134dd@16042 52ab4f32-60fc-0310-b215-8acea882cd1b
| webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/JnlpDownloadServletMojo.java | MWEBSTART-138 The number of signed artifacts differ from the number of modified artifacts (Patch from Farrukh) | |
Java | mit | 0c42ba1ecdfc60d9f7a414f3056c9862b9ca72a3 | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package com.worth.ifs.user.service;
import com.worth.ifs.BaseServiceSecurityTest;
import com.worth.ifs.commons.service.ServiceResult;
import com.worth.ifs.token.domain.Token;
import com.worth.ifs.token.security.TokenLookupStrategies;
import com.worth.ifs.token.security.TokenPermissionRules;
import com.worth.ifs.user.r... | ifs-data-service/src/test/java/com/worth/ifs/user/service/UserServiceSecurityTest.java | package com.worth.ifs.user.service;
import com.worth.ifs.BaseServiceSecurityTest;
import com.worth.ifs.commons.service.ServiceResult;
import com.worth.ifs.token.domain.Token;
import com.worth.ifs.token.security.TokenLookupStrategies;
import com.worth.ifs.token.security.TokenPermissionRules;
import com.worth.ifs.user.r... | remove exp not needed until merge
Former-commit-id: ab54da0ad42b89277e3a36b344b7a61f366ff858 | ifs-data-service/src/test/java/com/worth/ifs/user/service/UserServiceSecurityTest.java | remove exp not needed until merge | |
Java | mit | 0680ceccb0e84ea24e29f0f67d9dfb949db49635 | 0 | SpongePowered/Sponge,SpongePowered/Sponge,SpongePowered/Sponge | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | src/mixins/java/org/spongepowered/common/mixin/core/server/players/PlayerListMixin.java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | fix mixin error on server startup
impl was trying to redirect a method whose arg was
redirected by another redirect
| src/mixins/java/org/spongepowered/common/mixin/core/server/players/PlayerListMixin.java | fix mixin error on server startup | |
Java | mit | 1a25377c2ed8bc7cfc566f8a1e2a644c35787cb6 | 0 | jenkinsci/codebeamer-result-trend-updater-plugin,jenkinsci/codebeamer-result-trend-updater-plugin | /*
* Copyright (c) 2015 Intland Software (support@intland.com)
*/
package com.intland.jenkins.collector;
import com.intland.jenkins.api.CodebeamerApiClient;
import com.intland.jenkins.collector.dto.CodebeamerDto;
import hudson.Plugin;
import hudson.PluginWrapper;
import hudson.model.*;
import hudson.scm.ChangeLogSet... | src/test/java/com/intland/jenkins/collector/CodebeamerCollectorTests.java | /*
* Copyright (c) 2015 Intland Software (support@intland.com)
*/
package com.intland.jenkins.collector;
import com.intland.jenkins.api.CodebeamerApiClient;
import com.intland.jenkins.collector.dto.CodebeamerDto;
import hudson.Plugin;
import hudson.PluginWrapper;
import hudson.model.*;
import hudson.scm.ChangeLogSet... | override remove() for interator as well / CI issue
| src/test/java/com/intland/jenkins/collector/CodebeamerCollectorTests.java | override remove() for interator as well / CI issue | |
Java | epl-1.0 | 6aec5bebc9210e1e812a305600f89852b778e9e4 | 0 | css-iter/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,css-ite... | package org.csstudio.swt.xygraph.figures;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.csstudio.swt.xygraph.linearscale.AbstractScale.LabelSide;
import org.csstudio.swt.xygraph.linearscale.LinearScale.Orientation;
import org.csstudio.swt.xygraph.... | applications/plugins/org.csstudio.swt.xygraph/src/org/csstudio/swt/xygraph/figures/XYGraph.java | package org.csstudio.swt.xygraph.figures;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.csstudio.swt.xygraph.linearscale.AbstractScale.LabelSide;
import org.csstudio.swt.xygraph.linearscale.LinearScale.Orientation;
import org.csstudio.swt.xygraph.... | tweak
| applications/plugins/org.csstudio.swt.xygraph/src/org/csstudio/swt/xygraph/figures/XYGraph.java | tweak | |
Java | lgpl-2.1 | 49fec2725c6999ea2808feb305382593c0548d49 | 0 | mebigfatguy/fb-contrib,rblasch/fb-contrib,ThrawnCA/fb-contrib,ThrawnCA/fb-contrib,rblasch/fb-contrib,rblasch/fb-contrib,rblasch/fb-contrib,mebigfatguy/fb-contrib,ThrawnCA/fb-contrib,mebigfatguy/fb-contrib,ThrawnCA/fb-contrib | /*
* fb-contrib - Auxiliary detectors for Java programs
* Copyright (C) 2005-2016 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License... | src/com/mebigfatguy/fbcontrib/detect/BuryingLogic.java | /*
* fb-contrib - Auxiliary detectors for Java programs
* Copyright (C) 2005-2016 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License... | catch the excptions expected
| src/com/mebigfatguy/fbcontrib/detect/BuryingLogic.java | catch the excptions expected | |
Java | lgpl-2.1 | ed8d76c90b55bde9755095cfb635b0d4cc18411e | 0 | kurtwalker/pdi-agile-bi-plugin,mdamour1976/pdi-agile-bi-plugin,mkambol/pdi-agile-bi-plugin,pedrofvteixeira/pdi-agile-bi-plugin,mkambol/pdi-agile-bi-plugin,pentaho-nbaker/pdi-agile-bi-plugin,pentaho-nbaker/pdi-agile-bi-plugin,bmorrise/pdi-agile-bi-plugin,rmansoor/pdi-agile-bi-plugin,pedrofvteixeira/pdi-agile-bi-plugin,k... | package org.pentaho.agilebi.pdi.visualizations.prpt;
import java.io.File;
import java.util.Locale;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.pentaho.agilebi.pdi.PDIMessages;
import o... | src/org/pentaho/agilebi/pdi/visualizations/prpt/PRPTVisualization.java | package org.pentaho.agilebi.pdi.visualizations.prpt;
import java.io.File;
import java.util.Locale;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.pentaho.agilebi.pdi.PDIMessages;
import o... | [PDI-2840] fix for classloader issue opening PRPT when the reporting engine not booted
| src/org/pentaho/agilebi/pdi/visualizations/prpt/PRPTVisualization.java | [PDI-2840] fix for classloader issue opening PRPT when the reporting engine not booted | |
Java | apache-2.0 | 444b41a0a4f4dccc0cd3fc1b503d7e25d25388f0 | 0 | ok2c/httpclient,UlrichColby/httpcomponents-client,apache/httpcomponents-client | /*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
... | httpclient/src/main/java/org/apache/http/impl/client/AuthenticationStrategyImpl.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
... | Align scheme names
git-svn-id: 897293da6115b9493049ecf64199cf2f9a0ac287@1580242 13f79535-47bb-0310-9956-ffa450edef68
| httpclient/src/main/java/org/apache/http/impl/client/AuthenticationStrategyImpl.java | Align scheme names | |
Java | apache-2.0 | d298bb3262e50116122fe8f3d83f1a78646bb77f | 0 | NLeSC/Xenon,NLeSC/Xenon | /**
* Copyright 2013 Netherlands eScience Center
*
* 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... | src/integrationTest/java/nl/esciencecenter/xenon/adaptors/GenericScheduleJobTestParent.java | /**
* Copyright 2013 Netherlands eScience Center
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | Fixed tests for waitUntilDone and waitUntilRunning. Skrewed up job cleanup after test
| src/integrationTest/java/nl/esciencecenter/xenon/adaptors/GenericScheduleJobTestParent.java | Fixed tests for waitUntilDone and waitUntilRunning. Skrewed up job cleanup after test | |
Java | apache-2.0 | e6984296888103a33b4aacf0650f2a5bb9b17919 | 0 | wildfly-security-incubator/undertow,wildfly-security-incubator/undertow,wildfly-security-incubator/undertow | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | core/src/main/java/io/undertow/server/protocol/framed/AbstractFramedChannel.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | Improve toString()
| core/src/main/java/io/undertow/server/protocol/framed/AbstractFramedChannel.java | Improve toString() | |
Java | apache-2.0 | 585830f3f27c3a1cc49b6f9215378367453183e6 | 0 | hakan42/perrypedia-release-calendar,hakan42/perrypedia-release-calendar | package com.gurkensalat.calendar.perrypedia.releasecalendar;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
i... | src/main/java/com/gurkensalat/calendar/perrypedia/releasecalendar/WikiPage.java | package com.gurkensalat.calendar.perrypedia.releasecalendar;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
i... | Clarify attribute name
| src/main/java/com/gurkensalat/calendar/perrypedia/releasecalendar/WikiPage.java | Clarify attribute name | |
Java | apache-2.0 | 42392432beb6761809b12bb49f8638603f992fd8 | 0 | tresvecesseis/ExoPlayer,tresvecesseis/ExoPlayer,tresvecesseis/ExoPlayer | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | library/src/main/java/com/google/android/exoplayer/extractor/RollingSampleBuffer.java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Add missing @links.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117840707
| library/src/main/java/com/google/android/exoplayer/extractor/RollingSampleBuffer.java | Add missing @links. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117840707 | |
Java | apache-2.0 | ef51cb31341db1c65811f262a18d1c06f3c9411f | 0 | hackugyo/ThoughtsCalendar_Android | package jp.ne.hatena.hackugyo.thoughtscalendar.ui.fragment;
import java.util.ArrayList;
import jp.ne.hatena.hackugyo.thoughtscalendar.CustomApplication;
import jp.ne.hatena.hackugyo.thoughtscalendar.R;
import android.annotation.SuppressLint;
import android.net.Uri;
import android.os.Build;
import android.provider.Cal... | src/jp/ne/hatena/hackugyo/thoughtscalendar/ui/fragment/PlaceHolderFragmentHelper.java | package jp.ne.hatena.hackugyo.thoughtscalendar.ui.fragment;
import java.util.ArrayList;
import jp.ne.hatena.hackugyo.thoughtscalendar.CustomApplication;
import jp.ne.hatena.hackugyo.thoughtscalendar.R;
import android.annotation.SuppressLint;
import android.net.Uri;
import android.os.Build;
import android.provider.Cal... | クラス名をファイル名に一致させる
| src/jp/ne/hatena/hackugyo/thoughtscalendar/ui/fragment/PlaceHolderFragmentHelper.java | クラス名をファイル名に一致させる | |
Java | apache-2.0 | 1595a326da90081cd447d366453ee114072fcb29 | 0 | twitter-forks/bazel,meteorcloudy/bazel,bazelbuild/bazel,twitter-forks/bazel,twitter-forks/bazel,perezd/bazel,meteorcloudy/bazel,perezd/bazel,meteorcloudy/bazel,ButterflyNetwork/bazel,meteorcloudy/bazel,katre/bazel,twitter-forks/bazel,bazelbuild/bazel,meteorcloudy/bazel,ButterflyNetwork/bazel,katre/bazel,cushon/bazel,cu... | // Copyright 2020 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | src/test/java/com/google/devtools/build/lib/buildtool/OutputArtifactConflictTest.java | // Copyright 2020 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | "Deflake" OutputArtifactConflictTest#testMultipleConflictErrors: there is no reason that //conflict:x should be inserted into the action-conflict-checking map before //conflict:_objs/x/foo.pic.o, even though historically it always is.
PiperOrigin-RevId: 368474386
| src/test/java/com/google/devtools/build/lib/buildtool/OutputArtifactConflictTest.java | "Deflake" OutputArtifactConflictTest#testMultipleConflictErrors: there is no reason that //conflict:x should be inserted into the action-conflict-checking map before //conflict:_objs/x/foo.pic.o, even though historically it always is. | |
Java | apache-2.0 | 2348a94614afbf3d72940dbf859727966ed4160d | 0 | Distelli/graphql-apigen | package com.distelli.graphql.apigen;
import graphql.language.Definition;
import graphql.language.EnumTypeDefinition;
import graphql.language.EnumValueDefinition;
import graphql.language.FieldDefinition;
import graphql.language.InputObjectTypeDefinition;
import graphql.language.InputValueDefinition;
import graphql.lang... | apigen/src/main/java/com/distelli/graphql/apigen/STModel.java | package com.distelli.graphql.apigen;
import graphql.language.Definition;
import graphql.language.EnumTypeDefinition;
import graphql.language.EnumValueDefinition;
import graphql.language.FieldDefinition;
import graphql.language.InputObjectTypeDefinition;
import graphql.language.InputValueDefinition;
import graphql.lang... | Mapping GraphQL Float data type to Double in Java
According to the specification of graphql-java Float type should mapped as Double.
https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/Scalars.java#L122
The problem actually is that when a getXXX method defined as Float in the GraphQL I... | apigen/src/main/java/com/distelli/graphql/apigen/STModel.java | Mapping GraphQL Float data type to Double in Java | |
Java | apache-2.0 | b1cab871f6b5730875be61babddb12128041e9a8 | 0 | cwenao/DSAA | /**
* Company
* Copyright (C) 2014-2017 All Rights Reserved.
*/
package com.cwenao.datastructure;
import com.cwenao.util.DrawGraphForSearch;
import com.cwenao.util.Vertexes;
import java.util.ArrayDeque;
import java.util.Queue;
/**
* @author cwenao
* @version $Id BreadthFirstSearchPath.java, v 0.1 2017-07-07 8:1... | data-structure/src/main/java/com/cwenao/datastructure/BreadthFirstSearchPath.java | /**
* Company
* Copyright (C) 2014-2017 All Rights Reserved.
*/
package com.cwenao.datastructure;
import com.cwenao.util.DrawGraphForSearch;
import com.cwenao.util.Vertexes;
import java.util.ArrayDeque;
import java.util.Queue;
/**
* @author cwenao
* @version $Id BreadthFirstSearchPath.java, v 0.1 2017-07-07 8:1... | update the breadthfirst
| data-structure/src/main/java/com/cwenao/datastructure/BreadthFirstSearchPath.java | update the breadthfirst | |
Java | apache-2.0 | 7daa7f7430786a88c857d09e8d4caf7710b6e32a | 0 | noemus/kotlin-eclipse,noemus/kotlin-eclipse | package org.jetbrains.kotlin.parser;
import java.io.File;
import org.eclipse.core.resources.IFile;
import org.jetbrains.jet.CompilerModeProvider;
import org.jetbrains.jet.OperationModeProvider;
import org.jetbrains.jet.lang.parsing.JetParser;
import org.jetbrains.jet.lang.parsing.JetParserDefinition;
import org.jetbr... | kotlin-eclipse-core/src/org/jetbrains/kotlin/parser/KotlinParser.java | package org.jetbrains.kotlin.parser;
import java.io.File;
import org.eclipse.core.resources.IFile;
import org.jetbrains.jet.CompilerModeProvider;
import org.jetbrains.jet.OperationModeProvider;
import org.jetbrains.jet.lang.parsing.JetParser;
import org.jetbrains.jet.lang.parsing.JetParserDefinition;
import org.jetbr... | Refresh application environment every time when we want parse file
| kotlin-eclipse-core/src/org/jetbrains/kotlin/parser/KotlinParser.java | Refresh application environment every time when we want parse file | |
Java | apache-2.0 | 85fc3fecec7386db5c0c7793c64c4773e6990019 | 0 | sirkkalap/DependencyCheck,sirkkalap/DependencyCheck,sirkkalap/DependencyCheck,sirkkalap/DependencyCheck,sirkkalap/DependencyCheck | /**
* Contains classes for working with the CPE Lucene Index.
*/
package org.owasp.dependencycheck.data.cpe;
| dependency-check-core/src/main/java/org/owasp/dependencycheck/data/cpe/package-info.java | /**
* <html>
* <head>
* <title>org.owasp.dependencycheck.data.cpe</title>
* </head>
* <body>
* Contains classes for working with the CPE Lucene Index.
* </body>
* </html>
*/
package org.owasp.dependencycheck.data.cpe;
| updated package-info
| dependency-check-core/src/main/java/org/owasp/dependencycheck/data/cpe/package-info.java | updated package-info | |
Java | apache-2.0 | 71484947b0bfcb9dda6e4fb2df9305975cfd6820 | 0 | ConSol/sakuli,ConSol/sakuli,ConSol/sakuli,ConSol/sakuli,ConSol/sakuli,ConSol/sakuli | /*
* Sakuli - Testing and Monitoring-Tool for Websites and common UIs.
*
* Copyright 2013 - 2017 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
*
* ... | src/core/src/main/java/org/sakuli/services/cipher/AbstractCipher.java | /*
* Sakuli - Testing and Monitoring-Tool for Websites and common UIs.
*
* Copyright 2013 - 2017 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
*
* ... | #197 use UTF-8 for conversion between string -> byte array
| src/core/src/main/java/org/sakuli/services/cipher/AbstractCipher.java | #197 use UTF-8 for conversion between string -> byte array | |
Java | apache-2.0 | 4784b2d405b68ed203661f7fee9a500962c21a8d | 0 | apache/reef,gyeongin/reef,dkm2110/Microsoft-cisl,apache/incubator-reef,zerg-junior/incubator-reef,shulmanb/reef,nachocano/incubator-reef,apache/reef,afchung/reef,apache/incubator-reef,yunseong/reef,yunseong/reef,dougmsft/reef,yunseong/reef,yunseong/reef,jwang98052/incubator-reef,singlis/reef,beysims/reef,afchung/reef,d... | /*
* Copyright 2013 Microsoft.
*
* 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 ... | tang/src/main/java/com/microsoft/tang/util/walk/GraphVisitorGraphviz.java | /*
* Copyright 2013 Microsoft.
*
* 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 ... | final? version of the pgraphviz layout
| tang/src/main/java/com/microsoft/tang/util/walk/GraphVisitorGraphviz.java | final? version of the pgraphviz layout | |
Java | apache-2.0 | efb6b541373d92d014cbbe220c69ca6caf9713cf | 0 | google/error-prone,cushon/error-prone,cushon/error-prone,cushon/error-prone,google/error-prone,cushon/error-prone | /*
* Copyright 2016 The Error Prone Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | core/src/test/java/com/google/errorprone/bugpatterns/RestrictedApiCheckerTest.java | /*
* Copyright 2016 The Error Prone Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | Explicitly add a test source
that was previously being discovered on the sourcepath.
PiperOrigin-RevId: 348524001
| core/src/test/java/com/google/errorprone/bugpatterns/RestrictedApiCheckerTest.java | Explicitly add a test source | |
Java | apache-2.0 | 791daa3850dfff7a81892ca4d9b1c5312d0cf561 | 0 | buckett/sakai-gitflow,ktakacs/sakai,duke-compsci290-spring2016/sakai,joserabal/sakai,kwedoff1/sakai,lorenamgUMU/sakai,OpenCollabZA/sakai,maurercw/gradebookNG,clhedrick/sakai,duke-compsci290-spring2016/sakai,joserabal/sakai,willkara/sakai,colczr/sakai,willkara/sakai,ouit0408/sakai,pushyamig/sakai,pushyamig/sakai,stevesw... | package org.sakaiproject.gradebookng.business.helpers;
import au.com.bytecode.opencsv.CSVReader;
import lombok.extern.apachecommons.CommonsLog;
import org.apache.commons.lang.StringUtils;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.ss.usermodel.Workbook;
imp... | tool/src/java/org/sakaiproject/gradebookng/business/helpers/ImportGradesHelper.java | package org.sakaiproject.gradebookng.business.helpers;
import au.com.bytecode.opencsv.CSVReader;
import lombok.extern.apachecommons.CommonsLog;
import org.apache.commons.lang.StringUtils;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.ss.usermodel.Workbook;
imp... | Fix for issue 101. Switch to the student eid instead of the uuid.
| tool/src/java/org/sakaiproject/gradebookng/business/helpers/ImportGradesHelper.java | Fix for issue 101. Switch to the student eid instead of the uuid. | |
Java | apache-2.0 | 0facc25ea8a18eabea3f1ebb23e8351888e738ea | 0 | freme-project/Broker,freme-project/Broker,freme-project/Broker | package eu.freme.broker.integration_tests;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.exceptions.UnirestException;
import com.mashape.unirest.request.HttpRequestWithBody;
import eu.freme.conversion.rdf.RDFConstants;
import org.junit.Ignore;
import org.junit.Test;
import java.io.IOEx... | src/test/java/eu/freme/broker/integration_tests/TildeETranslationTest.java | package eu.freme.broker.integration_tests;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.exceptions.UnirestException;
import com.mashape.unirest.request.HttpRequestWithBody;
import eu.freme.conversion.rdf.RDFConstants;
import org.junit.Ignore;
import org.junit.Test;
import java.io.IOEx... | fixes #72 | src/test/java/eu/freme/broker/integration_tests/TildeETranslationTest.java | fixes #72 | |
Java | bsd-3-clause | 8df60ab852e032f954202ed52383d17c2ecd0d03 | 0 | NCIP/catissue-advanced-query,NCIP/catissue-advanced-query | package edu.wustl.query.action;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
... | WEB-INF/src/edu/wustl/query/action/SearchMappedPVsAction.java | package edu.wustl.query.action;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
... | Issue resolved : If concept code contains Apostrophe(') then user is not able to add PVs
SVN-Revision: 5538
| WEB-INF/src/edu/wustl/query/action/SearchMappedPVsAction.java | Issue resolved : If concept code contains Apostrophe(') then user is not able to add PVs | |
Java | bsd-3-clause | 09be20a4d51226fa09db73bfe9105613b3675f48 | 0 | cesarmarinhorj/gremlin,tinkerpop/gremlin,samanalysis/gremlin,samanalysis/gremlin,tinkerpop/gremlin,ccagnoli/gremlin,ccagnoli/gremlin,cesarmarinhorj/gremlin | package com.tinkerpop.gremlin.compiler.pipes;
import com.tinkerpop.gremlin.compiler.Atom;
import com.tinkerpop.gremlin.compiler.GremlinEvaluator;
import com.tinkerpop.gremlin.compiler.operations.BinaryOperation;
import com.tinkerpop.gremlin.compiler.operations.Operation;
import com.tinkerpop.gremlin.compiler.operation... | src/main/java/com/tinkerpop/gremlin/compiler/pipes/GremlinPipesHelper.java | package com.tinkerpop.gremlin.compiler.pipes;
import com.tinkerpop.gremlin.compiler.Atom;
import com.tinkerpop.gremlin.compiler.GremlinEvaluator;
import com.tinkerpop.gremlin.compiler.operations.BinaryOperation;
import com.tinkerpop.gremlin.compiler.operations.Operation;
import com.tinkerpop.gremlin.compiler.operation... | Iterator fixed to Iterable in pipelineStartPoint method of GremlinPipesHelper.
| src/main/java/com/tinkerpop/gremlin/compiler/pipes/GremlinPipesHelper.java | Iterator fixed to Iterable in pipelineStartPoint method of GremlinPipesHelper. | |
Java | mit | 944591cbc71202c337c14cc8b5a205eff4c47d06 | 0 | shrayasr/PCache | package main.com.pcache.core;
import java.io.IOException;
import java.net.ServerSocket;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.GnuParser;
import org.ap... | src/main/com/pcache/core/Server.java | package main.com.pcache.core;
import java.io.IOException;
import java.net.ServerSocket;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.GnuParser;
import org.ap... | Better connection handling at the server level
- Explicitly handling the exception thrown by the Gnu Parser for
commandline arguments
- Setting backlog connections to 400, meaning that 400 connections can
be queue'd at the socket point
| src/main/com/pcache/core/Server.java | Better connection handling at the server level | |
Java | mit | 3ac1e2945f3ea8f58f2d26a4e80b6dacb1412bf3 | 0 | Linguastat/datasift-java,datasift/datasift-java,Linguastat/datasift-java,datasift/datasift-java | package com.datasift.client.push;
import com.datasift.client.DataSiftClient;
import com.datasift.client.exceptions.IllegalDataSiftPullFormat;
import com.datasift.client.exceptions.PushSubscriptionNotFound;
import com.datasift.client.stream.Interaction;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterx... | src/main/java/com/datasift/client/push/PullReader.java | package com.datasift.client.push;
import com.datasift.client.DataSiftClient;
import com.datasift.client.exceptions.IllegalDataSiftPullFormat;
import com.datasift.client.exceptions.PushSubscriptionNotFound;
import com.datasift.client.stream.Interaction;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterx... | make sure that the response payload is never null or empty before attempting decode
| src/main/java/com/datasift/client/push/PullReader.java | make sure that the response payload is never null or empty before attempting decode | |
Java | mit | 7d531176d8b7d82a3cebbe4933e12d333c3776a9 | 0 | ClintonCao/UnifiedASATVisualizer,ClintonCao/Contextproject-TSE,ClintonCao/Contextproject-TSE,ClintonCao/Contextproject-TSE,ClintonCao/UnifiedASATVisualizer,ClintonCao/UnifiedASATVisualizer | package BlueTurtle.TSE;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import BlueTurtle.groupers.WarningGrouper;
import BlueTurtle.groupers.WarningGrouper.Criteria;
import BlueTurtle.parsers.CheckStyleXMLParser;
import BlueTurtle.parsers.FindBugsXMLParser;
import B... | src/main/java/BlueTurtle/TSE/JSONFormatter.java | package BlueTurtle.TSE;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import BlueTurtle.groupers.WarningGrouper;
import BlueTurtle.groupers.WarningGrouper.Criteria;
import BlueTurtle.parsers.CheckStyleXMLParser;
import BlueTurtle.parsers.FindBugsXMLParser;
import B... | Removed single use file variable in parseFile in JSONFOrmatter.
| src/main/java/BlueTurtle/TSE/JSONFormatter.java | Removed single use file variable in parseFile in JSONFOrmatter. | |
Java | mit | 66b5e260e1dc26d05803a0220e48a1a10f20619f | 0 | hpe-idol/java-powerpoint-report,hpautonomy/find,hpe-idol/find,hpautonomy/find,hpe-idol/find,hpautonomy/find,hpautonomy/find,hpautonomy/find,hpe-idol/find,hpe-idol/find,hpe-idol/find,hpe-idol/java-powerpoint-report | package com.autonomy.abc.selenium.menubar;
import com.autonomy.abc.selenium.page.AppBody;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import java.util.List;
public class TopNavBar extends TabBar {
public TopNavBar(fina... | src/main/java/com/autonomy/abc/selenium/menubar/TopNavBar.java | package com.autonomy.abc.selenium.menubar;
import com.autonomy.abc.selenium.page.AppBody;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import java.util.List;
public class TopNavBar extends TabBar {
public TopNavBar(fina... | [abc] mockui remove reference to SearchPage
[git-p4: depot-paths = "//depot/products/frontend/abc/master/": change = 1249433]
| src/main/java/com/autonomy/abc/selenium/menubar/TopNavBar.java | [abc] mockui remove reference to SearchPage | |
Java | mit | 804516cfeb63560c2a2b4e62abfec91121fb32f1 | 0 | 8-Bit-Warframe/Lost-Sector | package com.ezardlabs.lostsector.objects.menus;
import com.ezardlabs.dethsquare.GameObject;
import com.ezardlabs.dethsquare.GuiRenderer;
import com.ezardlabs.dethsquare.GuiText;
import com.ezardlabs.dethsquare.Input;
import com.ezardlabs.dethsquare.Input.KeyCode;
import com.ezardlabs.dethsquare.Script;
import com.ezar... | src/main/java/com/ezardlabs/lostsector/objects/menus/Menu.java | package com.ezardlabs.lostsector.objects.menus;
import com.ezardlabs.dethsquare.GameObject;
import com.ezardlabs.dethsquare.GuiRenderer;
import com.ezardlabs.dethsquare.GuiText;
import com.ezardlabs.dethsquare.Input;
import com.ezardlabs.dethsquare.Input.KeyCode;
import com.ezardlabs.dethsquare.Script;
import com.ezar... | Don't statically cache font, as this causes bugs when the level is changed
| src/main/java/com/ezardlabs/lostsector/objects/menus/Menu.java | Don't statically cache font, as this causes bugs when the level is changed | |
Java | mit | 6b81d1d5b465d030df945dcf57eed8d87eef69e2 | 0 | invisiblecloud/invoice-capture-client | package com.invisiblecollector.model;
import java.util.Date;
/**
* Model for searching debts
*
* <p>Implements a fluent builder API.
*/
public class FindDebtsBuilder extends Model {
private static final String DATE_ERROR_MSG = "to_date must follow from_date";
/**
* Set search start date
*
* @param ... | src/main/java/com/invisiblecollector/model/FindDebtsBuilder.java | package com.invisiblecollector.model;
import java.util.Date;
/**
* Model for searching debts
*
* <p>Implements a fluent builder API.
*/
public class FindDebtsBuilder extends Model {
private static final String DATE_ERROR_MSG = "to_date must follow from_date";
/**
* Set search start date
*
* @param ... | remove extra find debts builder model fields
| src/main/java/com/invisiblecollector/model/FindDebtsBuilder.java | remove extra find debts builder model fields | |
Java | epl-1.0 | 41c13e25b7fb17c3b6105081cf9ff97049ff1da5 | 0 | gnodet/wikitext | /*******************************************************************************
* Copyright (c) 2004 - 2005 University Of British Columbia and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this ... | org.eclipse.mylyn.context.core/src/org/eclipse/mylyn/core/internal/MylarContext.java | /*******************************************************************************
* Copyright (c) 2004 - 2005 University Of British Columbia and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this ... | Progress on: Bug 119380: MyLar Seems to Block and make Eclipse unusable when running external build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=119380
| org.eclipse.mylyn.context.core/src/org/eclipse/mylyn/core/internal/MylarContext.java | Progress on: Bug 119380: MyLar Seems to Block and make Eclipse unusable when running external build https://bugs.eclipse.org/bugs/show_bug.cgi?id=119380 | |
Java | epl-1.0 | 51dcf3e583f11f94fac41b51cb4de78453b0abed | 0 | ELTE-Soft/xUML-RT-Executor | package hu.eltesoft.modelexecution.cli;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.util.AbstractMap;
import java.util.ArrayList;
import java.util.Hash... | plugins/hu.eltesoft.modelexecution.cli/src/hu/eltesoft/modelexecution/cli/StandaloneModelCompiler.java | package hu.eltesoft.modelexecution.cli;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.util.AbstractMap;
import java.util.ArrayList;
import java.util.Hash... | cli-refactor: registration of pathmaps on the correct resource set
| plugins/hu.eltesoft.modelexecution.cli/src/hu/eltesoft/modelexecution/cli/StandaloneModelCompiler.java | cli-refactor: registration of pathmaps on the correct resource set | |
Java | lgpl-2.1 | a77bfc278478f8dae92dfbd2c009399ffb134786 | 0 | hungerburg/exist,joewiz/exist,wshager/exist,olvidalo/exist,ljo/exist,MjAbuz/exist,hungerburg/exist,adamretter/exist,ljo/exist,joewiz/exist,lcahlander/exist,wolfgangmm/exist,shabanovd/exist,wshager/exist,jensopetersen/exist,jessealama/exist,MjAbuz/exist,eXist-db/exist,kohsah/exist,MjAbuz/exist,joewiz/exist,dizzzz/exist,... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2008-2010 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 version 2
* o... | src/org/exist/xquery/functions/xmldb/XMLDBReindex.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2008-2009 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 version 2
* o... | [documentation-fix][bugfix] xdb:reindex() now takes collection URIs like the other xdb functions.
svn path=/trunk/eXist/; revision=11058
| src/org/exist/xquery/functions/xmldb/XMLDBReindex.java | [documentation-fix][bugfix] xdb:reindex() now takes collection URIs like the other xdb functions. | |
Java | apache-2.0 | 3de05cf9c31587ffae2f1e1b55f5b8704272e853 | 0 | AVnetWS/Hentoid,AVnetWS/Hentoid,AVnetWS/Hentoid | package me.devsaki.hentoid.views.ssiv;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import and... | app/src/main/java/me/devsaki/hentoid/views/ssiv/CustomSubsamplingScaleImageView.java | package me.devsaki.hentoid.views.ssiv;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import and... | Fix several issues reported by Sonar
| app/src/main/java/me/devsaki/hentoid/views/ssiv/CustomSubsamplingScaleImageView.java | Fix several issues reported by Sonar | |
Java | apache-2.0 | eb9a28281a31eaf38298a2fe1ecaa595dcbd11e3 | 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/databinders/TitleBinder.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... | Updated Javadoc
| library/src/main/java/com/matthewtamlin/mixtape/library/databinders/TitleBinder.java | Updated Javadoc | |
Java | apache-2.0 | 7df5baf0742aa3f55ed9bea6609cddb86c68b2db | 0 | mike-tr-adamson/incubator-tinkerpop,rmagen/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,dalaro/incubator-tinkerpop,rmagen/incubator-tinkerpop,krlohnes/tinkerpop,robertdale/tinkerpop,PommeVerte/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,apache/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,edgarRd/... | /*
* 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 ... | gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/util/ConfigurationEvaluator.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 ... | Adjust profiler config runner.
| gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/util/ConfigurationEvaluator.java | Adjust profiler config runner. | |
Java | apache-2.0 | 941c97534ab49103cc365920b595f0099ca5a534 | 0 | samaitra/ignite,agura/incubator-ignite,apache/ignite,zzcclp/ignite,svladykin/ignite,vadopolski/ignite,amirakhmedov/ignite,nivanov/ignite,vladisav/ignite,abhishek-ch/incubator-ignite,thuTom/ignite,vladisav/ignite,alexzaitzev/ignite,SomeFire/ignite,voipp/ignite,VladimirErshov/ignite,sk0x50/ignite,voipp/ignite,apache/igni... | /*
* 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 ... | modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.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 ... | # IGNITE-187 Minor TODO cleanup.
| modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java | # IGNITE-187 Minor TODO cleanup. | |
Java | apache-2.0 | 57b216da68eb9752847e6dc416477e2f7e640c12 | 0 | shreejay/uadetector,zpzgone/uadetector,before/uadetector | /*******************************************************************************
* Copyright 2012 André Rouél
*
* 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.... | modules/uadetector-resources/src/main/java/net/sf/uadetector/service/UADetectorServiceFactory.java | /*******************************************************************************
* Copyright 2012 André Rouél
*
* 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.... | Removed deprecated methods and lazy-loading of 'ResourceModuleParser' | modules/uadetector-resources/src/main/java/net/sf/uadetector/service/UADetectorServiceFactory.java | Removed deprecated methods and lazy-loading of 'ResourceModuleParser' | |
Java | apache-2.0 | 5a6ac30cbcbfdf54f04341aab28d8500b3537e00 | 0 | blackducksoftware/hub-jira,blackducksoftware/hub-jira,blackducksoftware/hub-jira | /**
* Black Duck JIRA Plugin
*
* Copyright (C) 2019 Black Duck Software, Inc.
* http://www.blackducksoftware.com/
*
* 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 copy... | src/main/java/com/blackducksoftware/integration/jira/common/BlackDuckAssignUtil.java | /**
* Black Duck JIRA Plugin
*
* Copyright (C) 2019 Black Duck Software, Inc.
* http://www.blackducksoftware.com/
*
* 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 copy... | JAVA: removing extra returns. changing to method references in streams
| src/main/java/com/blackducksoftware/integration/jira/common/BlackDuckAssignUtil.java | JAVA: removing extra returns. changing to method references in streams | |
Java | apache-2.0 | d3e231e4a9802c3e308155c9ca7ec3a05206ced2 | 0 | acgmohu/android-toolkit | package parser.dex;
import com.googlecode.dex2jar.Method;
import com.googlecode.dex2jar.util.DumpDexCodeAdapter;
import java.io.PrintWriter;
import java.io.StringWriter;
/**
* Created by SlowMan on 14-6-4.
* 1、解析方法的具體內容。
* 2、解析OP_CONST_STRING 對應的字符串。
*/
public class CodeAdapter extends DumpDexCodeAdapter {
D... | core/src/main/java/parser/dex/CodeAdapter.java | package parser.dex;
import com.googlecode.dex2jar.DexOpcodes;
import com.googlecode.dex2jar.Method;
import com.googlecode.dex2jar.util.DumpDexCodeAdapter;
import com.googlecode.dex2jar.visitors.DexCodeVisitor;
import org.objectweb.asm.Opcodes;
import parser.utils.XMLString;
import java.io.PrintWriter;
import java.io.... | 這部分代碼會影響方法內字符串的收集
| core/src/main/java/parser/dex/CodeAdapter.java | 這部分代碼會影響方法內字符串的收集 | |
Java | apache-2.0 | 215be426a3230669ffe3790dd70b9ad03dacbd57 | 0 | volkodava/disruptor-benchmark-tests | package com.disruptor.benchmark;
import com.lmax.disruptor.*;
import com.lmax.disruptor.dsl.Disruptor;
import com.lmax.disruptor.dsl.ProducerType;
import com.lmax.disruptor.util.DaemonThreadFactory;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.results.format.ResultFormatType;
import org.openjdk.jmh.run... | src/main/java/com/disruptor/benchmark/DisruptorBenchmarks.java | package com.disruptor.benchmark;
import com.lmax.disruptor.*;
import com.lmax.disruptor.dsl.Disruptor;
import com.lmax.disruptor.dsl.ProducerType;
import com.lmax.disruptor.util.DaemonThreadFactory;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.results.format.ResultFormatType;
import org.openjdk.jmh.run... | small refactor
| src/main/java/com/disruptor/benchmark/DisruptorBenchmarks.java | small refactor | |
Java | apache-2.0 | 245144f6ec621db96235dce3a7aec45332038eeb | 0 | kubernetes-client/java,kubernetes-client/java | /*
Copyright 2021 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | spring/src/test/java/io/kubernetes/client/spring/extended/manifests/KubernetesFromConfigMapTest.java | /*
Copyright 2021 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | flake: relaxing from-configmap timeout to 2s
| spring/src/test/java/io/kubernetes/client/spring/extended/manifests/KubernetesFromConfigMapTest.java | flake: relaxing from-configmap timeout to 2s | |
Java | apache-2.0 | ced8ae0acbbe987f3d93e21a2d265c7b3a27af73 | 0 | chengkaizone/Android-SlideExpandableListView,OrangeGangsters/Android-SlideExpandableListView,heshen/Android-SlideExpandableListView,simple88/Android-SlideExpandableListView,GeekHades/Android-SlideExpandableListView,caobaibing/Android-SlideExpandableListView,sowrabh/Android-SlideExpandableListView,HomHomLin/Android-Slid... | package com.tjerkw.slideexpandable.library;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.SparseIntArray;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.widget.LinearLayout;
import android.widget.ListAdapter;
import java.u... | library/src/com/tjerkw/slideexpandable/library/AbstractSlideExpandableListAdapter.java | package com.tjerkw.slideexpandable.library;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.SparseIntArray;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.widget.LinearLayout;
import android.widget.ListAdapter;
import java.u... | ReLayout toolbar after measure()
The toolbar layout needs to be relayout after the call to measure() otherwise, for example, having centered content in the toolbar will appear as left align after stopping and restarting the activity (i.e. switching off the screen) | library/src/com/tjerkw/slideexpandable/library/AbstractSlideExpandableListAdapter.java | ReLayout toolbar after measure() | |
Java | apache-2.0 | bd7930fec37e12e7a7fca648d842a20334d48437 | 0 | CloudSlang/cloud-slang,CloudSlang/cloud-slang,CloudSlang/cloud-slang,CloudSlang/cloud-slang | /*******************************************************************************
* (c) Copyright 2016 Hewlett-Packard Development Company, L.P.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License v2.0 which accompany this distribution.
*
* T... | cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/SlangBuildMain.java | /*******************************************************************************
* (c) Copyright 2016 Hewlett-Packard Development Company, L.P.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License v2.0 which accompany this distribution.
*
* T... | refactor log4j file check
Signed-off-by: Bonczidai Levente <b67e84b40d3b81c04742dff60ed6ffa84c7a0258@hpe.com>
| cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/SlangBuildMain.java | refactor log4j file check | |
Java | apache-2.0 | f1fa039dfcbbed957d4030c6890537f44770a001 | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | com/planet_ink/coffee_mud/Abilities/Spells/Spell_FakeWeapon.java | package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | fake weapon fix.
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@16236 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Spells/Spell_FakeWeapon.java | fake weapon fix. | |
Java | apache-2.0 | eb73e36a158008c0048411f98dd69ac3fe58306f | 0 | youknowone/zxing,youknowone/zxing,youknowone/zxing,youknowone/zxing | /*
* Copyright (C) 2008 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | android/src/com/google/zxing/client/android/ViewfinderView.java | /*
* Copyright (C) 2008 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Avoid weird NPE observed in 4.3.2
git-svn-id: d565a5fbffec933846bf643895bf9c245569575b@2792 59b500cc-1b3d-0410-9834-0bbf25fbcc57
| android/src/com/google/zxing/client/android/ViewfinderView.java | Avoid weird NPE observed in 4.3.2 | |
Java | apache-2.0 | 988ed8c87e02a9496c6de058317258e2c67837fc | 0 | coolcrowd/object-service,coolcrowd/ObjectService,coolcrowd/ObjectService,coolcrowd/object-service,coolcrowd/object-service,coolcrowd/ObjectService,coolcrowd/object-service,coolcrowd/ObjectService | package edu.kit.ipd.crowdcontrol.objectservice.moneytransfer;
import edu.kit.ipd.crowdcontrol.objectservice.database.model.tables.records.GiftCodeRecord;
import org.junit.Before;
import org.junit.Test;
import javax.mail.*;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.... | src/test/java/edu/kit/ipd/crowdcontrol/objectservice/moneytransfer/MailParserTest.java | package edu.kit.ipd.crowdcontrol.objectservice.moneytransfer;
import edu.kit.ipd.crowdcontrol.objectservice.database.model.tables.records.GiftCodeRecord;
import org.junit.Before;
import org.junit.Test;
import javax.mail.*;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.... | deletes gmailLogin.props, not needed
| src/test/java/edu/kit/ipd/crowdcontrol/objectservice/moneytransfer/MailParserTest.java | deletes gmailLogin.props, not needed | |
Java | apache-2.0 | 6c3f7dd675d64edd51fc350b026353854285be4c | 0 | NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra | /* ###
* IP: GHIDRA
*
* 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 writin... | Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/omf/OmfCommentRecord.java | /* ###
* IP: GHIDRA
*
* 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 writin... | GP-2686 fixed PR source formatting | Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/omf/OmfCommentRecord.java | GP-2686 fixed PR source formatting | |
Java | mit | 605a484cf473b7abfd5539b111fa9d989ccb8c55 | 0 | graphql-java/graphql-java,graphql-java/graphql-java | package graphql.relay;
import graphql.PublicApi;
import graphql.schema.DataFetcher;
import graphql.schema.GraphQLArgument;
import graphql.schema.GraphQLFieldDefinition;
import graphql.schema.GraphQLInputObjectField;
import graphql.schema.GraphQLInputObjectType;
import graphql.schema.GraphQLInterfaceType;
import graphq... | src/main/java/graphql/relay/Relay.java | package graphql.relay;
import graphql.PublicApi;
import graphql.schema.DataFetcher;
import graphql.schema.GraphQLArgument;
import graphql.schema.GraphQLFieldDefinition;
import graphql.schema.GraphQLInputObjectField;
import graphql.schema.GraphQLInputObjectType;
import graphql.schema.GraphQLInterfaceType;
import graphq... | Make a Relay mutation without a clientMutationId
| src/main/java/graphql/relay/Relay.java | Make a Relay mutation without a clientMutationId | |
Java | mit | 4db5f4edfebc750aa7b36a970d97fa0b90a3e90f | 0 | armandgray/taapProject,armandgray/taapProject,armandgray/taapProject | package com.armandgray.taap.settings;
import android.content.Intent;
import android.net.Uri;
import com.armandgray.taap.settings.detail.SettingsDetailActivity;
public class SettingsActivityController implements SettingsActivityViews.SettingsViewsListener {
static final String ARMANDGRAY_COM = "http://armandgray... | TAAP/app/src/main/java/com/armandgray/taap/settings/SettingsActivityController.java | package com.armandgray.taap.settings;
import android.content.Intent;
import android.net.Uri;
import com.armandgray.taap.settings.detail.SettingsDetailActivity;
public class SettingsActivityController implements SettingsActivityViews.SettingsViewsListener {
static final String ARMANDGRAY_COM = "http://armandgray... | set google play store url to to pkg name
| TAAP/app/src/main/java/com/armandgray/taap/settings/SettingsActivityController.java | set google play store url to to pkg name | |
Java | mit | 798472bec582517c89767bdaab9566f940b3bcf7 | 0 | LinDA-tools/RDF2Any,LinDA-tools/RDF2Any,LinDA-tools/RDF2Any | package de.unibonn.iai.eis.linda.converters.impl.results;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import de.unibonn.iai.eis.linda.querybuilder.classes.RDFClass;
import de.unibonn.iai.eis.linda.querybuilder.classes.RDFClassProperty;
... | linda/src/main/java/de/unibonn/iai/eis/linda/converters/impl/results/JSONObjectsOutput.java | package de.unibonn.iai.eis.linda.converters.impl.results;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import de.unibonn.iai.eis.linda.querybuilder.classes.RDFClass;
import de.unibonn.iai.eis.linda.querybuilder.classes.RDFClassProperty;
... | shortened the values sent in properties in JSON convert
| linda/src/main/java/de/unibonn/iai/eis/linda/converters/impl/results/JSONObjectsOutput.java | shortened the values sent in properties in JSON convert | |
Java | mit | 250ddf23b97515ddcd7941e0fe63338d9194a6f9 | 0 | frc3946/Stronghold,frc3946/Stronghold | package org.usfirst.frc.team3946.robot;
import org.usfirst.frc.team3946.robot.commands.AutoTravel;
import org.usfirst.frc.team3946.robot.subsystems.BallPickup;
import org.usfirst.frc.team3946.robot.subsystems.CatapultPositioner;
import org.usfirst.frc.team3946.robot.subsystems.DriveTrainEncoder;
import org.usfirst.frc... | src/org/usfirst/frc/team3946/robot/Robot.java | package org.usfirst.frc.team3946.robot;
import org.usfirst.frc.team3946.robot.commands.AutoDriveTest;
import org.usfirst.frc.team3946.robot.commands.AutoTravel;
import org.usfirst.frc.team3946.robot.subsystems.BallPickup;
import org.usfirst.frc.team3946.robot.subsystems.CatapultPositioner;
import org.usfirst.frc.team3... | 2-13 afternoon updates
| src/org/usfirst/frc/team3946/robot/Robot.java | 2-13 afternoon updates | |
Java | mit | 9db610662a61e6443189204731cc898dcb35c775 | 0 | MarkEWaite/git-plugin,martinda/git-plugin,jenkinsci/git-plugin,martinda/git-plugin,jenkinsci/git-plugin,MarkEWaite/git-plugin,martinda/git-plugin,MarkEWaite/git-plugin,MarkEWaite/git-plugin,jenkinsci/git-plugin,jenkinsci/git-plugin | package hudson.plugins.git;
import com.cloudbees.plugins.credentials.CredentialsMatcher;
import com.cloudbees.plugins.credentials.CredentialsMatchers;
import com.cloudbees.plugins.credentials.CredentialsProvider;
import com.cloudbees.plugins.credentials.common.StandardUsernameCredentials;
import com.cloudbees.plugins.... | src/main/java/hudson/plugins/git/GitSCM.java | package hudson.plugins.git;
import com.cloudbees.plugins.credentials.CredentialsMatcher;
import com.cloudbees.plugins.credentials.CredentialsMatchers;
import com.cloudbees.plugins.credentials.CredentialsProvider;
import com.cloudbees.plugins.credentials.common.StandardUsernameCredentials;
import com.cloudbees.plugins.... | Use `CredentialsProvider.findCredentialById` whenever possible
| src/main/java/hudson/plugins/git/GitSCM.java | Use `CredentialsProvider.findCredentialById` whenever possible | |
Java | mit | b460569b9841dc958b2af62fac917e3554406cc9 | 0 | alvinlyj/main,CS2103JAN2017-T11-B1/main,CS2103JAN2017-T11-B1/main,alvinlyj/main | package guitests;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class ClearCommandTest extends TaskManagerGuiTest {
// @@author A0141102H
@Test
public void clear() {
// verify a non-empty list can be cleared
assertTrue(eventTaskListPanel.isListMatching(td.getT... | src/test/java/guitests/ClearCommandTest.java | package guitests;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class ClearCommandTest extends TaskManagerGuiTest {
// @@author A0141102H
@Test
public void clear() {
// verify a non-empty list can be cleared
assertTrue(taskListPanel.isListMatching(td.getTypica... | Update Clear command test
| src/test/java/guitests/ClearCommandTest.java | Update Clear command test | |
Java | mit | fe3fa14901798492cad10ed88e6a8c72883571ff | 0 | richard-roberts/SOMns,richard-roberts/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,smarr/SOMns,smarr/SOMns,MetaConc/SOMns,richard-roberts/SOMns,VAISHALI-DHANOA/SOMns,smarr/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,MetaConc/SOMns,MetaConc/SOMns,smarr/SOMns,richa... | package som.interpreter.actors;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.NoSuchElementException;
import java.util.concurrent.ForkJoinPool;
import som.interpreter.actors.SPromise.SResolver;
import som.primitives.ObjectPrims.IsValue;
import som.vmobjects.SSymbol;
import com.oracle.truf... | src/som/interpreter/actors/Actor.java | package som.interpreter.actors;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.NoSuchElementException;
import java.util.concurrent.ForkJoinPool;
import som.interpreter.actors.SPromise.SResolver;
import som.primitives.ObjectPrims.IsValue;
import som.vmobjects.SSymbol;
import com.oracle.truf... | Fixed reversed value propagation for resolved promise
Signed-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>
| src/som/interpreter/actors/Actor.java | Fixed reversed value propagation for resolved promise | |
Java | mit | 3b1e8f223ae82a1d0fc552a067d33f28842d04c6 | 0 | fclairamb/tc65lib,fclairamb/tc65lib | package org.javacint.console;
import java.io.InputStream;
import java.io.PrintStream;
import java.util.Date;
import org.javacint.task.Timers;
import org.javacint.time.TimeClient;
import org.javacint.time.TimeRetriever;
import org.javacint.time.ntp.SntpClient;
/**
* NTP client testing command. Usage:<br /><q>ntp <... | tc65lib/src/org/javacint/console/NTPTestCommand.java | package org.javacint.console;
import java.io.InputStream;
import java.io.PrintStream;
import java.util.Date;
import org.javacint.task.Timers;
import org.javacint.time.TimeClient;
import org.javacint.time.TimeRetriever;
import org.javacint.time.ntp.SntpClient;
/**
* NTP client testing command. Usage:<br /><q>ntp <... | NTP: Small glitch (it was always using "ntp.pool.org") | tc65lib/src/org/javacint/console/NTPTestCommand.java | NTP: Small glitch (it was always using "ntp.pool.org") | |
Java | mit | 8219af82dc9ada1d692190d7eefb5c04d492445c | 0 | AppLovin/SDK-Network-Adaptors,AppLovin/SDK-Network-Adaptors | package com.applovin.mediation;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import com.applovin.adview.AppLovinIncentivizedInterstitial;
import com.applovin.sdk.AppLovinAd;
import com.applovin.sdk.... | AdMob/Android/ApplovinAdapter.java | package com.applovin.mediation;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import com.applovin.adview.AppLovinIncentivizedInterstitial;
import com.applovin.sdk.AppLovinAd;
import com.applovin.sdk.... | Check SDK version first for consistency's sake
| AdMob/Android/ApplovinAdapter.java | Check SDK version first for consistency's sake | |
Java | mit | d55a09b34d02973f835759d808bf1fe356aa98df | 0 | kartoFlane/hiervis,kartoFlane/hiervis,kartoFlane/hiervis | package pl.pwr.hiervis.visualisation;
import java.awt.Color;
import java.awt.geom.Rectangle2D;
import java.text.NumberFormat;
import java.util.AbstractMap;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import java.util.Map.Entry;
i... | src/pl/pwr/hiervis/visualisation/HierarchyProcessor.java | package pl.pwr.hiervis.visualisation;
import java.awt.Color;
import java.awt.geom.Rectangle2D;
import java.text.NumberFormat;
import java.util.AbstractMap;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import java.util.Map.Entry;
i... | Fixed axes only displaying positive values.
| src/pl/pwr/hiervis/visualisation/HierarchyProcessor.java | Fixed axes only displaying positive values. | |
Java | agpl-3.0 | c7f937bb7ac5be54c24c045e1cb0ffaade47a09e | 0 | mukadder/kc,jwillia/kc-old1,geothomasp/kcmit,iu-uits-es/kc,jwillia/kc-old1,UniversityOfHawaiiORS/kc,kuali/kc,ColostateResearchServices/kc,geothomasp/kcmit,iu-uits-es/kc,ColostateResearchServices/kc,UniversityOfHawaiiORS/kc,jwillia/kc-old1,kuali/kc,geothomasp/kcmit,UniversityOfHawaiiORS/kc,ColostateResearchServices/kc,j... | /*
* Copyright 2006-2008 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless re... | src/main/java/org/kuali/kra/timeandmoney/web/struts/action/TimeAndMoneyAction.java | /*
* Copyright 2006-2008 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless re... | KCAWD-263 - T&M Award Hierarchy View
| src/main/java/org/kuali/kra/timeandmoney/web/struts/action/TimeAndMoneyAction.java | KCAWD-263 - T&M Award Hierarchy View | |
Java | agpl-3.0 | 8a8d68a72fc07562cfce84721d2f89c82e1f33e2 | 0 | exomiser/Exomiser,exomiser/Exomiser | /*
* The Exomiser - A tool to annotate and prioritize variants
*
* Copyright (C) 2012 - 2015 Charite Universitätsmedizin Berlin and Genome Research Ltd.
*
* 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... | exomiser-core/src/main/java/de/charite/compbio/exomiser/core/analysis/AbstractAnalysisRunner.java | /*
* The Exomiser - A tool to annotate and prioritize variants
*
* Copyright (C) 2012 - 2015 Charite Universitätsmedizin Berlin and Genome Research Ltd.
*
* 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... | Removed TAD non-coding variant gene reassignment from AbstractAnalysisRunner until this is working properly.
| exomiser-core/src/main/java/de/charite/compbio/exomiser/core/analysis/AbstractAnalysisRunner.java | Removed TAD non-coding variant gene reassignment from AbstractAnalysisRunner until this is working properly. | |
Java | agpl-3.0 | b560e495fa2d72a0894b1c5b928f0e6b9257f080 | 0 | dgray16/libreplan,poum/libreplan,PaulLuchyn/libreplan,LibrePlan/libreplan,Marine-22/libre,Marine-22/libre,skylow95/libreplan,PaulLuchyn/libreplan,skylow95/libreplan,skylow95/libreplan,LibrePlan/libreplan,poum/libreplan,poum/libreplan,LibrePlan/libreplan,dgray16/libreplan,LibrePlan/libreplan,dgray16/libreplan,LibrePlan/... | /*
* This file is part of LibrePlan
*
* Copyright (C) 2010-2011 Wireless Galicia, S.L.
* Copyright (C) 2011-2012 Igalia, S.L.
*
* 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... | libreplan-webapp/src/main/java/org/libreplan/web/orders/ProjectDetailsController.java | /*
* This file is part of LibrePlan
*
* Copyright (C) 2010-2011 Wireless Galicia, S.L.
* Copyright (C) 2011-2012 Igalia, S.L.
*
* 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... | Bug #1590: Avoid go to projects list when creating a project
FEA: ItEr77S04BugFixing
| libreplan-webapp/src/main/java/org/libreplan/web/orders/ProjectDetailsController.java | Bug #1590: Avoid go to projects list when creating a project | |
Java | agpl-3.0 | 8e42ee8404abd6deb4a021dfca333188fc945688 | 0 | VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb | /* This file is part of VoltDB.
* Copyright (C) 2008-2019 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | src/frontend/org/voltdb/export/StreamBlockQueue.java | /* This file is part of VoltDB.
* Copyright (C) 2008-2019 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | ENG-19074: fix truncation of last segment with 1-row buffer (#6876)
| src/frontend/org/voltdb/export/StreamBlockQueue.java | ENG-19074: fix truncation of last segment with 1-row buffer (#6876) | |
Java | lgpl-2.1 | bf4bf7d142bee39bcc112e435dafbf89179e0bb4 | 0 | gytis/narayana,tomjenkinson/narayana,mmusgrov/narayana,jbosstm/narayana,mmusgrov/narayana,jbosstm/narayana,mmusgrov/narayana,gytis/narayana,jbosstm/narayana,tomjenkinson/narayana,tomjenkinson/narayana,tomjenkinson/narayana,gytis/narayana,gytis/narayana,gytis/narayana,jbosstm/narayana,gytis/narayana,mmusgrov/narayana | /*
* JBoss, Home of Professional Open Source
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
* This copyrighted material is made available to anyone wishing to ... | ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/local/transactions/TransactionFactoryUnitTest.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
* This copyrighted material is made available to anyone wishing to ... | https://issues.jboss.org/browse/JBTM-715
| ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/local/transactions/TransactionFactoryUnitTest.java | https://issues.jboss.org/browse/JBTM-715 | |
Java | apache-2.0 | 05481a924e8b586bc2cedc6326e4010eb9769497 | 0 | MalcolmK/fpai-core,MalcolmK/fpai-core,flexiblepower/fpai-core,MalcolmK/fpai-core,MalcolmK/fpai-core,flexiblepower/fpai-core,flexiblepower/fpai-core,flexiblepower/fpai-core | package org.flexiblepower.runtime.messaging;
import java.io.Closeable;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.atomic.AtomicBoolean;
import org.flexiblepower.messaging.Endpoint;
import org.flexiblepower.messaging.Port;
import... | flexiblepower.runtime/src/org/flexiblepower/runtime/messaging/EndpointWrapper.java | package org.flexiblepower.runtime.messaging;
import java.io.Closeable;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.atomic.AtomicBoolean;
import org.flexiblepower.messaging.Endpoint;
import org.flexiblepower.messaging.Port;
import... | Fixed a possible deadlock situation.
The wrapper is calling isConnected on the MatchingPort, which locks. If at
the same time an other thread tries to send a message, for which you need
to lock the wrapper to send the notification, you could end up in a
deadlock (until now seen once in the testcase). This should fix t... | flexiblepower.runtime/src/org/flexiblepower/runtime/messaging/EndpointWrapper.java | Fixed a possible deadlock situation. | |
Java | apache-2.0 | 8028f2f6240ca6cd7595fb1851be6c7bc411a4af | 0 | chaostrigger/rl-library,yimingpeng/rl-library,chaostrigger/rl-library,litlpoet/rl-library,yimingpeng/rl-library,litlpoet/rl-library,yimingpeng/rl-library,litlpoet/rl-library,litlpoet/rl-library,yimingpeng/rl-library,chaostrigger/rl-library,yimingpeng/rl-library,chaostrigger/rl-library,litlpoet/rl-library,chaostrigger/r... | import rlVizLib.general.ParameterHolder;
import rlVizLib.general.TinyGlue;
import rlVizLib.messaging.environmentShell.EnvShellListRequest;
import rlVizLib.messaging.environmentShell.EnvShellListResponse;
import rlVizLib.messaging.environmentShell.EnvShellLoadRequest;
import rlVizLib.visualization.AbstractVisualizer;
im... | JavaTrainer/src/JavaTrainer.java | import rlVizLib.general.ParameterHolder;
import rlVizLib.general.TinyGlue;
import rlVizLib.messaging.environmentShell.EnvShellListRequest;
import rlVizLib.messaging.environmentShell.EnvShellListResponse;
import rlVizLib.messaging.environmentShell.EnvShellLoadRequest;
import rlVizLib.visualization.AbstractVisualizer;
im... | few more changes to java Trainer | JavaTrainer/src/JavaTrainer.java | few more changes to java Trainer | |
Java | apache-2.0 | d539c13f625c8d5436aebea03a6a3bf4cba06f76 | 0 | lukas-krecan/ShedLock,lukas-krecan/ShedLock | package net.javacrumbs.shedlock.provider.jdbctemplate;
import net.javacrumbs.shedlock.core.LockConfiguration;
import net.javacrumbs.shedlock.test.support.jdbc.JdbcTestUtils;
import net.javacrumbs.shedlock.test.support.jdbc.PostgresConfig;
import net.javacrumbs.shedlock.support.annotation.NonNull;
import org.junit.jupi... | providers/jdbc/shedlock-provider-jdbc-template/src/test/java/net/javacrumbs/shedlock/provider/jdbctemplate/PostgresJdbcTemplateStorageAccessorTest.java | package net.javacrumbs.shedlock.provider.jdbctemplate;
import net.javacrumbs.shedlock.core.LockConfiguration;
import net.javacrumbs.shedlock.test.support.jdbc.JdbcTestUtils;
import net.javacrumbs.shedlock.test.support.jdbc.PostgresConfig;
import net.javacrumbs.shedlock.support.annotation.NonNull;
import org.junit.jupi... | Fix Postgres test | providers/jdbc/shedlock-provider-jdbc-template/src/test/java/net/javacrumbs/shedlock/provider/jdbctemplate/PostgresJdbcTemplateStorageAccessorTest.java | Fix Postgres test | |
Java | apache-2.0 | df8a02470b7ea3271bfcd8dbd82481eeeb73cfdd | 0 | apache/pdfbox,kalaspuffar/pdfbox,kalaspuffar/pdfbox,apache/pdfbox | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/AlignmentTest.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 ... | PDFBOX-2333: don't overwrite Acrobat filled fields
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1680557 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/AlignmentTest.java | PDFBOX-2333: don't overwrite Acrobat filled fields | |
Java | apache-2.0 | 5c907379bb5832b1028554648f4d3d98bdae9934 | 0 | PasinduTennage/carbon-identity-framework,dharshanaw/carbon-identity-framework,omindu/carbon-identity-framework,omindu/carbon-identity-framework,nuwandi-is/identity-framework,PasinduTennage/carbon-identity-framework,omindu/carbon-identity-framework,nuwandi-is/identity-framework,omindu/carbon-identity-framework,PasinduTe... | /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/inbound/IdentityMessageContext.java | /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | Fixing comilation failure in 5.2.0-refactoring
| components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/inbound/IdentityMessageContext.java | Fixing comilation failure in 5.2.0-refactoring | |
Java | apache-2.0 | eb3bc67ad66b97f9f8f77bd7deb93b2fe7b630b9 | 0 | ProPra16/programmierpraktikum-abschlussprojekt-team-1,ProPra16/programmierpraktikum-abschlussprojekt-team-1 | package gui;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import data.AllTests;
import ... | TDD-Trainer/src/gui/Catalog.java | package gui;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import data.AllTests;
import ... | Katalog kann nun mit anderer .xml datei aufgerufen werden | TDD-Trainer/src/gui/Catalog.java | Katalog kann nun mit anderer .xml datei aufgerufen werden | |
Java | apache-2.0 | 1f074ff4004eb896bf16b2ec60874fbcd2fbe625 | 0 | jeremylong/DependencyCheck,hansjoachim/DependencyCheck,stevespringett/DependencyCheck,colezlaw/DependencyCheck,stefanneuhaus/DependencyCheck,wmaintw/DependencyCheck,awhitford/DependencyCheck,jeremylong/DependencyCheck,recena/DependencyCheck,colezlaw/DependencyCheck,stefanneuhaus/DependencyCheck,hansjoachim/DependencyCh... | /*
* This file is part of dependency-check-core.
*
* 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 ... | dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java | /*
* This file is part of dependency-check-core.
*
* 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 ... | 290: Further refactoring for readability.
| dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java | 290: Further refactoring for readability. | |
Java | apache-2.0 | c07e96dc732f7eed19827bf5427a71532ebb5ab5 | 0 | ChangeVision/astah-uml2c-plugin | package com.change_vision.astah.extension.plugin.uml2c.actions;
import java.io.File;
import java.io.IOException;
import javax.swing.JOptionPane;
import org.apache.velocity.exception.ResourceNotFoundException;
import com.change_vision.astah.extension.plugin.uml2c.Messages;
import com.change_vision.astah.extension.pl... | src/main/java/com/change_vision/astah/extension/plugin/uml2c/actions/GenerateCodeAction.java | package com.change_vision.astah.extension.plugin.uml2c.actions;
import java.io.File;
import java.io.IOException;
import javax.swing.JOptionPane;
import org.apache.velocity.exception.ResourceNotFoundException;
import com.change_vision.astah.extension.plugin.uml2c.Messages;
import com.change_vision.astah.extension.pl... | Refactoring GenerateCodeAction | src/main/java/com/change_vision/astah/extension/plugin/uml2c/actions/GenerateCodeAction.java | Refactoring GenerateCodeAction | |
Java | apache-2.0 | 70d69c8534bc9bdfb1c6069f6c24f347e9d62dda | 0 | kantega/Flyt-cms,kantega/Flyt-cms,kantega/Flyt-cms | /*
* Copyright 2009 Kantega AS
*
* 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 ... | modules/core/src/java/no/kantega/publishing/admin/ajax/AutocompleteTopicsAction.java | /*
* Copyright 2009 Kantega AS
*
* 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 ... | AP-1261: In Edit mode, the select topic autocomplete liste should display the topicmap name
git-svn-id: 8def386c603904b39326d3fc08add479b8279298@3070 fd808399-8219-4f14-9d4c-37719d9ec93d
| modules/core/src/java/no/kantega/publishing/admin/ajax/AutocompleteTopicsAction.java | AP-1261: In Edit mode, the select topic autocomplete liste should display the topicmap name | |
Java | apache-2.0 | d575a3cc598a3ec0690e210c44817d23ab8890ef | 0 | opennetworkinglab/onos,opennetworkinglab/onos,oplinkoms/onos,oplinkoms/onos,gkatsikas/onos,gkatsikas/onos,opennetworkinglab/onos,opennetworkinglab/onos,oplinkoms/onos,oplinkoms/onos,oplinkoms/onos,opennetworkinglab/onos,gkatsikas/onos,gkatsikas/onos,oplinkoms/onos,opennetworkinglab/onos,oplinkoms/onos,gkatsikas/onos,gk... | /*
* Copyright 2015-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | protocols/ovsdb/api/src/main/java/org/onosproject/ovsdb/controller/driver/DefaultOvsdbClient.java | /*
* Copyright 2015-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Fix: add new ovs controller first, remove ovs controller afterward
Change-Id: I7ed7f9b01d512ece3781891d69aaf76ba255fd1b
| protocols/ovsdb/api/src/main/java/org/onosproject/ovsdb/controller/driver/DefaultOvsdbClient.java | Fix: add new ovs controller first, remove ovs controller afterward | |
Java | apache-2.0 | 30f69eb8d543eee618c75053427253cc5419fa7f | 0 | gkearney/brailleblaster.old,DynamicalSystem/brailleblaster.old,gkearney/brailleblaster.old,normanbrobinson/brailleblaster.old,mazhen2009/brailleblaster.old,mazhen2009/brailleblaster.old,larsvoigt/brailleblaster.old,gkearney/brailleblaster.old,DynamicalSystem/brailleblaster.old,larsvoigt/brailleblaster.old,teambraison/b... | /* BrailleBlaster Braille Transcription Application
*
* Copyright (C) 2010, 2012
* ViewPlus Technologies, Inc. www.viewplus.com
* and
* Abilitiessoft, Inc. www.abilitiessoft.com
* All rights reserved
*
* This file may contain code borrowed from files produced by various
* Java development te... | src/main/org/brailleblaster/wordprocessor/UserHelp.java | /* BrailleBlaster Braille Transcription Application
*
* Copyright (C) 2010, 2012
* ViewPlus Technologies, Inc. www.viewplus.com
* and
* Abilitiessoft, Inc. www.abilitiessoft.com
* All rights reserved
*
* This file may contain code borrowed from files produced by various
* Java development te... | fixing a typo
| src/main/org/brailleblaster/wordprocessor/UserHelp.java | fixing a typo | |
Java | apache-2.0 | de40d91c57aa39dad421b03a518430779bccbcb7 | 0 | astefanutti/camel-cdi | /**
* 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... | impl/src/main/java/org/apache/camel/cdi/Main.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... | Use standard CDI exception
| impl/src/main/java/org/apache/camel/cdi/Main.java | Use standard CDI exception | |
Java | apache-2.0 | b63b7ab10c0ef4648da5c87d6851a5072293babd | 0 | FlowCI/flow-platform,FlowCI/flow-platform | /*
* Copyright 2017 flow.ci
*
* 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 wr... | platform-control-center/src/test/java/com/flow/platform/cc/test/consumer/CmdQueueConsumerTest.java | /*
* Copyright 2017 flow.ci
*
* 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 wr... | fix unit test logic for queue
| platform-control-center/src/test/java/com/flow/platform/cc/test/consumer/CmdQueueConsumerTest.java | fix unit test logic for queue | |
Java | apache-2.0 | 5621a3de11a0e65b0de1fe1a800a39cf2f433356 | 0 | confluentinc/camus,confluentinc/camus | package com.linkedin.camus.etl.kafka.mapred;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
import kafka.message.Message;
import org.apache.avro.... | camus-etl-kafka/src/main/java/com/linkedin/camus/etl/kafka/mapred/EtlRecordReader.java | package com.linkedin.camus.etl.kafka.mapred;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
import kafka.message.Message;
import org.apache.avro.... | Update EtlRecordReader.java
Camus has a issues and failing while comparing the Checksum of the message once partition ID is used to persists the message. The issues is with the way Camus read the messages from Kafka using EtlRecordReader.java and KafkaReader.java class. If the message is persisted with partition ID, K... | camus-etl-kafka/src/main/java/com/linkedin/camus/etl/kafka/mapred/EtlRecordReader.java | Update EtlRecordReader.java | |
Java | apache-2.0 | 24ed852bb6e0d2e5887f9ada083bd943fdcffa91 | 0 | metaborg/jsglr,metaborg/jsglr,metaborg/jsglr,metaborg/jsglr | package org.spoofax.jsglr2.incremental;
import static com.google.common.collect.Iterables.size;
import static org.metaborg.util.iterators.Iterables2.stream;
import static org.spoofax.jsglr2.parser.observing.IParserObserver.BreakdownReason.*;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;... | org.spoofax.jsglr2/src/main/java/org/spoofax/jsglr2/incremental/IncrementalParser.java | package org.spoofax.jsglr2.incremental;
import static com.google.common.collect.Iterables.size;
import static org.metaborg.util.iterators.Iterables2.stream;
import static org.spoofax.jsglr2.parser.observing.IParserObserver.BreakdownReason.*;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;... | Delay updateForShifterStates until after breakdown loop
| org.spoofax.jsglr2/src/main/java/org/spoofax/jsglr2/incremental/IncrementalParser.java | Delay updateForShifterStates until after breakdown loop | |
Java | apache-2.0 | fc35c7a5f97049497163f80f53de1a3f80b265a3 | 0 | LogisticsImpactModel/LIMO,LogisticsImpactModel/LIMO,LogisticsImpactModel/LIMO | package nl.fontys.sofa.limo.externaltrader;
import com.orientechnologies.orient.core.record.impl.ODocument;
import com.orientechnologies.orient.core.sql.query.OSQLSynchQuery;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.List;
import java.util.Map;
import java.util.Set;
im... | LIMO/externalTraider/src/main/java/nl/fontys/sofa/limo/externaltrader/JSONExporter.java | package nl.fontys.sofa.limo.externaltrader;
import com.orientechnologies.orient.core.record.impl.ODocument;
import com.orientechnologies.orient.core.sql.query.OSQLSynchQuery;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.List;
import java.util.Map;
import java.util.Set;
im... | improved javadoc | LIMO/externalTraider/src/main/java/nl/fontys/sofa/limo/externaltrader/JSONExporter.java | improved javadoc | |
Java | apache-2.0 | 27f44caea1897dbb6a49702964774b7470953823 | 0 | Malamut54/dbobrov,Malamut54/dbobrov,Malamut54/dbobrov | package ru.job4j.array;
/**
*Sorted an array through Bubble sort. Task 5.1.
*@author Dmitriy Bobrov (mailto:bobrov.dmitriy@gmail.com)
*@since 0.1
*/
public class BubbleSort {
/**
*Class BuubleSort sorted array.
*/
/**
*Method sort implements Bubble sort.
*@param array - input array.
*@return array - sorted array.
*/
... | chapter_001/src/main/java/ru/job4j/array/BubbleSort.java | package ru.job4j.array;
/**
*Sorted an array through Bubble sort. Task 5.1.
*@author Dmitriy Bobrov (mailto:bobrov.dmitriy@gmail.com)
*@since 0.1
*/
public class BubbleSort {
/**
*Class BuubleSort sorted array.
*/
/**
*Method sort implements Bubble sort.
*@param array - input array.
*@return array - sorted array.
*/
... | Task 5.1 Bubble sort
| chapter_001/src/main/java/ru/job4j/array/BubbleSort.java | Task 5.1 Bubble sort | |
Java | apache-2.0 | d8613c2ee1d7232ddc83fe6da101b06e7fca484e | 0 | pwoodworth/intellij-community,apixandru/intellij-community,vvv1559/intellij-community,ol-loginov/intellij-community,retomerz/intellij-community,orekyuu/intellij-community,kool79/intellij-community,petteyg/intellij-community,asedunov/intellij-community,nicolargo/intellij-community,amith01994/intellij-community,akosyakov... | import java.util.ArrayList;
import java.util.List;
class Test {
List<String> queue = new ArrayList<>();
ArrayList l = new ArrayList<>(8);
}
class HMCopy<K, V> {
private Entry[] table;
class Entry<K, V> {
Entry(int h, K k, V v, Entry<K, V> n) {
}
}
void addEntry(int hash, K key, V value, int buck... | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/DiamondMisc.java | import java.util.ArrayList;
import java.util.List;
class Test {
List<String> queue = new ArrayList<>();
ArrayList l = new ArrayList<>(8);
}
class HMCopy<K, V> {
private Entry[] table;
class Entry<K, V> {
Entry(int h, K k, V v, Entry<K, V> n) {
}
}
void addEntry(int hash, K key, V value, int buck... | diamonds: no diamonds with anonymous classes (IDEA-72391)
| java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/DiamondMisc.java | diamonds: no diamonds with anonymous classes (IDEA-72391) | |
Java | apache-2.0 | dc79013c7530464867192a4ecb04a3062b95266b | 0 | muntasirsyed/intellij-community,lucafavatella/intellij-community,FHannes/intellij-community,nicolargo/intellij-community,jagguli/intellij-community,fengbaicanhe/intellij-community,apixandru/intellij-community,TangHao1987/intellij-community,asedunov/intellij-community,retomerz/intellij-community,consulo/consulo,slisson/... | /*
* Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved.
*/
package com.intellij.compiler.impl.packagingCompiler;
import com.intellij.openapi.compiler.CompileContext;
import com.intellij.openapi.compiler.CompilerBundle;
import com.intellij.openapi.compiler.make.BuildConfiguration;
import com.intellij.open... | java/compiler/impl/src/com/intellij/compiler/impl/packagingCompiler/IncrementalPackagingCompiler.java | /*
* Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved.
*/
package com.intellij.compiler.impl.packagingCompiler;
import com.intellij.openapi.compiler.CompileContext;
import com.intellij.openapi.compiler.CompilerBundle;
import com.intellij.openapi.compiler.make.BuildConfiguration;
import com.intellij.open... | IDEADEV-40394: All Class Files Recopied On Every Make
| java/compiler/impl/src/com/intellij/compiler/impl/packagingCompiler/IncrementalPackagingCompiler.java | IDEADEV-40394: All Class Files Recopied On Every Make | |
Java | apache-2.0 | 1fee752aa24827598b694079a3812a5888f0cd40 | 0 | ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma | /*
* The Gemma project
*
* Copyright (c) 2007 University of British Columbia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | gemma-mda/src/main/java/ubic/gemma/model/analysis/expression/coexpression/CoexpressionValueObject.java | /*
* The Gemma project
*
* Copyright (c) 2007 University of British Columbia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | document negative/positive score datastructures
| gemma-mda/src/main/java/ubic/gemma/model/analysis/expression/coexpression/CoexpressionValueObject.java | document negative/positive score datastructures | |
Java | apache-2.0 | db2ff40e4b9f1fc0b04da9e08061f7ffa4eb8f15 | 0 | spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework | /*
* Copyright 2002-2009 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 ap... | org.springframework.context/src/test/java/org/springframework/scheduling/support/CronTriggerTests.java | /*
* Copyright 2002-2009 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 ap... | commented out test failing nightly snapshot
| org.springframework.context/src/test/java/org/springframework/scheduling/support/CronTriggerTests.java | commented out test failing nightly snapshot | |
Java | apache-2.0 | a1322d62d1dc723305ff8fc042103b9d14530f60 | 0 | alibaba/java-dns-cache-manipulator,alibaba/java-dns-cache-manipulator,alibaba/java-dns-cache-manipulator,alibaba/java-dns-cache-manipulator | package com.alibaba.dcm.tool;
import com.alibaba.dcm.agent.DcmAgent;
import com.sun.tools.attach.*;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.apache.commons.cli.*;
import org.apache.commons.io.FileUtils;
import javax.annotation.Nonnull;
import java.io.File;
import java.io.IOException;
impo... | tool/src/main/java/com/alibaba/dcm/tool/DcmTool.java | package com.alibaba.dcm.tool;
import com.alibaba.dcm.agent.DcmAgent;
import com.sun.tools.attach.VirtualMachine;
import com.sun.tools.attach.VirtualMachineDescriptor;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.apache.commons.cli.*;
import org.apache.commons.io.FileUtils;
import java.io.File... | = refactor: split big method `DcmTool.main`
| tool/src/main/java/com/alibaba/dcm/tool/DcmTool.java | = refactor: split big method `DcmTool.main` | |
Java | apache-2.0 | 4c8d4d108021f12f79b352092d07ba5c2f424ffb | 0 | colczr/sakai,udayg/sakai,buckett/sakai-gitflow,surya-janani/sakai,whumph/sakai,tl-its-umich-edu/sakai,willkara/sakai,surya-janani/sakai,willkara/sakai,frasese/sakai,ouit0408/sakai,clhedrick/sakai,Fudan-University/sakai,zqian/sakai,ktakacs/sakai,surya-janani/sakai,zqian/sakai,OpenCollabZA/sakai,joserabal/sakai,wfuedu/sa... | /**********************************************************************************
* $URL: https://source.sakaiproject.org/svn/sam/trunk/component/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java $
* $Id: AssessmentGradingFacadeQueries.java 9348 2006-05-13 06:14:57Z daisyf@stanfor... | samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java | /**********************************************************************************
* $URL: https://source.sakaiproject.org/svn/sam/trunk/component/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java $
* $Id: AssessmentGradingFacadeQueries.java 9348 2006-05-13 06:14:57Z daisyf@stanfor... | SAK-6379
git-svn-id: 574bb14f304dbe16c01253ed6697ea749724087f@14982 66ffb92e-73f9-0310-93c1-f5514f145a0a
| samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java | SAK-6379 | |
Java | apache-2.0 | 7c0314728342747b9380f201789ad6afe733cca8 | 0 | collectivemedia/celos,collectivemedia/celos,collectivemedia/celos | package com.collective.celos;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
/**
* Check in HDFS for a data dependency.
*/
public class HDFSCheckTrigger implements Trigger {
... | src/main/java/com/collective/celos/HDFSCheckTrigger.java | package com.collective.celos;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
/**
* Check in HDFS for a data dependency.
*/
public class HDFSCheckTrigger implements Trigger {
... | Remove unneeded synchronized block.
| src/main/java/com/collective/celos/HDFSCheckTrigger.java | Remove unneeded synchronized block. | |
Java | apache-2.0 | 6bcfd7309e948034fbd1d8922afb1a369c08ba7b | 0 | eginez/incubator-groovy,guangying945/incubator-groovy,rabbitcount/incubator-groovy,pickypg/incubator-groovy,apache/incubator-groovy,antoaravinth/incubator-groovy,pledbrook/incubator-groovy,ebourg/groovy-core,russel/groovy,adjohnson916/incubator-groovy,kidaa/incubator-groovy,EPadronU/incubator-groovy,paulk-asert/incubat... | /*
* Copyright 2003-2009 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/control/ResolveVisitor.java | /*
* Copyright 2003-2009 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... | GROOVY-3794
ResolveVisitor was caching the generic types with wrong generic type name as the key because of which some generics usage was
failing in GParallelizer build. Fixed it.
git-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@17755 a5544e8c-8a19-0410-ba12-f9af4593a198
| src/main/org/codehaus/groovy/control/ResolveVisitor.java | GROOVY-3794 ResolveVisitor was caching the generic types with wrong generic type name as the key because of which some generics usage was failing in GParallelizer build. Fixed it. | |
Java | apache-2.0 | f638870b120df65b6b4cceb51ee9bcff32c14e04 | 0 | mohanaraosv/commons-dbcp,mohanaraosv/commons-dbcp,mohanaraosv/commons-dbcp | /*
* 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/test/org/apache/commons/dbcp/TestConnectionPool.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 ... | More debug for Continuum fail
git-svn-id: ad951d5a084f562764370c7a59da74380db26404@897906 13f79535-47bb-0310-9956-ffa450edef68
| src/test/org/apache/commons/dbcp/TestConnectionPool.java | More debug for Continuum fail | |
Java | apache-2.0 | 10b2db82895bb2a1d58dab4a87f52b9c95dde8cb | 0 | nlnwa/broprox,nlnwa/broprox,nlnwa/broprox | package no.nb.nna.veidemann.chrome.client.codegen;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.... | veidemann-chrome/veidemann-chrome-codegen/src/main/java/no/nb/nna/veidemann/chrome/client/codegen/Codegen.java | package no.nb.nna.veidemann.chrome.client.codegen;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.... | Updated to newest Chrome debug protocol
| veidemann-chrome/veidemann-chrome-codegen/src/main/java/no/nb/nna/veidemann/chrome/client/codegen/Codegen.java | Updated to newest Chrome debug protocol | |
Java | bsd-3-clause | b0286ae5ff98f55b2fec18fc43064c72469ded62 | 0 | davidB/jmonkeyengine,delftsre/jmonkeyengine,olafmaas/jmonkeyengine,yetanotherindie/jMonkey-Engine,yetanotherindie/jMonkey-Engine,yetanotherindie/jMonkey-Engine,aaronang/jmonkeyengine,skapi1992/jmonkeyengine,aaronang/jmonkeyengine,mbenson/jmonkeyengine,g-rocket/jmonkeyengine,rbottema/jmonkeyengine,zzuegg/jmonkeyengine,b... | /*
* Copyright (c) 2009-2010 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | engine/src/core/com/jme3/collision/CollisionResult.java | /*
* Copyright (c) 2009-2010 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | * Fixed "IllegalArgumentException: Comparison method violates its general contract!" issue with CollisionResults
git-svn-id: f9411aee4f13664f2fc428a5b3e824fe43a079a3@9618 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
| engine/src/core/com/jme3/collision/CollisionResult.java | * Fixed "IllegalArgumentException: Comparison method violates its general contract!" issue with CollisionResults | |
Java | bsd-3-clause | d02951bc01cbb46af08208cc59877f1d34a1b211 | 0 | NCIP/c3pr,NCIP/c3pr,NCIP/c3pr | package edu.duke.cabig.c3pr.domain;
import edu.duke.cabig.c3pr.AbstractTestCase;
import edu.duke.cabig.c3pr.constants.ContactMechanismType;
/**
* The Class UserBasedRecipientTest.
*/
public class UserBasedRecipientTest extends AbstractTestCase{
/** The Constant INV. */
public static final String INV ... | codebase/projects/core/test/src/java/edu/duke/cabig/c3pr/domain/UserBasedRecipientTest.java | package edu.duke.cabig.c3pr.domain;
import edu.duke.cabig.c3pr.AbstractTestCase;
/**
* The Class UserBasedRecipientTest.
*/
public class UserBasedRecipientTest extends AbstractTestCase{
/** The Constant INV. */
public static final String INV = "inv@example.com";
/** The Constant STAFF. */
publi... | UPDATED
| codebase/projects/core/test/src/java/edu/duke/cabig/c3pr/domain/UserBasedRecipientTest.java | UPDATED | |
Java | bsd-3-clause | 6ac39a5509a9ce4388a6680f7b66641134c82ae0 | 0 | chocoteam/choco3,piyushsh/choco3,Tiger66639/choco3,PhilAndrew/choco3gwt,piyushsh/choco3,piyushsh/choco3,Tiger66639/choco3,chocoteam/choco3,Tiger66639/choco3,chocoteam/choco3,cp-profiler/choco3,PhilAndrew/choco3gwt,cp-profiler/choco3,cp-profiler/choco3,chocoteam/choco3,PhilAndrew/choco3gwt,cp-profiler/choco3,Tiger66639/... | /**
* Copyright (c) 1999-2011, Ecole des Mines de Nantes
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* ... | parser/src/main/java/parser/flatzinc/ast/SolveGoal.java | /**
* Copyright (c) 1999-2011, Ecole des Mines de Nantes
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* ... | Change default search in MZN
| parser/src/main/java/parser/flatzinc/ast/SolveGoal.java | Change default search in MZN | |
Java | bsd-3-clause | f2c464718ae9abc2f4e9c737d33224411dfed4e8 | 0 | dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk | /*
* Copyright (c) 2017, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... | core/src/main/java/org/hisp/dhis/android/core/indicator/DataSetIndicatorLinkStore.java | /*
* Copyright (c) 2017, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... | data-set-data-element-indicator-link-handlers: change DataSetIndicatorLinkStore type to linkStore type
| core/src/main/java/org/hisp/dhis/android/core/indicator/DataSetIndicatorLinkStore.java | data-set-data-element-indicator-link-handlers: change DataSetIndicatorLinkStore type to linkStore type | |
Java | bsd-3-clause | 285b5d0de738b743bf9fcbcff972f114c03d62f2 | 0 | NCIP/cagrid,NCIP/cagrid,NCIP/cagrid,NCIP/cagrid | package gov.nih.nci.cagrid.introduce.portal;
import gov.nih.nci.cagrid.common.portal.ErrorDialog;
import gov.nih.nci.cagrid.common.portal.SplashScreen;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.io.File;
import java.io.FileWriter;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
im... | cagrid-1-0/caGrid/projects/introduce/src/java/Portal/gov/nih/nci/cagrid/introduce/portal/Introduce.java | package gov.nih.nci.cagrid.introduce.portal;
import gov.nih.nci.cagrid.common.portal.ErrorDialog;
import gov.nih.nci.cagrid.common.portal.SplashScreen;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.io.File;
import java.io.FileWriter;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
im... | *** empty log message ***
| cagrid-1-0/caGrid/projects/introduce/src/java/Portal/gov/nih/nci/cagrid/introduce/portal/Introduce.java | *** empty log message *** |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.