Skip to content

Migrate cross-repo CLAUDE.md sections to workspace pointers#210

Merged
bernardladenthin merged 32 commits into
mainfrom
claude/vigilant-gauss-7jXfW
Jun 6, 2026
Merged

Migrate cross-repo CLAUDE.md sections to workspace pointers#210
bernardladenthin merged 32 commits into
mainfrom
claude/vigilant-gauss-7jXfW

spotbugs: flip pom to Max+Low at the gate; clear remaining 8 source-l…

c3a26b9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 6, 2026 in 4s

5 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 25 in src/main/java/net/ladenthin/llama/CliParameters.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless null check Warning

This check is useless.
this$parameters
cannot be null at this check, since
new HashMap<String,String>(...)
always is non-null.
This check is useless.
other$parameters
cannot be null at this check, since
new HashMap<String,String>(...)
always is non-null.
This check is useless.
$parameters
cannot be null at this check, since
new HashMap<String,String>(...)
always is non-null.

Check notice on line 52 in src/main/java/net/ladenthin/llama/InferenceParameters.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
JsonParameters.canEqual
; it is advisable to add an Override annotation.

Check notice on line 28 in src/main/java/net/ladenthin/llama/LlamaIterator.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of default toString() Note

Default toString(): CompletionResponseParser inherits toString() from Object, and so is not suitable for printing.

Check notice on line 42 in src/main/java/net/ladenthin/llama/LlamaModel.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of default toString() Note

Default toString(): ChatStreamChunkParser inherits toString() from Object, and so is not suitable for printing.
Default toString(): RerankResponseParser inherits toString() from Object, and so is not suitable for printing.
Default toString(): ChatResponseParser inherits toString() from Object, and so is not suitable for printing.
Default toString(): CompletionResponseParser inherits toString() from Object, and so is not suitable for printing.

Check notice on line 23 in src/main/java/net/ladenthin/llama/ModelParameters.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
CliParameters.canEqual
; it is advisable to add an Override annotation.