0
votes
Looking for a regular expression to identify hard coded magic numbers in source code
For Java I'd get FindBugs and then write a custom bug detector for it to do that checking you need. For more info on writing a custom b …
