svn propchange: r1761088 - svn:log

2016-09-26 Thread agomes
Author: agomes
Revision: 1761088
Modified property: svn:log

Modified: svn:log at Mon Sep 26 21:06:28 2016
--
--- svn:log (original)
+++ svn:log Mon Sep 26 21:06:28 2016
@@ -1 +1 @@
-Add missing reference in changes.xml to PR 196,200,209
+Bug 59349,59329,59620 - Add missing reference in changes.xml to PR 196,200,209



svn propchange: r1761085 - svn:log

2016-09-26 Thread agomes
Author: agomes
Revision: 1761085
Modified property: svn:log

Modified: svn:log at Mon Sep 26 21:04:48 2016
--
--- svn:log (original)
+++ svn:log Mon Sep 26 21:04:48 2016
@@ -1 +1 @@
-This closes #200
+Bug 59349 - Include Controller input filename trim. This closes #200



svn propchange: r1760716 - svn:log

2016-09-26 Thread agomes
Author: agomes
Revision: 1760716
Modified property: svn:log

Modified: svn:log at Mon Sep 26 20:58:21 2016
--
--- svn:log (original)
+++ svn:log Mon Sep 26 20:58:21 2016
@@ -1 +1 @@
-This closes #224
+Bug 59948 - add a html source formated render. This closes #224



svn propchange: r1760749 - svn:log

2016-09-26 Thread agomes
Author: agomes
Revision: 1760749
Modified property: svn:log

Modified: svn:log at Mon Sep 26 20:57:15 2016
--
--- svn:log (original)
+++ svn:log Mon Sep 26 20:57:15 2016
@@ -1 +1 @@
-Add RenderAsHTMLFormated.java file
+Bug 59948 - Add RenderAsHTMLFormated.java file



svn commit: r1762357 - /jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java

2016-09-26 Thread fschumacher
Author: fschumacher
Date: Mon Sep 26 19:00:21 2016
New Revision: 1762357

URL: http://svn.apache.org/viewvc?rev=1762357=rev
Log:
Add throws javadoc attribute.

Modified:
jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java?rev=1762357=1762356=1762357=diff
==
--- jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java Mon Sep 
26 19:00:21 2016
@@ -87,6 +87,7 @@ public abstract class JSR223TestElement
 
 /**
  * @return {@link ScriptEngine} for language defaulting to groovy if 
language is not set
+ * @throws ScriptException when no {@link ScriptEngine} could be found
  */
 protected ScriptEngine getScriptEngine() throws ScriptException {
 String lang = getScriptLanguageWithDefault();