Vladimir Sitnikov

Results 1003 comments of Vladimir Sitnikov

> . When the multi-job is complete, the status of the sub jobs looks pretty random and does not reflect the status of the job executed within the multi-job's context....

PS. I'm working on PGP-based verification as well. If you have suggestions/feature requests, feel free to comment on https://github.com/vlsi/vlsi-release-plugins/issues/9 My idea is to add "I trust key ABC for group...

Hi, I hope you are doing well. You might be interested that [Gradle 6.2 introduces in-core dependency verification](https://github.com/gradle/gradle/issues/10443#issuecomment-568741472) The documentation can be reviewed here: https://github.com/gradle/gradle/pull/11755 From what I know Gradle...

Oh, I see. Am I right it is better to refrain from creating components like `JLabel+JTextField`? (e.g. https://github.com/apache/jmeter/blob/master/src/jorphan/src/main/java/org/apache/jorphan/gui/JLabeledTextField.java#L42-L47 )

I guess the main culprit here is everybody wants to execute `org.spdx.compare.LicenseCompareHelper#matchingStandardLicenseIds` (identify license name from a text) multiple times. For instance, if a project has 100 dependencies, then one...

@martinbonnin , I see you attempted [increasing metaspace](https://github.com/gradle/gradle/issues/10527#issuecomment-887704062) via `gradle.properties`, however, it does not help me. Do you know if it really helped you? What worked for me was casing...

> the gradle.properties is in the project under test so I'm assuming the GradleRunner will be able to pick this one up too so it's technically equivalent to your commit...

Frankly speaking, I do not understand why auto-correct feature is "blocked by incomplete xpath support in Checks". Can you please clarify? I fully agree that UI (and/or command-line tools) for...

@Fernal73 , I'm afraid you are overcomplicating things. There's exactly one way to fix `UnusedImports` violation. Checkstyle had `UnusedImports` for ages, `UnusedImports` check is trivial for auto-correction. For now, it...