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/component/ResourceInjectionConfiguration.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,618
30.178571
121
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/AbstractDeploymentDescriptorBindingsProcessor.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,704
57.818182
415
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/ResourceInjectionAnnotationParsingProcessor.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...
17,934
62.599291
446
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEModuleNameProcessor.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,123
43
133
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/AroundInvokeAnnotationParsingProcessor.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,636
52.685714
206
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/AbstractPlatformBindingProcessor.java
/* * JBoss, Home of Professional Open Source * Copyright 2019, 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,159
46.816092
178
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEResourceReferenceProcessorRegistry.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,210
40.716981
152
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/MessageDestinationResolutionProcessor.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,041
42.446809
152
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEModuleConfigurationProcessor.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,009
55.168224
251
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEDefaultPermissionsProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2013, 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,547
46.873684
127
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEDistinctNameProcessor.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,070
46.246154
134
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/StartupCountdown.java
package org.jboss.as.ee.component.deployers; import java.util.LinkedList; import java.util.Queue; /** * Countdown tracker with capabilities similar to SE CountDownLatch, but allowing threads * to mark and unmark themselves as privileged. Privileged threads, when entering await method, * will immediately proceed wi...
2,614
26.239583
137
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EarMessageDestinationProcessor.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,157
49.126984
150
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEResourceReferenceProcessor.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,405
37
97
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/DescriptorEnvironmentLifecycleMethodProcessor.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,101
48.533981
182
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/ResourceReferenceProcessor.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...
23,021
56.268657
407
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/ApplicationClassesAggregationProcessor.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,641
46.178571
160
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/AbstractComponentConfigProcessor.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,425
45.931507
249
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/ComponentInstallProcessor.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...
18,578
58.16879
346
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/ResourceReferenceRegistrySetupProcessor.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,965
55.657143
185
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/BooleanAnnotationInformationFactory.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,824
37.829787
126
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/ModuleJndiBindingProcessor.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,882
58.746736
467
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/InterceptorAnnotationProcessor.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...
7,146
50.789855
234
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EECleanUpProcessor.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,383
46.661972
111
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEAnnotationProcessor.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,380
40.051724
133
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/DefaultEarSubDeploymentsIsolationProcessor.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,267
45.028169
142
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/DefaultBindingsConfigurationProcessor.java
/* * JBoss, Home of Professional Open Source. * Copyright 2013, 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,545
44.919192
155
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EarApplicationNameProcessor.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,392
46.75
125
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/InterceptorsAnnotationInformationFactory.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,974
38.5
125
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/MessageDestinationInjectionSource.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,906
44.091603
251
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/LifecycleAnnotationParsingProcessor.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,119
52.217391
231
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/deployers/EEModuleInitialProcessor.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,207
45.492754
167
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/interceptors/InterceptorClassDescription.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,651
32.125541
302
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/interceptors/UserInterceptorFactory.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,671
37.171429
114
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/interceptors/OrderedItemContainer.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,652
35.342466
113
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/interceptors/ComponentDispatcherInterceptor.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,249
37.135593
96
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/interceptors/InterceptorOrder.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...
11,043
44.262295
194
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/interceptors/InvocationType.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,127
33.885246
72
java
null
wildfly-main/ee/src/main/java/org/jboss/as/ee/component/serialization/WriteReplaceInterface.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,349
36.5
92
java
null
wildfly-main/system-jmx/src/main/java/org/jboss/system/ServiceMBean.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, 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...
2,943
37.233766
103
java
null
wildfly-main/system-jmx/src/main/java/org/jboss/system/ServiceMBeanSupport.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, 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...
16,030
31.985597
127
java
null
wildfly-main/system-jmx/src/main/java/org/jboss/system/Service.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, 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...
1,658
29.163636
70
java
null
wildfly-main/system-jmx/src/main/java/org/jboss/system/logging/ServiceMBeanLogger.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,537
37.454545
107
java
null
wildfly-main/legacy/opentracing-extension/src/test/java/org/wildfly/extension/microprofile/opentracing/Subsystem_3_0_ParsingTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,002
34.140351
78
java
null
wildfly-main/legacy/opentracing-extension/src/test/java/org/wildfly/extension/microprofile/opentracing/MigrateOperationTestCase.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...
7,022
48.808511
140
java
null
wildfly-main/legacy/opentracing-extension/src/test/java/org/wildfly/extension/microprofile/opentracing/Subsystem_2_0_ParsingTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,241
35.16129
106
java
null
wildfly-main/legacy/opentracing-extension/src/test/java/org/wildfly/extension/microprofile/opentracing/OpentracingAdditionalInitialization.java
package org.wildfly.extension.microprofile.opentracing; import static org.wildfly.extension.microprofile.opentracing.SubsystemDefinition.MICROPROFILE_CONFIG_CAPABILITY_NAME; import static org.wildfly.extension.microprofile.opentracing.SubsystemDefinition.WELD_CAPABILITY_NAME; import java.util.HashMap; import java.uti...
1,689
47.285714
208
java
null
wildfly-main/legacy/opentracing-extension/src/test/java/org/wildfly/extension/microprofile/opentracing/Subsystem_1_0_ParsingTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,240
35.737705
106
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/SubsytemParser_2_0.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,832
56.208955
122
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/SubsytemParser_3_0.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,832
56.208955
122
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/OpentracingTransformers.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,279
59
172
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/SubsystemDefinition.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,192
48.916667
103
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/TracerAttributes.java
/* * Copyright 2019 JBoss by Red Hat. * * 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 agr...
6,631
53.360656
197
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/TracingDeploymentDefinition.java
/* * Copyright 2019 JBoss by Red Hat. * * 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 agr...
2,169
42.4
118
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/SubsystemExtension.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,595
48.419355
163
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/TracingExtensionLogger.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,912
39.760417
158
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/JaegerTracerConfigurationDefinition.java
/* * Copyright 2019 JBoss by Red Hat. * * 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 agr...
4,032
52.773333
141
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/MigrateOperation.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...
11,519
51.844037
137
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/SubsytemParser_1_0.java
/* * JBoss, Home of Professional Open Source. * Copyright 2018, 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,893
38.458333
95
java
null
wildfly-main/legacy/opentracing-extension/src/main/java/org/wildfly/extension/microprofile/opentracing/TracerConfigurationConstants.java
/* * Copyright 2019 JBoss by Red Hat. * * 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 agr...
1,937
41.130435
87
java
null
wildfly-main/legacy/keycloak/src/test/java/org/keycloak/subsystem/adapter/extension/SubsystemParsingTestCase.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
2,818
38.152778
149
java
null
wildfly-main/legacy/keycloak/src/test/java/org/keycloak/subsystem/adapter/extension/MigrateOperationTestCase.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...
18,993
59.490446
304
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/RealmDefinition.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
2,547
35.927536
155
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/SharedAttributeDefinitons.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
12,981
51.772358
115
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/RedirecRewritetRuleDefinition.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
1,834
35.7
87
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/KeycloakSubsystemDefinition.java
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
2,252
39.963636
118
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/CredentialDefinition.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
1,907
37.16
87
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/SecureServerDefinition.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
1,096
33.28125
83
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/KeycloakExtension.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
4,524
47.655914
144
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/AbstractAdapterConfigurationDefinition.java
/* * JBoss, Home of Professional Open Source. * Copyright 2016 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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...
7,775
47.298137
145
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/MigrateOperation.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...
19,882
50.913838
172
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/SecureDeploymentDefinition.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
1,109
32.636364
87
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/extension/KeycloakSubsystemParser.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
17,771
44.922481
193
java
null
wildfly-main/legacy/keycloak/src/main/java/org/keycloak/subsystem/adapter/logging/KeycloakLogger.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
1,835
36.469388
113
java
null
wildfly-main/legacy/jsr77/src/test/java/org/jboss/as/jsr77/subsystem/JSR77ManagementSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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 it * un...
1,926
35.358491
87
java
null
wildfly-main/legacy/jsr77/src/main/java/org/jboss/as/jsr77/subsystem/JSR77ManagementRootResource.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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 it * un...
2,367
39.827586
122
java
null
wildfly-main/legacy/jsr77/src/main/java/org/jboss/as/jsr77/subsystem/JSR77ManagementExtension.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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 it * un...
3,939
40.041667
157
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2008-2009, 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 mod...
14,625
43.321212
146
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseActivationSpec.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
2,627
34.04
126
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseCciConnection.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
2,593
27.822222
76
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseReference.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,641
32.510204
99
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseConnectionManager.java
/* * IronJacamar, a Java EE Connector Architecture implementation * 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...
2,200
35.683333
120
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseManagedConnectionFactory.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
6,202
31.820106
125
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/TestConnectionInterface.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,306
34.324324
70
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseCciConnectionFactory.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
3,995
26
101
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseResourceAdapter.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
3,862
32.017094
122
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/TestConnection.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,467
33.139535
71
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/MessageListener.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,342
35.297297
70
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/BaseManagedConnection.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
5,933
33.103448
124
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/rastandalone/Test2ResourceAdapter.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
3,018
45.446154
171
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/ra16inoutmultianno/TestManagedConnection.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,363
39.117647
72
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/ra16inoutmultianno/TestManagedConnectionFactory.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
2,359
39.689655
202
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/ra16inoutmultianno/TestResourceAdapter.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
2,927
44.75
171
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/ra16inoutmultianno/TestAdminObjectInterface.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,241
39.064516
70
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/deployers/spec/rars/ra16inoutmultianno/TestActivationSpec.java
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, 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...
1,452
37.236842
70
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/subsystems/complextestcases/AbstractComplexSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
3,014
36.6875
121
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/subsystems/complextestcases/ParseUtils.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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,854
36.329545
115
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/subsystems/complextestcases/ComplexResourceAdaptersSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
3,302
43.04
129
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/subsystems/complextestcases/ComplexJcaSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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...
1,655
30.245283
83
java
null
wildfly-main/connector/src/test/java/org/jboss/as/connector/subsystems/complextestcases/ComplexDatasourceSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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 it * un...
5,088
57.494253
158
java