This page identifies a possible issue, concern, error, limitation, or bug!
Webel IT Australia promotes the amazing Mathematica tool and the powerful Wolfram Language and offers professional Mathematica services for computational computing and data analysis. Our Mathematica
tips, issue tracking, and wishlist is offered here most constructively to help improve the tool and language and support the Mathematica user community.
DISCLAIMER: Wolfram Research does not officially endorse analysis by Webel IT Australia.
The Problems Analysis review system of the (mostly completely brilliant) Mathematica Plugin for IntelliJ IDEA incorrectly reports a declared
Module
variable used as a Table
loop variable within the scope of the Module
as an 'Used local variable' (at weak warning level). To understand why this matters please visit:
Ignore the weak warning and DO NOT SIMPLY DELETE the Module's header declaration of the loop variable, it is required to prevent scope leakage (unless you enjoy hunting for really really nasty hard to find bugs).