28 Commits

Author SHA1 Message Date
tueem a2bdb549f9 feat(factory): introduce Mutable and Immutable methodfactory and change parser pipeline
Build / Gradle-Build (push) Successful in 2m12s
Test / Gradle-Test (push) Successful in 32s
2025-05-02 13:00:28 +02:00
tueem ad2c4c00f6 refactor(bcmethod): move duplicate checking out of factory 2025-05-02 12:57:02 +02:00
tueem 4dd7b70f40 refactor(factory): move to own package and add factories getter 2025-04-30 12:56:48 +02:00
tueem 8d24604707 feat(factory): add utility method which does the "unchecked" cast
Build / Gradle-Build (push) Successful in 1m36s
Publish / Gradle-Publish (push) Successful in 10s
Test / Gradle-Test (push) Successful in 12s
2025-04-15 11:06:00 +02:00
tueem 28d991f17c fix(log): missing placeholder 2025-04-15 11:03:33 +02:00
tueem 4c800cfd89 fix: compile error
Build / Gradle-Build (push) Successful in 9s
Publish / Gradle-Publish (push) Successful in 10s
Test / Gradle-Test (push) Successful in 11s
2025-04-14 19:04:09 +02:00
tueem e425989106 feat(parser): MethodParser rework
Build / Gradle-Build (push) Failing after 9s
Publish / Gradle-Publish (push) Failing after 8s
Test / Gradle-Test (push) Failing after 9s
2025-04-14 19:01:01 +02:00
tueem eccad71837 feat(logging): add more logging
Build / Gradle-Build (push) Successful in 13s
Publish / Gradle-Publish (push) Successful in 10s
Test / Gradle-Test (push) Successful in 11s
2025-04-14 18:34:46 +02:00
tueem cad019e44a fix(container): NullPointerException when trying to query a key which is not in the container yet
Build / Gradle-Build (push) Successful in 9s
Publish / Gradle-Publish (push) Successful in 9s
Test / Gradle-Test (push) Successful in 11s
2025-04-13 16:28:16 +02:00
tueem 79dcc25afc fix(method): add toString override
Build / Gradle-Build (push) Successful in 1m38s
Publish / Gradle-Publish (push) Successful in 10s
Test / Gradle-Test (push) Successful in 11s
2025-04-13 15:09:03 +02:00
tueem dd4e048ce5 fix(bcmethod): make bcmethod abstract
Build / Gradle-Build (push) Successful in 1m38s
Publish / Gradle-Publish (push) Successful in 11s
Test / Gradle-Test (push) Successful in 13s
2025-04-13 00:20:28 +02:00
tueem deabaaf22f fix(method): remove enforced context parameter 2025-04-12 23:34:13 +02:00
tueem 7f5c242173 fix typo 2025-04-12 23:16:31 +02:00
tueem 7ec05d4e8a fix(container): add factory getters
Build / Gradle-Build (push) Successful in 11s
Publish / Gradle-Publish (push) Successful in 11s
Test / Gradle-Test (push) Successful in 14s
2025-04-12 00:01:07 +02:00
tueem 535a0dad58 fix(method): add temporary public identifier setter to BCMethod
Build / Gradle-Build (push) Successful in 11s
Publish / Gradle-Publish (push) Successful in 11s
Test / Gradle-Test (push) Successful in 13s
2025-04-11 21:12:22 +02:00
tueem 2a6eba871d feat(core): add Context generic
Build / Gradle-Build (push) Successful in 15s
Publish / Gradle-Publish (push) Successful in 13s
Test / Gradle-Test (push) Successful in 13s
2025-04-11 20:44:03 +02:00
tueem c44b874b41 feat(method): add Factory to BestCandidateMethod
Build / Gradle-Build (push) Successful in 1m43s
Publish / Gradle-Publish (push) Successful in 11s
Test / Gradle-Test (push) Successful in 13s
2025-04-11 13:44:10 +02:00
tueem 8842e9d8e1 refactor(method): move Method related classes to method package 2025-04-11 12:16:58 +02:00
tueem 1891037ed7 feat(factory): add Identifier Generic
Build / Gradle-Build (push) Successful in 13s
Publish / Gradle-Publish (push) Successful in 12s
Test / Gradle-Test (push) Successful in 14s
2025-04-10 15:05:46 +02:00
tueem c0da5ee75d feat(container): add chaining, single method add method for overriding, key getter and protected entries getter
Build / Gradle-Build (push) Successful in 16s
Publish / Gradle-Publish (push) Successful in 12s
Test / Gradle-Test (push) Successful in 12s
2025-04-10 14:44:57 +02:00
tueem 2f07ac1822 feat(test): add Tests for ReflectedMethod and BestCandidateMethod
Build / Gradle-Build (push) Successful in 1m41s
Publish / Gradle-Publish (push) Successful in 10s
Test / Gradle-Test (push) Successful in 13s
2025-04-09 17:02:55 +02:00
tueem 25b2e49396 feat(bestcandidate): add BestCandidate Method to always find the correct method for the parameters 2025-04-09 17:02:29 +02:00
tueem 52a05dd9d7 feat(container): add MethodContainers 2025-04-09 17:01:58 +02:00
tueem 075f0e13c9 feat(core): add ReflectedMethod and Processors 2025-04-09 17:01:36 +02:00
tueem acbe6b23ef feat(util): add ReflectionUtil 2025-04-09 17:00:41 +02:00
tueem 6d3f077c5d migrate from marinara
Build / Gradle-Build (push) Successful in 16s
Publish / Gradle-Publish (push) Failing after 10s
Test / Gradle-Test (push) Failing after 12s
2025-04-08 01:56:46 +02:00
tueem 4036112736 bump gradle version
Build / Gradle-Build (push) Successful in 39s
Publish / Gradle-Publish (push) Successful in 34s
Test / Gradle-Test (push) Failing after 34s
2025-04-08 00:10:33 +02:00
tueem 685701f103 initial project files
Build / Gradle-Build (push) Failing after 2m29s
Publish / Gradle-Publish (push) Failing after 12s
Test / Gradle-Test (push) Failing after 11s
2025-04-08 00:05:27 +02:00