Thomas Mortagne

Results 23 issues of Thomas Mortagne

We have links reference that can contain white spaces but the following ``` [labal](Space.Space - NiceName) ``` is not even interpreted as a link.

**Describe the bug** Version 4.3 of JSQLParser seems to introduce a regression in the way LIKE escape expressions are parsed. I assume caused by https://github.com/JSQLParser/JSqlParser/issues/420 but did not really look...

When running pitest/descartes on the following modules get a very low score because all the test that are located on an abstract class are not taken into account: * xwiki-commons-filter-api...

test-execution

In module xwiki-platform-security-api the tests generated in org.xwiki.security.authorization.RightSetTest test suite don't seems to be taken into account: the report indicates ``` The following transformations were applied but they were not...

test-execution

In the module [xwiki-platform-observation-remote](https://github.com/xwiki/xwiki-platform/tree/597d06440e4567f7ab14b9f410e08e82ee37ae8c/xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote). According the attachment report the test `org.xwiki.observation.remote.TCPROMTest.testSerializableEvent` is not failing when the method `DefaultEventConverterManager#createRemoteEventData` content is replaced by `return null`. Well I did just that and...

test-execution

It's probably the same fix than #73 but creating a new issue since the use case is different. In xwiki-platform-security-api most of the rights are manipulated as static object and...

When running pitest/descartes on [xwiki-platform-model](https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-model) the method `org.xwiki.model.EntityType#setParentTypes()List` as pseudo-tested and Tests section contains only one test ( `org.xwiki.model.internal.DefaultModelConfigurationTest.testGetDefaultReferenceNameWhenDefinedInConfiguration`). Problem is that if I do what's indicated (remove the body...

Fasten Core provide a LocalMerger which takes as input an product graph and it's dependencies graphs to produce what its calling a merged graph but which in practice just complete...

Currently, `fasten-core` include and depends on many things, many things which are useless and can create conflicts when used as a library for local analysis. It would help a lot...