Revize afe7e572
Přidáno uživatelem stepanekp před téměř 3 roky(ů)
java_doc/index-files/index-1.html | ||
---|---|---|
2 | 2 |
<!-- NewPage --> |
3 | 3 |
<html lang="cs"> |
4 | 4 |
<head> |
5 |
<!-- Generated by javadoc (11.0.2) on Sun Sep 05 23:58:51 CEST 2021 -->
|
|
5 |
<!-- Generated by javadoc (11.0.14.1) on Mon Jun 13 09:49:32 CEST 2022 -->
|
|
6 | 6 |
<title>A-Index</title> |
7 | 7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
8 |
<meta name="dc.created" content="2021-09-05">
|
|
8 |
<meta name="dc.created" content="2022-06-13">
|
|
9 | 9 |
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> |
10 | 10 |
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style"> |
11 | 11 |
<script type="text/javascript" src="../script.js"></script> |
... | ... | |
14 | 14 |
<!--[if IE]> |
15 | 15 |
<script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> |
16 | 16 |
<![endif]--> |
17 |
<script type="text/javascript" src="../jquery/jquery-3.3.1.js"></script> |
|
18 |
<script type="text/javascript" src="../jquery/jquery-migrate-3.0.1.js"></script> |
|
17 |
<script type="text/javascript" src="../jquery/jquery-3.5.1.js"></script> |
|
19 | 18 |
<script type="text/javascript" src="../jquery/jquery-ui.js"></script> |
20 | 19 |
</head> |
21 | 20 |
<body> |
... | ... | |
50 | 49 |
<li>Package</li> |
51 | 50 |
<li>Class</li> |
52 | 51 |
<li><a href="../overview-tree.html">Tree</a></li> |
53 |
<li><a href="../deprecated-list.html">Deprecated</a></li> |
|
54 | 52 |
<li class="navBarCell1Rev">Index</li> |
55 | 53 |
<li><a href="../help-doc.html">Help</a></li> |
56 | 54 |
</ul> |
... | ... | |
93 | 91 |
</nav> |
94 | 92 |
</header> |
95 | 93 |
<main role="main"> |
96 |
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">I</a> <a href="index-9.html">L</a> <a href="index-10.html">M</a> <a href="index-11.html">N</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a><a id="I:A">
|
|
94 |
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">Y</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a><a id="I:A">
|
|
97 | 95 |
<!-- --> |
98 | 96 |
</a> |
99 | 97 |
<h2 class="title">A</h2> |
100 | 98 |
<dl> |
101 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#about()">about()</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt>
|
|
99 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#about(org.springframework.ui.Model)">about(Model)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt>
|
|
102 | 100 |
<dd> |
103 | 101 |
<div class="block">Method for showing about page.</div> |
104 | 102 |
</dd> |
105 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">AntiPatternDetector</a></dt> |
|
103 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html#addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry)">addResourceHandlers(ResourceHandlerRegistry)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring">AppConfig</a></dt> |
|
104 |
<dd> </dd> |
|
105 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/ConfigurationRepository.html#allConfigurations">allConfigurations</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/ConfigurationRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">ConfigurationRepository</a></dt> |
|
106 |
<dd> </dd> |
|
107 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/AntiPatternDetector.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">AntiPatternDetector</a></dt> |
|
106 | 108 |
<dd> |
107 | 109 |
<div class="block">Most important method of this class for analyzing AP.</div> |
108 | 110 |
</dd> |
109 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BusinessAsUsualDetectorImpl</a></dt>
|
|
111 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BusinessAsUsualDetectorImpl</a></dt>
|
|
110 | 112 |
<dd> |
111 | 113 |
<div class="block">Detection procedure |
112 | 114 |
1) for each iteration find all activities that contain the name "% retr%" = retrospective or "% revi%" = revision |
... | ... | |
119 | 121 |
5) put the results of wiki pages and activities together and there should be at least one entry for each iteration |
120 | 122 |
6) if no record is found in more than one third of the iterations, the anti-pattern is detected</div> |
121 | 123 |
</dd> |
122 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">LongOrNonExistentFeedbackLoopsDetectorImpl</a></dt> |
|
124 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BystanderApathyDetectorImpl</a></dt> |
|
125 |
<dd> |
|
126 |
<div class="block">Detection procedure: |
|
127 |
1) find all work units in the project |
|
128 |
2) find number of contributors to each project |
|
129 |
3) if there is only one contributor (author) in the work unit, the work unit is without cooperation |
|
130 |
4) if there is certain percentage of work units without cooperation in all work unit number, the anti-pattern is detected</div> |
|
131 |
</dd> |
|
132 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">LongOrNonExistentFeedbackLoopsDetectorImpl</a></dt> |
|
123 | 133 |
<dd> |
124 | 134 |
<div class="block">Detection procedure |
125 | 135 |
1) find all activities that could represent a customer demo (the name will include substring) |
... | ... | |
136 | 146 |
(one page can be used for multiple meetings) with the appropriate name |
137 | 147 |
8) do a group by day</div> |
138 | 148 |
</dd> |
139 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">NinetyNinetyRuleDetectorImpl</a></dt>
|
|
149 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">NinetyNinetyRuleDetectorImpl</a></dt>
|
|
140 | 150 |
<dd> |
141 | 151 |
<div class="block">Detection procedure |
142 | 152 |
1) for each iteration, make the sum of time spent and estimated over all activities |
... | ... | |
145 | 155 |
4) if the previous point does not work, then iterate over all shares |
146 | 156 |
5) if three iterations are found in a row, where estimates keep getting worse => detected</div> |
147 | 157 |
</dd> |
148 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">RoadToNowhereDetectorImpl</a></dt>
|
|
158 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">RoadToNowhereDetectorImpl</a></dt>
|
|
149 | 159 |
<dd> |
150 | 160 |
<div class="block">Detection procedure: |
151 | 161 |
1) for each project, try to find out if it contains any wiki pages with the project plan |
152 | 162 |
2) further try to find activities that would indicate that a project plan has been created |
153 | 163 |
3) if no activity or wiki page is found, the anti-pattern is detected</div> |
154 | 164 |
</dd> |
155 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">SpecifyNothingDetectorImpl</a></dt>
|
|
165 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">SpecifyNothingDetectorImpl</a></dt>
|
|
156 | 166 |
<dd> |
157 | 167 |
<div class="block">Detection procedure: |
158 | 168 |
1) for each project, try to find out if it contains any wiki pages with the project specification |
... | ... | |
161 | 171 |
4) if no activity or wiki page is found, the average length of the activity label is checked |
162 | 172 |
5) if neither works, the anti-pattern is detected</div> |
163 | 173 |
</dd> |
164 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">TooLongSprintDetectorImpl</a></dt>
|
|
174 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">TooLongSprintDetectorImpl</a></dt>
|
|
165 | 175 |
<dd> |
166 | 176 |
<div class="block">Detection procedure: |
167 | 177 |
1) find all iterations of a given project |
... | ... | |
170 | 180 |
4) if the iterations exceed the length of 21 days (adjustable threshold value), they are marked as too long |
171 | 181 |
5) if one or more iterations are found as long, then the anti pattern is detected</div> |
172 | 182 |
</dd> |
173 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)">analyze(Project, DatabaseConnection)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">VaryingSprintLengthDetectorImpl</a></dt>
|
|
183 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">UnknownPosterDetectorImpl</a></dt>
|
|
174 | 184 |
<dd> |
175 | 185 |
<div class="block">Detection procedure: |
176 |
1) find all iterations for a given project sorted by name (start date has strange values and iterations do not follow each other) |
|
186 |
1) find all persons involved in the project |
|
187 |
2) check if persons have full name filled in |
|
188 |
3) select identities for unidentified persons |
|
189 |
4) check if every person has filled in at least one of the information in one of used identities |
|
190 |
(email, full name in description, valid nickname) |
|
191 |
5) if there is at least one unidentified person, the anti-pattern is detected</div> |
|
192 |
</dd> |
|
193 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">VaryingSprintLengthDetectorImpl</a></dt> |
|
194 |
<dd> |
|
195 |
<div class="block">Detection procedure: |
|
196 |
1) find all iterations for a given project sorted by name (start date has strange values ​​and iterations do not follow each other) |
|
177 | 197 |
2) removal of the first and last iteration due to possible fluctuations |
178 | 198 |
3) find out their length (difference between start date and end date) |
179 | 199 |
4) Always compare two consecutive iterations |
180 | 200 |
5) if the length of the compared iterations differs by more than 7 days, the counter is raised |
181 | 201 |
6) if the counter exceeds the value 2, then the anti patern is detected</div> |
182 | 202 |
</dd> |
183 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html#analyze(java.lang.String%5B%5D,java.lang.String%5B%5D)">analyze(String[], String[])</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManager</a></dt> |
|
184 |
<dd> </dd> |
|
185 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#analyze(java.lang.String%5B%5D,java.lang.String%5B%5D)">analyze(String[], String[])</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt> |
|
203 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html#analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection,java.util.Map)">analyze(Project, DatabaseConnection, Map<String, String>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">YetAnotherProgrammerDetectorImpl</a></dt> |
|
204 |
<dd> |
|
205 |
<div class="block">Detection procedure: |
|
206 |
1) select start and end date of the project |
|
207 |
2) select all persons involved in the project |
|
208 |
3) get first involvement date for each person in the project |
|
209 |
4) divide project into months |
|
210 |
5) for each month (except first X months) get number of persons with first involvement in this month |
|
211 |
6) if number of new persons in any month is more than Y, the anti-pattern is detected</div> |
|
212 |
</dd> |
|
213 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html#analyze(java.lang.String%5B%5D,java.lang.String%5B%5D,java.util.Map)">analyze(String[], String[], Map<String, Map<String, String>>)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManager</a></dt> |
|
214 |
<dd> |
|
215 |
<div class="block">Method for processing analysis of selected anti-patterns on selected project with certain configuration</div> |
|
216 |
</dd> |
|
217 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#analyze(java.lang.String%5B%5D,java.lang.String%5B%5D,java.util.Map)">analyze(String[], String[], Map<String, Map<String, String>>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt> |
|
186 | 218 |
<dd> </dd> |
187 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#analyze(org.springframework.ui.Model,java.lang.String%5B%5D,java.lang.String%5B%5D)">analyze(Model, String[], String[])</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
219 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#analyze(java.util.List,java.util.List,java.util.Map)">analyze(List<Project>, List<AntiPatternDetector>, Map<String, Map<String, String>>)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt> |
|
220 |
<dd> |
|
221 |
<div class="block">This method iterate over each project and detecting all AP.</div> |
|
222 |
</dd> |
|
223 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#analyze(org.springframework.ui.Model,java.lang.String%5B%5D,java.lang.String%5B%5D,javax.servlet.http.HttpSession)">analyze(Model, String[], String[], HttpSession)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
188 | 224 |
<dd> |
189 | 225 |
<div class="block">Method that processes requirements for analyzing selected projects and AP.</div> |
190 | 226 |
</dd> |
227 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html#analyzedAntiPatterns">analyzedAntiPatterns</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">CacheablesValues</a></dt> |
|
228 |
<dd> </dd> |
|
229 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html#analyzedProjects">analyzedProjects</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/CacheablesValues.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">CacheablesValues</a></dt> |
|
230 |
<dd> </dd> |
|
191 | 231 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#analyzeGet(org.springframework.ui.Model)">analyzeGet(Model)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
192 | 232 |
<dd> |
193 |
<div class="block">Method for checking the change of configuration values after pressing the back button in the browser.</div>
|
|
233 |
<div class="block">Method for checking the change of configuration values ​​after pressing the back button in the browser.</div>
|
|
194 | 234 |
</dd> |
195 | 235 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html#ANTI_PATTERN_CATALOGUE_URL">ANTI_PATTERN_CATALOGUE_URL</a></span> - Static variable in class cz.zcu.fav.kiv.antipatterndetectionapp.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp">Constants</a></dt> |
196 | 236 |
<dd> </dd> |
237 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html#ANTI_PATTERN_CATALOGUE_URL_RAW">ANTI_PATTERN_CATALOGUE_URL_RAW</a></span> - Static variable in class cz.zcu.fav.kiv.antipatterndetectionapp.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/Constants.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp">Constants</a></dt> |
|
238 |
<dd> </dd> |
|
239 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BusinessAsUsualDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BusinessAsUsualDetectorImpl</a></dt> |
|
240 |
<dd> </dd> |
|
241 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/BystanderApathyDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">BystanderApathyDetectorImpl</a></dt> |
|
242 |
<dd> </dd> |
|
243 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/LongOrNonExistentFeedbackLoopsDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">LongOrNonExistentFeedbackLoopsDetectorImpl</a></dt> |
|
244 |
<dd> </dd> |
|
245 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/NinetyNinetyRuleDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">NinetyNinetyRuleDetectorImpl</a></dt> |
|
246 |
<dd> </dd> |
|
247 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/RoadToNowhereDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">RoadToNowhereDetectorImpl</a></dt> |
|
248 |
<dd> </dd> |
|
249 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/SpecifyNothingDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">SpecifyNothingDetectorImpl</a></dt> |
|
250 |
<dd> </dd> |
|
251 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/TooLongSprintDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">TooLongSprintDetectorImpl</a></dt> |
|
252 |
<dd> </dd> |
|
253 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/UnknownPosterDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">UnknownPosterDetectorImpl</a></dt> |
|
254 |
<dd> </dd> |
|
255 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/VaryingSprintLengthDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">VaryingSprintLengthDetectorImpl</a></dt> |
|
256 |
<dd> </dd> |
|
257 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/detectors/YetAnotherProgrammerDetectorImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors">YetAnotherProgrammerDetectorImpl</a></dt> |
|
258 |
<dd> </dd> |
|
259 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html#antiPattern">antiPattern</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/QueryResultItem.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">QueryResultItem</a></dt> |
|
260 |
<dd> </dd> |
|
197 | 261 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model"><span class="typeNameLink">AntiPattern</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.model</a></dt> |
198 | 262 |
<dd> |
199 | 263 |
<div class="block">Model class for AP.</div> |
200 | 264 |
</dd> |
201 | 265 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String)">AntiPattern(Long, String, String, String)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">AntiPattern</a></dt> |
202 | 266 |
<dd> </dd> |
203 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map)">AntiPattern(Long, String, String, String, Map<String, Configuration>)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">AntiPattern</a></dt>
|
|
267 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map)">AntiPattern(Long, String, String, String, Map<String, Threshold>)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">AntiPattern</a></dt>
|
|
204 | 268 |
<dd> </dd> |
205 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)">AntiPattern(Long, String, String, String, Map<String, Configuration>, String)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">AntiPattern</a></dt>
|
|
269 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html#%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)">AntiPattern(Long, String, String, String, Map<String, Threshold>, String)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/AntiPattern.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">AntiPattern</a></dt>
|
|
206 | 270 |
<dd> </dd> |
207 | 271 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/AntiPatternDetectionAppApplication.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp"><span class="typeNameLink">AntiPatternDetectionAppApplication</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp</a></dt> |
208 | 272 |
<dd> </dd> |
... | ... | |
212 | 276 |
<dd> |
213 | 277 |
<div class="block">This is base interface for all AP detector.</div> |
214 | 278 |
</dd> |
279 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#antiPatternDetectors">antiPatternDetectors</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">AntiPatternRepository</a></dt> |
|
280 |
<dd> </dd> |
|
281 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternManager">antiPatternManager</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
282 |
<dd> </dd> |
|
215 | 283 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManager.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.detecting"><span class="typeNameLink">AntiPatternManager</span></a> - Interface in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.detecting</a></dt> |
216 | 284 |
<dd> </dd> |
217 | 285 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting"><span class="typeNameLink">AntiPatternManagerImpl</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.detecting</a></dt> |
218 | 286 |
<dd> </dd> |
219 | 287 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#%3Cinit%3E()">AntiPatternManagerImpl()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt> |
220 | 288 |
<dd> </dd> |
289 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#antiPatternRepository">antiPatternRepository</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternServiceImpl</a></dt> |
|
290 |
<dd> </dd> |
|
221 | 291 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository"><span class="typeNameLink">AntiPatternRepository</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.repository</a></dt> |
222 | 292 |
<dd> |
223 | 293 |
<div class="block">A class that takes care of working with AP.</div> |
224 | 294 |
</dd> |
225 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#%3Cinit%3E()">AntiPatternRepository()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">AntiPatternRepository</a></dt> |
|
295 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#%3Cinit%3E(java.lang.String)">AntiPatternRepository(String)</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">AntiPatternRepository</a></dt> |
|
296 |
<dd> </dd> |
|
297 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Query.html#antiPatterns">antiPatterns</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.model.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/model/Query.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.model">Query</a></dt> |
|
298 |
<dd> </dd> |
|
299 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternService">antiPatternService</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
300 |
<dd> </dd> |
|
301 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html#antiPatternService">antiPatternService</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/detecting/AntiPatternManagerImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.detecting">AntiPatternManagerImpl</a></dt> |
|
226 | 302 |
<dd> </dd> |
227 | 303 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.service"><span class="typeNameLink">AntiPatternService</span></a> - Interface in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.service</a></dt> |
228 | 304 |
<dd> </dd> |
... | ... | |
230 | 306 |
<dd> </dd> |
231 | 307 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#%3Cinit%3E()">AntiPatternServiceImpl()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternServiceImpl</a></dt> |
232 | 308 |
<dd> </dd> |
233 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternsPost(org.springframework.ui.Model,java.lang.Long,java.lang.String%5B%5D,java.lang.String%5B%5D,org.springframework.web.servlet.mvc.support.RedirectAttributes)">antiPatternsPost(Model, Long, String[], String[], RedirectAttributes)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
309 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternsPost(org.springframework.ui.Model,java.lang.Long,java.lang.String%5B%5D,java.lang.String%5B%5D,java.lang.String%5B%5D,javax.servlet.http.HttpSession,org.springframework.web.servlet.mvc.support.RedirectAttributes)">antiPatternsPost(Model, Long, String[], String[], String[], HttpSession, RedirectAttributes)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
310 |
<dd> |
|
311 |
<div class="block">Method for saving changes of one AP in current configuration</div> |
|
312 |
</dd> |
|
313 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#antiPatternsPost(org.springframework.ui.Model,java.lang.Long,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes)">antiPatternsPost(Model, Long, String, RedirectAttributes)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
|
234 | 314 |
<dd> |
235 |
<div class="block">Method for storing configuration values for the respective AP.</div>
|
|
315 |
<div class="block">Method for storing operationalization detail for individual AP</div>
|
|
236 | 316 |
</dd> |
237 | 317 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html#antiPatternsToModel(java.util.List)">antiPatternsToModel(List<AntiPatternDetector>)</a></span> - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternService.html" title="interface in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternService</a></dt> |
238 | 318 |
<dd> </dd> |
... | ... | |
242 | 322 |
<dd> </dd> |
243 | 323 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html#antiPatternToModel(cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector)">antiPatternToModel(AntiPatternDetector)</a></span> - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/service/AntiPatternServiceImpl.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.service">AntiPatternServiceImpl</a></dt> |
244 | 324 |
<dd> </dd> |
325 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html#AP_DIR">AP_DIR</a></span> - Variable in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/repository/AntiPatternRepository.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.repository">AntiPatternRepository</a></dt> |
|
326 |
<dd> </dd> |
|
245 | 327 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/AppConfig.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring"><span class="typeNameLink">AppConfig</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.spring</a></dt> |
246 | 328 |
<dd> |
247 | 329 |
<div class="block">A class that configures a web application and loads templates correctly.</div> |
... | ... | |
254 | 336 |
</dd> |
255 | 337 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html#%3Cinit%3E()">AppController()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.controller.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.controller">AppController</a></dt> |
256 | 338 |
<dd> </dd> |
339 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/SpringApplicationContext.html#applicationContext">applicationContext</a></span> - Static variable in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/SpringApplicationContext.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring">SpringApplicationContext</a></dt> |
|
340 |
<dd> </dd> |
|
257 | 341 |
<dt><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/ApplicationProperties.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring"><span class="typeNameLink">ApplicationProperties</span></a> - Class in <a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/package-summary.html">cz.zcu.fav.kiv.antipatterndetectionapp.spring</a></dt> |
258 | 342 |
<dd> </dd> |
259 | 343 |
<dt><span class="memberNameLink"><a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/ApplicationProperties.html#%3Cinit%3E()">ApplicationProperties()</a></span> - Constructor for class cz.zcu.fav.kiv.antipatterndetectionapp.spring.<a href="../cz/zcu/fav/kiv/antipatterndetectionapp/spring/ApplicationProperties.html" title="class in cz.zcu.fav.kiv.antipatterndetectionapp.spring">ApplicationProperties</a></dt> |
... | ... | |
263 | 347 |
<div class="block">Method for transforming array of string to array of longs.</div> |
264 | 348 |
</dd> |
265 | 349 |
</dl> |
266 |
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">I</a> <a href="index-9.html">L</a> <a href="index-10.html">M</a> <a href="index-11.html">N</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a></div>
|
|
350 |
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">Y</a> <br><a href="../allclasses-index.html">All Classes</a> <a href="../allpackages-index.html">All Packages</a></div>
|
|
267 | 351 |
</main> |
268 | 352 |
<footer role="contentinfo"> |
269 | 353 |
<nav role="navigation"> |
... | ... | |
280 | 364 |
<li>Package</li> |
281 | 365 |
<li>Class</li> |
282 | 366 |
<li><a href="../overview-tree.html">Tree</a></li> |
283 |
<li><a href="../deprecated-list.html">Deprecated</a></li> |
|
284 | 367 |
<li class="navBarCell1Rev">Index</li> |
285 | 368 |
<li><a href="../help-doc.html">Help</a></li> |
286 | 369 |
</ul> |
Také k dispozici: Unified diff
updated java_doc added