You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/03/11 14:29:41 UTC

[Bug 59165] New: RSyntaxtTes]x

https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

            Bug ID: 59165
           Summary: RSyntaxtTes]x
           Product: JMeter
           Version: 2.13
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59165] RSyntaxtTextArea not compatible with headless testing

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|RSyntaxtTes]x               |RSyntaxtTextArea not
                   |                            |compatible with headless
                   |                            |testing

--- Comment #1 from Sebb <se...@apache.org> ---
See Bug 58897.

It's not possible to instantiate RSyntaxtTextArea if the code is running
Headless.

This is not the case for JTextArea, which can at least be instantiated, even if
it cannot be used.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59165] RSyntaxtTextArea not compatible with headless testing

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |58897

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59165] RSyntaxTextArea not compatible with headless testing

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|RSyntaxtTextArea not        |RSyntaxTextArea not
                   |compatible with headless    |compatible with headless
                   |testing                     |testing

--- Comment #4 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1734557&view=rev
Log:
RSyntaxTextArea not compatible with headless testing
Bugzilla Id: 59165

Modified:
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59165] RSyntaxtTextArea not compatible with headless testing

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

--- Comment #2 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1734553&view=rev
Log:
RSyntaxtTextArea not compatible with headless testing
Add getInstance methods that handle headless mode
Bugzilla Id: 59165

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/JSyntaxTextArea.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59165] RSyntaxtTextArea not compatible with headless testing

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

--- Comment #3 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1734555&view=rev
Log:
RSyntaxtTextArea not compatible with headless testing
Replace calls to constructors with getInstance
Bugzilla Id: 59165

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/BeanShellAssertionGui.java
   
jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java
    jmeter/trunk/src/core/org/apache/jmeter/config/gui/RowDetailDialog.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/LoggerPanel.java
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/TextAreaEditor.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java
   
jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/control/gui/BeanShellSamplerGui.java
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSPublisherGui.java
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSamplerGui.java
   
jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/config/gui/TCPConfigGui.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59165] RSyntaxtTextArea not compatible with headless testing

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59165

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.