github / github/codeql

INVALID_RESULT_PATTERNS

未關閉
#7,922 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
question
主要語言
CodeQL
星號
10.1k
分支
2.1k
平均合併
2 天 15 小時
30 天內合併 PR
141

描述

Hello, I'm trying to run this simple query that looks for method access that has specific names.(this is also happening with other queries in Java)

`from Method method
where method.hasName("getString")
select method`

However, every time, I get a query result, however, I can't click on them a display its place in code.

Error:

Showing raw results instead of interpreted ones due to an error. Interpreting query results failed: A fatal error occurred: Could not process query metadata. Error was: Expected result pattern(s) are not present for problem query: Expected at least 2 columns. [INVALID_RESULT_PATTERNS]

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。