JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

"Find Unused Local Variables and Parameters" report could do with more options

When using the 'Find Unused Local Variables and Parameters' option from the schema browser unused parameters from a superclass method that are used in subclass reimplementation of the method are included in the search.

 

Whilst this is expected behaviour, as these superclass method parameters are indeed unused, it makes this feature not very useful if you have a database structure that relies on 'blank' implementations of superclass methods which are then properly defined in the subclasses, as the search will find these 'intended' unused variables along with the perhaps unintended unused variables you are really looking for.

 

It would be great if the report would provide a couple of new options eg:

1) "Ignore Inherited Methods"

2) "Ignore those method lines marked with {ExcludeFromUnusedParameterReport]" ie some text similar to the [ExcludeFromTransientLeakReport] of leaking transient report.

  • Guest
  • Feb 4 2020
  • Shipped (2020)
  • Attach files