Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: indent and function name

...

Code Block
bgColor#ccccff
public void app_exassignNocontrol(BufferedReader reader) throws IOException{
	  String line;
    while ((line = reader.readLine()) != null) {
    	// ... work with line
    }
}

Related Guidelines

ISO/IEC TR 24772:2013

Likely Incorrect Expression [KOA]

MITRE CWE

CWE-480, Use of incorrect operator

...