FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/java/ql/src/DeadCode/DeadCodeSummary.qhelp at master · igfoo/codeql · GitHub
igfoo
/
codeql
Public
forked from
github/codeql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
java
/
ql
/
src
/
DeadCode
/
DeadCodeSummary.qhelp
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (16 loc) · 729 Bytes
Breadcrumbs
codeql
/
java
/
ql
/
src
/
DeadCode
/
DeadCodeSummary.qhelp
Copy path
File metadata and controls
17 lines (16 loc) · 729 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!
DOCTYPE
qhelp
PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<
qhelp
>
<
fragment
>
<
p
>
Redundant, or "dead", code imposes a burden on those reading or maintaining the software project.
It can make it harder to understand the structure of the code, as well as increasing the complexity
of adding new features or fixing bugs. It can also affect compilation and build times for the
project, as dead code will still be compiled and built even if it is never used. In some cases it
may also affect runtime performance - for example, fields that are written to but never read from,
where the value written to the field is expensive to compute. Removing dead code should not
change the meaning of the program.
</
p
>
</
fragment
>
</
qhelp
>
Back
|
FazBrowse Home
|
New Git URL