ASF Bugzilla – Attachment 30400 Details for
Bug 55065
Useless processing in Spline3.converge()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.diff (text/plain), 533 bytes, created by
Adrian Nistor
on 2013-06-05 18:14:45 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Adrian Nistor
Created:
2013-06-05 18:14:45 UTC
Size:
533 bytes
patch
obsolete
>Index: src/components/org/apache/jmeter/visualizers/Spline3.java >=================================================================== >--- src/components/org/apache/jmeter/visualizers/Spline3.java (revision 1489981) >+++ src/components/org/apache/jmeter/visualizers/Spline3.java (working copy) >@@ -271,6 +271,7 @@ > lineSum = lineSum - Math.abs(_A[i][i]); > if (lineSum > Math.abs(_A[i][i])) { > converge = false; >+ break; > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55065
: 30400