-
Bug
-
Resolution: Unresolved
-
Major
-
None
I'm not able to use inheritance in Workflow Global Library code.
Here is a simple example to demonstrate:
// src/com/test/MyMap.groovy package com.test class MyMap extends HashMap { def test(String property) { super.get(property) } }
- is duplicated by
-
JENKINS-47143 Class members sometimes not visible: groovy global shared library
-
- Resolved
-
-
JENKINS-47355 groovy.lang.MissingFieldException when accessing a property in the second instanced child class, where both classes inherit from the same base class, only in shared libraries
-
- Resolved
-
- is related to
-
JENKINS-50731 Private methods of super class are "missing" in sub class
-
- Open
-
-
JENKINS-50736 Calling another vars step in inheritance context fails with MissingMethodException
-
- Open
-
I can extend abstract classes but calling super.somemethod() from the implementation throws StackOverflow exception