Commit graph

396 commits

Author SHA1 Message Date
9531f15435
Move class helpers into separate package 2024-06-10 18:37:02 +02:00
d3acaaf075
Fix crash handler content processing code 2024-06-10 18:36:31 +02:00
5d16c3b862
Add SubsystemConfiguration interface 2024-06-10 18:36:12 +02:00
7c391ecf8d
Update Event.java and LogEvent.java javadoc 2024-06-09 22:18:37 +02:00
7147ab3a5a
Fix bug 2024-06-09 22:16:18 +02:00
3256224329
Improve and fix events 2024-06-09 22:14:45 +02:00
5a98722520
Update Logger class javadoc 2024-06-09 21:21:03 +02:00
7d374fb41a
Add copyright notice to testapp package-info.java 2024-06-09 21:10:41 +02:00
aa688a0ca4
Add LogEvent and EngineCrashEvent 2024-06-09 21:10:22 +02:00
b4cf8f81b1
Update 'final' class modifier 2024-06-09 19:57:12 +02:00
1201d5ce7d
Catch more exceptions 2024-06-09 19:36:44 +02:00
bee385b519
Add (in some files) missing copyright header 2024-06-09 19:36:31 +02:00
a19aad7038
Add event support 2024-06-09 19:05:30 +02:00
2144063a9a
Fix colors after crash 2024-06-09 19:03:45 +02:00
8a0c4f1f03
Move class initialization into new method 2024-06-09 19:03:17 +02:00
9d8b6a8e08
Make Engine#populateCrashContent protected 2024-06-09 19:02:43 +02:00
6ed40b216c
Fix Engine using old BuildInfo 2024-06-09 16:47:02 +02:00
2e76c30faf
Supress UnusedAssignment warning 2024-06-09 16:46:37 +02:00
b4eabae312
Rename BuildInfo to EngineInformation 2024-06-09 16:46:24 +02:00
fab03dd546
Move BuildInfo and JvmInformation into own package 2024-06-09 16:45:48 +02:00
4066bbdd3d
Update package-info.java 2024-06-09 16:36:36 +02:00
c8b2bd1f2c
Rename dependencies 2024-06-09 16:31:11 +02:00
c5b1f9e595
Separate dependencies 2024-06-09 14:18:02 +02:00
3403a438a5
Remove version 2024-06-09 14:17:03 +02:00
bb3e2cb4eb
Add partial PropertyParser test 2024-06-09 13:44:25 +02:00
868709f356
Add assertEquals message 2024-06-09 13:44:15 +02:00
0a7a741d34
Fix CsvSource "identation?" 2024-06-09 13:44:04 +02:00
47c962738b
Make EngineConfiguration test better 2024-06-09 13:43:30 +02:00
9f646db94a
Print full class path for enums (UnitLogger) 2024-06-09 13:42:54 +02:00
c66a780b78
Add Miscellaneous#invokeGarbageCollector method 2024-06-09 13:42:26 +02:00
a6e83a25eb
Make CrashHandler#crashed public 2024-06-09 13:42:09 +02:00
6c6b44ea19
Add "Run tests" task to IntelliJ IDEA 2024-06-09 13:41:44 +02:00
4b5f9413c1
Add partial unit tests for some classes
Will continue creating unit tests tomorrow.
These classes are now tested against:
- base.Engine
- base.EngineConfiguation
- base.utility.Miscellaneous
- base.utility.PlaceholderEngine
2024-06-09 00:22:29 +02:00
1797be0037
Add unit testing dependencies 2024-06-09 00:21:01 +02:00
2c5fd57694
Add unit tests package 2024-06-09 00:20:33 +02:00
51348cdd92
Rename invalid class name JvmVersion -> JvmJava 2024-06-09 00:20:12 +02:00
56d273aa39
Add EngineConfiguration#getSetting() 2024-06-09 00:19:51 +02:00
db408d796d
Fix gradle error 2024-06-08 17:37:02 +02:00
92d424c3aa
Fix usage of ' and " 2024-06-08 17:35:41 +02:00
2162b99004
Add javadocAll task to Generate Javadoc run config 2024-06-08 17:12:38 +02:00
fe632d9287
Update annotations and fix javadoc warnings 2024-06-08 17:10:20 +02:00
7f2eebd595
Add combined javadoc for all subprojects 2024-06-08 17:10:00 +02:00
2f0a3f5ab3
Add build.gradle for project : 2024-06-08 17:09:36 +02:00
d50210112e
Update javadoc overview 2024-06-08 17:07:58 +02:00
bc70b48f35
Add all .idea files to .gitignore 2024-06-08 15:36:08 +02:00
f47dd66d88
Initial commit 2024-06-08 15:33:03 +02:00