Robert Sösemann

Results 20 issues of Robert Sösemann

@jondavis9898 I see this as a shared assignment for me and you ;-)

enhancement

Since the update, the extension doesn't do anything anymore. No errors, no icon changes. I always used it with my own local PMD. Stopped working now. But also without a...

Salesforce has **3 UI / Markup dialects** from which **only 2** can be parsed by PMD. #### 1) Visualforce: SUPPORTED using own Visualforce language module Sample code: https://github.com/rsoesemann/salesforce-recipes/blob/master/force-app/main/default/pages/activateAccountButton.page parses using...

an:enhancement

Not sure if that even works but the current way we get the Session Id are hacks that will never pass Security review. We need to research and play with...

enhancement

Each tool needs to decide how to explain what it id not code in the LWC. Each Tool needs a new method which explains and formats using Markdown.

enhancement

Using a faster Model and turning of Retrieval already helped. But maybe we can save more seconds by tweaking the Apex polling or the model.

enhancement

The general idea is to have a chat bubble where the AI can render arbitrary LWC markup depending on the job or the result. Dynamic LWC. So a few samples:...

enhancement

Bad antipattern, we need to replace it with an init() method

bug

**Affects PMD Version:** 7.0.1 (and all versions before) **Rule:** ApexCRUDViolation - https://pmd.github.io/pmd/pmd_rules_apex_security.html#apexcrudviolation **Description:** PMD incorrectly reports the need for validation of CRUD permissions before a DML Delete statement although the...

a:false-positive