Skip to content

Adding ThreadLocalAccessor for TwContext #52

Adding ThreadLocalAccessor for TwContext

Adding ThreadLocalAccessor for TwContext #52

GitHub Actions / Checkstyle Report-(3.2.2) completed Nov 8, 2024 in 0s

Checkstyle Source Code Analyzer report

2 violation(s) found

Annotations

Check warning on line 5 in tw-context/src/main/java/com/transferwise/common/context/TwContextThreadLocalAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'com.transferwise.common.context.UnitOfWork.TW_CONTEXT_KEY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 15 in tw-context/src/main/java/com/transferwise/common/context/TwContext.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'io.micrometer.context.ContextRegistry' import. Should be before 'javax.annotation.Nonnull'.