Ying Zhou
Results
1
comments of
Ying Zhou
> If you're using a parameter to assemble the filename, that doesn't sound like hardcoding. See > > https://github.com/spotbugs/spotbugs/blob/51e586bed98393e53559a38c1f9bd15f54514efa/spotbugs/src/main/java/edu/umd/cs/findbugs/detect/DumbMethodInvocations.java#L141 ``` void testDMI_HARDCODED_ABSOLUTE_FILENAME(){ String extension = ".mjpeg"; File pipe = new...