repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/web/multipart/MultipartFile.java | /*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 5,341 | 37.431655 | 91 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/util/MultiValueMap.java | /*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 2,571 | 25.515464 | 89 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/context/ApplicationEventPublisher.java | package org.springframework.context;
@FunctionalInterface
public interface ApplicationEventPublisher {
void publishEvent(Object event);
}
| 141 | 19.285714 | 44 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/context/ApplicationContext.java | package org.springframework.context;
import org.springframework.beans.factory.HierarchicalBeanFactory;
import org.springframework.beans.factory.ListableBeanFactory;
import org.springframework.core.env.EnvironmentCapable;
import org.springframework.core.io.support.ResourcePatternResolver;
public interface ApplicationC... | 472 | 46.3 | 109 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/context/MessageSource.java | package org.springframework.context;
public interface MessageSource {}
| 72 | 17.25 | 36 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/boot/security/servlet/ApplicationContextRequestMatcher.java | package org.springframework.boot.security.servlet;
import org.springframework.security.web.util.matcher.RequestMatcher;
public abstract class ApplicationContextRequestMatcher<C> implements RequestMatcher {}
| 209 | 34 | 86 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/boot/actuate/autoconfigure/security/servlet/EndpointRequest.java | package org.springframework.boot.actuate.autoconfigure.security.servlet;
import org.springframework.boot.security.servlet.ApplicationContextRequestMatcher;
import org.springframework.web.context.WebApplicationContext;
public final class EndpointRequest {
public static EndpointRequestMatcher toAnyEndpoint() {
retur... | 632 | 30.65 | 84 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/jndi/JndiTemplate.java | package org.springframework.jndi;
import java.util.Properties;
import javax.naming.NamingException;
public class JndiTemplate {
public JndiTemplate() {}
public JndiTemplate(Properties environment) {}
public Object lookup(final String name) throws NamingException {
return new Object();
}
@SuppressWarnings("... | 503 | 21.909091 | 81 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/stereotype/Indexed.java | package org.springframework.stereotype;
import java.lang.annotation.*;
@Target(value=ElementType.TYPE)
@Retention(value=RetentionPolicy.RUNTIME)
@Documented
public @interface Indexed { }
| 189 | 20.111111 | 41 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/stereotype/Component.java | package org.springframework.stereotype;
import java.lang.annotation.*;
@Target(value=ElementType.TYPE)
@Retention(value=RetentionPolicy.RUNTIME)
@Documented
@Indexed
public @interface Component { }
| 200 | 19.1 | 41 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/stereotype/Controller.java | package org.springframework.stereotype;
import java.lang.annotation.*;
@Target(value=ElementType.TYPE)
@Retention(value=RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface Controller { }
| 203 | 19.4 | 41 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/beans/factory/ListableBeanFactory.java | package org.springframework.beans.factory;
public interface ListableBeanFactory extends BeanFactory {}
| 104 | 25.25 | 59 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/beans/factory/BeanFactory.java | package org.springframework.beans.factory;
public interface BeanFactory {}
| 76 | 18.25 | 42 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/beans/factory/InitializingBean.java | package org.springframework.beans.factory;
public interface InitializingBean {} | 80 | 26 | 42 | java |
codeql | codeql-master/java/ql/test/stubs/springframework-5.2.3/org/springframework/beans/factory/HierarchicalBeanFactory.java | package org.springframework.beans.factory;
public interface HierarchicalBeanFactory extends BeanFactory {}
| 108 | 26.25 | 63 | java |
codeql | codeql-master/java/ql/test/stubs/junit-jupiter-api-5.2.0/org/junit/jupiter/api/Test.java | /*
* Copyright 2015-2018 the original author or authors.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
* accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v20.html
*/
/*
* ... | 959 | 31 | 138 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HeaderIterator.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HeaderIterator.java $
* $Revision: 581981 $
* $Date: 2007-10-04 11:26:26 -0700 (Thu, 04 Oct 2007) $
*
* ====================================================================
* Licensed to the Apac... | 2,335 | 34.938462 | 138 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/NameValuePair.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/NameValuePair.java $
* $Revision: 496070 $
* $Date: 2007-01-14 04:18:34 -0800 (Sun, 14 Jan 2007) $
*
* ====================================================================
* Licensed to the Apach... | 4,455 | 34.648 | 137 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/RequestLine.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/RequestLine.java $
* $Revision: 573864 $
* $Date: 2007-09-08 08:53:25 -0700 (Sat, 08 Sep 2007) $
*
* ====================================================================
* Licensed to the Apache ... | 2,100 | 34.610169 | 135 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HttpEntity.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpEntity.java $
* $Revision: 645824 $
* $Date: 2008-04-08 03:12:41 -0700 (Tue, 08 Apr 2008) $
*
* ====================================================================
* Licensed to the Apache S... | 8,356 | 43.68984 | 134 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HttpMessage.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpMessage.java $
* $Revision: 610823 $
* $Date: 2008-01-10 07:53:53 -0800 (Thu, 10 Jan 2008) $
*
* ====================================================================
* Licensed to the Apache ... | 6,642 | 32.720812 | 135 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/Header.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/Header.java $
* $Revision: 569636 $
* $Date: 2007-08-25 00:34:47 -0700 (Sat, 25 Aug 2007) $
*
* ====================================================================
* Licensed to the Apache Softw... | 2,718 | 37.295775 | 130 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HeaderElementIterator.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HeaderElementIterator.java $
* $Revision: 584542 $
* $Date: 2007-10-14 06:29:34 -0700 (Sun, 14 Oct 2007) $
*
* ====================================================================
* Licensed to t... | 2,402 | 34.865672 | 145 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HeaderElement.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HeaderElement.java $
* $Revision: 569828 $
* $Date: 2007-08-26 08:49:38 -0700 (Sun, 26 Aug 2007) $
*
* ====================================================================
* Licensed to the Apach... | 2,274 | 33.469697 | 137 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HttpRequest.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequest.java $
* $Revision: 528428 $
* $Date: 2007-04-13 03:26:04 -0700 (Fri, 13 Apr 2007) $
*
* ====================================================================
* Licensed to the Apache ... | 2,042 | 33.627119 | 135 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/ProtocolVersion.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ProtocolVersion.java $
* $Revision: 609106 $
* $Date: 2008-01-05 01:15:42 -0800 (Sat, 05 Jan 2008) $
*
* ====================================================================
* Licensed to the Apa... | 7,624 | 34.966981 | 139 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/ParseException.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ParseException.java $
* $Revision: 609106 $
* $Date: 2008-01-05 01:15:42 -0800 (Sat, 05 Jan 2008) $
*
* ====================================================================
* Licensed to the Apac... | 2,459 | 36.846154 | 138 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/HttpEntityEnclosingRequest.java | /*
* $Header: $
* $Revision: 618017 $
* $Date: 2008-02-03 08:42:22 -0800 (Sun, 03 Feb 2008) $
*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with th... | 2,380 | 32.535211 | 95 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/client/methods/HttpEntityEnclosingRequestBase.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpEntityEnclosingRequestBase.java $
* $Revision: 674186 $
* $Date: 2008-07-05 05:18:54 -0700 (Sat, 05 Jul 2008) $
*
* =========================================================... | 2,424 | 35.19403 | 173 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/client/methods/HttpRequestBase.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpRequestBase.java $
* $Revision: 674186 $
* $Date: 2008-07-05 05:18:54 -0700 (Sat, 05 Jul 2008) $
*
* ====================================================================
* ... | 2,829 | 30.444444 | 158 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/client/methods/HttpGet.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpGet.java $
* $Revision: 664505 $
* $Date: 2008-06-08 06:21:20 -0700 (Sun, 08 Jun 2008) $
*
* ====================================================================
* Licensed... | 2,887 | 34.654321 | 150 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/client/methods/HttpPost.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpPost.java $
* $Revision: 664505 $
* $Date: 2008-06-08 06:21:20 -0700 (Sun, 08 Jun 2008) $
*
* ====================================================================
* License... | 3,009 | 34.411765 | 151 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/client/methods/HttpPut.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpPut.java $
* $Revision: 664505 $
* $Date: 2008-06-08 06:21:20 -0700 (Sun, 08 Jun 2008) $
*
* ====================================================================
* Licensed... | 2,647 | 33.842105 | 150 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/params/HttpParams.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/params/HttpParams.java $
* $Revision: 610763 $
* $Date: 2008-01-10 04:01:13 -0800 (Thu, 10 Jan 2008) $
*
* ====================================================================
* Licensed to the A... | 6,342 | 35.039773 | 141 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/message/BasicRequestLine.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicRequestLine.java $
* $Revision: 604625 $
* $Date: 2007-12-16 06:11:11 -0800 (Sun, 16 Dec 2007) $
*
* ====================================================================
* Licensed t... | 2,556 | 34.513889 | 148 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/message/BasicHttpRequest.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.java $
* $Revision: 573864 $
* $Date: 2007-09-08 08:53:25 -0700 (Sat, 08 Sep 2007) $
*
* ====================================================================
* Licensed t... | 2,735 | 33.632911 | 148 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/message/BasicHttpEntityEnclosingRequest.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpEntityEnclosingRequest.java $
* $Revision: 618017 $
* $Date: 2008-02-03 08:42:22 -0800 (Sun, 03 Feb 2008) $
*
* ===================================================================... | 2,815 | 34.2 | 163 | java |
codeql | codeql-master/java/ql/test/stubs/apache-http-4.4.13/org/apache/http/message/AbstractHttpMessage.java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/AbstractHttpMessage.java $
* $Revision: 620287 $
* $Date: 2008-02-10 07:15:53 -0800 (Sun, 10 Feb 2008) $
*
* ====================================================================
* License... | 4,002 | 30.031008 | 151 | java |
codeql | codeql-master/java/ql/test/stubs/jdom-1.1.3/org/jdom/Document.java | /*--
$Id: Document.java,v 1.85 2007/11/10 05:28:58 jhunter Exp $
Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin.
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 s... | 2,826 | 41.19403 | 95 | java |
codeql | codeql-master/java/ql/test/stubs/jdom-1.1.3/org/jdom/input/SAXBuilder.java | /*--
$Id: SAXBuilder.java,v 1.93 2009/07/23 06:26:26 jhunter Exp $
Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin.
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... | 3,035 | 37.43038 | 95 | java |
codeql | codeql-master/java/ql/test/stubs/apache-commons-io-2.6/org/apache/commons/io/IOUtils.java | package org.apache.commons.io;
import java.io.*;
import java.util.*;
public class IOUtils {
public static BufferedInputStream buffer(InputStream inputStream) { return null; }
public static void copy(InputStream input, Writer output, String inputEncoding) throws IOException { }
public static long copyLarge(Reader... | 1,646 | 70.608696 | 110 | java |
codeql | codeql-master/java/ql/test/stubs/jsr311-api-1.1.1/javax/ws/rs/core/MediaType.java | /*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the "License"). You may not use this file except
* in compliance with the License.
*
* You can obtain a copy of the license at
* http://www.opensource.org/licenses/cddl1.php
* See the License for th... | 779 | 25 | 110 | java |
codeql | codeql-master/java/ql/test/stubs/jsr311-api-1.1.1/javax/ws/rs/core/MultivaluedMap.java | /*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the "License"). You may not use this file except
* in compliance with the License.
*
* You can obtain a copy of the license at
* http://www.opensource.org/licenses/cddl1.php
* See the License for th... | 873 | 24.705882 | 110 | java |
codeql | codeql-master/java/ql/test/stubs/jsr311-api-1.1.1/javax/ws/rs/ext/MessageBodyReader.java | /*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the "License"). You may not use this file except
* in compliance with the License.
*
* You can obtain a copy of the license at
* http://www.opensource.org/licenses/cddl1.php
* See the License for the... | 1,352 | 29.066667 | 110 | java |
codeql | codeql-master/java/ql/test/stubs/kryo-4.0.2/com/esotericsoftware/kryo/Registration.java | /* Copyright (c) 2008, Nathan Sweet
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright notice, this list of conditions and... | 1,839 | 62.448276 | 133 | java |
codeql | codeql-master/java/ql/test/stubs/kryo-4.0.2/com/esotericsoftware/kryo/Kryo.java | /* Copyright (c) 2008, Nathan Sweet
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright notice, this list of conditions and... | 2,240 | 43.82 | 133 | java |
codeql | codeql-master/java/ql/test/stubs/kryo-4.0.2/com/esotericsoftware/kryo/io/Input.java | /* Copyright (c) 2008, Nathan Sweet
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright notice, this list of conditions and... | 1,909 | 56.878788 | 133 | java |
codeql | codeql-master/java/ql/test/stubs/xstream-1.4.10/com/thoughtworks/xstream/XStream.java | /*
* Copyright (C) 2003, 2004, 2005, 2006 Joe Walnes.
* Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with th... | 1,584 | 22.308824 | 119 | java |
codeql | codeql-master/java/ql/test/stubs/j2objc/com/google/j2objc/security/IosRSASignature.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... | 12,590 | 36.032353 | 148 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/LDAPConnection.java | package com.unboundid.ldap.sdk;
public class LDAPConnection {
public AsyncRequestID asyncSearch(ReadOnlySearchRequest searchRequest) throws LDAPException { return null; }
public AsyncRequestID asyncSearch(SearchRequest searchRequest) throws LDAPException { return null; }
public SearchResult search(ReadOnlySearc... | 1,549 | 69.454545 | 147 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/SearchResultListener.java | package com.unboundid.ldap.sdk;
public interface SearchResultListener { }
| 75 | 18 | 41 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/LDAPSearchException.java | package com.unboundid.ldap.sdk;
public class LDAPSearchException extends LDAPException { }
| 92 | 22.25 | 58 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/SearchResultEntry.java | package com.unboundid.ldap.sdk;
public class SearchResultEntry { }
| 68 | 16.25 | 34 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/SearchRequest.java | package com.unboundid.ldap.sdk;
public class SearchRequest implements ReadOnlySearchRequest {
public SearchRequest(String baseDN, SearchScope scope, String filter, String... attributes) throws LDAPException { }
public SearchRequest(SearchResultListener searchResultListener, String baseDN, SearchScope scope, Deref... | 869 | 47.333333 | 130 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/AsyncRequestID.java | package com.unboundid.ldap.sdk;
public class AsyncRequestID { }
| 65 | 15.5 | 31 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/DereferencePolicy.java | package com.unboundid.ldap.sdk;
public class DereferencePolicy { }
| 68 | 16.25 | 34 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/SearchResult.java | package com.unboundid.ldap.sdk;
public class SearchResult { }
| 63 | 15 | 31 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/SearchScope.java | package com.unboundid.ldap.sdk;
public class SearchScope { }
| 62 | 14.75 | 31 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/Filter.java | package com.unboundid.ldap.sdk;
public class Filter {
public static Filter create(java.lang.String filterString) throws LDAPException { return null; }
public static Filter createNOTFilter(Filter notComponent) { return null; }
public static Filter createEqualityFilter(java.lang.String attributeName, java.lang.S... | 561 | 34.125 | 125 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/ReadOnlySearchRequest.java | package com.unboundid.ldap.sdk;
public interface ReadOnlySearchRequest {
SearchRequest duplicate();
}
| 105 | 16.666667 | 40 | java |
codeql | codeql-master/java/ql/test/stubs/unboundid-ldap-4.0.14/com/unboundid/ldap/sdk/LDAPException.java | package com.unboundid.ldap.sdk;
public class LDAPException extends Exception { }
| 82 | 19.75 | 48 | java |
codeql | codeql-master/java/ql/test/stubs/snakeyaml-1.21/org/yaml/snakeyaml/Yaml.java | /**
* Copyright (c) 2008, http://www.snakeyaml.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 1,950 | 23.3875 | 103 | java |
codeql | codeql-master/java/ql/test/stubs/snakeyaml-1.21/org/yaml/snakeyaml/events/Event.java | /**
* Copyright (c) 2008, http://www.snakeyaml.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 923 | 34.538462 | 103 | java |
codeql | codeql-master/java/ql/test/stubs/snakeyaml-1.21/org/yaml/snakeyaml/constructor/SafeConstructor.java | /**
* Copyright (c) 2008, http://www.snakeyaml.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 992 | 32.1 | 103 | java |
codeql | codeql-master/java/ql/test/stubs/snakeyaml-1.21/org/yaml/snakeyaml/constructor/BaseConstructor.java | /**
* Copyright (c) 2008, http://www.snakeyaml.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 975 | 33.857143 | 103 | java |
codeql | codeql-master/java/ql/test/stubs/snakeyaml-1.21/org/yaml/snakeyaml/constructor/Constructor.java | /**
* Copyright (c) 2008, http://www.snakeyaml.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 1,049 | 30.818182 | 103 | java |
codeql | codeql-master/java/ql/test/stubs/guice-4.2.2/com/google/inject/Provider.java | /*
* Copyright (C) 2006 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,600 | 43.084746 | 114 | java |
codeql | codeql-master/java/ql/test/stubs/jsr223-api/javax/script/ScriptContext.java | package javax.script;
public interface ScriptContext {} | 56 | 18 | 33 | java |
codeql | codeql-master/java/ql/test/stubs/jsr223-api/javax/script/ScriptException.java | package javax.script;
public class ScriptException extends Exception {}
| 73 | 17.5 | 49 | java |
codeql | codeql-master/java/ql/test/stubs/jsr223-api/javax/script/SimpleScriptContext.java | package javax.script;
public class SimpleScriptContext implements ScriptContext {} | 83 | 27 | 60 | java |
codeql | codeql-master/java/ql/test/stubs/jsr223-api/javax/script/CompiledScript.java | package javax.script;
public class CompiledScript {
public Object eval() throws ScriptException { return null; }
} | 117 | 22.6 | 62 | java |
codeql | codeql-master/java/ql/test/stubs/dom4j-2.1.1/org/dom4j/Document.java | /*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
/*
* Adapted from DOM4J version 2.1.1 as available at
* https://search.maven.org/remotecontent?filepath=org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar
* Only re... | 2,381 | 43.111111 | 98 | java |
codeql | codeql-master/java/ql/test/stubs/dom4j-2.1.1/org/dom4j/io/SAXReader.java | /*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
/*
* Adapted from DOM4J version 2.1.1 as available at
* https://search.maven.org/remotecontent?filepath=org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar
* Only re... | 3,183 | 30.524752 | 98 | java |
codeql | codeql-master/java/ql/test/stubs/jackson-databind-2.10/com/fasterxml/jackson/databind/ObjectMapper.java | package com.fasterxml.jackson.databind;
import java.io.*;
import java.util.*;
public class ObjectMapper {
public ObjectMapper() {
}
public void writeValue(File resultFile, Object value) {
}
public void writeValue(com.fasterxml.jackson.core.JsonGenerator jgen, Object value) {
}
public void writeValue(... | 561 | 17.733333 | 87 | java |
codeql | codeql-master/java/ql/test/stubs/jackson-databind-2.10/com/fasterxml/jackson/databind/ObjectWriter.java | package com.fasterxml.jackson.databind;
import java.io.*;
import java.util.*;
public class ObjectWriter {
public ObjectWriter() {
}
public void writeValue(File resultFile, Object value) {
}
public void writeValue(com.fasterxml.jackson.core.JsonGenerator jgen, Object value) {
}
public void writeValue(... | 561 | 17.733333 | 87 | java |
codeql | codeql-master/java/ql/test/stubs/jackson-databind-2.10/com/fasterxml/jackson/core/JsonGenerator.java | package com.fasterxml.jackson.core;
public class JsonGenerator {
protected JsonGenerator() {
}
}
| 102 | 13.714286 | 35 | java |
codeql | codeql-master/java/ql/test/stubs/jackson-databind-2.10/com/fasterxml/jackson/core/JsonFactory.java | package com.fasterxml.jackson.core;
import java.io.Writer;
public class JsonFactory {
public JsonFactory() {
}
public JsonGenerator createGenerator(Writer writer) {
return new JsonGenerator();
}
}
| 212 | 15.384615 | 55 | java |
codeql | codeql-master/java/ql/test/stubs/shiro-core-1.4.0/org/apache/shiro/SecurityUtils.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 ... | 1,246 | 33.638889 | 115 | java |
codeql | codeql-master/java/ql/test/stubs/shiro-core-1.4.0/org/apache/shiro/subject/Subject.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 ... | 1,280 | 34.583333 | 115 | java |
codeql | codeql-master/java/ql/test/stubs/apache-commons-email-1.6.0/org/apache/commons/mail/SimpleEmail.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 ... | 1,320 | 30.452381 | 75 | java |
codeql | codeql-master/java/ql/test/stubs/apache-commons-email-1.6.0/org/apache/commons/mail/EmailException.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 ... | 3,047 | 28.882353 | 80 | java |
codeql | codeql-master/java/ql/test/stubs/apache-commons-email-1.6.0/org/apache/commons/mail/DefaultAuthenticator.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 ... | 2,004 | 32.983051 | 77 | java |
codeql | codeql-master/java/ql/test/stubs/apache-commons-email-1.6.0/org/apache/commons/mail/Email.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 ... | 26,846 | 32.308933 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/hamcrest-2.2/org/hamcrest/MatcherAssert.java | package org.hamcrest;
public class MatcherAssert {
public static <T> void assertThat(T actual, Object matcher) {
assertThat("", actual, matcher);
}
public static <T> void assertThat(String reason, T actual, Object matcher) {
}
public static void assertThat(String reason, boolean ... | 341 | 21.8 | 80 | java |
codeql | codeql-master/java/ql/test/stubs/hamcrest-2.2/org/hamcrest/core/IsNull.java | package org.hamcrest.core;
public class IsNull {
public static Object notNullValue() {
return new String();
}
public static <T> Object notNullValue(Class<T> type) {
return new String();
}
}
| 226 | 15.214286 | 58 | java |
codeql | codeql-master/java/ql/test/stubs/amazon-aws-sdk-1.11.700/com/amazonaws/auth/BasicAWSCredentials.java | /*
* Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | 1,498 | 28.98 | 79 | java |
codeql | codeql-master/java/ql/test/stubs/amazon-aws-sdk-1.11.700/com/amazonaws/auth/AWSCredentials.java | /*
* Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "li... | 1,741 | 36.06383 | 151 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/Serializer.java | /*
* Serializer.java July 2006
*
* Copyright (C) 2006, Niall Gallagher <niallg@users.sf.net>
*
* 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/LI... | 2,862 | 34.345679 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/core/Persister.java | /*
* Persister.java July 2006
*
* Copyright (C) 2006, Niall Gallagher <niallg@users.sf.net>
*
* 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/LIC... | 3,472 | 40.843373 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/stream/Formatter.java | /*
* Formatter.java July 2006
*
* Copyright (C) 2006, Niall Gallagher <niallg@users.sf.net>
*
* 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/LIC... | 1,136 | 30.583333 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/stream/StreamProvider.java | /*
* StreamProvider.java January 2010
*
* Copyright (C) 2010, Niall Gallagher <niallg@users.sf.net>
*
* 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/lice... | 1,216 | 32.805556 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/stream/NodeBuilder.java | /*
* NodeBuilder.java July 2006
*
* Copyright (C) 2006, Niall Gallagher <niallg@users.sf.net>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1,201 | 32.388889 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/stream/DocumentProvider.java | /*
* DocumentProvider.java January 2010
*
* Copyright (C) 2010, Niall Gallagher <niallg@users.sf.net>
*
* 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/li... | 1,222 | 32.972222 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/simple-xml-2.7.1/org/simpleframework/xml/stream/Provider.java | /*
* Provider.java January 2010
*
* Copyright (C) 2010, Niall Gallagher <niallg@users.sf.net>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1,163 | 31.333333 | 118 | java |
codeql | codeql-master/java/ql/test/stubs/esapi-2.0.1/org/owasp/esapi/Encoder.java | package org.owasp.esapi;
public interface Encoder {
String encodeForLDAP(String input);
}
| 93 | 14.666667 | 37 | java |
codeql | codeql-master/java/ql/test/stubs/esapi-2.0.1/org/owasp/esapi/reference/DefaultEncoder.java | package org.owasp.esapi.reference;
import org.owasp.esapi.Encoder;
public class DefaultEncoder implements Encoder {
public static Encoder getInstance() { return null; }
public String encodeForLDAP(String input) { return null; }
}
| 236 | 25.333333 | 60 | java |
codeql | codeql-master/java/ql/test/stubs/guice-servlet-4.2.2/com/google/inject/servlet/RequestParameters.java | /*
* Copyright (C) 2006 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,416 | 34.425 | 141 | java |
codeql | codeql-master/java/ql/test/stubs/mvel2-2.4.7/org/mvel2/MVEL.java | package org.mvel2;
import java.io.Serializable;
public class MVEL {
public static Object eval(String expression) { return null; }
public static Serializable compileExpression(String expression) { return null; }
public static Object executeExpression(Object compiledExpression) { return null; }
} | 303 | 32.777778 | 84 | java |
codeql | codeql-master/java/ql/test/stubs/mvel2-2.4.7/org/mvel2/ParserContext.java | package org.mvel2;
public class ParserContext {} | 49 | 15.666667 | 29 | java |
codeql | codeql-master/java/ql/test/stubs/mvel2-2.4.7/org/mvel2/MVELRuntime.java | package org.mvel2;
import org.mvel2.compiler.CompiledExpression;
import org.mvel2.integration.VariableResolverFactory;
public class MVELRuntime {
public static Object execute(boolean debugger, CompiledExpression expression, Object ctx, VariableResolverFactory variableFactory) { return null; }
} | 299 | 36.5 | 149 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.