text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: spring-context/src/main/java/org/springframework/ui/context/support/ResourceBundleThemeSource.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 obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/ui/context/support/ResourceBundleThemeSource.java", "licen...
### File: spring-context/src/main/java/org/springframework/ui/context/support/SimpleTheme.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/ui/context/support/SimpleTheme.java", "license": "apache-2...
### File: spring-context/src/main/java/org/springframework/ui/context/support/UiApplicationContextUtils.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/ui/context/support/UiApplicationContextUtils.java", "licen...
### File: spring-context/src/main/java/org/springframework/ui/context/support/package-info.java /** * Classes supporting the org.springframework.ui.context package. * Provides support classes for specialized UI contexts, e.g. for web UIs. */ @NonNullApi @NonNullFields package org.springframework.ui.context.support; ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/ui/context/support/package-info.java", "license": "apache-...
### File: spring-context/src/main/java/org/springframework/ui/package-info.java /** * Generic support for UI layer concepts. * Provides a generic ModelMap for model holding. */ @NonNullApi @NonNullFields package org.springframework.ui; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/ui/package-info.java", "license": "apache-2.0", "size": 25...
### File: spring-context/src/main/java/org/springframework/validation/AbstractBindingResult.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/AbstractBindingResult.java", "license": "apache...
### File: spring-context/src/main/java/org/springframework/validation/AbstractErrors.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 Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/AbstractErrors.java", "license": "apache-2.0", ...
### File: spring-context/src/main/java/org/springframework/validation/AbstractPropertyBindingResult.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/AbstractPropertyBindingResult.java", "license":...
### File: spring-context/src/main/java/org/springframework/validation/BeanPropertyBindingResult.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 cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/BeanPropertyBindingResult.java", "license": "ap...
### File: spring-context/src/main/java/org/springframework/validation/BindException.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 Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/BindException.java", "license": "apache-2.0", "...
### File: spring-context/src/main/java/org/springframework/validation/BindingErrorProcessor.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/BindingErrorProcessor.java", "license": "apache...
### File: spring-context/src/main/java/org/springframework/validation/BindingResult.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 Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/BindingResult.java", "license": "apache-2.0", "...
### File: spring-context/src/main/java/org/springframework/validation/BindingResultUtils.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/BindingResultUtils.java", "license": "apache-2....
### File: spring-context/src/main/java/org/springframework/validation/DataBinder.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 Licens...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/DataBinder.java", "license": "apache-2.0", "siz...
### File: spring-context/src/main/java/org/springframework/validation/DefaultBindingErrorProcessor.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/DefaultBindingErrorProcessor.java", "license": ...
### File: spring-context/src/main/java/org/springframework/validation/DefaultMessageCodesResolver.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/DefaultMessageCodesResolver.java", "license": "...
### File: spring-context/src/main/java/org/springframework/validation/DirectFieldBindingResult.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/DirectFieldBindingResult.java", "license": "apa...
### File: spring-context/src/main/java/org/springframework/validation/Errors.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/Errors.java", "license": "apache-2.0", "size": ...
### File: spring-context/src/main/java/org/springframework/validation/FieldError.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 Licens...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/FieldError.java", "license": "apache-2.0", "siz...
### File: spring-context/src/main/java/org/springframework/validation/MapBindingResult.java /* * Copyright 2002-2006 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/MapBindingResult.java", "license": "apache-2.0"...
### File: spring-context/src/main/java/org/springframework/validation/MessageCodeFormatter.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/MessageCodeFormatter.java", "license": "apache-...
### File: spring-context/src/main/java/org/springframework/validation/MessageCodesResolver.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/MessageCodesResolver.java", "license": "apache-...
### File: spring-context/src/main/java/org/springframework/validation/ObjectError.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 Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/ObjectError.java", "license": "apache-2.0", "si...
### File: spring-context/src/main/java/org/springframework/validation/SmartValidator.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 Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/SmartValidator.java", "license": "apache-2.0", ...
### File: spring-context/src/main/java/org/springframework/validation/ValidationUtils.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 L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/ValidationUtils.java", "license": "apache-2.0",...
### File: spring-context/src/main/java/org/springframework/validation/Validator.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/Validator.java", "license": "apache-2.0", "size...
### File: spring-context/src/main/java/org/springframework/validation/annotation/Validated.java /* * Copyright 2002-2014 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/annotation/Validated.java", "license": "apache-...
### File: spring-context/src/main/java/org/springframework/validation/annotation/package-info.java /** * Support classes for annotation-based constraint evaluation, * e.g. using a JSR-303 Bean Validation provider. * * <p>Provides an extended variant of JSR-303's {@code @Valid}, * supporting the specification of va...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/annotation/package-info.java", "license": "apac...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/BeanValidationPostProcessor.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/BeanValidationPostProcessor.java...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/CustomValidatorBean.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/CustomValidatorBean.java", "lice...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/LocalValidatorFactoryBean.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 m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/LocalValidatorFactoryBean.java",...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/LocaleContextMessageInterpolator.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/LocaleContextMessageInterpolator...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/MessageSourceResourceBundleLocator.java /* * Copyright 2002-2014 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....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/MessageSourceResourceBundleLocat...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationInterceptor.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationInterceptor.java...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationPostProcessor.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationPostProcessor.ja...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/OptionalValidatorFactoryBean.java /* * Copyright 2002-2013 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. * Yo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/OptionalValidatorFactoryBean.jav...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringConstraintValidatorFactory.java /* * Copyright 2002-2015 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. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringConstraintValidatorFactory...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringValidatorAdapter.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/SpringValidatorAdapter.java", "l...
### File: spring-context/src/main/java/org/springframework/validation/beanvalidation/package-info.java /** * Support classes for integrating a JSR-303 Bean Validation provider * (such as Hibernate Validator) into a Spring ApplicationContext * and in particular with Spring's data binding and validation APIs. * * <p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/beanvalidation/package-info.java", "license": "...
### File: spring-context/src/main/java/org/springframework/validation/package-info.java /** * Provides data binding and validation functionality, * for usage in business and/or UI layers. */ @NonNullApi @NonNullFields package org.springframework.validation; import org.springframework.lang.NonNullApi; import org.spr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/package-info.java", "license": "apache-2.0", "s...
### File: spring-context/src/main/java/org/springframework/validation/support/BindingAwareConcurrentModel.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 ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/support/BindingAwareConcurrentModel.java", "lic...
### File: spring-context/src/main/java/org/springframework/validation/support/BindingAwareModelMap.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/support/BindingAwareModelMap.java", "license": ...
### File: spring-context/src/main/java/org/springframework/validation/support/package-info.java /** * Support classes for handling validation results. */ @NonNullApi @NonNullFields package org.springframework.validation.support; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullField...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/java/org/springframework/validation/support/package-info.java", "license": "apache-...
### File: spring-context/src/main/kotlin/org/springframework/context/annotation/AnnotationConfigApplicationContextExtensions.kt /* * 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 Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/kotlin/org/springframework/context/annotation/AnnotationConfigApplicationContextE...
### File: spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt /* * 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 o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt", "license": "apa...
### File: spring-context/src/main/kotlin/org/springframework/context/support/GenericApplicationContextExtensions.kt /* * 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 m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/kotlin/org/springframework/context/support/GenericApplicationContextExtensions.kt...
### File: spring-context/src/main/kotlin/org/springframework/ui/ModelExtensions.kt /* * Copyright 2002-2017 the original author or authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/kotlin/org/springframework/ui/ModelExtensions.kt", "license": "apache-2.0", "size...
### File: spring-context/src/main/kotlin/org/springframework/ui/ModelMapExtensions.kt /* * Copyright 2002-2017 the original author or authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/main/kotlin/org/springframework/ui/ModelMapExtensions.kt", "license": "apache-2.0", "s...
### File: spring-context/src/test/groovy/org/springframework/context/groovy/GroovyApplicationContextDynamicBeanPropertyTests.groovy /* * 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 L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Groovy", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/groovy/org/springframework/context/groovy/GroovyApplicationContextDynamicBeanProp...
### File: spring-context/src/test/groovy/org/springframework/context/groovy/GroovyBeanDefinitionReaderTests.groovy /* * 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 ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Groovy", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/groovy/org/springframework/context/groovy/GroovyBeanDefinitionReaderTests.groovy"...
### File: spring-context/src/test/java/example/profilescan/DevComponent.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 * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/profilescan/DevComponent.java", "license": "apache-2.0", "size": 1125}
### File: spring-context/src/test/java/example/profilescan/ProfileAnnotatedComponent.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/profilescan/ProfileAnnotatedComponent.java", "license": "apache-2.0", ...
### File: spring-context/src/test/java/example/profilescan/ProfileMetaAnnotatedComponent.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/profilescan/ProfileMetaAnnotatedComponent.java", "license": "apache-2....
### File: spring-context/src/test/java/example/profilescan/SomeAbstractClass.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/profilescan/SomeAbstractClass.java", "license": "apache-2.0", "size": ...
### File: spring-context/src/test/java/example/scannable/AutowiredQualifierFooService.java /* * Copyright 2002-2016 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 L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/AutowiredQualifierFooService.java", "license": "apache-2.0",...
### File: spring-context/src/test/java/example/scannable/CustomAnnotations.java /* * Copyright 2002-2013 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/CustomAnnotations.java", "license": "apache-2.0", "size": 98...
### File: spring-context/src/test/java/example/scannable/CustomAspectStereotype.java /* * Copyright 2002-2013 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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/CustomAspectStereotype.java", "license": "apache-2.0", "size...
### File: spring-context/src/test/java/example/scannable/CustomComponent.java /* * Copyright 2002-2013 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 * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/CustomComponent.java", "license": "apache-2.0", "size": 1032...
### File: spring-context/src/test/java/example/scannable/CustomStereotype.java /* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/CustomStereotype.java", "license": "apache-2.0", "size": 111...
### File: spring-context/src/test/java/example/scannable/DefaultNamedComponent.java /* * Copyright 2002-2008 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/DefaultNamedComponent.java", "license": "apache-2.0", "size"...
### File: spring-context/src/test/java/example/scannable/FooDao.java /* * Copyright 2002-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * h...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/FooDao.java", "license": "apache-2.0", "size": 737}
### File: spring-context/src/test/java/example/scannable/FooService.java /* * Copyright 2002-2016 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 * * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/FooService.java", "license": "apache-2.0", "size": 983}
### File: spring-context/src/test/java/example/scannable/FooServiceImpl.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/FooServiceImpl.java", "license": "apache-2.0", "size": 3369}
### File: spring-context/src/test/java/example/scannable/MessageBean.java /* * Copyright 2002-2013 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 * * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/MessageBean.java", "license": "apache-2.0", "size": 1019}
### File: spring-context/src/test/java/example/scannable/NamedComponent.java /* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/NamedComponent.java", "license": "apache-2.0", "size": 854}
### File: spring-context/src/test/java/example/scannable/NamedStubDao.java /* * Copyright 2002-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/NamedStubDao.java", "license": "apache-2.0", "size": 844}
### File: spring-context/src/test/java/example/scannable/PackageMarker.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 * *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/PackageMarker.java", "license": "apache-2.0", "size": 830}
### File: spring-context/src/test/java/example/scannable/ScopedProxyTestBean.java /* * Copyright 2002-2016 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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/ScopedProxyTestBean.java", "license": "apache-2.0", "size": ...
### File: spring-context/src/test/java/example/scannable/ServiceInvocationCounter.java /* * Copyright 2002-2016 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 Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/ServiceInvocationCounter.java", "license": "apache-2.0", "si...
### File: spring-context/src/test/java/example/scannable/StubFooDao.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/StubFooDao.java", "license": "apache-2.0", "size": 941}
### File: spring-context/src/test/java/example/scannable/sub/BarComponent.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable/sub/BarComponent.java", "license": "apache-2.0", "size": 781...
### File: spring-context/src/test/java/example/scannable_implicitbasepackage/ComponentScanAnnotatedConfigWithImplicitBasePackage.java /* * Copyright 2002-2015 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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable_implicitbasepackage/ComponentScanAnnotatedConfigWithImplicit...
### File: spring-context/src/test/java/example/scannable_implicitbasepackage/ConfigurableComponent.java /* * Copyright 2002-2015 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable_implicitbasepackage/ConfigurableComponent.java", "license": ...
### File: spring-context/src/test/java/example/scannable_implicitbasepackage/ScannedComponent.java /* * Copyright 2002-2015 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable_implicitbasepackage/ScannedComponent.java", "license": "apac...
### File: spring-context/src/test/java/example/scannable_scoped/CustomScopeAnnotationBean.java /* * Copyright 2002-2011 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 t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable_scoped/CustomScopeAnnotationBean.java", "license": "apache-2...
### File: spring-context/src/test/java/example/scannable_scoped/MyScope.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 * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/example/scannable_scoped/MyScope.java", "license": "apache-2.0", "size": 1073}
### File: spring-context/src/test/java/org/springframework/aop/aspectj/AdviceBindingTestAspect.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/aspectj/AdviceBindingTestAspect.java", "license": "apa...
### File: spring-context/src/test/java/org/springframework/aop/aspectj/Counter.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/aspectj/Counter.java", "license": "apache-2.0", "size"...
### File: spring-context/src/test/java/org/springframework/aop/aspectj/ICounter.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/aspectj/ICounter.java", "license": "apache-2.0", "size...
### File: spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotatedTestBean.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotatedTestBean.java", "license": ...
### File: spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotatedTestBeanImpl.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 obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotatedTestBeanImpl.java", "licens...
### File: spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTestAspect.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/aspectj/autoproxy/AnnotationBindingTestAspect.java", "...
### File: spring-context/src/test/java/org/springframework/aop/framework/ClassWithComplexConstructor.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/framework/ClassWithComplexConstructor.java", "license"...
### File: spring-context/src/test/java/org/springframework/aop/framework/Dependency.java /* * Copyright 2002-2013 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 Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/framework/Dependency.java", "license": "apache-2.0", "...
### File: spring-context/src/test/java/org/springframework/aop/framework/Echo.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 a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/framework/Echo.java", "license": "apache-2.0", "size":...
### File: spring-context/src/test/java/org/springframework/aop/framework/IEcho.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/framework/IEcho.java", "license": "apache-2.0", "size"...
### File: spring-context/src/test/java/org/springframework/aop/framework/autoproxy/PackageVisibleMethod.java /* * Copyright 2002-2016 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 obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/aop/framework/autoproxy/PackageVisibleMethod.java", "licen...
### File: spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTestTypes.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTestTypes.java", "license"...
### File: spring-context/src/test/java/org/springframework/context/ACATester.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/ACATester.java", "license": "apache-2.0", "size": ...
### File: spring-context/src/test/java/org/springframework/context/BeanThatBroadcasts.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/BeanThatBroadcasts.java", "license": "apache-2.0",...
### File: spring-context/src/test/java/org/springframework/context/BeanThatListens.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/BeanThatListens.java", "license": "apache-2.0", "s...
### File: spring-context/src/test/java/org/springframework/context/LifecycleContextBean.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...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/LifecycleContextBean.java", "license": "apache-2.0...
### File: spring-context/src/test/java/org/springframework/context/annotation/BeanAge.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 L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/BeanAge.java", "license": "apache-2.0",...
### File: spring-context/src/test/java/org/springframework/context/annotation/FooServiceDependentConverter.java /* * Copyright 2002-2013 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 o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/FooServiceDependentConverter.java", "li...
### File: spring-context/src/test/java/org/springframework/context/annotation/MyTestBean.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/MyTestBean.java", "license": "apache-2....
### File: spring-context/src/test/java/org/springframework/context/annotation/componentscan/cycle/left/LeftConfig.java /* * Copyright 2002-2011 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. * Yo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/componentscan/cycle/left/LeftConfig.jav...
### File: spring-context/src/test/java/org/springframework/context/annotation/componentscan/cycle/right/RightConfig.java /* * Copyright 2002-2011 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. * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/componentscan/cycle/right/RightConfig.j...
### File: spring-context/src/test/java/org/springframework/context/annotation/componentscan/importing/ImportingConfig.java /* * Copyright 2002-2014 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. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/componentscan/importing/ImportingConfig...
### File: spring-context/src/test/java/org/springframework/context/annotation/componentscan/level1/Level1Config.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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/componentscan/level1/Level1Config.java"...
### File: spring-context/src/test/java/org/springframework/context/annotation/componentscan/level2/Level2Config.java /* * Copyright 2002-2013 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-context/src/test/java/org/springframework/context/annotation/componentscan/level2/Level2Config.java"...