-
Updated
Jul 6, 2022 - Python
code-analysis
Here are 314 public repositories matching this topic...
-
Updated
Aug 8, 2022 - C
-
Updated
Aug 9, 2022 - Elixir
-
Updated
Aug 4, 2022 - Java
Affects PMD Version: 6.42.0
Rule: ApexCRUDViolation
Description:
I'm getting the "Validate CRUD permission before SOQL/DML operation" error when updating a list of a custom object, but not on the individual.
Code Sample demonstrating the issue:
public static CustomObject__c updateCu
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Jul 3, 2022 - Python
-
Updated
Aug 8, 2022 - JavaScript
[spotbugs] Running SpotBugs...
[spotbugs] Unexpected problem occured during version sanity check
[spotbugs] Reported exception:
[spotbugs] java.lang.AbstractMethodError: Receiver class org.slf4j.nop.NOPServiceProvider does not define or inherit an implementation of the resolved method 'abstract java.lang.String getRequesteApiVersion()' of interface org.slf4j.
-
Updated
Aug 9, 2022 - CSS
-
Updated
Jul 25, 2022 - Python
problem: the shadow classes (CtClass reflecting a binary class) built by JavaReflectionTreeBuilder
can be modified. This is confusing for users, see INRIA/spoon#4664.
solution: the JavaReflectionTreeBuilder
should construct immutable objects, closed to modification, where all setters throw an UnsupportedOperationException
-
Updated
May 28, 2022 - Python
-
Updated
Aug 8, 2022
-
Updated
May 20, 2022 - Java
-
Updated
Aug 9, 2022 - Python
-
Updated
May 15, 2022 - PHP
-
Updated
Aug 8, 2022 - Scala
-
Updated
Feb 18, 2022 - C#
-
Updated
Aug 9, 2022 - C++
-
Updated
Apr 14, 2022 - PHP
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Apr 17, 2022 - C++
-
Updated
Jun 21, 2022 - PHP
-
Updated
May 1, 2021 - C
-
Updated
Apr 26, 2022 - Kotlin
Improve this page
Add a description, image, and links to the code-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-analysis topic, visit your repo's landing page and select "manage topics."
The Problem
With the new
model-property
type andModelPropertyRule
Larastan now has the ability to check the existence of model columns that are given to a method.Adding the
model-property
type to the Laravel's core methods are done with the help of PHPstan stubs. Some [examples](https://github.com/nunomaduro/larastan/blob/master/stubs/Elo