Skip to content

Commit 53dc2ce

Browse files
committed
Java: Use .inc.qhelp extension for included help files
1 parent e21cbe8 commit 53dc2ce

File tree

54 files changed

+53
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+53
-53
lines changed

java/ql/src/Advisory/Types/GenericsConstructor.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<qhelp>
55

66

7-
<include src="Generics_Common.qhelp" />
7+
<include src="Generics_Common.inc.qhelp" />
88

99
</qhelp>

java/ql/src/Advisory/Types/GenericsReturnType.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<qhelp>
55

66

7-
<include src="Generics_Common.qhelp" />
7+
<include src="Generics_Common.inc.qhelp" />
88

99
</qhelp>

java/ql/src/Advisory/Types/GenericsVariable.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<qhelp>
55

66

7-
<include src="Generics_Common.qhelp" />
7+
<include src="Generics_Common.inc.qhelp" />
88

99
</qhelp>

java/ql/src/Architecture/Dependencies/UnusedMavenDependencyBinary.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"-//Semmle//qhelp//EN"
33
"qhelp.dtd">
44
<qhelp>
5-
<include src="UnusedMavenDependency.qhelp" />
5+
<include src="UnusedMavenDependency.inc.qhelp" />
66
</qhelp>

java/ql/src/Architecture/Dependencies/UnusedMavenDependencySource.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"-//Semmle//qhelp//EN"
33
"qhelp.dtd">
44
<qhelp>
5-
<include src="UnusedMavenDependency.qhelp" />
5+
<include src="UnusedMavenDependency.inc.qhelp" />
66
</qhelp>

java/ql/src/DeadCode/DeadClass.qhelp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p>
88
Classes that are never used at runtime are redundant and should be removed.
99
</p>
10-
<include src="DeadCodeSummary.qhelp"/>
10+
<include src="DeadCodeSummary.inc.qhelp"/>
1111
<p>
1212
Classes are considered dead if at runtime:
1313
</p>
@@ -26,7 +26,7 @@ fields, methods and nested classes - it is never instantiated, has no public con
2626
instance methods. If a class is considered to be a namespace class, then it is live if at least one
2727
of the static members of that class is live - including static nested classes.
2828
</p>
29-
<include src="DeadCodeDetails.qhelp"/>
29+
<include src="DeadCodeDetails.inc.qhelp"/>
3030
</overview>
3131
<recommendation>
3232
<p>
@@ -48,7 +48,7 @@ if there are some live nested classes within the dead class, the class can be re
4848
converting all live nested classes to static members, and removing all instance methods and fields,
4949
and all dead static members (see Example 2).
5050
</p>
51-
<include src="DeadCodeExtraEntryPoints.qhelp"/>
51+
<include src="DeadCodeExtraEntryPoints.inc.qhelp"/>
5252
</recommendation>
5353
<section title="Example 1">
5454
<p>
@@ -95,5 +95,5 @@ Taking the second approach, this is the final result.
9595
</p>
9696
<sample src="NamespaceClass2.java" />
9797
</section>
98-
<include src="DeadCodeReferences.qhelp" />
98+
<include src="DeadCodeReferences.inc.qhelp" />
9999
</qhelp>

0 commit comments

Comments
 (0)