• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aas-core-works / aas-core-codegen / 33892416086
85%

Build:
DEFAULT BRANCH: main
Ran 04 Sep 2026 04:03PM UTC
Jobs 3
Files 268
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Sep 2026 03:57PM UTC coverage: 84.648% (-0.004%) from 84.652%
33892416086

push

github

web-flow
Simplify XML de-serialization in Java (#674)

We refactor the Java XML de-serialization to remove duplicated
boilerplate, mirroring the TypeScript (#671), C# (#672), C++ (#673)
and Go simplifications.

List-property parsing used to be one inline while-loop generated per
list-typed property. We introduce a shared generic `parseList<T>`
helper, and every list property now just calls it with an item
deserializer method reference instead of duplicating the loop.

Class-from-element parsing used to bundle the open-tag read, the
close-tag check, and the dispatch (either a single expected-name
check for a leaf class, or a switch over implementers for an
interface) inline in every generated `try{Cls}FromElement` and
`try{Interface}FromElement` function. We factor the open/close-tag
handling into one shared generic `parseInstanceFromElement<T>`
function; each per-class/-interface function now only supplies the
small dispatch lambda.

This also fixes a redundancy in the previous design: an interface's
dispatch used to route through the full `FromElement` of the chosen
implementer, which re-read and re-verified the open tag the
interface dispatcher had already read. The switch now calls
`FromSequence` directly, so the open and close tag are each handled
exactly once per polymorphic deserialization, not once per
implementer.

7 of 7 new or added lines in 1 file covered. (100.0%)

30893 of 36496 relevant lines covered (84.65%)

2.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.11 - 33892416086.1 04 Sep 2026 04:04PM UTC 268
84.65
GitHub Action Run
2 3.10 - 33892416086.2 04 Sep 2026 04:04PM UTC 268
84.65
GitHub Action Run
3 3.12 - 33892416086.3 04 Sep 2026 04:04PM UTC 268
84.65
GitHub Action Run
Source Files on build 33892416086
  • Tree
  • List 268
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 21d3ff17 on github
  • Prev Build on main (#33802217174)
  • Next Build on main (#33969757047)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc