Skip to content

Edburns/1810 java tool ergonomics tool as lambda seeking review - #1895

Merged
edburns merged 58 commits into
mainfrom
edburns/1810-java-tool-ergonomics-tool-as-lambda-seeking-review
Jul 2, 2026
Merged

Edburns/1810 java tool ergonomics tool as lambda seeking review#1895
edburns merged 58 commits into
mainfrom
edburns/1810-java-tool-ergonomics-tool-as-lambda-seeking-review

java: cache getConfiguredMapper() in local variable per invocation

98f8814
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 2, 2026 in 3s

No new alerts in code changed by this pull request

Annotations

Check notice on line 188 in java/src/test/java/com/github/copilot/rpc/ParamSchemaTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing method names because of capitalization Note test

The method 'forType_Long_returnsInteger' may be confused with
forType_long_returnsInteger
.

Check notice on line 198 in java/src/test/java/com/github/copilot/rpc/ParamSchemaTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing method names because of capitalization Note test

The method 'forType_Short_returnsInteger' may be confused with
forType_short_returnsInteger
.

Check notice on line 208 in java/src/test/java/com/github/copilot/rpc/ParamSchemaTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing method names because of capitalization Note test

The method 'forType_Byte_returnsInteger' may be confused with
forType_byte_returnsInteger
.

Check notice on line 220 in java/src/test/java/com/github/copilot/rpc/ParamSchemaTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing method names because of capitalization Note test

The method 'forType_Double_returnsNumber' may be confused with
forType_double_returnsNumber
.

Check notice on line 230 in java/src/test/java/com/github/copilot/rpc/ParamSchemaTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing method names because of capitalization Note test

The method 'forType_Float_returnsNumber' may be confused with
forType_float_returnsNumber
.

Check notice on line 242 in java/src/test/java/com/github/copilot/rpc/ParamSchemaTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing method names because of capitalization Note test

The method 'forType_Boolean_returnsBoolean' may be confused with
forType_boolean_returnsBoolean
.