lrozenblyum

Results 15 issues of lrozenblyum

Mockito 3.3.3, Mockito 4.1.0, both contain a statement in the `@InjectMocks` javadoc: `Again, note that @InjectMocks will only inject mocks/spies created using the @Spy or @Mock annotation.` However here is...

When I shut down the Windows 7 Professional 64-bit system and Tomighty is running, it's always shown in the list of processes that cannot be closed in a 'graceful' way...

SCENARIO: Let's have the module 'NewlineAtEndOfFileCheck' enabled in Checkstyle. Export the formatter profile, import to Eclipse. EXPECTED: The checkbox 'New line at end of file' is on. ACTUALLY: The checkbox...

It would be nice to be able to activate Checkstyle on the whole Eclipse workspace (e.g. via the workspace's Checkstyle settings). Motivation: having a workspace with 200+ project in it...

Let's have a pom.xml: ```xml 4.0.0 com.leokom license-maven-test 1.0-SNAPSHOT org.jboss.spec.javax.interceptor jboss-interceptors-api_1.1_spec 1.0.0.Beta1 ``` Maven: 3.6.3 Run mvn license:add-third-party Check the output license file for org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:1.0.0.Beta1 entry Expected: the url is...

SCENARIO: Try executing `mvn license:add-third-party -Dlicense.sortArtifactByName=true` on a project like this: ``` 4.0.0 com.leokom license-plugin 10.0.0-SNAPSHOT jar 4.1.6 org.igniterealtime.smack smack-core ${smack.version} org.igniterealtime.smack smack-extensions ${smack.version} org.igniterealtime.smack smack-tcp ${smack.version} org.igniterealtime.smack smack-java7 ${smack.version}...

### Version report Jenkins and plugins versions report: Jenkins: 2.289.2 OS: Linux - 4.18.0-301.1.el8.x86_64 --- git-server:1.10 trilead-api:1.0.13 pam-auth:1.6 jaxb:2.3.0.1 cloudbees-folder:6.15 antisamy-markup-formatter:2.1 jdk-tool:1.5 branch-api:2.6.5 structs:1.23 gradle:1.37.1 workflow-step-api:2.24 token-macro:2.15 handlebars:3.0.8 build-timeout:1.20 credentials:2.5...

bug

### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...

kind/bug
area/adapter/spring
status/triage
team/core-clients

Reproduced in 0.9.3 not in 0.9.1 While it's nice that Gantt supports custom timezones now, it's an issue it doesn't support UTC anymore. gantt.setTimeZone( TimeZone.getTimeZone("UTC") ); will throw an exception...

question