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/ee/src/main/java/org/jboss/as/ee/subsystem/EeCapabilities.java
/* * Copyright 2019 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 ...
1,559
35.27907
106
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/InjectedEENamespaceContextSelector.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,049
36.850467
95
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/JavaNamespaceSetup.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,463
33.222222
126
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/ContextInjectionSource.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...
3,418
47.842857
251
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/Attachments.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,618
39.475
135
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/ModuleContextProcessor.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...
6,002
53.572727
168
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/InApplicationClientBindingProcessor.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,029
49.3
205
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/ApplicationContextProcessor.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...
3,859
49.789474
143
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/naming/InstanceNameBindingProcessor.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,183
48.079365
205
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/managedbean/processors/ManagedBeanSubDeploymentMarkingProcessor.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...
3,248
42.905405
126
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/managedbean/processors/ManagedBeanAnnotationProcessor.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...
8,526
54.012903
245
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/managedbean/processors/JavaEEDependencyProcessor.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,712
44.757282
132
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/managedbean/component/ManagedBeanCreateInterceptor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,622
42.716667
121
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/managedbean/component/ManagedBeanComponentDescription.java
package org.jboss.as.ee.managedbean.component; import org.jboss.as.ee.component.ComponentDescription; import org.jboss.as.ee.component.EEModuleDescription; import org.jboss.msc.service.ServiceName; /** * Component descriptor for {@link jakarta.annotation.ManagedBean} managed beans. * * This is only here so that ot...
1,210
42.25
195
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/managedbean/component/ManagedBeanResourceReferenceProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,442
39.716667
106
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/weld/InjectionTargetDefiningAnnotations.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014, 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,695
36.688889
143
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/utils/InjectionUtils.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,967
40.768421
259
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/utils/ClassLoadingUtils.java
package org.jboss.as.ee.utils; import org.jboss.as.server.deployment.Attachments; import org.jboss.as.server.deployment.DeploymentUnit; import org.jboss.modules.Module; import org.wildfly.security.manager.WildFlySecurityManager; /** * @author Stuart Douglas */ public class ClassLoadingUtils { public static Cla...
1,069
33.516129
117
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/utils/DescriptorUtils.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,233
32.183486
113
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/resource/definition/ResourceDefinitionAnnotationProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014, 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,342
49.231183
198
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/resource/definition/ResourceDefinitionInjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014, 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,863
36.705426
119
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/resource/definition/ResourceDefinitionDescriptorProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014, 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,520
47.232877
437
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/AnnotationMetadata.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,742
32.519231
95
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/MetadataCompleteMarker.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,812
36.770833
102
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/AbstractEEAnnotationProcessor.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,787
45.765432
137
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/MethodAnnotationAggregator.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,064
46.783019
254
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/ClassAnnotationInformation.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,694
38.632353
211
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/EJBClientDescriptorMetaData.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014, 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,215
32.377049
147
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/ClassAnnotationInformationFactory.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...
10,227
43.086207
155
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/RuntimeAnnotationInformation.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,937
36.269231
132
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/property/Attachments.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...
1,507
39.756757
127
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/property/PropertyResolverProcessor.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...
3,563
55.571429
178
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/property/DeploymentPropertyResolverProcessor.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...
3,553
47.684932
187
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/metadata/property/DeploymentPropertiesProcessor.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,928
40.842857
133
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentStartService.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...
3,567
30.575221
97
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEDefaultResourceJndiNames.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,814
32.117647
92
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/DeploymentDescriptorEnvironment.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,704
33.1
98
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/BasicComponentInstance.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,624
31.894737
164
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentConfiguration.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
22,282
36.576728
193
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/AbstractComponentConfigurator.java
package org.jboss.as.ee.component; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.Collection; import java.util.Deque; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import org.jboss.as.naming.ManagedReferenceFactory; import org.jboss.as.server.deployme...
6,249
58.52381
550
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewDescription.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
13,703
41.559006
237
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/InterceptorEnvironment.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,366
37.177419
124
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/LookupInjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,616
42.775862
210
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ReflectiveClassIntrospector.java
package org.jboss.as.ee.component; import java.security.AccessController; import java.security.PrivilegedAction; import org.jboss.as.naming.ConstructorManagedReferenceFactory; import org.jboss.as.naming.ManagedReference; import org.jboss.as.naming.ManagedReferenceFactory; import org.jboss.msc.service.Service; import ...
3,169
35.436782
122
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/FixedInjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,743
34.636364
210
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentView.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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
29.092593
86
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentCreateServiceFactory.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,894
37.673469
105
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EnvEntryInjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,554
38.307692
251
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewConfigurator.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,030
43.152174
201
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ManagedReferenceMethodInterceptor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,425
37.507937
138
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ResourceInjectionTarget.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...
1,293
35.971429
78
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/Attachments.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,157
52.175258
181
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewBindingInjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,421
39.366667
210
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/BindingConfiguration.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,127
34.146067
124
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/NamespaceConfigurator.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,609
62.033708
190
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewConfiguration.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
11,355
36.111111
180
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ClassDescriptionTraversal.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,625
40.68254
147
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEModuleClassDescription.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,846
36
214
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentFactory.java
package org.jboss.as.ee.component; import org.jboss.as.naming.ManagedReference; import org.jboss.invocation.InterceptorContext; /** * @author Stuart Douglas */ public interface ComponentFactory { ManagedReference create(final InterceptorContext context); }
267
18.142857
62
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentConfigurator.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,948
42.311111
164
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/FieldInjectionTarget.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,745
42.057471
279
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentNamingMode.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,468
32.386364
70
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/MethodInjectionTarget.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,893
46.514563
279
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ManagedReferenceLifecycleMethodInterceptor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,917
44.119266
153
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ConstructorComponentFactory.java
package org.jboss.as.ee.component; import java.io.Serializable; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import org.jboss.as.naming.ManagedReference; import org.jboss.invocation.InterceptorContext; /** * @author Stuart Douglas */ public class ConstructorComponentFac...
1,313
25.28
102
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentCreateException.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,840
37.917808
117
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewInstanceFactory.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,447
35.2
125
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEModuleDescription.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
13,465
37.919075
181
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/DefaultComponentConfigurator.java
package org.jboss.as.ee.component; import java.lang.reflect.Method; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Deque; import java.util.List; import java.util.Set; import org.jboss.as.ee.component.interceptors.InterceptorClassDescription; import org.jboss.as.ee.component.interceptors.Int...
11,238
60.081522
278
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewManagedReferenceFactory.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,189
34.444444
112
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/InjectionTarget.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,937
36.409091
287
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/DependencyConfigurator.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,741
37.711111
121
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentClientInstance.java
package org.jboss.as.ee.component; import org.jboss.as.ee.logging.EeLogger; import org.jboss.invocation.InterceptorContext; import java.io.Serializable; import java.util.HashMap; import java.util.Map; /** * Class that represents an instance of a component client. It should only be referenced from client * post con...
1,820
34.019231
118
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEApplicationClasses.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,146
34.783333
100
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ViewService.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
14,578
43.045317
148
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ManagedReferenceReleaseInterceptor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,258
33.753846
149
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentInstanceInterceptorFactory.java
/* * JBoss, Home of Professional Open Source. * Copyright (c) 2011, 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 * ...
2,098
40.156863
98
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/BasicComponent.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
11,812
37.604575
188
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentInstantiatorInterceptor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,545
38.842697
136
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentInstance.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,056
31.870968
115
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ManagedReferenceMethodInjectionInterceptorFactory.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,434
41.460938
212
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentDescription.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
22,845
36.887231
248
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentRegistry.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...
8,339
39.485437
255
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEClassIntrospector.java
package org.jboss.as.ee.component; import org.jboss.as.naming.ManagedReference; import org.jboss.as.naming.ManagedReferenceFactory; /** * * * @author Stuart Douglas */ public interface EEClassIntrospector { ManagedReferenceFactory createFactory(final Class<?> clazz); /** * Returns the managed refer...
693
22.931034
64
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEApplicationDescription.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
11,683
40.432624
150
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/EEModuleConfiguration.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,308
33.462687
108
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/BasicComponentCreateService.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,984
33.595376
168
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/DefaultInterceptorConfigurator.java
package org.jboss.as.ee.component; import static org.jboss.as.server.deployment.Attachments.REFLECTION_INDEX; import java.lang.reflect.Constructor; import java.lang.reflect.Method; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Deque; import java.util.HashMap; import java.util.List; import ...
21,823
63.568047
270
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/InterceptorDescription.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,165
35.1
135
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/NamespaceViewConfigurator.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,758
46.540541
233
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/Component.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...
2,922
32.988372
124
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ProxyInvocationHandler.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,503
40.714286
143
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentInterceptorFactory.java
/* * JBoss, Home of Professional Open Source. * Copyright (c) 2011, 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 * ...
1,824
41.44186
98
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/NamespaceContextInterceptor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,387
39.474576
126
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/InjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,093
38.747573
235
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ManagedReferenceFieldInjectionInterceptorFactory.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,349
41.8
209
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentIsStoppedException.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,715
33.32
84
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/DefaultComponentViewConfigurator.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,309
49.887097
190
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/ComponentTypeInjectionSource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,620
44.2625
251
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/AroundConstructInterceptorFactory.java
package org.jboss.as.ee.component; import org.jboss.invocation.Interceptor; import org.jboss.invocation.InterceptorContext; import org.jboss.invocation.InterceptorFactory; import org.jboss.invocation.InterceptorFactoryContext; /** * @author Stuart Douglas */ public class AroundConstructInterceptorFactory implements...
1,061
31.181818
96
java