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
180344a5eaced3f1fee7fe45ad652da9141eb4ac
0
mwunderlich/dkpro-lab,dkpro/dkpro-lab
/******************************************************************************* * Copyright 2011 * Ubiquitous Knowledge Processing (UKP) Lab * Technische Universität Darmstadt * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
de.tudarmstadt.ukp.dkpro.lab/de.tudarmstadt.ukp.dkpro.lab.core/src/main/java/de/tudarmstadt/ukp/dkpro/lab/engine/impl/ImportUtil.java
/******************************************************************************* * Copyright 2011 * Ubiquitous Knowledge Processing (UKP) Lab * Technische Universität Darmstadt * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
Task 12: Bug when using maps or empty arrays as parameters http://code.google.com/p/dkpro-lab/issues/detail?id=12
de.tudarmstadt.ukp.dkpro.lab/de.tudarmstadt.ukp.dkpro.lab.core/src/main/java/de/tudarmstadt/ukp/dkpro/lab/engine/impl/ImportUtil.java
Task 12: Bug when using maps or empty arrays as parameters http://code.google.com/p/dkpro-lab/issues/detail?id=12
Java
apache-2.0
f0b2bf9331c87a3288a7b5a908cec65d8775142f
0
omindu/carbon-identity-framework,omindu/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework
/* * Copyright (c) 2013, 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/handler/request/impl/DefaultRequestCoordinator.java
/* * Copyright (c) 2013, 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...
Clear user store domain thread local on request completion (#3357)
components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/request/impl/DefaultRequestCoordinator.java
Clear user store domain thread local on request completion (#3357)
Java
apache-2.0
faf2e790d9ea3cc0ed1d35a1735e2f9b4ff56173
0
bahmanm/ojlang-core
package org.ojlang.models; import org.eclipse.collections.api.map.MutableMap; import org.eclipse.collections.impl.map.mutable.ConcurrentHashMap; import org.ojlang.exceptions.WordNotFoundException; import org.ojlang.models.contracts.Dictionary; import org.ojlang.models.contracts.Word; /** * Dictionary implementation ...
src/main/java/org/ojlang/models/DictionaryImpl.java
package org.ojlang.models; import org.eclipse.collections.api.map.MutableMap; import org.eclipse.collections.impl.map.mutable.ConcurrentHashMap; import org.ojlang.exceptions.WordNotFoundException; import org.ojlang.models.contracts.Dictionary; import org.ojlang.models.contracts.Word; /** * Dictionary implementation ...
use containsKey instead of contains
src/main/java/org/ojlang/models/DictionaryImpl.java
use containsKey instead of contains
Java
apache-2.0
3ffdb78af3bfff671dfaa2a30ccf3c54b67f7149
0
googleinterns/step176-2020,googleinterns/step176-2020,googleinterns/step176-2020
// Copyright 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
src/main/java/com/google/sps/servlets/AggregationServlet.java
// Copyright 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
Refactor aggregationservlet to expect multiple aggregation fields being requested and use a MultiKeyMap to count devices associate with multiple aggregation fields. Also, remove constructor which was causing strange errors.
src/main/java/com/google/sps/servlets/AggregationServlet.java
Refactor aggregationservlet to expect multiple aggregation fields being requested and use a MultiKeyMap to count devices associate with multiple aggregation fields. Also, remove constructor which was causing strange errors.
Java
apache-2.0
90ace053d0de9cb88439e3b755d0a0207f3d17ea
0
SerCeMan/intellij-community,orekyuu/intellij-community,fnouama/intellij-community,lucafavatella/intellij-community,petteyg/intellij-community,dslomov/intellij-community,ThiagoGarciaAlves/intellij-community,fnouama/intellij-community,muntasirsyed/intellij-community,asedunov/intellij-community,semonte/intellij-community,...
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-impl/src/com/intellij/ide/diff/VirtualFileDiffElement.java
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
support TransferableFileEditorState in dir diff
platform/platform-impl/src/com/intellij/ide/diff/VirtualFileDiffElement.java
support TransferableFileEditorState in dir diff
Java
apache-2.0
f162acc2418e64cc12c5264ffdfac107e3f5ff3d
0
marschall/undertow,nkhuyu/undertow,msfm/undertow,jasonchaffee/undertow,jamezp/undertow,darranl/undertow,grassjedi/undertow,msfm/undertow,jamezp/undertow,baranowb/undertow,TomasHofman/undertow,ctomc/undertow,emag/codereading-undertow,baranowb/undertow,soul2zimate/undertow,pedroigor/undertow,yonglehou/undertow,golovnin/u...
package io.undertow.server; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.channels.Channel; import java.nio.charset.Charset; import io.undertow.UndertowMessages; import io.undertow.io.IoCallback; import io.undertow.io.Sender; import org.xnio.ChannelExceptionHandler; import org.xnio.ChannelLi...
core/src/main/java/io/undertow/server/SenderImpl.java
package io.undertow.server; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.channels.Channel; import java.nio.charset.Charset; import io.undertow.UndertowMessages; import io.undertow.io.IoCallback; import io.undertow.io.Sender; import org.xnio.ChannelExceptionHandler; import org.xnio.ChannelLi...
Fix lockup if sender is used to send and empty buffer
core/src/main/java/io/undertow/server/SenderImpl.java
Fix lockup if sender is used to send and empty buffer
Java
bsd-2-clause
d975a33c0decb91eabe88fd65431dbfbb09b6b1e
0
nvdb-vegdata/nvdb-api-client,nvdb-vegdata/nvdb-api-client
/* * Copyright (c) 2015-2017, Statens vegvesen * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list ...
src/main/java/no/vegvesen/nvdbapi/client/exceptions/ClientException.java
/* * Copyright (c) 2015-2017, Statens vegvesen * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list ...
Printing error details in ClientException
src/main/java/no/vegvesen/nvdbapi/client/exceptions/ClientException.java
Printing error details in ClientException
Java
mit
4441c7ed2cbbf7d60a1022aaa13fb3e64fe9d463
0
HackMyChurch/aelf-dailyreadings,HackMyChurch/aelf-dailyreadings,HackMyChurch/aelf-dailyreadings,HackMyChurch/aelf-dailyreadings,HackMyChurch/aelf-dailyreadings
package co.epitre.aelf_lectures.data; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.GregorianCalendar; import java.util.List; import j...
app/src/main/java/co/epitre/aelf_lectures/data/LecturesController.java
package co.epitre.aelf_lectures.data; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.GregorianCalendar; import java.util.List; import j...
fix hindie in URL when adding version
app/src/main/java/co/epitre/aelf_lectures/data/LecturesController.java
fix hindie in URL when adding version
Java
mit
671701d1028c79f396ca12b924e8b179df2a45bf
0
stevegal/jenkins-aws-bucket-credentials,stevegal/jenkins-aws-bucket-credentials
package uk.co.stevegal.jenkins.plugins.awsbucketcredentials; import com.amazonaws.services.kms.model.DecryptRequest; import com.amazonaws.services.kms.model.DecryptResult; import com.amazonaws.services.s3.model.GetObjectRequest; import com.amazonaws.services.s3.model.S3Object; import com.amazonaws.services.s3.model.S3...
src/main/java/uk/co/stevegal/jenkins/plugins/awsbucketcredentials/AwsBucketCredentialsImpl.java
package uk.co.stevegal.jenkins.plugins.awsbucketcredentials; import com.amazonaws.services.kms.model.DecryptRequest; import com.amazonaws.services.kms.model.DecryptResult; import com.amazonaws.services.s3.model.GetObjectRequest; import com.amazonaws.services.s3.model.S3Object; import com.amazonaws.services.s3.model.S3...
charset should be transient
src/main/java/uk/co/stevegal/jenkins/plugins/awsbucketcredentials/AwsBucketCredentialsImpl.java
charset should be transient
Java
mit
b852d0d6613ea246e37de7568e39ae19b133bc8c
0
DMDirc/DMDirc,DMDirc/DMDirc,ShaneMcC/DMDirc-Client,ShaneMcC/DMDirc-Client,csmith/DMDirc,greboid/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client,ShaneMcC/DMDirc-Client,csmith/DMDirc,csmith/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,greboid/DMDirc,greboid/DMDirc,csmith/DMDirc
/* * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
src/com/dmdirc/addons/ui_swing/textpane/TextPaneCanvas.java
/* * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
fixes issue 2340
src/com/dmdirc/addons/ui_swing/textpane/TextPaneCanvas.java
fixes issue 2340
Java
mit
4a4566ff2ef02512a323e11e8fb45705aa7a86ac
0
kzantow/git-plugin,recena/git-plugin,kzantow/git-plugin,MarkEWaite/git-plugin,jenkinsci/git-plugin,martinda/git-plugin,MarkEWaite/git-plugin,MarkEWaite/git-plugin,recena/git-plugin,MarkEWaite/git-plugin,martinda/git-plugin,v1v/git-plugin,v1v/git-plugin,recena/git-plugin,jenkinsci/git-plugin,jenkinsci/git-plugin,jacob-k...
/* * The MIT License * * Copyright (c) 2016 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, co...
src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java
/* * The MIT License * * Copyright (c) 2016 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, co...
Increase file system lastModified offset to 3s Test windows machines have slower file systems
src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java
Increase file system lastModified offset to 3s
Java
mit
78c38e140cec8851d867cfd3d92d970ddba51e3d
0
curtbinder/AndroidStatus
/* * Copyright (c) 2011-2013 by Curt Binder (http://curtbinder.info) * * This work is made available under the terms of the Creative Commons * Attribution-NonCommercial-ShareAlike 3.0 Unported License * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ package info.curtbinder.reefangel.db; import android.co...
src/info/curtbinder/reefangel/db/RADbHelper.java
/* * Copyright (c) 2011-2013 by Curt Binder (http://curtbinder.info) * * This work is made available under the terms of the Creative Commons * Attribution-NonCommercial-ShareAlike 3.0 Unported License * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ package info.curtbinder.reefangel.db; import android.co...
changed db version to 7
src/info/curtbinder/reefangel/db/RADbHelper.java
changed db version to 7
Java
epl-1.0
e78f08e6e7365249f4588244fcd5a91358810916
0
codenvy/plugin-editor-orion,codenvy/plugin-editor-orion
/******************************************************************************* * Copyright (c) 2014 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at *...
src/main/java/com/codenvy/ide/editor/orion/client/OrionEditorWidget.java
/******************************************************************************* * Copyright (c) 2014 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at *...
Implement HasGutterClickHandlers
src/main/java/com/codenvy/ide/editor/orion/client/OrionEditorWidget.java
Implement HasGutterClickHandlers
Java
mpl-2.0
d442fdda62fecc4d2ab2f726fc52fc91553aa87a
0
zamojski/TowerCollector,zamojski/TowerCollector
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package info.zamojski.soft.towercollector.collector.parsers; import java.util.ArrayList; import java.util.HashSet...
app/src/main/java/info/zamojski/soft/towercollector/collector/parsers/LegacyMeasurementParser.java
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package info.zamojski.soft.towercollector.collector.parsers; import java.util.ArrayList; import java.util.HashSet...
Removed duplicated Log call.
app/src/main/java/info/zamojski/soft/towercollector/collector/parsers/LegacyMeasurementParser.java
Removed duplicated Log call.
Java
mpl-2.0
758e028c760ddc1e20bf76f91d055f80f645756d
0
Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV
package org.helioviewer.jhv.data.container.cache; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.SortedMap; import org.hel...
src/jhv/src/org/helioviewer/jhv/data/container/cache/JHVEventCache.java
package org.helioviewer.jhv.data.container.cache; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.SortedMap; import java.uti...
add some extra safety checks to avoid double events git-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@6743 b4e469a2-07ce-4b26-9273-4d7d95a670c7
src/jhv/src/org/helioviewer/jhv/data/container/cache/JHVEventCache.java
add some extra safety checks to avoid double events
Java
agpl-3.0
12e0710ad6c7ef9b434479765e6d32154c9309fa
0
sambitgaan/htm.java,cogmission/htm.java,numenta/htm.java,chelu/htm.java,sambitgaan/htm.java,badlogicmanpreet/htm.java,cogmission/htm.java,chelu/htm.java,badlogicmanpreet/htm.java,chelu/htm.java,sambitgaan/htm.java,numenta/htm.java,cogmission/htm.java,numenta/htm.java
/* --------------------------------------------------------------------- * Numenta Platform for Intelligent Computing (NuPIC) * Copyright (C) 2014, Numenta, Inc. Unless you have an agreement * with Numenta, Inc., for a separate license for this software code, the * following terms and conditions apply: * * This ...
src/test/java/org/numenta/nupic/network/PALayerTest.java
/* --------------------------------------------------------------------- * Numenta Platform for Intelligent Computing (NuPIC) * Copyright (C) 2014, Numenta, Inc. Unless you have an agreement * with Numenta, Inc., for a separate license for this software code, the * following terms and conditions apply: * * This ...
Remove bad anomaly test
src/test/java/org/numenta/nupic/network/PALayerTest.java
Remove bad anomaly test
Java
agpl-3.0
5130fa24826a29b34d9642518e4bcaccdb387345
0
piersharding/rstudio,piersharding/rstudio,maligulzar/Rstudio-instrumented,nvoron23/rstudio,thklaus/rstudio,tbarrongh/rstudio,jar1karp/rstudio,jrnold/rstudio,JanMarvin/rstudio,brsimioni/rstudio,JanMarvin/rstudio,jzhu8803/rstudio,sfloresm/rstudio,vbelakov/rstudio,githubfun/rstudio,john-r-mcpherson/rstudio,tbarrongh/rstud...
/* * RCompletionManager.java * * Copyright (C) 2009-12 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public L...
src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/RCompletionManager.java
/* * RCompletionManager.java * * Copyright (C) 2009-12 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public L...
remove old code path that was never touched
src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/RCompletionManager.java
remove old code path that was never touched
Java
agpl-3.0
efbd128a3efb12263369ec89aa979a1a818e7937
0
WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central
/** * Created by Wasp System Eclipse Plugin * @author */ package edu.yu.einstein.wasp.macstwo.integration.messages; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import edu.yu.einstein.wasp.macstwo.plugin.MacstwoPlugin; import org.slf4j.Logger; import org.slf4j....
plugins/macsTwo/src/test/java/edu/yu/einstein/wasp/macstwo/integration/messages/MacstwoJobLaunchTests.java
/** * Created by Wasp System Eclipse Plugin * @author */ package edu.yu.einstein.wasp.macstwo.integration.messages; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import edu.yu.einstein.wasp.macstwo.plugin.MacstwoPlugin; import org.slf4j.Logger; import org.slf4j....
enabled build by preventing the run of a test
plugins/macsTwo/src/test/java/edu/yu/einstein/wasp/macstwo/integration/messages/MacstwoJobLaunchTests.java
enabled build by preventing the run of a test
Java
lgpl-2.1
7be3d2e4e3d364f79ab6995174c29f865e5b2aa0
0
bcw104/scada-oildata-webapp,bcw104/scada-oildata-webapp,bcw104/scada-oildata-webapp
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.ht.scada.oildata.dr; import java.util.Date; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.sql2o.Connection; import org.sql2o.Query;...
src/main/java/com/ht/scada/oildata/dr/YouJingSbdazc.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.ht.scada.oildata.dr; import com.ht.scada.data.service.RealtimeDataService; import java.util.List; import java.util.Map; import org.sql2o.Connection; /** * 油井设备档案实时数据转储 */ public class YouJingSbdazc impl...
1. 增加设备信息转出功能;
src/main/java/com/ht/scada/oildata/dr/YouJingSbdazc.java
1. 增加设备信息转出功能;
Java
lgpl-2.1
647130aff5896cb7c815db89d371851e657514ec
0
levants/lightmare
package org.lightmare.jpa.jta; import java.io.IOException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Collection; import javax.ejb.EJBException; import javax.ejb.TransactionAttribute; import javax.ejb.TransactionAttributeType; import javax.ejb.TransactionManagementType; import javax...
src/main/java/org/lightmare/jpa/jta/BeanTransactions.java
package org.lightmare.jpa.jta; import java.io.IOException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Collection; import javax.ejb.EJBException; import javax.ejb.TransactionAttribute; import javax.ejb.TransactionAttributeType; import javax.ejb.TransactionManagementType; import javax...
improved JTA transaction utilities
src/main/java/org/lightmare/jpa/jta/BeanTransactions.java
improved JTA transaction utilities
Java
unlicense
29bfc26fb6d840e18c94dee0b07b92a68c6e1c1e
0
animesh0353/codelibrary,animesh0353/codelibrary,sankark/codelibrary,indy256/codelibrary,animesh0353/codelibrary,topkaya/codelibrary,sankark/codelibrary,topkaya/codelibrary,sankark/codelibrary,indy256/codelibrary,topkaya/codelibrary,indy256/codelibrary,animesh0353/codelibrary,sankark/codelibrary,topkaya/codelibrary,indy...
import java.util.*; import java.util.stream.Collectors; public class SuffixAutomaton { public static class State { int length; int suffLink; List<Integer> invSuffLinks = new ArrayList<>(0); int firstPos = -1; int[] next = new int[128]; { Arrays.fill(next, -1); } } public static State[] buildSuff...
java/src/SuffixAutomaton.java
import java.util.*; public class SuffixAutomaton { public static class State { int length; int suffLink; List<Integer> invSuffLinks = new ArrayList<>(0); int firstPos = -1; int[] next = new int[128]; { Arrays.fill(next, -1); } } public static State[] buildSuffixAutomaton(CharSequence s) { int ...
update
java/src/SuffixAutomaton.java
update
Java
apache-2.0
89d03752a2a8d57b09f5a7eb0ba86942e866470c
0
procandi/jitsi-android,459below/jitsi-android,sdjtu502/jitsi-android,jitsi/jitsi-android,uniqueid001/jitsi-android,jitsi/jitsi-android,procandi/jitsi-android,459below/jitsi-android,tsunli/jitsi-android,draekko/jitsi-android,sdjtu502/jitsi-android,tsunli/jitsi-android,draekko/jitsi-android,uniqueid001/jitsi-android
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jitsi.android.gui.util; import android.view.*; import android.widget.*; /** * Utility class that encapsulates common operations on some <tt>View</tt> types. ...
src/org/jitsi/android/gui/util/ViewUtil.java
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jitsi.android.gui.util; import android.view.*; import android.widget.*; /** * Utility class that encapsulates common operations on some <tt>View</tt> types. ...
Adds utility methods for tags handling.
src/org/jitsi/android/gui/util/ViewUtil.java
Adds utility methods for tags handling.
Java
apache-2.0
255939b3a6df9115c6b0a5385978c02ef2ea7908
0
GB-OL-168/ChinaMobileMS,GB-OL-168/ChinaMobileMS
package com.GB.ChinaMobileMS.controller; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import java.util.Map; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Control...
src/main/java/com/GB/ChinaMobileMS/controller/FunctionController.java
package com.GB.ChinaMobileMS.controller; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import java.util.Map; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Control...
FunctionController Ver 大老板
src/main/java/com/GB/ChinaMobileMS/controller/FunctionController.java
FunctionController Ver 大老板
Java
apache-2.0
47cd3e251d160f5222a122b1716c3c6351ceb288
0
real-logic/Aeron,mikeb01/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron
/* * Copyright 2014-2018 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java
/* * Copyright 2014-2018 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
[Java] Fix assert in ReplayMergeTest.
aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java
[Java] Fix assert in ReplayMergeTest.
Java
apache-2.0
0b17635ecf844487fa6921f12f5c57b7924fb597
0
rainerh/camunda-bpm-platform,jangalinski/camunda-bpm-platform,bentrm/camunda-bpm-platform,plexiti/camunda-bpm-platform,langfr/camunda-bpm-platform,joansmith/camunda-bpm-platform,ingorichtsmeier/camunda-bpm-platform,plexiti/camunda-bpm-platform,falko/camunda-bpm-platform,subhrajyotim/camunda-bpm-platform,camunda/camunda...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricActivityInstanceTest.java
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
test(history/endTime): provide a failing test related to CAM-1753
engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricActivityInstanceTest.java
test(history/endTime): provide a failing test
Java
apache-2.0
ae1b758387c3ff3c0ea695fb9054cce6fedae352
0
AnderWeb/discreteSeekBar,AOrobator/discreteSeekBar
/* * Copyright (c) Gustavo Claramunt (AnderWeb) 2014. * * 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...
library/src/main/java/org/adw/library/widgets/discreteseekbar/internal/PopupIndicator.java
/* * Copyright (c) Gustavo Claramunt (AnderWeb) 2014. * * 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...
Read display size before showing the indicator. This fixes issues on Activities/Fragments handling their own orientation changes. Closes github issue #53
library/src/main/java/org/adw/library/widgets/discreteseekbar/internal/PopupIndicator.java
Read display size before showing the indicator. This fixes issues on Activities/Fragments handling their own orientation changes. Closes github issue #53
Java
apache-2.0
25ba269db044c0fae11d003a51009805ed309c73
0
djechelon/spring-security,chinazhaoht/spring-security,eddumelendez/spring-security,thomasdarimont/spring-security,liuguohua/spring-security,jgrandja/spring-security,adairtaosy/spring-security,diegofernandes/spring-security,chinazhaoht/spring-security,likaiwalkman/spring-security,driftman/spring-security,hippostar/sprin...
package org.springframework.security.ui.webapp; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.beans.Bea...
core/src/main/java/org/springframework/security/ui/webapp/DefaultLoginPageGeneratingFilter.java
package org.springframework.security.ui.webapp; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.beans.Bea...
SEC-835: use setContentType on response for J2EE 1.3 compatibility.
core/src/main/java/org/springframework/security/ui/webapp/DefaultLoginPageGeneratingFilter.java
SEC-835: use setContentType on response for J2EE 1.3 compatibility.
Java
apache-2.0
8e261d1b6f0f0781fb3620299e74463add68e482
0
phax/ph-schematron,phax/ph-schematron
/** * Copyright (C) 2014-2017 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
ph-schematron/src/main/java/com/helger/schematron/xslt/AbstractSchematronXSLTBasedResource.java
/** * Copyright (C) 2014-2017 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
Improved JavaDocs
ph-schematron/src/main/java/com/helger/schematron/xslt/AbstractSchematronXSLTBasedResource.java
Improved JavaDocs
Java
apache-2.0
ccdb0fa8f662db262b15ab656698dc89440465ae
0
DariusX/camel,christophd/camel,tdiesler/camel,mcollovati/camel,cunningt/camel,tdiesler/camel,apache/camel,mcollovati/camel,christophd/camel,pmoerenhout/camel,tadayosi/camel,cunningt/camel,christophd/camel,ullgren/camel,christophd/camel,cunningt/camel,adessaigne/camel,CodeSmell/camel,zregvart/camel,mcollovati/camel,apac...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyReuseChannelTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
Added todo
components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyReuseChannelTest.java
Added todo
Java
apache-2.0
0b53d5c77101a61058d39baf5b2d26080a4e0e09
0
jmurty/java-xmlbuilder
package com.jamesmurty.utils; import java.io.File; import java.io.FileWriter; import java.io.StringReader; import java.io.StringWriter; import java.util.Properties; import javax.xml.transform.OutputKeys; import javax.xml.xpath.XPathConstants; import javax.xml.xpath.XPathExpressionException; import junit.framework.Te...
src/test/java/com/jamesmurty/utils/BaseXMLBuilderTests.java
package com.jamesmurty.utils; import java.io.File; import java.io.FileWriter; import java.io.StringReader; import java.io.StringWriter; import java.util.Properties; import javax.annotation.Resource; import javax.xml.transform.OutputKeys; import javax.xml.xpath.XPathConstants; import javax.xml.xpath.XPathExpressionExc...
Remove unused `javax.annotation` import which breaks Java 11+
src/test/java/com/jamesmurty/utils/BaseXMLBuilderTests.java
Remove unused `javax.annotation` import which breaks Java 11+
Java
apache-2.0
73af612779205c2bff37f36cf5edfbba44130d8d
0
1Evgeny/java-a-to-z,1Evgeny/java-a-to-z,1Evgeny/java-a-to-z
package by.vorokhobko; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; import static org.hamcrest.number.IsCloseTo.closeTo; import org.junit.Test; /** * TriangleTest. * * Class TriangleTest for testing class Triangle. * @author Evgeny Vorokhobko (vorokhobko2011@yandex.ru). * @si...
chapter_001/src/test/java/by/vorokhobko/TriangleTest.java
package by.vorokhobko; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; import static org.hamcrest.number.IsCloseTo.closeTo; import org.junit.Test; /** * TriangleTest. * * Class TriangleTest for testing class Triangle. * @author Evgeny Vorokhobko (vorokhobko2011@yandex.ru). * @si...
mod Triangle
chapter_001/src/test/java/by/vorokhobko/TriangleTest.java
mod Triangle
Java
apache-2.0
b3c47961adaa809b0b60a308f1621c60299b2590
0
apache/flink,aljoscha/flink,hequn8128/flink,tillrohrmann/flink,twalthr/flink,lincoln-lil/flink,aljoscha/flink,jinglining/flink,aljoscha/flink,clarkyzl/flink,bowenli86/flink,bowenli86/flink,hequn8128/flink,fhueske/flink,greghogan/flink,wwjiang007/flink,jinglining/flink,tillrohrmann/flink,zhangminglei/flink,rmetzger/flin...
/* * 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 ...
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/NetworkBufferPool.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 ...
[hotfix][network] add a few more checks and tags
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/NetworkBufferPool.java
[hotfix][network] add a few more checks and tags
Java
apache-2.0
5646dd66b10c8583a07652505532799f11031232
0
carlphilipp/chicago-commutes,carlphilipp/chicago-commutes,carlphilipp/chicago-commutes
/** * Copyright 2016 Carl-Philipp Harmant * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by applica...
src/fr/cph/chicago/xml/XmlParser.java
/** * Copyright 2016 Carl-Philipp Harmant * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by applica...
Fix issue that would display Loop for all trains containing see train
src/fr/cph/chicago/xml/XmlParser.java
Fix issue that would display Loop for all trains containing see train
Java
apache-2.0
156682a7609ba416552160ee5cbf5fe774ade1a7
0
massakam/pulsar,massakam/pulsar,merlimat/pulsar,yahoo/pulsar,merlimat/pulsar,massakam/pulsar,massakam/pulsar,massakam/pulsar,merlimat/pulsar,merlimat/pulsar,yahoo/pulsar,massakam/pulsar,merlimat/pulsar,yahoo/pulsar,yahoo/pulsar,merlimat/pulsar,yahoo/pulsar,yahoo/pulsar
/** * 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...
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerFactoryImpl.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...
[managed-ledger] close bk-client factory gracefully (#4580) ### Motivation User can create tools on bookkeeper using ManagedLedger factory which provides [constructor](https://github.com/apache/pulsar/blob/master/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerFactoryImpl.java#L121) to cr...
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerFactoryImpl.java
[managed-ledger] close bk-client factory gracefully (#4580)
Java
apache-2.0
7aed3e9b4784a1ed77b7634fcfc79ee852f7f6e8
0
phax/peppol-directory,phax/peppol-yellow-pages,phax/peppol-directory,phax/peppol-yellow-pages,phax/peppol-yellow-pages,phax/peppol-directory,phax/peppol-yellow-pages
/** * Copyright (C) 2015-2016 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
peppol-directory-indexer/src/main/java/com/helger/pd/indexer/mgr/SMPBusinessCardProvider.java
/** * Copyright (C) 2015-2016 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
Added URL Provider
peppol-directory-indexer/src/main/java/com/helger/pd/indexer/mgr/SMPBusinessCardProvider.java
Added URL Provider
Java
apache-2.0
ffaea4f497904dd8b963cb11674227f1a580b97f
0
apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
modify setMasterRouteOnly()
sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java
modify setMasterRouteOnly()
Java
apache-2.0
d5b59bf605075ae2b0d715885d46b4ef82d19385
0
salguarnieri/intellij-community,da1z/intellij-community,da1z/intellij-community,ol-loginov/intellij-community,ibinti/intellij-community,fitermay/intellij-community,tmpgit/intellij-community,FHannes/intellij-community,SerCeMan/intellij-community,pwoodworth/intellij-community,allotria/intellij-community,izonder/intellij-...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/xdebugger-impl/src/com/intellij/xdebugger/impl/evaluate/XDebuggerEvaluationDialog.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
fixed - add to watches started working with ctrl modifier
platform/xdebugger-impl/src/com/intellij/xdebugger/impl/evaluate/XDebuggerEvaluationDialog.java
fixed - add to watches started working with ctrl modifier
Java
apache-2.0
fde7f1e44369c91f485eb353ad801f0e2091c1a3
0
OpenHFT/Chronicle-Logger
/* * Copyright 2014 Higher Frequency Trading * <p/> * http://www.higherfrequencytrading.com * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licens...
logger-log4j-1/src/test/java/net/openhft/chronicle/logger/log4j1/Log4j1VanillaChronicleTest.java
/* * Copyright 2014 Higher Frequency Trading * <p/> * http://www.higherfrequencytrading.com * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licens...
CLOG-18 chronicle-logger-log4j-2 : add config options
logger-log4j-1/src/test/java/net/openhft/chronicle/logger/log4j1/Log4j1VanillaChronicleTest.java
CLOG-18 chronicle-logger-log4j-2 : add config options
Java
apache-2.0
4ff06ca01a1e1c1888921b1aabfeab1c715850c3
0
voyages-sncf-technologies/strowgr,voyages-sncf-technologies/strowgr,voyages-sncf-technologies/strowgr
package com.vsct.dt.strowgr.admin.gui.resource.api; import com.codahale.metrics.annotation.Timed; import com.fasterxml.jackson.core.JsonProcessingException; import com.google.common.collect.Sets; import com.google.common.eventbus.EventBus; import com.google.common.eventbus.Subscribe; import com.vsct.dt.strowgr.admin.c...
admin/admin-gui/src/main/java/com/vsct/dt/strowgr/admin/gui/resource/api/EntrypointResources.java
package com.vsct.dt.strowgr.admin.gui.resource.api; import com.codahale.metrics.annotation.Timed; import com.fasterxml.jackson.core.JsonProcessingException; import com.google.common.collect.Sets; import com.google.common.eventbus.EventBus; import com.google.common.eventbus.Subscribe; import com.vsct.dt.strowgr.admin.c...
[admin-gui] Turned a log to debug
admin/admin-gui/src/main/java/com/vsct/dt/strowgr/admin/gui/resource/api/EntrypointResources.java
[admin-gui] Turned a log to debug
Java
apache-2.0
1267e1b1126bb3d89b1fd60901370c8b6bcd3d60
0
codehaus-plexus/plexus-utils,codehaus-plexus/plexus-utils,codehaus-plexus/plexus-utils
package org.codehaus.plexus.util; /* * Copyright The Codehaus 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 * * Unle...
src/main/java/org/codehaus/plexus/util/ReaderFactory.java
package org.codehaus.plexus.util; /* * Copyright The Codehaus 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 * * Unle...
Revert "Added buffering of FileInputStream" This reverts commit 3217c5d2c9d56a3a849d9325ebeaebfa6a583eb4. Unsure about overall effect of this, tests seem inconclusive.
src/main/java/org/codehaus/plexus/util/ReaderFactory.java
Revert "Added buffering of FileInputStream"
Java
apache-2.0
435bbc3161b8294a74b929d9011af8c240b46625
0
walteryang47/ovirt-engine,yingyun001/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,eayun/ovirt-engine,walteryang47/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,eayun...
package org.ovirt.engine.core.vdsbroker; import javax.inject.Inject; import org.apache.commons.lang.NotImplementedException; import org.apache.commons.lang.StringUtils; import org.ovirt.engine.core.common.vdscommands.VDSParametersBase; import org.ovirt.engine.core.common.vdscommands.VDSReturnValue; import org.ovirt.en...
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VDSCommandBase.java
package org.ovirt.engine.core.vdsbroker; import javax.inject.Inject; import org.apache.commons.lang.NotImplementedException; import org.apache.commons.lang.StringUtils; import org.ovirt.engine.core.common.vdscommands.VDSParametersBase; import org.ovirt.engine.core.common.vdscommands.VDSReturnValue; import org.ovirt.en...
core: reduce log level for policy reset We need to make sure that we handle rare situations (when there is a bug in the engine) when exception has no message. Change-Id: I719bfe86609d8b13fe25cec93fdfb043ec8db757 Signed-off-by: pkliczewski <a3686ba591e03445d6c34ed327e69ce19609f801@gmail.com> Bug-Url: https://bugzilla...
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VDSCommandBase.java
core: reduce log level for policy reset
Java
apache-2.0
a0c52f16b3dce06b73ea209f9c33b19c6164ac2d
0
Godchin1990/RxJava,Bobjoy/RxJava,forsail/RxJava,nurkiewicz/RxJava,weikipeng/RxJava,hyleung/RxJava,klemzy/RxJava,devagul93/RxJava,AttwellBrian/RxJava,davidmoten/RxJava,wlrhnh-David/RxJava,sposam/RxJava,Eagles2F/RxJava,benjchristensen/RxJava,Siddartha07/RxJava,ashwary/RxJava,elijah513/RxJava,java02014/RxJava,AmberWhiteSk...
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
rxjava-core/src/test/java/rx/ObservableTests.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Fix the 'compose' unit test
rxjava-core/src/test/java/rx/ObservableTests.java
Fix the 'compose' unit test
Java
bsd-2-clause
d12293424af305dba1c559a88997d8d2c2208232
0
scifio/scifio
// // FileStitcher.java // /* OME Bio-Formats package for reading and converting biological file formats. Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F...
components/bio-formats/src/loci/formats/FileStitcher.java
// // FileStitcher.java // /* OME Bio-Formats package for reading and converting biological file formats. Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F...
Reset 'reader' so that the correct ClassList is used. See #6489.
components/bio-formats/src/loci/formats/FileStitcher.java
Reset 'reader' so that the correct ClassList is used.
Java
bsd-3-clause
8bbe16cdcf6d6889a10de75bcfa223d0f9bdb605
0
smartdevicelink/sdl_android,jthrun/sdl_android,jthrun/sdl_android
package com.smartdevicelink.managers.audio; import android.content.Context; import android.media.AudioFormat; import android.media.MediaFormat; import android.media.MediaPlayer; import android.os.Build; import android.support.test.InstrumentationRegistry; import android.util.Log; import com.smartdevicelink....
android/sdl_android/src/androidTest/java/com/smartdevicelink/managers/audio/AudioStreamManagerTest.java
package com.smartdevicelink.managers.audio; import android.content.Context; import android.media.AudioFormat; import android.media.MediaFormat; import android.media.MediaPlayer; import android.os.Build; import android.support.test.InstrumentationRegistry; import android.util.Log; import com.smartdevicelink....
Add new ASM test case for pushbuffer
android/sdl_android/src/androidTest/java/com/smartdevicelink/managers/audio/AudioStreamManagerTest.java
Add new ASM test case for pushbuffer
Java
mit
error: pathspec 'src/com/rehab/world/Phys.java' did not match any file(s) known to git
5753c8842aad358d7132e32f0a42c498662ee6a5
1
joltix/rehab-engine
package com.rehab.world; public class Phys { // Constants for WASD unit vectors public static final Vector UNIT_EAST = new Vector(1, 0); public static final Vector UNIT_NORTH = new Vector(0, 1); public static final Vector UNIT_WEST = new Vector(0, 1); public static final Vector UNIT_SOUTH = new Ve...
src/com/rehab/world/Phys.java
Initial Phys Separated physics from Entity for easier maintenance Implemented some vector-based physics
src/com/rehab/world/Phys.java
Initial Phys
Java
mit
error: pathspec 'src/houseRobber3/Solution.java' did not match any file(s) known to git
6f12f1d680ae6f0c1d2f444965ddb13a30bc5e6f
1
yyang325/algorithm
package houseRobber3; class TreeNode{ int val; TreeNode left, right; TreeNode(int val){ this.val = val; } } public class Solution { public int rob(TreeNode root) { int[] res = help(root); return Math.max(res[0], res[1]); } public int[] help(TreeNode root){ int[] res...
src/houseRobber3/Solution.java
house robber 3 -- dfs
src/houseRobber3/Solution.java
house robber 3 -- dfs
Java
mit
error: pathspec 'fxgl-samples/src/main/java/s10miscellaneous/AudioSample.java' did not match any file(s) known to git
3322414e2022e69799030f2e2740ba493cbde6ec
1
AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL
/* * The MIT License (MIT) * * FXGL - JavaFX Game Library * * Copyright (c) 2015-2017 AlmasB (almaslvl@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restrictio...
fxgl-samples/src/main/java/s10miscellaneous/AudioSample.java
added AudioSample
fxgl-samples/src/main/java/s10miscellaneous/AudioSample.java
added AudioSample
Java
mit
error: pathspec 'src/main/java/jason/algorithm/topcoder/TurntableService.java' did not match any file(s) known to git
eb5656b3ea70e275a3f84328c93706421fd4c907
1
jasonzhang2022/algorithm,jasonzhang2022/algorithm
package jason.algorithm.topcoder; import jason.algorithm.Swaper; import java.util.BitSet; import java.util.HashSet; /** * suppose both person and entree position is counted clock wise from 0 to n-1. * * No matter how you turn, for each turn, an entree number i ends at person 0. * We cann't have two turn event ...
src/main/java/jason/algorithm/topcoder/TurntableService.java
TurntableService
src/main/java/jason/algorithm/topcoder/TurntableService.java
TurntableService
Java
mit
error: pathspec 'src/main/java/markharder/physicsdemos/demo/interfacing/Slider.java' did not match any file(s) known to git
888365dee90a1e040a1468f9ee28d9c1e584beba
1
MarkHarder/PhysicsDemos
package markharder.physicsdemos.demo.interfacing; import java.awt.Color; import java.awt.Graphics; import markharder.physicsdemos.demo.input.Mouse; /** * A simple slider to get input * * @author Mark Harder * @version 1.0 */ public class Slider { private boolean active; private double x, y, height, min,...
src/main/java/markharder/physicsdemos/demo/interfacing/Slider.java
add a slider component
src/main/java/markharder/physicsdemos/demo/interfacing/Slider.java
add a slider component
Java
mit
error: pathspec 'examples/src/main/java/io/spacedog/examples/AdminJobsCredentials.java' did not match any file(s) known to git
31d682634dc31b5b920a2f05e5a8773fd8e188ab
1
spacedog-io/spacedog-server,spacedog-io/spacedog-server,spacedog-io/spacedog-server
package io.spacedog.examples; import org.junit.Test; import io.spacedog.client.SpaceClient; import io.spacedog.client.SpaceEnv; import io.spacedog.client.SpaceRequest; public class AdminJobsCredentials extends SpaceClient { @Test public void initPurgeAllCredentials() { // SpaceRequest.env().target(SpaceTarget....
examples/src/main/java/io/spacedog/examples/AdminJobsCredentials.java
Creates root backend credentials for purge and snapshot admin jobs
examples/src/main/java/io/spacedog/examples/AdminJobsCredentials.java
Creates root backend credentials for purge and snapshot admin jobs
Java
mit
error: pathspec 'scim/src/main/java/org/gluu/oxtrust/ws/rs/scim2/FidoDeviceService.java' did not match any file(s) known to git
c72ba568816dcef9d4294b6ab4fb909a2de48699
1
madumlao/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust,GluuFederation/oxTrust,madumlao/oxTrust,madumlao/oxTrust,madumlao/oxTrust,madumlao/oxTrust
package org.gluu.oxtrust.ws.rs.scim2; import org.gluu.oxtrust.model.scim2.SearchRequest; import org.gluu.oxtrust.model.scim2.fido.FidoDeviceResource; import javax.ws.rs.*; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import static org.gluu.oxtrust.model.scim2.Constants.*; import static org.gl...
scim/src/main/java/org/gluu/oxtrust/ws/rs/scim2/FidoDeviceService.java
Create interface for fido device web service
scim/src/main/java/org/gluu/oxtrust/ws/rs/scim2/FidoDeviceService.java
Create interface for fido device web service
Java
mit
error: pathspec 'code/src/main/java/com/github/neunkasulle/chronocommand/view/SupervisorView.java' did not match any file(s) known to git
4216f2a4acff48ba03123d37d03b521e138fed37
1
neunkasulle/ChronoCommand
package com.github.neunkasulle.chronocommand.view; import com.github.neunkasulle.chronocommand.model.Role; import com.github.neunkasulle.chronocommand.model.User; import com.github.neunkasulle.chronocommand.view.forms.AdminCtrlForm; import com.github.neunkasulle.chronocommand.view.forms.SupervisorCtrlForm; import com....
code/src/main/java/com/github/neunkasulle/chronocommand/view/SupervisorView.java
Add supervisor view
code/src/main/java/com/github/neunkasulle/chronocommand/view/SupervisorView.java
Add supervisor view
Java
epl-1.0
1ed07bd98816889ad629f0629e301b824ece8038
0
paulvi/egit,SmithAndr/egit,collaborative-modeling/egit,jdcasey/EGit,mdoninger/egit,jdcasey/EGit,wdliu/egit,blizzy78/egit,collaborative-modeling/egit,SmithAndr/egit,paulvi/egit,chalstrick/egit,wdliu/egit
/******************************************************************************* * Copyright (C) 2008, Robin Rosenberg <robin.rosenberg@dewire.com> * Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org> * Copyright (C) 2009, Google, Inc. * * All rights reserved. This program and the accompanying materials * ...
org.eclipse.egit.ui/src/org/eclipse/egit/ui/EclipseSshSessionFactory.java
/******************************************************************************* * Copyright (C) 2008, Robin Rosenberg <robin.rosenberg@dewire.com> * Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org> * Copyright (C) 2009, Google, Inc. * * All rights reserved. This program and the accompanying materials * ...
Do not overwrite existing UserInfo instance Only supply a new UserInfo instance if there is none yet, otherwise the secure-storage supplied credentials are never taken into account Depends on jgit change Iedc80e133e66d72e78ff0980b6e12634f75eca36 Bug: 308205 Change-Id: Iba3b87293c22e5fe7d989fc312184aa7463c4387 Signed...
org.eclipse.egit.ui/src/org/eclipse/egit/ui/EclipseSshSessionFactory.java
Do not overwrite existing UserInfo instance
Java
epl-1.0
b42b5ab5df66f862ec1fb39465bdceb6aa27091b
0
stzilli/kapua,stzilli/kapua,LeoNerdoG/kapua,LeoNerdoG/kapua,stzilli/kapua,LeoNerdoG/kapua,LeoNerdoG/kapua,stzilli/kapua,LeoNerdoG/kapua,stzilli/kapua
/******************************************************************************* * Copyright (c) 2017, 2019 Eurotech and/or its affiliates 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...
console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/configuration/DeviceConfigPanel.java
/******************************************************************************* * Copyright (c) 2017, 2019 Eurotech and/or its affiliates 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...
Increased length limit for Device Configuration Tab TextField and TextArea Signed-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>
console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/configuration/DeviceConfigPanel.java
Increased length limit for Device Configuration Tab TextField and TextArea
Java
epl-1.0
error: pathspec 'src/main/java/org/jtrfp/trcl/conf/ui/DoubleNormalizedSliderUI.java' did not match any file(s) known to git
0e0872797dc8bc4b078c16f7e1af556beeb99410
1
jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall
/******************************************************************************* * This file is part of TERMINAL RECALL * Copyright (c) 2022 Chuck Ritola * Part of the jTRFP.org project * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License...
src/main/java/org/jtrfp/trcl/conf/ui/DoubleNormalizedSliderUI.java
⟴DoubleNormalizedSliderUI
src/main/java/org/jtrfp/trcl/conf/ui/DoubleNormalizedSliderUI.java
⟴DoubleNormalizedSliderUI
Java
epl-1.0
error: pathspec 'edu.oregonstate.cope.clientrecorder.tests/src/edu/oregonstate/cope/clientRecorder/GitRepoStatusTest.java' did not match any file(s) known to git
c9342c76267e5beec9301308a0c09abb749dffc0
1
ChangeOrientedProgrammingEnvironment/eclipseRecorder,ChangeOrientedProgrammingEnvironment/eclipseRecorder
package edu.oregonstate.cope.clientRecorder; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import org.json.simple.JSONObject; import org.junit.Test; import static edu.oregonstate.cope.clientRecorder.JSONConstants.*; public class GitRepoStatusTest extends JSONTest { @SuppressWarnin...
edu.oregonstate.cope.clientrecorder.tests/src/edu/oregonstate/cope/clientRecorder/GitRepoStatusTest.java
Added test for the JSON generation
edu.oregonstate.cope.clientrecorder.tests/src/edu/oregonstate/cope/clientRecorder/GitRepoStatusTest.java
Added test for the JSON generation
Java
agpl-3.0
error: pathspec 'desktop/src/main/java/nl/mpi/kinnate/kintypestrings/QueryTerm.java' did not match any file(s) known to git
99a9787daff1c71dbfca6e9ef68f33a3100bf3d5
1
PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,KinshipSoftware/KinOathKinshipArchiver
package nl.mpi.kinnate.kintypestrings; /** * Document : QueryTerm * Created on : Apr 20, 2012, 12:10:24 PM * Author : Peter Withers */ public class QueryTerm { public QueryTerm(String fieldXPath, KinTypeStringConverter.QueryType comparatorType, String searchValue) { this.fieldXPath = fieldXPath; ...
desktop/src/main/java/nl/mpi/kinnate/kintypestrings/QueryTerm.java
Added message syntax which will be used to warn the user when a required import is not available for the current diagram. Refactored the kin type string syntax parser. refs #1677
desktop/src/main/java/nl/mpi/kinnate/kintypestrings/QueryTerm.java
Added message syntax which will be used to warn the user when a required import is not available for the current diagram. Refactored the kin type string syntax parser. refs #1677
Java
lgpl-2.1
0e8aefc99e20b2406512ccfa0c5a7ff21232c6c8
0
svartika/ccnx,cawka/ndnx,svartika/ccnx,ebollens/ccnmp,ebollens/ccnmp,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,svartika/ccnx,cawka/ndnx,cawka/ndnx,cawka/ndnx,svartika/ccnx,svartika/ccnx,cawka/ndnx,ebollens/ccnmp
/** * Part of the CCNx Java Library. * * Copyright (C) 2008, 2009 Palo Alto Research Center, Inc. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. * This library is ...
javasrc/src/org/ccnx/ccn/profiles/security/access/group/Group.java
/** * Part of the CCNx Java Library. * * Copyright (C) 2008, 2009 Palo Alto Research Center, Inc. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. * This library is ...
Fixed a timing bug in Group.
javasrc/src/org/ccnx/ccn/profiles/security/access/group/Group.java
Fixed a timing bug in Group.
Java
lgpl-2.1
3337ba6b37297c82bda443802651b2c25aa0ad03
0
kashike/ForgeGradle,killjoy1221/ForgeGradle,clienthax/ForgeGradle,Barteks2x/ForgeGradle,RX14/ForgeGradle,matthewprenger/ForgeGradle,kenzierocks/ForgeGradle,simon816/ForgeGradle,PaperMC/PaperGradle,nallar/ForgeGradle
package net.minecraftforge.gradle.tasks; import static net.minecraftforge.gradle.common.Constants.EXT_NAME_MC; import static org.objectweb.asm.Opcodes.ACC_FINAL; import static org.objectweb.asm.Opcodes.ACC_PRIVATE; import static org.objectweb.asm.Opcodes.ACC_PROTECTED; import static org.objectweb.asm.Opcodes.ACC_PUBLI...
src/main/java/net/minecraftforge/gradle/tasks/DeobfuscateJar.java
package net.minecraftforge.gradle.tasks; import static net.minecraftforge.gradle.common.Constants.EXT_NAME_MC; import static org.objectweb.asm.Opcodes.ACC_FINAL; import static org.objectweb.asm.Opcodes.ACC_PRIVATE; import static org.objectweb.asm.Opcodes.ACC_PROTECTED; import static org.objectweb.asm.Opcodes.ACC_PUBLI...
check for broken Access Transformer lines
src/main/java/net/minecraftforge/gradle/tasks/DeobfuscateJar.java
check for broken Access Transformer lines
Java
unlicense
error: pathspec 'Trabalho1/TelegramBotDigitalBank/src/br/com/fiap/bot/util/ConverteMoedaUtil.java' did not match any file(s) known to git
5eb20a514342c24b71516a3fa3cd3d574428d072
1
pedrohnog/Trabalhos-FIAP,pedrohnog/Trabalhos-FIAP
package br.com.fiap.bot.util; import java.text.NumberFormat; import java.util.Locale; public class ConverteMoedaUtil { public static String conveterMoedaBr(double valor){ NumberFormat format = NumberFormat.getCurrencyInstance(new Locale("pt", "BR")); return format.format(valor); } }
Trabalho1/TelegramBotDigitalBank/src/br/com/fiap/bot/util/ConverteMoedaUtil.java
Criação do metodo para converter o padrão de moeda Criação do metodo para converter o padrão de moeda
Trabalho1/TelegramBotDigitalBank/src/br/com/fiap/bot/util/ConverteMoedaUtil.java
Criação do metodo para converter o padrão de moeda
Java
apache-2.0
78303bbfffe42e5e9890f3f535de81387e5b302d
0
ibinti/intellij-community,idea4bsd/idea4bsd,mglukhikh/intellij-community,lucafavatella/intellij-community,signed/intellij-community,vvv1559/intellij-community,asedunov/intellij-community,idea4bsd/idea4bsd,suncycheng/intellij-community,lucafavatella/intellij-community,vvv1559/intellij-community,semonte/intellij-communit...
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-psi-api/src/com/intellij/openapi/projectRoots/JdkVersionUtil.java
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
temp versioning [java 9 project verona]
java/java-psi-api/src/com/intellij/openapi/projectRoots/JdkVersionUtil.java
temp versioning [java 9 project verona]
Java
apache-2.0
69596fe84222fd2bf725e0f41f76b8a0d9dc5400
0
izonder/intellij-community,da1z/intellij-community,ThiagoGarciaAlves/intellij-community,suncycheng/intellij-community,michaelgallacher/intellij-community,gnuhub/intellij-community,fengbaicanhe/intellij-community,holmes/intellij-community,gnuhub/intellij-community,orekyuu/intellij-community,hurricup/intellij-community,f...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
plugins/junit/src/com/intellij/execution/ConfigurationUtil.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
read-action
plugins/junit/src/com/intellij/execution/ConfigurationUtil.java
read-action
Java
apache-2.0
7bb87c1d8414b29d61c3e131173b77ae3239e6a6
0
sschuberth/spdx-tools,rtgdk/tools,sschuberth/spdx-tools,sschuberth/spdx-tools,romeara/spdx-tools,yevster/tools,yevster/tools,yevster/tools,sschuberth/spdx-tools,romeara/spdx-tools,goneall/SPDX-Tools,goneall/SPDX-Tools,rtgdk/tools,sschuberth/spdx-tools,rtgdk/tools,goneall/SPDX-Tools,yevster/tools,romeara/spdx-tools,yevs...
/** * Copyright (c) 2014 Gang Ling. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
src/org/spdx/tools/MergeSpdxDocs.java
/** * Copyright (c) 2014 Gang Ling. * * 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...
change code because the variable types have changed in the assoicated classes
src/org/spdx/tools/MergeSpdxDocs.java
change code because the variable types have changed in the assoicated classes
Java
apache-2.0
1b941a951f84650bc67fc0053422ca11cb7bc5cb
0
fitermay/intellij-community,semonte/intellij-community,xfournet/intellij-community,signed/intellij-community,semonte/intellij-community,vvv1559/intellij-community,semonte/intellij-community,signed/intellij-community,fitermay/intellij-community,idea4bsd/idea4bsd,vvv1559/intellij-community,suncycheng/intellij-community,d...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
python/src/com/jetbrains/python/testing/VFSTestFrameworkListener.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Don't request packages multiple times to get installed test frameworks It's not only redundant but also causes three identical errors with stacktraces in the log if we didn't manage to successfully run packaging_tool.py for some reason. Now we check status of all test frameworks in one pass.
python/src/com/jetbrains/python/testing/VFSTestFrameworkListener.java
Don't request packages multiple times to get installed test frameworks
Java
apache-2.0
b6453cfede49a68e0c2661b374861fa7f8a54b4b
0
ThiagoGarciaAlves/intellij-community,holmes/intellij-community,lucafavatella/intellij-community,adedayo/intellij-community,dslomov/intellij-community,clumsy/intellij-community,amith01994/intellij-community,idea4bsd/idea4bsd,clumsy/intellij-community,ibinti/intellij-community,izonder/intellij-community,suncycheng/intell...
/* * Author: max * Date: Oct 9, 2001 * Time: 8:43:17 PM */ package com.intellij.codeInspection.ex; import com.intellij.analysis.AnalysisScope; import com.intellij.codeInsight.daemon.HighlightDisplayKey; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; import ...
source/com/intellij/codeInspection/ex/InspectionManagerEx.java
/* * Author: max * Date: Oct 9, 2001 * Time: 8:43:17 PM */ package com.intellij.codeInspection.ex; import com.intellij.analysis.AnalysisScope; import com.intellij.codeInsight.daemon.HighlightDisplayKey; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; import ...
http://www.jetbrains.net/jira/browse/IDEADEV-1334
source/com/intellij/codeInspection/ex/InspectionManagerEx.java
http://www.jetbrains.net/jira/browse/IDEADEV-1334
Java
apache-2.0
2204540b7371cb2d0092a4d233c0aafc89cc63e7
0
rolandio/scribble,inkstand-io/scribble,rolandio/scribble,inkstand-io/scribble
package io.inkstand.scribble.rules; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.verify; import java.net.URL; i...
src/test/java/io/inkstand/scribble/rules/TemporaryFileTest.java
package io.inkstand.scribble.rules; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.verify; import java.net.URL; i...
fixed unit test
src/test/java/io/inkstand/scribble/rules/TemporaryFileTest.java
fixed unit test
Java
apache-2.0
c5accce16a2005cde9432a2ed8ce1892d737523d
0
asedunov/intellij-community,da1z/intellij-community,ThiagoGarciaAlves/intellij-community,da1z/intellij-community,signed/intellij-community,youdonghai/intellij-community,suncycheng/intellij-community,semonte/intellij-community,ibinti/intellij-community,semonte/intellij-community,signed/intellij-community,suncycheng/inte...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/lineIndent/JavaLikeLangLineIndentProvider.java
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
FIXED WEB-23872 JavaScript Indentation Problem with "var" over multiple lines
platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/lineIndent/JavaLikeLangLineIndentProvider.java
FIXED WEB-23872 JavaScript Indentation Problem with "var" over multiple lines
Java
apache-2.0
56fb34648823c6d83b2dd485f8aa4b26e93c6f31
0
apache/wicket,apache/wicket,astrapi69/wicket,selckin/wicket,dashorst/wicket,selckin/wicket,topicusonderwijs/wicket,zwsong/wicket,martin-g/wicket-osgi,mosoft521/wicket,freiheit-com/wicket,AlienQueen/wicket,mosoft521/wicket,martin-g/wicket-osgi,astrapi69/wicket,topicusonderwijs/wicket,topicusonderwijs/wicket,selckin/wick...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
fixing the last commit Issue: WICKET-4168 git-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@1190596 13f79535-47bb-0310-9956-ffa450edef68
wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java
fixing the last commit Issue: WICKET-4168
Java
apache-2.0
a34758c3ba61087aa1b92eceec7cc9b652c25b50
0
manuelpirez/selenium,TikhomirovSergey/selenium,s2oBCN/selenium,carlosroh/selenium,bmannix/selenium,amikey/selenium,joshmgrant/selenium,petruc/selenium,sankha93/selenium,TikhomirovSergey/selenium,tarlabs/selenium,sag-enorman/selenium,meksh/selenium,dandv/selenium,knorrium/selenium,wambat/selenium,dcjohnson1989/selenium,...
/* Copyright 2007-2009 Selenium committers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java
/* Copyright 2007-2009 Selenium committers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
Improves logging for registration default drivers at node
java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java
Improves logging for registration default drivers at node
Java
apache-2.0
e73eb4f48c2b707b26d0fcbdcea079f1998fe2e6
0
lucafavatella/intellij-community,ibinti/intellij-community,ivan-fedorov/intellij-community,petteyg/intellij-community,petteyg/intellij-community,adedayo/intellij-community,semonte/intellij-community,Lekanich/intellij-community,diorcety/intellij-community,MichaelNedzelsky/intellij-community,mglukhikh/intellij-community,...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-impl/src/com/intellij/codeInsight/javadoc/JavaDocExternalFilter.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
deadlock (IDEADEV-42164)
java/java-impl/src/com/intellij/codeInsight/javadoc/JavaDocExternalFilter.java
deadlock (IDEADEV-42164)
Java
apache-2.0
2797bfe93e722c775c51e288e1a1b7e824b92b55
0
cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba,cuba-platform/cuba,dimone-kun/cuba,dimone-kun/cuba
/* * Copyright (c) 2011 Haulmont Technology Ltd. All Rights Reserved. * Haulmont Technology proprietary and confidential. * Use is subject to license terms. */ package com.haulmont.cuba.gui.categories; import com.haulmont.chile.core.datatypes.Datatypes; import com.haulmont.chile.core.model.MetaClass; im...
modules/gui/src/com/haulmont/cuba/gui/categories/AttributeEditor.java
/* * Copyright (c) 2011 Haulmont Technology Ltd. All Rights Reserved. * Haulmont Technology proprietary and confidential. * Use is subject to license terms. */ package com.haulmont.cuba.gui.categories; import com.haulmont.chile.core.datatypes.Datatypes; import com.haulmont.chile.core.model.MetaClass; im...
Category attribute editor - bug with fields filling fixed
modules/gui/src/com/haulmont/cuba/gui/categories/AttributeEditor.java
Category attribute editor - bug with fields filling fixed
Java
apache-2.0
508ce40795c4eb061a26f51d6a96a021c78aba78
0
fstahnke/arx,jgaupp/arx,bitraten/arx,kentoa/arx,fstahnke/arx,bitraten/arx,kentoa/arx,jgaupp/arx,RaffaelBild/arx,TheRealRasu/arx,kbabioch/arx,arx-deidentifier/arx,kbabioch/arx,tijanat/arx,TheRealRasu/arx,COWYARD/arx,RaffaelBild/arx,arx-deidentifier/arx,COWYARD/arx,tijanat/arx
/* * ARX: Powerful Data Anonymization * Copyright (C) 2012 - 2014 Florian Kohlmayer, Fabian Prasser * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
src/gui/org/deidentifier/arx/gui/view/impl/common/ComponentDataTable.java
/* * ARX: Powerful Data Anonymization * Copyright (C) 2012 - 2014 Florian Kohlmayer, Fabian Prasser * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
Bugfix: check if already disposed
src/gui/org/deidentifier/arx/gui/view/impl/common/ComponentDataTable.java
Bugfix: check if already disposed
Java
apache-2.0
28cfc9c9d13ebe269a3433e12ef236fe8d37fa22
0
zhan-xiong/buck,sdwilsh/buck,grumpyjames/buck,zpao/buck,LegNeato/buck,shs96c/buck,illicitonion/buck,dsyang/buck,shs96c/buck,romanoid/buck,k21/buck,sdwilsh/buck,zhan-xiong/buck,illicitonion/buck,LegNeato/buck,marcinkwiatkowski/buck,LegNeato/buck,davido/buck,vschs007/buck,illicitonion/buck,daedric/buck,facebook/buck,davi...
/* * Copyright 2014-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
src/com/facebook/buck/util/environment/EnvironmentFilter.java
/* * Copyright 2014-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
One more env var to ignore Summary: Ignore the TERMINIX_ID variable that indicates the current pane inside Terminix (a Linux terminal emulator). Yay for blacklists! Test Plan: buckd stopped invalidating my parser cache when switching panes Reviewed By: Coneko fbshipit-source-id: 9dc2f9a
src/com/facebook/buck/util/environment/EnvironmentFilter.java
One more env var to ignore
Java
apache-2.0
483e5dfbeaa2e13bdd2e7cc79e2f72f9d89eff66
0
xandroidx/cordova-android,xandroidx/cordova-android,devgeeks/cordova-android,infil00p/cordova-android,crosswalk-project/crosswalk-cordova-android,lvrookie/cordova-android,apache/cordova-android,ogoguel/cordova-android,ecit241/cordova-android,rohngonnarock/cordova-android,jasongin/cordova-android,CloudCom/cordova-androi...
/* 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...
framework/src/org/apache/cordova/CameraLauncher.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...
Switch getPicture from Gallery to use file instead of content resolver
framework/src/org/apache/cordova/CameraLauncher.java
Switch getPicture from Gallery to use file instead of content resolver
Java
apache-2.0
66ba67cfb3d9c75a736afd7a6bc348b1cf929f1a
0
fossamagna/liquibase,jimmycd/liquibase,jimmycd/liquibase,jimmycd/liquibase,fossamagna/liquibase,jimmycd/liquibase,mattbertolini/liquibase,liquibase/liquibase,fossamagna/liquibase,mattbertolini/liquibase,liquibase/liquibase,mattbertolini/liquibase,liquibase/liquibase,mattbertolini/liquibase
package liquibase.integration.commandline; import liquibase.Scope; import liquibase.command.CommandArgumentDefinition; import liquibase.command.CommandDefinition; import liquibase.command.CommandFactory; import liquibase.configuration.*; import liquibase.configuration.core.DefaultsFileValueProvider; import liquibase.e...
liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java
package liquibase.integration.commandline; import liquibase.Scope; import liquibase.command.CommandArgumentDefinition; import liquibase.command.CommandDefinition; import liquibase.command.CommandFactory; import liquibase.configuration.*; import liquibase.configuration.core.DefaultsFileValueProvider; import liquibase.e...
New CLI: - Improved exception handling - support camelCase commands LB-1250 DAT-7056
liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java
New CLI: - Improved exception handling - support camelCase commands
Java
apache-2.0
error: pathspec 'medium/problem46/Solution.java' did not match any file(s) known to git
c92f861c04c77c186d9e69a5104de96097d7923a
1
cutoutsy/leetcode,cutoutsy/leetcode,cutoutsy/leetcode,cutoutsy/leetcode
class Solution { public List<List<Integer>> permute(int[] nums) { List<int[]> res = new ArrayList<>(); int[] perm = new int[nums.length]; Set<Integer> visited = new HashSet<>(); process(nums, 0, perm, res, visited); List<List<Integer>> ans = new ArrayList<>(); for(int...
medium/problem46/Solution.java
finish problem 46
medium/problem46/Solution.java
finish problem 46
Java
apache-2.0
error: pathspec 'net.smythtech.connectionManager/src/android/Communicator.java' did not match any file(s) known to git
73e3e04e1b9d25eeacdffbc173821550abc42bf8
1
smythtech/connectionManager,smythtech/connectionManager
package net.smythtech.connectionManager; import android.annotation.SuppressLint; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.HttpURLConnection; import java.net.ServerSocket; import java.net.Soc...
net.smythtech.connectionManager/src/android/Communicator.java
Create Communicator.java
net.smythtech.connectionManager/src/android/Communicator.java
Create Communicator.java
Java
apache-2.0
error: pathspec 'src/main/java/com/cube/storm/ui/lib/helper/YouTubeHelper.java' did not match any file(s) known to git
6b19b604cafd65ef82c5f1a631673f4cc591747b
1
3sidedcube/Android-LightningUi
package com.cube.storm.ui.lib.helper; import android.net.Uri; import android.support.v4.util.ArrayMap; import android.text.TextUtils; import net.callumtaylor.asynchttp.AsyncHttpClient; import net.callumtaylor.asynchttp.response.StringResponseHandler; /** * // TODO: Add class description * * @author Alan Le Fourni...
src/main/java/com/cube/storm/ui/lib/helper/YouTubeHelper.java
Added youtube helper
src/main/java/com/cube/storm/ui/lib/helper/YouTubeHelper.java
Added youtube helper
Java
apache-2.0
error: pathspec 'kie-api/src/main/java/org/kie/api/command/ExecutableCommand.java' did not match any file(s) known to git
5cb1a40660856e000a40c4775c4e5acaa062772e
1
droolsjbpm/droolsjbpm-knowledge,winklerm/drools,winklerm/drools,manstis/drools,manstis/drools,droolsjbpm/droolsjbpm-knowledge,manstis/drools,winklerm/drools,winklerm/drools,manstis/drools,winklerm/drools,manstis/drools
/* * Copyright 2018 Red Hat, Inc. and/or its affiliates. * * 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...
kie-api/src/main/java/org/kie/api/command/ExecutableCommand.java
[DROOLS-2740] Move ExecutableCommand to public API (#314) * [DROOLS-2740] Moved ExecutableCommand to public API * [DROOLS-2740] Minor change
kie-api/src/main/java/org/kie/api/command/ExecutableCommand.java
[DROOLS-2740] Move ExecutableCommand to public API (#314)
Java
apache-2.0
error: pathspec 'src/main/java/com/ffbit/maven/solr/extract/BootstrapStrategy.java' did not match any file(s) known to git
65e728e25d80bc5954bfb02e08ecd3366faffb62
1
ffbit/solr-maven-plugin,ffbit/solr-maven-plugin
package com.ffbit.maven.solr.extract; /** * Represents Configuration Bootstrapping Strategy hierarchy. */ public interface BootstrapStrategy { /** * Configuration Bootstrap. */ public void bootstrap(); }
src/main/java/com/ffbit/maven/solr/extract/BootstrapStrategy.java
The BootstrapStrategy interface
src/main/java/com/ffbit/maven/solr/extract/BootstrapStrategy.java
The BootstrapStrategy interface
Java
apache-2.0
error: pathspec 'src/me/pc/mobile/helper/v14/crypt/ConfigureEncryptAndDecrypt.java' did not match any file(s) known to git
5d99620f7cc75d77c7f4bab9ef5dff960377c3ef
1
LittlePanpc/base-android-utils
package me.pc.mobile.helper.v14.crypt; public class ConfigureEncryptAndDecrypt { public static final String CHAR_ENCODING = "UTF-8"; public static final String AES_ALGORITHM = "AES/ECB/PKCS5Padding"; public static final String RSA_ALGORITHM = "RSA/ECB/PKCS1Padding"; public static final String CIPHER_ALGORITHM = "A...
src/me/pc/mobile/helper/v14/crypt/ConfigureEncryptAndDecrypt.java
Create ConfigureEncryptAndDecrypt.java
src/me/pc/mobile/helper/v14/crypt/ConfigureEncryptAndDecrypt.java
Create ConfigureEncryptAndDecrypt.java
Java
apache-2.0
error: pathspec 'core2/src/test/java/org/sbolstandard/core2/Testing/SequenceTest.java' did not match any file(s) known to git
e56defe6378c1cabf9ce79af1a81451f9f8946a1
1
SynBioDex/libSBOLj
package org.sbolstandard.core2.Testing; import static org.junit.Assert.*; import java.net.URI; import java.util.Arrays; import java.util.HashSet; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.sbolstandard.core2.ComponentDefinition; import org.sbolstandard.core2.SBOLDocument; impo...
core2/src/test/java/org/sbolstandard/core2/Testing/SequenceTest.java
At least one test exists for all methods in Sequence class. Code Coverage stats for GenericTopLevel class : start-48.4 end-56.1 @date 5/10/16
core2/src/test/java/org/sbolstandard/core2/Testing/SequenceTest.java
At least one test exists for all methods in Sequence class. Code Coverage stats for GenericTopLevel class : start-48.4 end-56.1 @date 5/10/16
Java
apache-2.0
error: pathspec 'src/main/java/tech/aroma/banana/data/cassandra/CassandraUserRepository.java' did not match any file(s) known to git
c6ec782105b271c2e42678af3ec6381b9faf42c2
1
AromaTech/banana-data-operations,RedRoma/banana-data-operations,RedRoma/aroma-data-operations,RedRoma/aroma-data-operations
/* * Copyright 2016 Aroma Tech. * * 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...
src/main/java/tech/aroma/banana/data/cassandra/CassandraUserRepository.java
Adding CassandraUserRepository
src/main/java/tech/aroma/banana/data/cassandra/CassandraUserRepository.java
Adding CassandraUserRepository
Java
apache-2.0
error: pathspec 'parquet-scrooge/src/test/java/parquet/scrooge/ScroogeSchemaConverterTest.java' did not match any file(s) known to git
249581dd38d82e5b36f39a25e45e84f109c12e69
1
winningsix/incubator-parquet-mr,piyushnarang/parquet-mr,HyukjinKwon/parquet-mr,sworisbreathing/parquet-mr,jaltekruse/parquet-mr-1,spena/parquet-mr,danielcweeks/incubator-parquet-mr,cchang738/parquet-mr,danielcweeks/incubator-parquet-mr,sworisbreathing/parquet-mr,saucam/incubator-parquet-mr,tsdeng/incubator-parquet-mr,r...
package parquet.scrooge; import org.junit.Test; import parquet.scrooge.test.TestPersonWithAllInformation; /** * Test convert scrooge schema to Parquet Schema */ public class ScroogeSchemaConverterTest { @Test public void testTraverse() throws Exception{ new ScroogeSchemaConverter().convert(TestPersonWithAll...
parquet-scrooge/src/test/java/parquet/scrooge/ScroogeSchemaConverterTest.java
add TestCase for scrooge schema converter
parquet-scrooge/src/test/java/parquet/scrooge/ScroogeSchemaConverterTest.java
add TestCase for scrooge schema converter
Java
apache-2.0
error: pathspec 'library/src/main/java/com/datatorrent/lib/util/comparator/SliceComparator.java' did not match any file(s) known to git
ad108dbde90cb0024aa80fa4b4580f827c430357
1
sandeep-n/incubator-apex-malhar,patilvikram/apex-malhar,PramodSSImmaneni/apex-malhar,vrozov/incubator-apex-malhar,yogidevendra/apex-malhar,ilganeli/incubator-apex-malhar,trusli/apex-malhar,sandeep-n/incubator-apex-malhar,PramodSSImmaneni/incubator-apex-malhar,tweise/incubator-apex-malhar,ananthc/apex-malhar,yogidevendr...
/** * 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...
library/src/main/java/com/datatorrent/lib/util/comparator/SliceComparator.java
MLHR-1941 #resolve #comment added slice comparator
library/src/main/java/com/datatorrent/lib/util/comparator/SliceComparator.java
MLHR-1941 #resolve #comment added slice comparator
Java
apache-2.0
error: pathspec 'obdalib-core/src/main/java/it/unibz/krdb/obda/parser/SQLQueryShallowParser.java' did not match any file(s) known to git
76507508671f38212b6f49687d49c367c463600f
1
ConstantB/ontop-spatial,ConstantB/ontop-spatial,eschwert/ontop,srapisarda/ontop,eschwert/ontop,ConstantB/ontop-spatial,ontop/ontop,ontop/ontop,eschwert/ontop,eschwert/ontop,ConstantB/ontop-spatial,ontop/ontop,srapisarda/ontop,ontop/ontop,srapisarda/ontop,ontop/ontop,srapisarda/ontop
package it.unibz.krdb.obda.parser; import it.unibz.krdb.sql.QuotedIDFactory; import it.unibz.krdb.sql.RelationID; import it.unibz.krdb.sql.api.ParsedSQLQuery; import net.sf.jsqlparser.JSQLParserException; import net.sf.jsqlparser.parser.ParseException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public...
obdalib-core/src/main/java/it/unibz/krdb/obda/parser/SQLQueryShallowParser.java
file added
obdalib-core/src/main/java/it/unibz/krdb/obda/parser/SQLQueryShallowParser.java
file added
Java
apache-2.0
error: pathspec 'src/main/java/fi/vincit/multiusertest/runner/BlockMultiUserTestClassRunner.java' did not match any file(s) known to git
c4e0fea51cbb943bc9e86cd909684fd2288c3666
1
Vincit/multi-user-test-runner,Vincit/multi-user-test-runner,Vincit/multi-user-test-runner
package fi.vincit.multiusertest.runner; import fi.vincit.multiusertest.test.AbstractUserRoleIT; import fi.vincit.multiusertest.util.UserIdentifier; import org.junit.runners.BlockJUnit4ClassRunner; import org.junit.runners.model.FrameworkMethod; import org.junit.runners.model.InitializationError; public clas...
src/main/java/fi/vincit/multiusertest/runner/BlockMultiUserTestClassRunner.java
Add JUnit Block runner support
src/main/java/fi/vincit/multiusertest/runner/BlockMultiUserTestClassRunner.java
Add JUnit Block runner support
Java
apache-2.0
error: pathspec 'server/src/test/java/de/fau/amos/virtualledger/server/api/ContactApiEndpointTest.java' did not match any file(s) known to git
bbfc3c60c9429c26e925748d76b2cc86528c1d30
1
BankingBoys/amos-ss17-proj7,BankingBoys/amos-ss17-proj7
package de.fau.amos.virtualledger.server.api; import de.fau.amos.virtualledger.server.auth.KeycloakUtilizer; import de.fau.amos.virtualledger.server.contacts.ContactsController; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import org.sp...
server/src/test/java/de/fau/amos/virtualledger/server/api/ContactApiEndpointTest.java
new test class for ContactApiEndpoint
server/src/test/java/de/fau/amos/virtualledger/server/api/ContactApiEndpointTest.java
new test class for ContactApiEndpoint
Java
apache-2.0
error: pathspec 'core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/TestSimulateError.java' did not match any file(s) known to git
e303a5705b945cc63f318e2a13b72ce7686552a5
1
nengxu/OrientDB,vivosys/orientdb,vivosys/orientdb,vivosys/orientdb,nengxu/OrientDB,nengxu/OrientDB,nengxu/OrientDB,vivosys/orientdb
package com.orientechnologies.orient.core.storage.impl.local; public class TestSimulateError { public static TestSimulateError onDataLocalWriteRecord; public static boolean onDataLocalWriteRecord(ODataLocal iODataLocal, long[] iFilePosition, int iClusterSegment, long iClusterPosition, byte[] iContent) { ...
core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/TestSimulateError.java
Fixed issue found by Sylvain on lost of data by simulating the corruption of database git-svn-id: 9ddf022f45b579842a47abc018ed2b18cdc52108@4162 3625ad7b-9c83-922f-a72b-73d79161f2ea
core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/TestSimulateError.java
Fixed issue found by Sylvain on lost of data by simulating the corruption of database
Java
apache-2.0
error: pathspec 'projects/OG-Integration/src/main/java/com/opengamma/integration/tool/marketdata/RedisSimulationSeriesLoaderTool.java' did not match any file(s) known to git
18a3caf595f6b16282bd50b471f1105e40a5cc97
1
DevStreet/FinanceAnalytics,nssales/OG-Platform,DevStreet/FinanceAnalytics,McLeodMoores/starling,DevStreet/FinanceAnalytics,nssales/OG-Platform,jerome79/OG-Platform,ChinaQuants/OG-Platform,jeorme/OG-Platform,jerome79/OG-Platform,McLeodMoores/starling,jeorme/OG-Platform,ChinaQuants/OG-Platform,McLeodMoores/starling,China...
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.integration.tool.marketdata; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStre...
projects/OG-Integration/src/main/java/com/opengamma/integration/tool/marketdata/RedisSimulationSeriesLoaderTool.java
Add tool for loading redis simulation series
projects/OG-Integration/src/main/java/com/opengamma/integration/tool/marketdata/RedisSimulationSeriesLoaderTool.java
Add tool for loading redis simulation series
Java
bsd-3-clause
952aac74dc8454bbadcc90b1f2b341fae3c59c9f
0
TheTypoMaster/chromium-crosswalk,dushu1203/chromium.src,dednal/chromium.src,anirudhSK/chromium,hgl888/chromium-crosswalk-efl,ChromiumWebApps/chromium,dednal/chromium.src,fujunwei/chromium-crosswalk,Jonekee/chromium.src,Fireblend/chromium-crosswalk,anirudhSK/chromium,bright-sparks/chromium-spacewalk,axinging/chromium-cr...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.net; import android.content.Context; import android.content.Intent; import android.net.ConnectivityManager; import android.telephony...
net/android/javatests/src/org/chromium/net/X509UtilTest.java
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.net; import android.content.Context; import android.content.Intent; import android.net.ConnectivityManager; import android.telephony...
Disable org.chromium.net.X509UtilTest#testEkusVerified This test is crashing on Clankium ToT, because required the certificates are not being pushed to the device by the Java tests. BUG=226058 Review URL: https://chromiumcodereview.appspot.com/13530004 git-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@192124 00...
net/android/javatests/src/org/chromium/net/X509UtilTest.java
Disable org.chromium.net.X509UtilTest#testEkusVerified
Java
bsd-3-clause
c1a644e040ee8346301e35db678e303ad85eae14
0
krieger-od/nwjs_chromium.src,Fireblend/chromium-crosswalk,Pluto-tv/chromium-crosswalk,Pluto-tv/chromium-crosswalk,M4sse/chromium.src,ltilve/chromium,Pluto-tv/chromium-crosswalk,mohamed--abdel-maksoud/chromium.src,mohamed--abdel-maksoud/chromium.src,axinging/chromium-crosswalk,Chilledheart/chromium,Just-D/chromium-1,axi...
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.media; import android.content.Context; import android.hardware.camera2.CameraAccessException; import android.hardware.camera2.Camera...
media/base/android/java/src/org/chromium/media/VideoCaptureCamera2.java
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.media; import android.content.Context; import android.hardware.camera2.CameraAccessException; import android.hardware.camera2.Camera...
Android Video Capture: Check |sizes| while enumerating cam capabilities. BUG=418052 TBR=qinmin@chromium.org, acleung@chromium.org Review URL: https://codereview.chromium.org/752313002 Cr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#305535}
media/base/android/java/src/org/chromium/media/VideoCaptureCamera2.java
Android Video Capture: Check |sizes| while enumerating cam capabilities.
Java
bsd-3-clause
error: pathspec 'src/gov/nih/nci/rembrandt/web/ajax/DynamicListHelper.java' did not match any file(s) known to git
5e5f12eb868c3a0221c249e78f2dc206f848bb1c
1
NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt
package gov.nih.nci.rembrandt.web.ajax; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.Map; import java...
src/gov/nih/nci/rembrandt/web/ajax/DynamicListHelper.java
initial SVN-Revision: 2314
src/gov/nih/nci/rembrandt/web/ajax/DynamicListHelper.java
initial
Java
bsd-3-clause
error: pathspec 'src/main/java/com/automation/sele/web/selenium/session/RemoteDriverConfiguration.java' did not match any file(s) known to git
d2ccb1a2610bef550c1552eade4c77bdffa96495
1
GiannisPapadakis/seletest,GiannisPapadakis/seletest,GiannisPapadakis/seletest
package com.automation.sele.web.selenium.session; import java.net.MalformedURLException; import java.net.URL; import javax.annotation.PostConstruct; import lombok.extern.slf4j.Slf4j; import org.openqa.selenium.WebDriver; import org.openqa.selenium.remote.DesiredCapabilities; import org.openqa.selenium.remote.Remote...
src/main/java/com/automation/sele/web/selenium/session/RemoteDriverConfiguration.java
RemoteDriverConfiguration for starting session on remote nodes (Selenium Grid)
src/main/java/com/automation/sele/web/selenium/session/RemoteDriverConfiguration.java
RemoteDriverConfiguration for starting session on remote nodes (Selenium Grid)
Java
bsd-3-clause
error: pathspec 'api/src/test/gov/nih/nci/security/authorization/domainobjects/TestBMSIntegrationTask.java' did not match any file(s) known to git
d3940ac84323a55e5e0ebeb9958ac9daaa2839e7
1
CBIIT/common-security-module,CBIIT/common-security-module,CBIIT/common-security-module,NCIP/common-security-module,NCIP/common-security-module,CBIIT/common-security-module,NCIP/common-security-module,CBIIT/common-security-module,NCIP/common-security-module
package test.gov.nih.nci.security.authorization.domainobjects; import gov.nih.nci.security.authorization.domainobjects.ProtectionElementPrivilegeContext; import gov.nih.nci.security.dao.AuthorizationDAO; import gov.nih.nci.security.dao.AuthorizationDAOImpl; import gov.nih.nci.security.exceptions.CSException; import go...
api/src/test/gov/nih/nci/security/authorization/domainobjects/TestBMSIntegrationTask.java
*** empty log message *** SVN-Revision: 1876
api/src/test/gov/nih/nci/security/authorization/domainobjects/TestBMSIntegrationTask.java
*** empty log message ***
Java
mit
error: pathspec 'util/AESUtil.java' did not match any file(s) known to git
5fd10836885e1b2e1c45d8327a1007c65af28bd5
1
mark420524/node-web,mark420524/node-web,mark420524/node-web
package com.silivall.test; import java.security.Key; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * AES加解密工具类 * @.Desc AES对称加密算法,调用方法: * 1) 对明文进行加密,并对密文进行Base64编码:AESUtil.encrypt(plainText, keyStr); plainText为需要加密的字符串,keyStr为密钥。 * 2) 先对密文进行Base64解码,然后再进行解密:AESUtil.decrypt(secretText,...
util/AESUtil.java
add java file AESUtil.java
util/AESUtil.java
add java file AESUtil.java
Java
mit
error: pathspec '22/E22_02/E22_02.java' did not match any file(s) known to git
651be6ed76f77194c384897ba4ed6e7bd095211a
1
maxalthoff/intro-to-java-exercises
/* Write a program that prompts the user to enter a string and displays the maximum increasingly ordered subsequence of characters. */ import java.util.Scanner; import java.util.List; import java.util.ArrayList; public class E22_02 { public static void main(String[] args) { Scanner input = new Scanner(Syste...
22/E22_02/E22_02.java
Chapter 22, Exercise 2
22/E22_02/E22_02.java
Chapter 22, Exercise 2
Java
mit
error: pathspec 'Java/Method/Wildcard.java' did not match any file(s) known to git
5a2bc6c5bbc100023804946dc22cb68fb5dde109
1
bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigo...
class Main { public static void main (String[] args) { String st = to(""); Integer it = to(0); } public static <E> E to(E e) { return (E)e; } } //https://pt.stackoverflow.com/q/56919/101
Java/Method/Wildcard.java
https://pt.stackoverflow.com/q/56919/101
Java/Method/Wildcard.java
https://pt.stackoverflow.com/q/56919/101
Java
mit
error: pathspec 'business/ContactsBook.java' did not match any file(s) known to git
beaffe658d47122822c232dd6f85bca74e453ae7
1
Zimelor/OOP-2016-02
package business; public class ContactsBook { public static void addContact(){ } public static void removeContact(){ } public static void updateContact(){ } public static void printAllContacts(){} public static void printContactsKeys(){} public static void main(String[] a...
business/ContactsBook.java
Create ContactsBook.java
business/ContactsBook.java
Create ContactsBook.java
Java
mit
error: pathspec 'src/groovyfx/DebugLogger.java' did not match any file(s) known to git
13ce1842c4a167c26ba789086bcea3a14513aa05
1
Ptrk25/GroovyFX,Ptrk25/CDN-FX,Ptrk25/CDN-FX,Ptrk25/GroovyFX
package groovyfx; import java.net.URLDecoder; import java.util.logging.*; public class DebugLogger { private static Logger logger; private static Handler handler; private static String path; public static void init() throws Exception{ path = URLDecoder.decode(Main.class.getProtectionDomai...
src/groovyfx/DebugLogger.java
Added Loggerclass
src/groovyfx/DebugLogger.java
Added Loggerclass