Vladimir Sitnikov

Results 969 comments of Vladimir Sitnikov

Is there a workable checker that can ensure users have `java.util.function.Predicate

It looks like one more annotation is needed: `@Invariant` to declare use-sites that are intentionally invariant.

Suppose the user wants to have `Predicate` instead of `Predicate

How do you suggest implementing a suppression? `Predicate`?

There's a related use-case. I need to have a "compute sha" task. Suppose I use `tasks.jar` output as the input for computing the sha. Suppose `computeSha` is attached to an...

For reference, here's a cartesian + filter from pgjdbc: https://github.com/pgjdbc/pgjdbc/blob/REL42.5.1/pgjdbc/src/test/java/org/postgresql/test/jdbc2/AutoRollbackTestSuite.java#L181

By the way, the recent Java and Kotlin allow single-line record definitions like `record TestParams(State state, Model model, Color color, ...)`. Then one can replace `Stream` with `Stream`. It allows...

Duplicate of https://github.com/apache/jmeter/issues/4546

I updated Xalan to 2.7.3 in https://github.com/apache/jmeter/pull/5880

@mauritz-lovgren , Could you try JMeter 5.6.1? (see https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ ) I am afraid your case might be a duplicate of https://github.com/apache/jmeter/issues/6008