Projekt

Obecné

Profil

Stáhnout (31.9 KB) Statistiky
| Větev: | Tag: | Revize:
1
memberSearchIndex = [{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"about()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"analyze(Model, String[], String[])","url":"analyze(org.springframework.ui.Model,java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"AntiPatternDetector","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"BusinessAsUsualDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"LongOrNonExistentFeedbackLoopsDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"NinetyNinetyRuleDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"RoadToNowhereDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"SpecifyNothingDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"TooLongSprintDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"VaryingSprintLengthDetectorImpl","l":"analyze(Project, DatabaseConnection)","url":"analyze(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"AntiPatternManager","l":"analyze(String[], String[])","url":"analyze(java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"AntiPatternManagerImpl","l":"analyze(String[], String[])","url":"analyze(java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"analyzeGet(Model)","url":"analyzeGet(org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp","c":"Constants","l":"ANTI_PATTERN_CATALOGUE_URL"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"AntiPattern(Long, String, String, String, Map<String, Configuration>, String)","url":"%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"AntiPattern(Long, String, String, String, Map<String, Configuration>)","url":"%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"AntiPattern(Long, String, String, String)","url":"%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp","c":"AntiPatternDetectionAppApplication","l":"AntiPatternDetectionAppApplication()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"AntiPatternManagerImpl","l":"AntiPatternManagerImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.repository","c":"AntiPatternRepository","l":"AntiPatternRepository()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"AntiPatternServiceImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"antiPatternsPost(Model, Long, String[], String[], RedirectAttributes)","url":"antiPatternsPost(org.springframework.ui.Model,java.lang.Long,java.lang.String[],java.lang.String[],org.springframework.web.servlet.mvc.support.RedirectAttributes)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"antiPatternsToModel(List<AntiPatternDetector>)","url":"antiPatternsToModel(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"antiPatternsToModel(List<AntiPatternDetector>)","url":"antiPatternsToModel(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"antiPatternToModel(AntiPatternDetector)","url":"antiPatternToModel(cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"antiPatternToModel(AntiPatternDetector)","url":"antiPatternToModel(cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"AppConfig","l":"AppConfig()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"AppController()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"ApplicationProperties","l":"ApplicationProperties()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"arrayOfStringsToArrayOfLongs(String[])","url":"arrayOfStringsToArrayOfLongs(java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"BusinessAsUsualDetectorImpl","l":"BusinessAsUsualDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"CacheablesValues()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"configuration(Model)","url":"configuration(org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"Configuration(String, String, String, String, T)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,T)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"Configuration(String, String, String, T)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,T)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"configurationPost(Model, String[], String[])","url":"configurationPost(org.springframework.ui.Model,java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"ServletInitializer","l":"configure(SpringApplicationBuilder)","url":"configure(org.springframework.boot.builder.SpringApplicationBuilder)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp","c":"Constants","l":"Constants()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"createResultDetailsList(ResultDetail...)","url":"createResultDetailsList(cz.zcu.fav.kiv.antipatterndetectionapp.model.ResultDetail...)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"DatabaseConnection","l":"DatabaseConnection()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"daysBetween(Date, Date)","url":"daysBetween(java.sql.Date,java.sql.Date)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"doubleValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"doubleValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"doubleValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"DatabaseConnection","l":"executeQueries(Project, List<String>)","url":"executeQueries(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"DatabaseConnection","l":"executeQueriesWithMultipleResults(Project, List<String>)","url":"executeQueriesWithMultipleResults(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"fillQueryWithSearchSubstrings(List<String>, List<String>)","url":"fillQueryWithSearchSubstrings(java.util.List,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"floatValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"floatValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"floatValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"getAllAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.repository","c":"AntiPatternRepository","l":"getAllAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"getAllAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"getAllAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"getAllAntiPatternsForGivenIds(Long[])","url":"getAllAntiPatternsForGivenIds(java.lang.Long[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"getAllAntiPatternsForGivenIds(Long[])","url":"getAllAntiPatternsForGivenIds(java.lang.Long[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectService","l":"getAllProjects()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectServiceImpl","l":"getAllProjects()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectService","l":"getAllProjectsForGivenIds(Long[])","url":"getAllProjectsForGivenIds(java.lang.Long[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectServiceImpl","l":"getAllProjectsForGivenIds(Long[])","url":"getAllProjectsForGivenIds(java.lang.Long[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"getAnalyzedAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"getAnalyzedAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"getAnalyzedAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"getAnalyzedProjects()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"getAnalyzedProjects()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"getAnalyzedProjects()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"getAntiPattern()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"getAntiPatternById(Long, Model)","url":"getAntiPatternById(java.lang.Long,org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.repository","c":"AntiPatternRepository","l":"getAntiPatternById(Long)","url":"getAntiPatternById(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"getAntiPatternById(Long)","url":"getAntiPatternById(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"getAntiPatternById(Long)","url":"getAntiPatternById(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"AntiPatternDetector","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"BusinessAsUsualDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"LongOrNonExistentFeedbackLoopsDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"NinetyNinetyRuleDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"RoadToNowhereDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"SpecifyNothingDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"TooLongSprintDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"VaryingSprintLengthDetectorImpl","l":"getAntiPatternModel()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Query","l":"getAntiPatterns()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getCatalogueFileName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getConfigurations()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"SpringApplicationContext","l":"getContext()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting","c":"DatabaseConnection","l":"getDatabaseConnection()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"ApplicationProperties","l":"getDataSourcePassword()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"ApplicationProperties","l":"getDataSourceUrl()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"ApplicationProperties","l":"getDataSourceUsername()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getDescription()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"getDescription()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"getDescription()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"getErrorMessage()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getFullCatalogueUrl()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getId()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"getId()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"getName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"getName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getPrintName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"getPrintName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResult","l":"getProject()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"getProjectById(Long, Model)","url":"getProjectById(java.lang.Long,org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectService","l":"getProjectById(Long)","url":"getProjectById(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectServiceImpl","l":"getProjectById(Long)","url":"getProjectById(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Query","l":"getProjects()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResult","l":"getQueryResultItems()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"ResultDetail","l":"getResultDetailName()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"getResultDetails()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"ResultDetail","l":"getResultDetailValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"getResults()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"getResults()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"getResults()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"AntiPatternDetector","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"BusinessAsUsualDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"LongOrNonExistentFeedbackLoopsDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"NinetyNinetyRuleDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"RoadToNowhereDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"SpecifyNothingDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"TooLongSprintDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"VaryingSprintLengthDetectorImpl","l":"getSqlFileNames()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"getUrl()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"getValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"getValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"checkStringSubstrings(String)","url":"checkStringSubstrings(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"index(Model)","url":"index(org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"intValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"intValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"intValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"isConfigurationChanged()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"isConfigurationChanged()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"isConfigurationChanged()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"isDetected()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"isErrorMessageShown()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"LongOrNonExistentFeedbackLoopsDetectorImpl","l":"LongOrNonExistentFeedbackLoopsDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"longValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"longValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"longValue()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp","c":"AntiPatternDetectionAppApplication","l":"main(String[])","url":"main(java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"MAX_VALUE"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"MAX_VALUE"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"MAX_VALUE"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"MIN_VALUE"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"MIN_VALUE"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"MIN_VALUE"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"NinetyNinetyRuleDetectorImpl","l":"NinetyNinetyRuleDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"parsePercentage(String)","url":"parsePercentage(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"parsePositiveFloat(String)","url":"parsePositiveFloat(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"parsePositiveInteger(String)","url":"parsePositiveInteger(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"Percentage(float)","url":"%3Cinit%3E(float)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"PositiveFloat(float)","url":"%3Cinit%3E(float)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"PositiveInteger(int)","url":"%3Cinit%3E(int)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"Project()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"Project(String, String)","url":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"ProjectServiceImpl","l":"ProjectServiceImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Query","l":"Query(List<Project>, List<AntiPattern>)","url":"%3Cinit%3E(java.util.List,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResult","l":"QueryResult()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResult","l":"QueryResult(Project, List<QueryResultItem>)","url":"%3Cinit%3E(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"QueryResultItem()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"QueryResultItem(AntiPattern, boolean, List<ResultDetail>)","url":"%3Cinit%3E(cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern,boolean,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"recalculateGet(Model)","url":"recalculateGet(org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"ResultDetail","l":"ResultDetail(String, String)","url":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"resultDetailsToString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.controller","c":"AppController","l":"resultRecalculate(Model)","url":"resultRecalculate(org.springframework.ui.Model)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"resultSetToArrayList(ResultSet)","url":"resultSetToArrayList(java.sql.ResultSet)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"RoadToNowhereDetectorImpl","l":"RoadToNowhereDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"saveAnalyzedProjects(String[], String[])","url":"saveAnalyzedProjects(java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"saveAnalyzedProjects(String[], String[])","url":"saveAnalyzedProjects(java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"saveNewConfiguration(String[], String[])","url":"saveNewConfiguration(java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"saveNewConfiguration(String[], String[])","url":"saveNewConfiguration(java.lang.String[],java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"saveResults(List<QueryResult>)","url":"saveResults(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"saveResults(List<QueryResult>)","url":"saveResults(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"ServletInitializer","l":"ServletInitializer()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"setAnalyzedAntiPatterns(String[])","url":"setAnalyzedAntiPatterns(java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"setAnalyzedProjects(String[])","url":"setAnalyzedProjects(java.lang.String[])"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"setAntiPattern(AntiPattern)","url":"setAntiPattern(cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Query","l":"setAntiPatterns(List<AntiPattern>)","url":"setAntiPatterns(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"SpringApplicationContext","l":"setApplicationContext(ApplicationContext)","url":"setApplicationContext(org.springframework.context.ApplicationContext)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"setCatalogueFileName(String)","url":"setCatalogueFileName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"setConfigurationChanged(boolean)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"setConfigurationChanged(boolean)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"setConfigurationChanged(boolean)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"setConfigurations(Map<String, Configuration>)","url":"setConfigurations(java.util.Map)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"setDetected(boolean)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"setErrorMessage(String)","url":"setErrorMessage(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"setErrorMessages(AntiPattern, List<String>)","url":"setErrorMessages(cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"setErrorMessages(AntiPattern, List<String>)","url":"setErrorMessages(cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternService","l":"setErrorMessages(List<AntiPattern>, List<String>)","url":"setErrorMessages(java.util.List,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.service","c":"AntiPatternServiceImpl","l":"setErrorMessages(List<AntiPattern>, List<String>)","url":"setErrorMessages(java.util.List,java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"setErrorMessageShown(boolean)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"setId(Long)","url":"setId(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"setId(Long)","url":"setId(java.lang.Long)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"setPrintName(String)","url":"setPrintName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"setPrintName(String)","url":"setPrintName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResult","l":"setProject(Project)","url":"setProject(cz.zcu.fav.kiv.antipatterndetectionapp.model.Project)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Query","l":"setProjects(List<Project>)","url":"setProjects(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResult","l":"setQueryResultItems(List<QueryResultItem>)","url":"setQueryResultItems(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"ResultDetail","l":"setResultDetailName(String)","url":"setResultDetailName(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"QueryResultItem","l":"setResultDetails(List<ResultDetail>)","url":"setResultDetails(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"ResultDetail","l":"setResultDetailValue(String)","url":"setResultDetailValue(java.lang.String)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"CacheablesValues","l":"setResults(List<QueryResult>)","url":"setResults(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.repository","c":"AntiPatternRepository","l":"setServletContext(ServletContext)","url":"setServletContext(javax.servlet.ServletContext)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"AntiPatternDetector","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"BusinessAsUsualDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"LongOrNonExistentFeedbackLoopsDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"NinetyNinetyRuleDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"RoadToNowhereDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"SpecifyNothingDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"TooLongSprintDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"VaryingSprintLengthDetectorImpl","l":"setSqlQueries(List<String>)","url":"setSqlQueries(java.util.List)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Configuration","l":"setValue(T)"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"SpecifyNothingDetectorImpl","l":"SpecifyNothingDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"SpringApplicationContext","l":"SpringApplicationContext()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp","c":"Constants","l":"SUBSTRING_DELIMITER"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"AppConfig","l":"templateEngine()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"AppConfig","l":"templateResolver()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"TooLongSprintDetectorImpl","l":"TooLongSprintDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"AntiPattern","l":"toString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"Project","l":"toString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model","c":"ResultDetail","l":"toString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"Percentage","l":"toString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveFloat","l":"toString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.model.types","c":"PositiveInteger","l":"toString()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.utils","c":"Utils","l":"Utils()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors","c":"VaryingSprintLengthDetectorImpl","l":"VaryingSprintLengthDetectorImpl()","url":"%3Cinit%3E()"},{"p":"cz.zcu.fav.kiv.antipatterndetectionapp.spring","c":"AppConfig","l":"viewResolver()"}]
(9-9/17)