forked from jeantessier/dependency-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
126 lines (125 loc) · 3.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
bin/ClassClassDiff
bin/ClassClassDiff.bat
bin/ClassCohesion
bin/ClassCohesion.bat
bin/ClassDump
bin/ClassDump.bat
bin/ClassFinder
bin/ClassFinder.bat
bin/ClassList
bin/ClassList.bat
bin/ClassMetrics
bin/ClassMetrics.bat
bin/ClassReader
bin/ClassReader.bat
bin/ClosureToText
bin/ClosureToText.bat
bin/DependablesToHTML
bin/DependablesToHTML.bat
bin/DependablesToText
bin/DependablesToText.bat
bin/DependencyClosure
bin/DependencyClosure.bat
bin/DependencyCycles
bin/DependencyCycles.bat
bin/DependencyExtractor
bin/DependencyExtractor.bat
bin/DependencyGraphToFullyQualifiedNames
bin/DependencyGraphToFullyQualifiedNames.bat
bin/DependencyGraphToGraphML
bin/DependencyGraphToGraphML.bat
bin/DependencyGraphToHTML
bin/DependencyGraphToHTML.bat
bin/DependencyGraphToRDF
bin/DependencyGraphToRDF.bat
bin/DependencyGraphToText
bin/DependencyGraphToText.bat
bin/DependencyGraphToUnconfirmedFullyQualifiedNames
bin/DependencyGraphToUnconfirmedFullyQualifiedNames.bat
bin/DependencyGraphToyEd
bin/DependencyGraphToyEd.bat
bin/DependencyMetrics
bin/DependencyMetrics.bat
bin/DependencyReporter
bin/DependencyReporter.bat
bin/DependentsToHTML
bin/DependentsToHTML.bat
bin/DependentsToText
bin/DependentsToText.bat
bin/DiffToFullyQualifiedNames
bin/DiffToFullyQualifiedNames.bat
bin/DiffToHTML
bin/DiffToHTML.bat
bin/HideInboundDependenciesToHTML
bin/HideInboundDependenciesToHTML.bat
bin/HideInboundDependenciesToText
bin/HideInboundDependenciesToText.bat
bin/HideOutboundDependenciesToHTML
bin/HideOutboundDependenciesToHTML.bat
bin/HideOutboundDependenciesToText
bin/HideOutboundDependenciesToText.bat
bin/JarJarDiff
bin/JarJarDiff.bat
bin/ListDeprecatedElements
bin/ListDeprecatedElements.bat
bin/ListDiff
bin/ListDiff.bat
bin/ListDiffToHTML
bin/ListDiffToHTML.bat
bin/ListDiffToText
bin/ListDiffToText.bat
bin/ListInheritanceDiffToText
bin/ListInheritanceDiffToText.bat
bin/ListSymbols
bin/ListSymbols.bat
bin/ListUnused
bin/ListUnused.bat
bin/MetricsToHTML
bin/MetricsToHTML.bat
bin/MetricsToText
bin/MetricsToText.bat
bin/c2c
bin/c2c.bat
bin/c2p
bin/c2p.bat
bin/f2f
bin/f2f.bat
bin/p2p
bin/p2p.bat
classes
dist
docs/Developer.html
docs/Manual.html
docs/Tools.html
lib/DependencyFinder.jar
.gradle
build
build.example.xml
df.xml
docs/api
fit/tests/files/css
fit/tests/files/images/collapsableClosed.gif
fit/tests/files/images/collapsableOpen.gif
reports/
tests/JarJarDiff/new.txt
tests/JarJarDiff/new/ModifiedPackage/*.class
tests/JarJarDiff/new/NewPackage/*.class
tests/JarJarDiff/new/UnmodifiedPackage/*.class
tests/JarJarDiff/newpublished/ModifiedPackage/*.class
tests/JarJarDiff/newpublished/UnmodifiedPackage/*.class
tests/JarJarDiff/old.txt
tests/JarJarDiff/old/ModifiedPackage/*.class
tests/JarJarDiff/old/RemovedPackage/*.class
tests/JarJarDiff/old/UnmodifiedPackage/*.class
tests/JarJarDiff/oldpublished/ModifiedPackage/*.class
tests/JarJarDiff/oldpublished/UnmodifiedPackage/*.class
tests/JarJarDiff/*level.*
tests/Metrics/*.class
tests/Metrics/client/*.class
tests/Metrics/onewordpackagename/*.class
tests/Metrics/provider/*.class
tests/Metrics/three/words/packagename/*.class
tests/Metrics/tla/*.class
tests/Metrics/tla/*.class
tests/Metrics/tla/*.class
tests/Metrics/twowords/packagename/*.class