LOG.info(msg); | LOG.info(msg.toString()); | msg | msg.toString() | groovy | c84ca72f05bf1752ed805454c47a5ee13a1968f8 | org.codehaus.groovy.vmplugin.v7.Selector.MethodSelector | | | | | | Uses | True |
cstmt=connection.prepareCall(sql); | cstmt=connection.prepareCall(sql.toString()); | sql | sql.toString() | pentaho-kettle | 81ba44031a6d311925ccc0cd85b9c8f02444988c | org.pentaho.di.core.database.Database | | | | | | Uses | True |
prepStatementUpdate=connection.prepareStatement(databaseMeta.stripCR(sql)); | prepStatementUpdate=connection.prepareStatement(databaseMeta.stripCR(sql.toString())); | sql | sql.toString() | pentaho-kettle | 81ba44031a6d311925ccc0cd85b9c8f02444988c | org.pentaho.di.core.database.Database | | | | | | Uses | True |
result.setLineText(lineText); | extendedEdit.setLineText(currentLine.toString()); | lineText | lineText.toString() | che | 4b1c124a44c497ea4502ce950a1c6c5c2f13b99e | org.eclipse.che.api.languageserver.TextDocumentService | | | | | | Uses | True |