Skip to content

Commit d8d8b26

Browse files
authored
Merge pull request #149 from codellm-devkit/codeanalyzer-java-update
Codeanalyzer java update
2 parents 87463d9 + 49d0622 commit d8d8b26

File tree

4 files changed

+25
-13896
lines changed

4 files changed

+25
-13896
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.0.7] - 2025-08-21
8+
## [v1.0.7] - 2026-02-14
99

1010
### Added
1111
- Doctest-style Examples across the public API surface of JavaAnalysis, PythonAnalysis, CAnalysis, and core CLDK helpers. Coverage includes Java CRUD operations and comment/docstring query APIs, plus concise inline examples for Python and C where applicable.
@@ -16,15 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Standardized Examples to use the CLDK facade (e.g., `CLDK(language="java").analysis(...)`) instead of raw constructor calls.
1717
- Normalized all doctest Example inputs to single-line strings to ensure reliable mkdocstrings rendering.
1818
- Clarified `CLDK.analysis` return type with a precise union: `JavaAnalysis | PythonAnalysis | CAnalysis`.
19+
- Updated codeanalyzer version to v2.3.6.
1920

2021
### Fixed
2122
- Fixed README.md logo display on PyPI by updating image URLs to use raw GitHub URLs and maintaining theme-based auto-switching with proper fallback
2223
- mkdocstrings rendering issues caused by multi-line doctest strings and formatting inconsistencies.
2324
- Replaced confusing examples like `JavaAnalysis(None, None, ...)` with clear CLDK-based initialization patterns.
2425
- Packaging: ensured the built wheel includes the `cldk` package by adding `packages = [{ include = "cldk" }]` to Poetry configuration.
26+
- Fixed #141
2527

2628
### Removed
2729
- Multi-line doctest strings in Examples that broke mkdocstrings rendering; all examples are now single-line.
30+
- Removed pandas dependency (#145)
2831

2932
## [v1.0.6] - 2025-07-23
3033

cldk/analysis/java/codeanalyzer/jar/codeanalyzer-2.3.5.jar renamed to cldk/analysis/java/codeanalyzer/jar/codeanalyzer-2.3.6.jar

28.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)