Skip to content

[refactor] Simplify startup code #5701

Merged
duncdrum merged 20 commits into
eXist-db:developfrom
dizzzz:feature/simplify_startup
Jul 23, 2025
Merged

[refactor] Simplify startup code #5701
duncdrum merged 20 commits into
eXist-db:developfrom
dizzzz:feature/simplify_startup

[refactor] Clean up file

707c4ec
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 16, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 6
- Added 3
           

Complexity increasing per file
==============================
- exist-start/src/main/java/org/exist/start/classloader/Classpath.java  4
- exist-start/src/main/java/org/exist/start/classloader/EXistClassLoader.java  3
- exist-core/src/main/java/org/exist/webstart/LatestFileResolver.java  4
- exist-start/src/main/java/org/exist/start/classloader/ReflectionUtils.java  1
         

Clones removed
==============
+ exist-start/src/main/java/org/exist/start/Main.java  -1
         

See the complete overview on Codacy

Annotations

Check notice on line 57 in exist-start/src/main/java/org/exist/start/CompatibleJavaVersionCheck.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

exist-start/src/main/java/org/exist/start/CompatibleJavaVersionCheck.java#L57

Unnecessary use of fully qualified name 'IncompatibleJavaVersion.create' due to existing static import 'org.exist.start.CompatibleJavaVersionCheck.IncompatibleJavaVersion.create'

Check warning on line 216 in exist-start/src/test/java/org/exist/start/CompatibleJavaVersionCheckTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

exist-start/src/test/java/org/exist/start/CompatibleJavaVersionCheckTest.java#L216

JUnit tests should include assert() or fail()

Check warning on line 221 in exist-start/src/test/java/org/exist/start/CompatibleJavaVersionCheckTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

exist-start/src/test/java/org/exist/start/CompatibleJavaVersionCheckTest.java#L221

JUnit tests should include assert() or fail()