Menu

#14 No Instrumentation for "for header"

open
5
2009-09-01
2009-09-01
No

If you have statements within the statement sequence of the for loop header, they are not instrumented!

for (int i = 0; i < 10; i++, System.out.println(i), System.out.println("Hallo Welt")) {
// empty
}

reported by "schums"

Discussion


Log in to post a comment.

MongoDB Logo MongoDB