Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Freddy MalletFreddy Mallet(Deactivated)Labels
Default Severity
CriticalDefault Quality Profiles
Sonar wayTargeted languages
ABAPPL/IPL/SQLRPGTypeScriptCovered Languages
C#CC++FlexGoJavaJavaScriptKotlinObjective-CPHPPythonRubyScalaSwiftVB.NetVB6Irrelevant for Languages
CobolHTMLT-SQLXMLRemediation Function
Constant/IssueConstant Cost
5minAnalysis Level
Semantic AnalysisAnalysis Scope
Main SourcesTest SourcesCommon Rule
Yes
Details
Details
Assignee
Unassigned
UnassignedReporter
Freddy Mallet
Freddy Mallet(Deactivated)Labels
Default Severity
Critical
Default Quality Profiles
Sonar way
Targeted languages
ABAP
PL/I
PL/SQL
RPG
TypeScript
Covered Languages
C#
C
C++
Flex
Go
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Ruby
Scala
Swift
VB.Net
VB6
Irrelevant for Languages
Cobol
HTML
T-SQL
XML
Remediation Function
Constant/Issue
Constant Cost
5min
Analysis Level
Semantic Analysis
Analysis Scope
Main Sources
Test Sources
Common Rule
Yes
Sentry
Sentry
Sentry
Created August 7, 2013 at 3:10 PM
Updated July 20, 2021 at 9:59 AM
There are several reasons for a method not to have a method body:
It is an unintentional omission, and should be fixed to prevent an unexpected behavior in production.
It is not yet, or never will be, supported. In this case an exception should be thrown.
The method is an intentionally-blank override. In this case a nested comment should explain the reason for the blank override.