codeinspector icon indicating copy to clipboard operation
codeinspector copied to clipboard

Find and report problems in Wolfram Language code

Results 1 codeinspector issues
Sort by recently updated
recently updated
newest added

The code error `Which[a, b, a, c]` gets picked up by the plugin, but a related one like `Which[a, b, c]` does not. Presumably this is because CodeInspect assigns a...