Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 138 in ndt: Insert a break statement

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 138 in ndt: Insert a break statement


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 138 in ndt: Insert a break statement
  • Date: Mon, 24 Mar 2014 15:00:35 +0000

Status: New
Owner: ----
Labels: Type-Defect Severity-Medium

New issue 138 by
:
Insert a break statement
http://code.google.com/p/ndt/issues/detail?id=138

/JavaAnalize/src/edu/internet2/ndt/ResultsContainer.java

Look at:
switch (c2sdata)

case 10: if (linkcnt == 16)
btlneck = "a Gigabit Ethernet subnet";
else
btlneck = "Retransmissions";
case 11: btlneck = "an 'OC-48' subnet"; break;


You won't get "a Gigabit Ethernet subnet" or "Retransmissions" without a break statement.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page