Bug 59165

Summary: RSyntaxTextArea not compatible with headless testing
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.1   
Bug Depends on:    
Bug Blocks: 58897    

Description Sebb 2016-03-11 13:29:41 UTC

    
Comment 1 Sebb 2016-03-11 13:34:23 UTC
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.
Comment 2 Sebb 2016-03-11 13:42:38 UTC
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
Comment 3 Sebb 2016-03-11 13:43:10 UTC
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
Comment 4 Sebb 2016-03-11 13:47:37 UTC
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
Comment 5 The ASF infrastructure team 2022-09-24 20:38:03 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3896