JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Extend Method > Unused local variables to look at parameters

Finding unused local variables is useful, but so would finding unused parameters to a method.
Additionally, finding inappropriate usage would be great - e.g. a parameter set as io, but never assigned, or a parameter set as output and its value read, or a parameter set as output and never assigned, or a parameter set as input but no updating methods called or properties set.
  • Guest
  • May 1 2019
  • IDE Backlog
HistoricalComments
Kevin Saul 3/12/2018 1:18:22 PM
I believe this is something we'd regard as something we should be warned about on compile along with other potential issues, which ties into idea #3.
  • Attach files
  • +5