You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/27 18:36:07 UTC

[GitHub] [jmeter] vlsi commented on issue #5946: Add API to declare TestElement schemas

vlsi commented on issue #5946:
URL: https://github.com/apache/jmeter/issues/5946#issuecomment-1565639598

   Java does not allow implementing interface with different type parameters: https://bugs.openjdk.org/browse/JDK-8030724
   That means we can't have something like `TestPlan implements DescribedBy<TestPlanClass>` and `TestElement implements DescribedBy<TestElementClass>` at the same time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org