Oliver B. Fischer

Results 30 issues of Oliver B. Fischer

**I, as a developer** of jQAssistant, **would like** to have tests for the `JsonSchemaValidator`, **so that** have tested it behaves properly and can ensure it works properly.

type:task

### Feature Descripion **As contributor to jQA**, **would like** to a have a dedicated exception available, which can be used programmatically to abort the scan process of any ressource, **to...

status:team discussion
topic:architecture

I am working on a self-contained system with some internally used libraries and some micro services. Writing and organising constraints and concepts for such a project becomes difficult if some...

type:enhancement
status:team discussion

While working one jQAssistant/jqassistant#353 I wrote a IT to see how many files jQA will find in a testbed for jQAssistant/jqassistant#353. The testbed is a directory with eight files. But...

type:bug

Sometimes a constraint is only usefull under certain preconditions. E.g. I have a global set of contraints and concepts. They are packaged in a seperate jar and declared as dependency...

type:enhancement
status:team discussion

Using jQAssistant 1.1.3 I found nodes with the label `File` and without the property `fileName`. Query used ``` match (f:File) where not(has(f.fileName)) return f limit 10 ```

type:bug
status:waiting for user feedback

I am using the Checkerframework in a Maven multi-modules project. For an external dependency I had to create a stubs file. The stubs file is part of a jar, which...

As logging is very important to our application, I would like to override `avoidCallsTo` and set it to empty. So I tried to configure the plugin as follows: ```xml ```...

https://issues.apache.org/jira/browse/LANG-1747 The `StopWatch` is now able to take the execution time for the execution of an implementation of the following interfaces: * `java.util.function.BiConsumer` * `java.util.function.BiFunction` * `java.util.function.BiPredicate` * `java.util.function.Consumer` *...

Dear all, The Checker Framework fails in our project on all Windows boxes, while it runs fine on MacOS and Linux. Any idea who to fix this? Currently have we...