-
Hi guys,
just starting with WALA and I noticed one dodgy thing in com.ibm.wala.classLoader.ArrayClass#getSuperclass implementation. According to WALA 1.5.2 code, in case that we have array class fo…
-
This issue was identified by Christoph Grein on 2023-12-22:
Discriminants can be effectively replaced or renamed in a derived type. See for example RM 3.7(34-35):
```
type Matrix_Rec(Rows, Col…
-
Title: Not verified input
Severity: Low Risk
external / public functions parameters should be validated to make sure the address is not 0.
Otherwise if not given the right input it can mist…
-
## allocatable arrays as function parameters
Some subroutines may need to return variable size arrays based on the properties of the result, in my case a dimension that comes from another module (`…
-
Is it important to showcase SproutCore fixtures, with example todos loaded initially? Or, just remove fixtures altogether and initial app load has no todos?
And how does this fit in with using local …
-
## Description
While migrating from Algolia, we're facing challenges with replicating our search prioritization based on user relationships. In Algolia, we utilized a filter to prioritize search re…
-
Jira issue originally created by user @hlubek:
It is not safe to add an entry to an array setting by using "-" for the key, e.g.:
```
persistence:
doctrine:
eventListeners:
…
-
Jira issue originally created by user @hlubek:
It is not safe to add an entry to an array setting by using "-" for the key, e.g.:
```
persistence:
doctrine:
eventListeners:
…
-
```js
module.exports = {
"fp/no-arguments": "error",
"fp/no-delete": "error",
"fp/no-events": "error",
"fp/no-get-set": "error",
"fp/no-loops": "error",
"fp/no-mutating-assign": "er…
-
# CompPath (Composite-objects path) Expressions
As initially discussed in issue #341, we were exploring different ways to provide an XPath-like language to traverse in depth composite objects such …