8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
== Noncompliant Code Example
|
|
|
|
[source,text]
|
|
----
|
|
if ((str = cont.substring(pos1, pos2)).isEmpty()) { // Noncompliant
|
|
//...
|
|
----
|