<< Back to previous view |
![]() |
[QB-423] Provide an easy way to find overriden objects
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
From forum post: In a Java IDE, like IntelliJ, I can look at a base class method and ask which classes override this method. In QB2, I cannot easily find out which configurations override a step higher in the configuration tree. It would be very handy if I am looking at a step defined in root and obtain a list of all configurations that override it. That way, if I have to change the root step version, I may need to change each configuration that overrides that step so I need to find them easily. |