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/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/security/securitycontext/SecurityContextImplLoginTestCase.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...
12,315
47.488189
319
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/security/securitycontext/MyDummyTokenHandler.java
/* Copyright 2018 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...
2,003
34.785714
88
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/security/auditing/SecurityAuditingTestCase.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 * ...
11,630
43.224335
154
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/OriginalLibraryServlet.java
package org.jboss.as.test.integration.management.cli; import jakarta.servlet.ServletException; import jakarta.servlet.annotation.WebServlet; import jakarta.servlet.http.HttpServlet; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import java.io.IOException; /** * @aut...
643
29.666667
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DeploymentScannerTestCase.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,353
36.971631
119
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/ReplacedLibraryServlet.java
package org.jboss.as.test.integration.management.cli; import jakarta.servlet.ServletException; import jakarta.servlet.annotation.WebServlet; import jakarta.servlet.http.HttpServlet; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import java.io.IOException; /** * @aut...
643
29.666667
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DeployURLTestCase.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,740
36.769737
140
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/WildCardReadsTestCase.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...
5,786
46.434426
187
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/EarServlet.java
package org.jboss.as.test.integration.management.cli; import jakarta.servlet.ServletException; import jakarta.servlet.annotation.WebServlet; import jakarta.servlet.http.HttpServlet; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import java.io.IOException; import java....
955
29.83871
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/SecurityAuthCommandsTestCase.java
/* Copyright 2018 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...
38,194
44.578759
151
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DeployWithRuntimeNameTestCase.java
/* * Copyright (C) 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
7,976
39.085427
124
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/AddedLibraryServlet.java
package org.jboss.as.test.integration.management.cli; import jakarta.servlet.ServletException; import jakarta.servlet.annotation.WebServlet; import jakarta.servlet.http.HttpServlet; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import java.io.IOException; /** * @aut...
642
29.619048
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/ArchiveTestCase.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,986
41.484043
156
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DeploymentArchiveTestCase.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...
7,508
38.521053
125
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DataSourceTestCase.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...
10,474
36.544803
234
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/JdbcDriverInfoTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2015, 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,443
36.846154
86
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DeploymentOverlayCLITestCase.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...
34,863
42.854088
215
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/ArchiveDefaultScriptNamesTestCase.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,451
39.074534
115
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/UndeployWildcardTestCase.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,688
34.579787
101
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/RemoveEJBSubsystemTestCase.java
/* * JBoss, Home of Professional Open Source * Copyright 2018, Red Hat, Inc. and/or its affiliates, 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"); * y...
2,945
39.356164
95
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/SecurityCommandsTestCase.java
/* Copyright 2018 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...
69,851
51.559819
168
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/JmsTestCase.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,187
32.238095
107
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/DeployTestCase.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,162
35.467456
140
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/objectstore/ObjectStoreBrowserService.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014, 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,735
30.563636
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/cli/objectstore/TransactionObjectStoreTestCase.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...
6,042
42.789855
131
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/ClientCompatibilityUnitTestCase.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...
13,305
39.321212
173
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/ReadFeatureDescriptionTestCase.java
/* * Copyright 2018 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 ...
4,889
44.277778
117
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/SimpleSubsystemsTestCase.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,584
32.141026
103
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/SocketsAndInterfacesTestCase.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...
9,491
42.342466
193
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/expression/Utils.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,704
46.05
126
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/expression/ExpressionSubstitutionInContainerTestCase.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...
12,541
45.110294
151
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/expression/StatelessBean.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...
2,099
34.59322
85
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/web/VirtualServerTestCase.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,320
38.018519
137
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/console/HttpManagementConstantHeadersTestCase.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 ...
14,395
40.249284
197
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/console/XFrameOptionsHeaderTestCase.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...
4,733
42.431193
132
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/console/WebConsoleRedirectionTestCase.java
/* * JBoss, Home of Professional Open Source * Copyright 2017, Red Hat, Inc., and individual contributors as indicated * by the @authors tag. * * 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...
3,119
37.04878
136
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/TimerEJBRuntimeNameTestCase.java
package org.jboss.as.test.integration.management.deploy.runtime; import java.util.Hashtable; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss...
8,517
46.586592
127
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/StatelessEJBRemoteHomeRuntimeNameTestCase.java
package org.jboss.as.test.integration.management.deploy.runtime; import java.util.Hashtable; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss...
8,989
45.580311
127
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/StatefulEJBRemoteHomeRuntimeNameTestCase.java
package org.jboss.as.test.integration.management.deploy.runtime; import java.util.Hashtable; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss...
9,066
45.737113
127
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/AbstractRuntimeTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright (c) 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 * ...
2,198
43.877551
139
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ServletRuntimeNameTestCase.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 * under the te...
8,820
48.836158
134
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/FailedDeploymentJaxrsRuntimeTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2019 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...
3,114
38.43038
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/JaxrsRuntimeNameTestCase.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 * under...
16,275
59.958801
262
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/StatelessEJBRuntimeNameTestCase.java
package org.jboss.as.test.integration.management.deploy.runtime; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss.as.controller.client.ModelControllerClient; import org.jboss.as.controller.client.OperationBuilder; import org.jboss.as.controller....
6,011
48.68595
127
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/AbstractFailedDeploymentRuntimeTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2019 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,612
48.116129
114
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/MDBEJBRuntimeNameTestsCase.java
package org.jboss.as.test.integration.management.deploy.runtime; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import jakarta.jms.Connection; import jakarta.jms.Destination; import jakarta.jms.Message; import jakarta.jms.MessageProducer; import jakarta.jms.Queue; import ja...
10,470
47.253456
132
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/FailedDeploymentUndertowRuntimeTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2019 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...
2,573
35.253521
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/StatefulEJBRuntimeNameTestCase.java
package org.jboss.as.test.integration.management.deploy.runtime; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss.as.controller.client.ModelControllerClient; import org.jboss.as.controller.client.OperationBuilder; import org.jboss.as.controller....
6,110
47.888
127
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/message/Constants.java
package org.jboss.as.test.integration.management.deploy.runtime.ejb.message; public interface Constants { String QUEUE_JNDI_NAME = "queue/org.jboss.as.test.integration.management.deploy.runtime.ejb.message.SimpleMDB-queue"; String REPLY_MESSAGE_PREFIX = "org.jboss.as.test.integration.management.deploy.runtime...
366
44.875
133
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/message/SimpleMDB.java
package org.jboss.as.test.integration.management.deploy.runtime.ejb.message; import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; import jakarta.annotation.Resource; import jakarta.ejb.ActivationConfigProperty; import jakarta.ejb.MessageDriven; import jakarta.jms.Connection; import jakarta.jm...
2,864
34.8125
173
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/stateless/PointlessMathInterface.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,243
37.875
78
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/stateless/PointLessMathBean.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,389
34.641026
78
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/singleton/timer/PointlessInterface.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,286
32.868421
84
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/singleton/timer/PointLessBean.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,886
29.934426
87
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/statefull/PointlesMathInterface.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,242
37.84375
78
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/ejb/statefull/PointLessMathBean.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,388
34.615385
78
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/jaxrs/PureProxyApiService.java
/* * Copyright (C) 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
1,340
35.243243
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/jaxrs/SubHelloResource.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 * under...
1,587
32.083333
79
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/jaxrs/HelloResource.java
/* * Copyright (C) 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
2,597
29.209302
93
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/jaxrs/HelloApplication.java
/* * Copyright (C) 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
1,566
34.613636
78
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/jaxrs/PureProxyEndPoint.java
/* * Copyright (C) 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
1,249
35.764706
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/servlet/Servlet.java
/* * JBoss, Home of Professional Open Source * Copyright 2012, 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,903
37.857143
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/deploy/runtime/servlet/BadContextListener.java
/* * JBoss, Home of Professional Open Source. * Copyright 2019 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...
1,253
34.828571
75
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jdr/mgmt/JdrReportManagmentTestCase.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...
11,407
43.913386
156
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/LoggingDeploymentResourceTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2015, 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,952
50.38488
180
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/Dummy.java
package org.jboss.as.test.integration.logging; /** * @author <a href="mailto:[email protected]">James R. Perkins</a> */ public class Dummy { }
148
17.625
68
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggingConfigTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2015, 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,389
48.153846
184
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggingServlet.java
/* * Copyright 2020 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,738
32.442308
125
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggingProfileTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2015, 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,162
48.061644
184
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggingConfigSharedTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2015, 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,098
47.292517
188
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggerResource.java
/* * Copyright 2020 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,452
29.270833
75
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggingStartup.java
/* * Copyright 2020 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,214
29.375
75
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/LoggingProfileSharedTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2015, 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,853
47.481481
188
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/config/AbstractConfigTestCase.java
/* * Copyright 2020 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 ...
14,460
43.770898
153
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/DeploymentOperationsTestCase.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...
7,622
44.921687
126
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/SubDeploymentOperationsTestCase.java
/* * Copyright (C) 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
13,740
51.247148
196
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/StringView.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,216
32.805556
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/DependentInjectServlet.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,202
35.114754
113
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/DependeeEjb.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,491
31.434783
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/DependentEjb.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,645
33.291667
102
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/EjbDependencyRestartTestCase.java
package org.jboss.as.test.integration.deployment.dependencies; import org.jboss.arquillian.container.spi.client.container.DeploymentException; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org....
3,572
35.090909
174
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/InterDeploymentDependenciesTestCase.java
package org.jboss.as.test.integration.deployment.dependencies; import java.io.IOException; import java.util.Hashtable; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import org.jboss.arquillian.container.spi.client.container.DeploymentException; import org.jboss...
4,630
32.557971
174
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/DependentInjectEjb.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,816
30.877193
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/ear/InterDeploymentDependenciesEarTestCase.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...
9,981
39.577236
132
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/ear/Log.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...
1,305
36.314286
74
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/ear/LogAccessBean.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...
2,096
30.298507
88
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/ear/SleeperContextListener.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...
2,280
34.640625
106
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/ear/LogAccess.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,221
36.030303
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/Employee.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,725
24.761194
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/DeployedXmlDataSourceManagementTestCase.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...
13,489
50.48855
201
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/DeployedXmlDataSourceTestCase.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,338
43.123967
180
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/JpaRemote.java
package org.jboss.as.test.integration.deployment.xml.datasource; import java.util.Set; import jakarta.ejb.Remote; /** * @author Stuart Douglas */ @Remote public interface JpaRemote { void addEmployee(String name); Set<String> getEmployees(); }
260
13.5
64
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/DeployedXmlJpaDataSourceTestCase.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,136
37.728395
96
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/JpaRemoteBean.java
package org.jboss.as.test.integration.deployment.xml.datasource; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.concurrent.atomic.AtomicInteger; import jakarta.ejb.Stateless; import jakarta.persistence.EntityManager; import jakarta.persistence.PersistenceContext; /** * @auth...
1,082
25.414634
106
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/parsing/NoOpEJB.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,245
32.675676
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/parsing/JBossDeploymentStructure11ParsingTestCase.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,853
41.597015
171
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/jar/ToBeIgnored.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,140
37.033333
70
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/jar/ClassLoadingEJB.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,045
32.540984
86
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/jar/JarJBossDeploymentStructureTestCase.java
package org.jboss.as.test.integration.deployment.structure.jar; import static org.jboss.as.test.shared.integration.ejb.security.PermissionUtils.createPermissionsXmlAsset; import static org.junit.Assert.assertEquals; import jakarta.ejb.EJB; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.a...
4,335
37.371681
158
java
null
wildfly-main/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/jar/Available.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,138
36.966667
70
java