vlsi commented on PR #6217:
URL: https://github.com/apache/jmeter/pull/6217#issuecomment-1884978678

   It looks like OpenRewrite does not support mixed Java-Kotlin projects, so it 
can't parse Java files that call Kotlin classes:
   
   ```
   jmeter/src/jorphan/src/main/java/org/apache/jorphan/gui/JFactory.java:111: 
error: cannot find symbol
       public static JEditableCheckBox small(JEditableCheckBox component) {
                     ^
     symbol:   class JEditableCheckBox
     location: class JFactory
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to