Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ <h3>Exceptions</h3>
<p>This rule doesn’t raise issues for:</p>
<ul>
<li> annotated methods </li>
<li> methods with parameters that are annotated with one of the following: </li>
<li> <code>@javax.enterprise.event.Observes</code> </li>
<li> <code>@javax.enterprise.event.ObservesAsync</code> </li>
<li> <code>@jakarta.enterprise.event.Observes</code> </li>
<li> <code>@jakarta.enterprise.event.ObservesAsync</code> </li>
<li> methods with parameters that are annotated with <code>@javax.enterprise.event.Observes</code> </li>
</ul>
<p>The rule does not take reflection into account, which means that issues will be raised on <code>private</code> methods that are only accessed using
the reflection API.</p>
Expand Down
2 changes: 1 addition & 1 deletion sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"JAVA"
],
"latest-update": "2025-09-29T08:08:50.655366545Z",
"latest-update": "2025-10-30T10:09:37.463244017Z",
"options": {
"no-language-in-filenames": true,
"preserve-filenames": false
Expand Down