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
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/PropertyReplacingBeansXmlParser.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,042
39.058824
125
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/WeldClassIntrospector.java
package org.jboss.as.weld.deployment; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.function.Consumer; import java.util.function.Supplier; import jakarta.enterprise.context.spi.Creat...
7,126
39.039326
149
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/ExplicitBeanArchiveMetadata.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,203
32.375
172
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/CdiAnnotationMarker.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,186
34.274194
101
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/WeldDeployment.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
12,586
44.440433
190
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/ExplicitBeanArchiveMetadataContainer.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,115
38.185185
158
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/BeanDeploymentModule.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
4,330
37.669643
143
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/WeldEEModuleDescriptor.java
/* * JBoss, Home of Professional Open Source * Copyright 2015, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,712
39.492537
98
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/WeldAttachments.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,776
41.723077
176
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/BeanDeploymentArchiveImpl.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
11,009
34.401929
179
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/PropertyReplacingBeansXmlHandler.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
2,668
35.067568
119
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/CdiAnnotationProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,204
42.235294
108
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldImplicitDeploymentProcessor.java
package org.jboss.as.weld.deployment.processors; import static org.jboss.as.weld.util.Utils.getRootDeploymentUnit; import java.util.HashSet; import java.util.Map; import java.util.Map.Entry; import java.util.ServiceLoader; import java.util.Set; import org.jboss.as.ee.component.ComponentDescription; import org.jboss....
4,675
46.714286
170
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/DefaultModuleServiceProvider.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,932
42.776119
152
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/EarApplicationScopedObserverMethodProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2019, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
8,150
48.70122
296
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/SimpleEnvEntryCdiResourceInjectionProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2022, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
21,395
50.064439
160
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldConfiguration.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,731
36.944444
149
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/SecurityBootstrapDependencyInstaller.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,449
43.545455
123
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WildFlyWeldEnvironment.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,717
39.567164
143
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/CompositeClassLoader.java
/* * JBoss, Home of Professional Open Source. * Copyright 2022, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
3,249
32.505155
109
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/BeanDefiningAnnotationProcessor.java
package org.jboss.as.weld.deployment.processors; import static org.jboss.as.weld.discovery.AnnotationType.FOR_CLASSINFO; import static org.jboss.as.weld.util.Indices.ANNOTATION_PREDICATE; import static org.jboss.as.weld.util.Indices.getAnnotatedClasses; import java.util.Collection; import java.util.HashSet; import ja...
3,963
44.045455
123
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/BeanArchiveProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
18,453
49.837466
234
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/UrlScanner.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
6,562
33.005181
106
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WebIntegrationProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2008, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify i...
9,838
47.46798
183
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDeploymentProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
19,973
55.905983
209
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/BeansXmlProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
8,304
52.237179
173
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDeploymentCleanupProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2018, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
5,477
49.256881
146
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldConfigurationProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
4,039
47.095238
182
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDependencyProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2010, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
5,190
51.969388
132
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldPortableExtensionProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
7,949
45.22093
191
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/DefaultImplicitBeanArchiveDetector.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,562
38.075
88
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldBeanManagerServiceProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
8,748
49.281609
207
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldComponentIntegrationProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
19,468
63.042763
542
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/deployment/processors/ExternalBeanArchiveProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
19,368
46.943069
274
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/TCCLSingletonService.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,942
35.660377
97
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/ModuleGroupSingletonProvider.java
/* * JBoss, Home of Professional Open Source * Copyright 2020, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
5,994
36.46875
139
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/BeanManagerService.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,601
38.152174
118
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/ProxyServicesImpl.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
11,082
46.566524
165
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldExecutorServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2015, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
6,585
36.850575
186
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldSecurityServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,721
36.979592
125
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldResourceInjectionServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
13,335
51.298039
170
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/ejb/WeldInterceptorBindingsService.java
package org.jboss.as.weld.ejb; import java.lang.reflect.Method; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.function.Consumer; import java.util.function.Supplier; import org.jboss.as.weld.WeldBootstrapService; import org.jboss.as.weld.spi.ComponentInterceptorSupp...
4,788
42.93578
137
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/util/Utils.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,234
38.45122
149
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/util/Indices.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,900
33.951807
128
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldManagedReferenceFactory.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,062
37.772152
129
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/SecurityActions.java
/* * JBoss, Home of Professional Open Source. * Copyright 2010, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
1,770
34.42
70
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldInjectionInterceptor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,316
40.375
157
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/ResourceLookupDependenciesProvider.java
/* * JBoss, Home of Professional Open Source. * Copyright 2021, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
3,377
42.87013
124
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldComponentService.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
6,741
43.065359
358
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldInterceptorInjectionInterceptor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,455
40.627119
152
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/DefaultComponentSupport.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,488
36.225
76
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldConstructionStartInterceptor.java
package org.jboss.as.weld.injection; import java.util.Map; import jakarta.enterprise.context.spi.CreationalContext; import jakarta.enterprise.inject.spi.AnnotatedConstructor; import org.jboss.invocation.Interceptor; import org.jboss.invocation.InterceptorContext; import org.jboss.weld.construction.api.AroundConstruc...
2,806
45.783333
166
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldInjectionContextInterceptor.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,830
38.804348
106
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/InjectionTargets.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
4,646
47.915789
191
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/injection/WeldInjectionContext.java
package org.jboss.as.weld.injection; import java.io.Serializable; import java.util.Map; import jakarta.enterprise.context.spi.CreationalContext; import jakarta.enterprise.inject.spi.Bean; import jakarta.enterprise.inject.spi.InjectionTarget; import org.jboss.as.weld.logging.WeldLogger; import org.jboss.weld.bean.Man...
2,352
32.140845
202
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/webtier/jsp/WeldJspExpressionFactoryWrapper.java
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,850
38.597222
170
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/discovery/AnnotationType.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,930
31.566667
119
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/discovery/WeldClassFileServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,962
35.694444
127
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/discovery/WeldClassFileInfo.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
13,125
35.15978
165
java
null
wildfly-main/weld/subsystem/src/main/java/org/jboss/as/weld/interceptors/Jsr299BindingsCreateInterceptor.java
/* * JBoss, Home of Professional Open Source * Copyright 2009, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
5,780
49.269565
238
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/_private/WeldEjbLogger.java
/* * JBoss, Home of Professional Open Source. * Copyright 2016, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
1,609
38.268293
102
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/deployment/processors/EjbImplicitBeanArchiveDetector.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,556
37.925
84
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/deployment/processors/EjbModuleServiceProvider.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,369
42.888889
152
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/deployment/processors/EjbComponentDescriptionProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,763
42.873016
158
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/deployment/processors/EjbComponentIntegrator.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
4,071
46.348837
136
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/services/bootstrap/WeldEjbServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
2,592
37.132353
124
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/services/bootstrap/WeldEjbInjectionServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
13,459
42.701299
232
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/services/bootstrap/EjbBeanDeploymentArchiveServiceProvider.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,596
36.139535
103
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/ejb/EjbDescriptorImpl.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
9,068
37.75641
188
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/ejb/DelegatingInterceptorInvocationContext.java
/* * JBoss, Home of Professional Open Source * Copyright 2009, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,804
34.896226
190
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/ejb/SessionObjectReferenceImpl.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,846
36.349515
108
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/ejb/StatefulSessionObjectReferenceImpl.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
5,717
40.434783
151
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/ejb/SerializedStatefulSessionObject.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,034
37.417722
158
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/ejb/BusinessInterfaceDescriptorImpl.java
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,864
37.854167
112
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/injection/EjbComponentSupport.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,767
37.434783
88
java
null
wildfly-main/weld/ejb/src/main/java/org/jboss/as/weld/interceptors/EjbComponentInterceptorSupport.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
3,298
42.407895
155
java
null
wildfly-main/weld/jpa/src/main/java/org/jboss/as/weld/deployment/processor/JpaDependenciesProvider.java
/* * JBoss, Home of Professional Open Source. * Copyright 2021, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
4,454
51.411765
151
java
null
wildfly-main/weld/jpa/src/main/java/org/jboss/as/weld/services/bootstrap/JpaModuleServiceProvider.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,738
37.644444
152
java
null
wildfly-main/weld/jpa/src/main/java/org/jboss/as/weld/services/bootstrap/WeldJpaInjectionServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2021, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
13,702
51.703846
258
java
null
wildfly-main/weld/webservices/src/main/java/org/jboss/as/weld/deployment/processors/JaxwsModuleServiceProvider.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,815
40.272727
152
java
null
wildfly-main/weld/webservices/src/main/java/org/jboss/as/weld/services/bootstrap/WeldJaxwsInjectionServices.java
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
4,497
41.433962
283
java
null
wildfly-main/weld/webservices/src/main/java/org/jboss/as/weld/services/bootstrap/JaxwsResourceInjectionResolver.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,715
35.510638
82
java
null
wildfly-main/weld/webservices/src/main/java/org/jboss/as/weld/injection/WSComponentSupport.java
/* * JBoss, Home of Professional Open Source * Copyright 2016, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
1,492
36.325
76
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/RuntimeInitialization.java
/* * JBoss, Home of Professional Open Source. * Copyright 2022, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
9,679
52.480663
169
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/UndertowSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2022, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
1,703
35.255319
86
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/UndertowServiceTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2021, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
6,660
47.620438
159
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/UndertowSubsystemTransformerTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2023, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
8,444
52.113208
265
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/AuthMechanismParserUnitTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
4,143
50.160494
118
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/AbstractUndertowSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
9,783
51.042553
211
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/UndertowServerRemovalTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2023, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
8,758
46.603261
182
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/DefaultInitialization.java
/* Copyright 2017 Red Hat, 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 in writing, software dis...
7,449
49
151
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/ServerServiceTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2021, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
7,599
42.181818
147
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/security/jacc/WarJACCServiceTest.java
/* * JBoss, Home of Professional Open Source. * Copyright 2022, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
2,412
40.603448
104
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/deployment/WarMetaDataProcessorTest.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
3,494
33.60396
158
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/deployment/AuthMethodParserTest.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
2,299
41.592593
120
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/session/SharedSessionConfigXMLReaderTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2019, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
3,143
39.307692
164
java
null
wildfly-main/undertow/src/test/java/org/wildfly/extension/undertow/session/CodecSessionConfigTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
4,801
33.546763
94
java
null
wildfly-main/undertow/src/main/java/org/wildfly/extension/undertow/ByteBufferPoolDefinition.java
package org.wildfly.extension.undertow; import java.util.Arrays; import java.util.Collection; import java.util.List; import io.undertow.connector.ByteBufferPool; import io.undertow.server.DefaultByteBufferPool; import org.jboss.as.controller.AbstractAddStepHandler; import org.jboss.as.controller.AttributeDefinition; ...
7,553
41.677966
165
java
null
wildfly-main/undertow/src/main/java/org/wildfly/extension/undertow/Constants.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
12,114
42.113879
99
java
null
wildfly-main/undertow/src/main/java/org/wildfly/extension/undertow/HttpListenerAdd.java
/* * JBoss, Home of Professional Open Source. * Copyright 2017, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
4,896
57.297619
265
java