github / github/codeql

INVALID_RESULT_PATTERNS

Open
#7,922 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
CodeQL
Stars
10.1k
Forks
2.1k
Avg merge
2d 15h
Merged PRs (30d)
141

Description

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]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.