forked from pdepend/pdepend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pdepend#293 from pdepend/GH88-fully-qualified-clas…
…sname-in-summary-report GH88 fully qualified classname in summary report
- Loading branch information
Showing
15 changed files
with
266 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
src/test/php/PDepend/Report/Summary/_expected/node-aware-result-set-with-namespaces.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metrics generated="2015-09-23T06:23:41" pdepend="@package_version@"> | ||
<files> | ||
<file name="???"/> | ||
</files> | ||
<package name="pkg1" loc="42" ncloc="23"> | ||
<class fqname="pkg1\FooBar" name="FooBar" start="10" end="29" loc="9" ncloc="7"> | ||
<file name="???"/> | ||
<method name="x" start="23" end="23" loc="101" ncloc="99"/> | ||
<method name="y" start="24" end="28" loc="90" ncloc="80"/> | ||
</class> | ||
<function name="foo" start="4" end="8" loc="50" ncloc="45"> | ||
<file name="???"/> | ||
</function> | ||
</package> | ||
<package name="pkg3" loc="9" ncloc="9"> | ||
<class fqname="pkg3\Bar" name="Bar" start="41" end="45" loc="3" ncloc="3"> | ||
<file name="???"/> | ||
<method name="y" start="44" end="44" loc="42" ncloc="23"/> | ||
</class> | ||
</package> | ||
<package name="" loc="33" ncloc="20"> | ||
<function name="bar" start="49" end="51" loc="9" ncloc="7"> | ||
<file name="???"/> | ||
</function> | ||
</package> | ||
</metrics> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.