fix #1170: Use ReentrantLock instead of Object monitors #3
Annotations
26 errors and 3 warnings
Build with Gradle:
testing/src/main/java/org/conscrypt/java/security/AbstractAlgorithmParametersTest.java#L28
warning: [PublicConstructorForAbstractClass] Constructors of on an abstract class can be declared protected as there is never a need for them to be public
|
Build with Gradle:
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
Build with Gradle:
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
Build with Gradle:
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
Build with Gradle:
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
Build with Gradle:
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
|
Build with Gradle:
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [MissingSummary] A summary line is required on public/protected Javadocs.
|
Build with Gradle:
testing/src/main/java/org/conscrypt/VeryBasicHttpServer.java#L118
warning: [StringSplitter] String.split(String) has surprising behavior
|
Test with Gradle:
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L583
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
Test with Gradle:
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L584
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
Test with Gradle:
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L595
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
Test with Gradle:
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L596
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
Test with Gradle:
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L656
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
Test with Gradle:
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L659
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
Test with Gradle:
common/src/test/java/org/conscrypt/java/security/cert/CertificateFactoryTest.java#L799
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
Test with Gradle:
common/src/test/java/org/conscrypt/javax/net/ssl/HttpsURLConnectionTest.java#L193
warning: [CatchFail] Ignoring exceptions and calling fail() is unnecessary, and makes test output less useful
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "58" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "47" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
Publish to local Maven repo:
common/src/main/java/org/conscrypt/metrics/CipherSuite.java#L29
warning - Tag @see:illegal character: "45" in "https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4"
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Set up JDK 11 for toolchains
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Set up JDK 11 for toolchains
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading