Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: structs-plugin
-
Labels:None
-
Similar Issues:
Description
When requesting a symbol against a base class, the error message doesn't mention which class the symbol is being looked up, which can lead to difficulties into understanding why a class annotated with @Symbol is not picked up.
Code changed in jenkins
User: Vincent Latombe
Path:
plugin/src/main/java/org/jenkinsci/plugins/structs/describable/DescribableModel.java
plugin/src/test/java/org/jenkinsci/plugins/structs/FishingRod.java
plugin/src/test/java/org/jenkinsci/plugins/structs/describable/DescribableModelTest.java
http://jenkins-ci.org/commit/structs-plugin/25aa7a8fe1be61c7aad67aceb9d53bdc2d8bfb95
Log:
[FIX JENKINS-46122] Report base class name when symbol couldn't be resolved