repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/pedetails/signatures/YaraRuleMatch.java
src/main/java/io/github/struppigel/gui/pedetails/signatures/YaraRuleMatch.java
/** * ***************************************************************************** * Copyright 2022 Karsten Hahn * <p> * 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 * * <a href="http...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/pedetails/signatures/PatternMatch.java
src/main/java/io/github/struppigel/gui/pedetails/signatures/PatternMatch.java
/** * ***************************************************************************** * Copyright 2022 Karsten Hahn * <p> * 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 * * <a href="http...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/pedetails/signatures/SignaturesPanel.java
src/main/java/io/github/struppigel/gui/pedetails/signatures/SignaturesPanel.java
/** * ***************************************************************************** * Copyright 2022 Karsten Hahn * <p> * 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 * * <a href="http...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/utils/TableContent.java
src/main/java/io/github/struppigel/gui/utils/TableContent.java
/** * ***************************************************************************** * Copyright 2023 Karsten Hahn * * 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 * * <a href="http:/...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/utils/WriteSettingsWorker.java
src/main/java/io/github/struppigel/gui/utils/WriteSettingsWorker.java
/** * ***************************************************************************** * Copyright 2022 Karsten Hahn * <p> * 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 * * <a href="http...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/utils/PELoadWorker.java
src/main/java/io/github/struppigel/gui/utils/PELoadWorker.java
/** * ***************************************************************************** * Copyright 2022 Karsten Hahn * <p> * 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 * * <a href="http...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/utils/PortexSwingUtils.java
src/main/java/io/github/struppigel/gui/utils/PortexSwingUtils.java
/** * ***************************************************************************** * Copyright 2022 Karsten Hahn * * 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 * * <a href="http:/...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
struppigel/PortexAnalyzerGUI
https://github.com/struppigel/PortexAnalyzerGUI/blob/88091e58891354ddefd35db0d79bc3e0c8e3e57a/src/main/java/io/github/struppigel/gui/utils/WorkerKiller.java
src/main/java/io/github/struppigel/gui/utils/WorkerKiller.java
package io.github.struppigel.gui.utils; import javax.swing.*; import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; /** * Singleton that holds and cancels SwingWorkers when new PE loaded. Long running workers will otherwise set data for * previously loaded files. */ public class Wo...
java
Apache-2.0
88091e58891354ddefd35db0d79bc3e0c8e3e57a
2026-01-05T02:37:12.650809Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/test/java/com/worksap/icefig/lang/Helpers.java
src/test/java/com/worksap/icefig/lang/Helpers.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/test/java/com/worksap/icefig/lang/SeqTest.java
src/test/java/com/worksap/icefig/lang/SeqTest.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
true
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/test/java/com/worksap/icefig/lang/CharSeqTest.java
src/test/java/com/worksap/icefig/lang/CharSeqTest.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/test/java/com/worksap/icefig/lang/HashTest.java
src/test/java/com/worksap/icefig/lang/HashTest.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/test/java/com/worksap/icefig/lang/RangeTest.java
src/test/java/com/worksap/icefig/lang/RangeTest.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/HashImpl.java
src/main/java/com/worksap/icefig/lang/HashImpl.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/Seqs.java
src/main/java/com/worksap/icefig/lang/Seqs.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/Hash.java
src/main/java/com/worksap/icefig/lang/Hash.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/Seq.java
src/main/java/com/worksap/icefig/lang/Seq.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
true
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/MutableSeq.java
src/main/java/com/worksap/icefig/lang/MutableSeq.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/CharSeq.java
src/main/java/com/worksap/icefig/lang/CharSeq.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/SeqImpl.java
src/main/java/com/worksap/icefig/lang/SeqImpl.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/Hashes.java
src/main/java/com/worksap/icefig/lang/Hashes.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/Range.java
src/main/java/com/worksap/icefig/lang/Range.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
WorksApplications/icefig
https://github.com/WorksApplications/icefig/blob/60bcc893c80c27f61335696819a8ae261ac339c7/src/main/java/com/worksap/icefig/lang/MutableHash.java
src/main/java/com/worksap/icefig/lang/MutableHash.java
/* * Copyright (C) 2015 The Fig Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
java
Apache-2.0
60bcc893c80c27f61335696819a8ae261ac339c7
2026-01-05T02:37:21.030242Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/BenchmarkRunner.java
src/test/java/jmh/BenchmarkRunner.java
package jmh; import java.util.concurrent.TimeUnit; import jenkins.benchmark.jmh.BenchmarkFinder; import org.junit.jupiter.api.Test; import org.openjdk.jmh.annotations.Mode; import org.openjdk.jmh.results.format.ResultFormatType; import org.openjdk.jmh.runner.Runner; import org.openjdk.jmh.runner.options.ChainedOptions...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/JmhJenkinsRule.java
src/test/java/jmh/JmhJenkinsRule.java
package jmh; import java.net.MalformedURLException; import java.net.URL; import java.util.Objects; import jenkins.model.Jenkins; import org.htmlunit.Cache; import org.jvnet.hudson.test.JenkinsRule; /** * Extension of {@link JenkinsRule} to allow it to be used from JMH benchmarks. * * <p>This class should be instan...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/benchmarks/WebClientBenchmark.java
src/test/java/jmh/benchmarks/WebClientBenchmark.java
package jmh.benchmarks; import jenkins.benchmark.jmh.JmhBenchmark; import jenkins.benchmark.jmh.JmhBenchmarkState; import jmh.JmhJenkinsRule; import org.jvnet.hudson.test.JenkinsRule; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.Level; import org.openjdk.jmh.annotations.Scope; impor...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/benchmarks/MaliciousRegexBenchmark.java
src/test/java/jmh/benchmarks/MaliciousRegexBenchmark.java
package jmh.benchmarks; import com.cloudbees.hudson.plugins.folder.Folder; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy; import hudson.model.User; import hudson.security.ACL; import java.util.Random; import jenkins.benchmark.jmh.JmhBenchmark; import jenkins.benchmark.jmh.JmhBenchm...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/benchmarks/CascBenchmark.java
src/test/java/jmh/benchmarks/CascBenchmark.java
package jmh.benchmarks; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.instanceOf; import static org.hamcrest.MatcherAssert.assertThat; import static org.jenkinsci.plugins.rolestrategy.PermissionAssert.assertHasNoPermission; import static org.jenkinsci.plugins.rolestrategy.Per...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/benchmarks/PermissionBenchmark.java
src/test/java/jmh/benchmarks/PermissionBenchmark.java
package jmh.benchmarks; import com.michelin.cio.hudson.plugins.rolestrategy.AuthorizationType; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy; import com.mi...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/benchmarks/RoleMapBenchmark.java
src/test/java/jmh/benchmarks/RoleMapBenchmark.java
package jmh.benchmarks; import com.michelin.cio.hudson.plugins.rolestrategy.AuthorizationType; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.michelin.cio.hudson.plugins.rolestrategy.RoleMap; import com.synopsys.arc.jenkins.plug...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/jmh/benchmarks/FolderAccessBenchmark.java
src/test/java/jmh/benchmarks/FolderAccessBenchmark.java
package jmh.benchmarks; import com.cloudbees.hudson.plugins.folder.Folder; import com.michelin.cio.hudson.plugins.rolestrategy.AuthorizationType; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.michelin.cio.hudson.plugins.rolestr...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/synopsys/arc/jenkins/plugins/rolestrategy/MacroTest.java
src/test/java/com/synopsys/arc/jenkins/plugins/rolestrategy/MacroTest.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/synopsys/arc/jenkins/plugins/rolestrategy/ContainedInViewTest.java
src/test/java/com/synopsys/arc/jenkins/plugins/rolestrategy/ContainedInViewTest.java
package com.synopsys.arc.jenkins.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import hudson.model.FreeStyleProject; import org.htmlunit.html.HtmlPage; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.jvnet.huds...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyRootActionTest.java
src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyRootActionTest.java
package com.michelin.cio.hudson.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.nullValue; import static org.junit.jupiter.api.Assertions.assertEquals; import h...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/ApiTest.java
src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/ApiTest.java
package com.michelin.cio.hudson.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.nullValue; import static org.junit.jupite...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
true
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleTest.java
src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleTest.java
package com.michelin.cio.hudson.plugins.rolestrategy; import static org.hamcrest.CoreMatchers.hasItem; import static org.hamcrest.CoreMatchers.not; import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue;...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/ApiWithFineGrainedRolesTest.java
src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/ApiWithFineGrainedRolesTest.java
package com.michelin.cio.hudson.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.nullValue; import static org.junit.jupiter.api.Assertions.assertEquals; import static ...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/GrantingDisabledPermissionTest.java
src/test/java/com/michelin/cio/hudson/plugins/rolestrategy/GrantingDisabledPermissionTest.java
package com.michelin.cio.hudson.plugins.rolestrategy; import static org.junit.jupiter.api.Assertions.assertFalse; import hudson.model.User; import hudson.security.ACL; import hudson.security.ACLContext; import hudson.security.HudsonPrivateSecurityRealm; import java.util.Collections; import java.util.HashMap; import j...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/FormSubmissionPermissionsTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/FormSubmissionPermissionsTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.notNullValue; import static org.junit.jupiter.api.Assertions.assertEquals; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import ...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/ConfigurationAsCodeTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/ConfigurationAsCodeTest.java
package org.jenkinsci.plugins.rolestrategy; import static io.jenkins.plugins.casc.misc.Util.getJenkinsRoot; import static io.jenkins.plugins.casc.misc.Util.toStringFromYamlFile; import static io.jenkins.plugins.casc.misc.Util.toYamlString; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.Cor...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/UserAuthoritiesAsRolesTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/UserAuthoritiesAsRolesTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.junit.jupiter.api.Assertions.assertTrue; import hudson.model.User; import hudson.security.ACL; import hudson.security.ACLContext; import hudson.security.AbstractPasswordBasedSecurityRealm; import hudson.security.GroupDetails; import hudson.security.Permiss...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/PermissionTemplatesApiTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/PermissionTemplatesApiTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.notNullValue; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.ju...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/OwnershipTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/OwnershipTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.oneOf; import com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription; import com.synopsys.arc.jenkins.plugins.ownership.nodes.OwnerNodeP...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/PermissionAssert.java
src/test/java/org/jenkinsci/plugins/rolestrategy/PermissionAssert.java
/* * Copyright (c) 2018 Oleg Nenashev * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without limitation the rights to use, copy, modify, merge, * publi...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/RoleBasedProjectNamingStrategyTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/RoleBasedProjectNamingStrategyTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.CoreMatchers.instanceOf; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.containsString; import static org.hamcrest.Matchers.is; import static org.jenkinsci.plugins.rolestrategy.PermissionAssert.assertHasNoP...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/PatternMatchingApiTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/PatternMatchingApiTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertTrue; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBased...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/Security2182Test.java
src/test/java/org/jenkinsci/plugins/rolestrategy/Security2182Test.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.containsString; import static org.hamcrest.Matchers.not; import static org.junit.jupiter.api.Assertions.assertEquals; import com.cloudbees.hudson.plugins.folder.Folder; import com.miche...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/RoleStrategyTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/RoleStrategyTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedA...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/UserGroupSeparationTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/UserGroupSeparationTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; import hudson.model.User; import hudson.security.ACL; import hudson.security.ACLContext; import jenkins.model.Jenkins; import org.junit.jupiter.api.BeforeE...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/Security2374Test.java
src/test/java/org/jenkinsci/plugins/rolestrategy/Security2374Test.java
/* * The MIT License * * Copyright (c) Red Hat, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/PermissionTemplatesTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/PermissionTemplatesTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.jenkinsci.plugins.rolestrategy.PermissionAssert.assertHasNoPermission; import static org.jenkinsci.plugins.rolestrategy.PermissionAssert.assertHasPermission; import com.cloudbees.hudson.plugins.folder.Folder; import com.michelin.cio.hudson.plugins.rolestra...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/AuthorizeProjectTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/AuthorizeProjectTest.java
package org.jenkinsci.plugins.rolestrategy; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.containsString; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.not; import static org.hamcrest.Matchers.nullValue; import edu.umd.cs.findbugs.annotations.No...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserItemRolesTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserItemRolesTest.java
package org.jenkinsci.plugins.rolestrategy.pipeline; import hudson.model.Cause; import hudson.model.User; import hudson.security.ACL; import hudson.security.ACLContext; import io.jenkins.plugins.casc.misc.ConfiguredWithCode; import io.jenkins.plugins.casc.misc.JenkinsConfiguredWithCodeRule; import io.jenkins.plugins.c...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/test/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserGlobalRolesTest.java
src/test/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserGlobalRolesTest.java
package org.jenkinsci.plugins.rolestrategy.pipeline; import hudson.model.Cause; import hudson.model.User; import hudson.security.ACL; import hudson.security.ACLContext; import hudson.triggers.TimerTrigger; import io.jenkins.plugins.casc.misc.ConfiguredWithCode; import io.jenkins.plugins.casc.misc.JenkinsConfiguredWith...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/MacroExceptionCode.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/MacroExceptionCode.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/MacroException.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/MacroException.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/RoleType.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/RoleType.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc.. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * ...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/RoleStrategyConfigExtension.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/RoleStrategyConfigExtension.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/Macro.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/Macro.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/RoleMacroExtension.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/RoleMacroExtension.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/IMacroExtension.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/IMacroExtension.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/FolderMacro.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/FolderMacro.java
/* * The MIT License * * Copyright 2022 Markus Winter * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mo...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/ContainedInViewMacro.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/ContainedInViewMacro.java
/* * The MIT License * * Copyright 2022 Markus Winter * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mo...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/StubMacro.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/StubMacro.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/BuildableJobMacro.java
src/main/java/com/synopsys/arc/jenkins/plugins/rolestrategy/macros/BuildableJobMacro.java
/* * The MIT License * * Copyright 2013 Oleg Nenashev, Synopsys Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/ValidationUtil.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/ValidationUtil.java
package com.michelin.cio.hudson.plugins.rolestrategy; import hudson.Functions; import hudson.Util; import hudson.model.User; import hudson.security.GroupDetails; import hudson.security.SecurityRealm; import hudson.security.UserMayOrMayNotExistException2; import hudson.util.FormValidation; import org.apache.commons.lan...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyRootAction.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyRootAction.java
/* * The MIT License * * Copyright (c) 2025, CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, c...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleBasedAuthorizationStrategy.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleBasedAuthorizationStrategy.java
/* * The MIT License * * Copyright (c) 2010-2017, Manufacture Française des Pneumatiques Michelin, * Thomas Maurel, Romain Seguy, Synopsys Inc., Oleg Nenashev and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
true
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java
/* * The MIT License * * Copyright (c) 2010, Manufacture Française des Pneumatiques Michelin, Thomas Maurel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, inclu...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/PermissionEntry.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/PermissionEntry.java
/* * The MIT License * * Copyright (c) 2021 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, co...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/Role.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/Role.java
/* * The MIT License * * Copyright (c) 2010, Manufacture Française des Pneumatiques Michelin, Thomas Maurel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, inclu...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/AuthorizationType.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/AuthorizationType.java
/* * The MIT License * * Copyright (c) 2021 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, co...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig.java
/* * The MIT License * * Copyright (c) 2010-2011, Manufacture Française des Pneumatiques Michelin, * Thomas Maurel, Romain Seguy * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software with...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/PermissionTemplate.java
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/PermissionTemplate.java
package com.michelin.cio.hudson.plugins.rolestrategy; import com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType; import edu.umd.cs.findbugs.annotations.NonNull; import hudson.security.AuthorizationStrategy; import hudson.security.Permission; import java.util.Collections; import java.util.HashSet; import java.util....
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/Settings.java
src/main/java/org/jenkinsci/plugins/rolestrategy/Settings.java
/* * The MIT License * * Copyright (c) 2016 Oleg Nenashev. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/RoleBasedProjectNamingStrategy.java
src/main/java/org/jenkinsci/plugins/rolestrategy/RoleBasedProjectNamingStrategy.java
package org.jenkinsci.plugins.rolestrategy; import com.michelin.cio.hudson.plugins.rolestrategy.AuthorizationType; import com.michelin.cio.hudson.plugins.rolestrategy.Messages; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.mich...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/AmbiguousSidsAdminMonitor.java
src/main/java/org/jenkinsci/plugins/rolestrategy/AmbiguousSidsAdminMonitor.java
package org.jenkinsci.plugins.rolestrategy; import com.michelin.cio.hudson.plugins.rolestrategy.AuthorizationType; import com.michelin.cio.hudson.plugins.rolestrategy.Messages; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import edu.umd.cs.findbugs.annotations.NonNull; import hudson.Extension; ...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/NamingStrategyAdministrativeMonitor.java
src/main/java/org/jenkinsci/plugins/rolestrategy/NamingStrategyAdministrativeMonitor.java
package org.jenkinsci.plugins.rolestrategy; import com.michelin.cio.hudson.plugins.rolestrategy.Messages; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy; import hudson.Extension; import hudson.model.AdministrativeMonitor; import jenkins.model.Jenkins; /** * Monitors if the role ba...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/casc/PermissionTemplateDefinition.java
src/main/java/org/jenkinsci/plugins/rolestrategy/casc/PermissionTemplateDefinition.java
package org.jenkinsci.plugins.rolestrategy.casc; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionTemplate; import edu.umd.cs.findbugs.annotations.CheckForNull; import edu.umd.cs.findbugs.annotations.NonNull; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java....
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/casc/RoleBasedAuthorizationStrategyConfigurator.java
src/main/java/org/jenkinsci/plugins/rolestrategy/casc/RoleBasedAuthorizationStrategyConfigurator.java
package org.jenkinsci.plugins.rolestrategy.casc; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionTemplate; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizat...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/casc/RoleDefinition.java
src/main/java/org/jenkinsci/plugins/rolestrategy/casc/RoleDefinition.java
package org.jenkinsci.plugins.rolestrategy.casc; import com.michelin.cio.hudson.plugins.rolestrategy.AuthorizationType; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import edu.umd.cs.findbugs.annotations.CheckForNull; import edu.umd.cs.f...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/casc/GrantedRoles.java
src/main/java/org/jenkinsci/plugins/rolestrategy/casc/GrantedRoles.java
package org.jenkinsci.plugins.rolestrategy.casc; import com.michelin.cio.hudson.plugins.rolestrategy.PermissionEntry; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy; import com.michelin.cio.hudson.plugins.rolestrategy.RoleMap...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/permissions/PermissionHelper.java
src/main/java/org/jenkinsci/plugins/rolestrategy/permissions/PermissionHelper.java
/* * The MIT License * * Copyright (c) 2017 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, co...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/pipeline/AbstractUserRolesStep.java
src/main/java/org/jenkinsci/plugins/rolestrategy/pipeline/AbstractUserRolesStep.java
package org.jenkinsci.plugins.rolestrategy.pipeline; import com.michelin.cio.hudson.plugins.rolestrategy.Role; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy; import com.michelin.cio.hudson.plugins.rolestrategy.RoleMap; import com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType; ...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserGlobalRoles.java
src/main/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserGlobalRoles.java
package org.jenkinsci.plugins.rolestrategy.pipeline; import com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType; import edu.umd.cs.findbugs.annotations.NonNull; import hudson.Extension; import hudson.model.Run; import java.util.Collections; import java.util.Set; import org.jenkinsci.plugins.workflow.steps.StepConte...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
jenkinsci/role-strategy-plugin
https://github.com/jenkinsci/role-strategy-plugin/blob/aaea673cf0bc5897a95c7683627ccf0096094262/src/main/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserItemRoles.java
src/main/java/org/jenkinsci/plugins/rolestrategy/pipeline/UserItemRoles.java
package org.jenkinsci.plugins.rolestrategy.pipeline; import com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy; import com.michelin.cio.hudson.plugins.rolestrategy.RoleMap; import com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType; import edu.umd.cs.findbugs.annotations.NonNull; import hud...
java
MIT
aaea673cf0bc5897a95c7683627ccf0096094262
2026-01-05T02:37:05.006037Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewConnectionWizardTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewConnectionWizardTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
true
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ImportExportTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ImportExportTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
true
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/RcpAppTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/RcpAppTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/AbstractTestBase.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/AbstractTestBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/RenameEntryTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/RenameEntryTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ExtendedOperationsTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ExtendedOperationsTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/CopyEntryTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/CopyEntryTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ProgressViewTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ProgressViewTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaBrowserTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaBrowserTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/GssApiTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/GssApiTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ConnectionViewTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/ConnectionViewTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SwtResourcesTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SwtResourcesTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
false
apache/directory-studio
https://github.com/apache/directory-studio/blob/e55b93d729a60c986fc93e52f9519f4bbdf51252/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
java
Apache-2.0
e55b93d729a60c986fc93e52f9519f4bbdf51252
2026-01-05T02:32:00.866394Z
true