Revize 126d3637
Přidáno uživatelem Ondřej Váně před téměř 3 roky(ů)
- přidáno
- změněno
- zkopírováno
- přejmenováno
- odstraněno
- README.md (rozdíl)
- src
- main
- java
- cz
- zcu
- fav
- kiv
- antipatterndetectionapp
- detecting
- detectors
- AntiPatternDetector.java (rozdíl)
- BusinessAsUsualDetectorImpl.java (rozdíl)
- LongOrNonExistentFeedbackLoopsDetectorImpl.java (rozdíl)
- NinetyNinetyRuleDetectorImpl.java (rozdíl)
- RoadToNowhereDetectorImpl.java (rozdíl)
- SpecifyNothingDetectorImpl.java (rozdíl)
- TooLongSprintDetectorImpl.java (rozdíl)
- VaryingSprintLengthDetectorImpl.java (rozdíl)
- detectors
- model
- repository
- detecting
- antipatterndetectionapp
- kiv
- fav
- zcu
- cz
- webapp
- queries
- business_as_usual.sql
- long_or_non_existent_feedback_loops.sql
- ninety_ninety_rule.sql
- road_to_nowhere.sql
- select_all_activities_with_substrings_and_last_modified_date_as_end_date.sql
- select_all_iterations_that_contains_wikipages_with_substrings.sql
- select_all_iterations_with_lengths_without_first_and_last.sql
- select_all_iterations_with_sum_estimated_and_spent_time.sql
- select_all_wikipages_that_is_updated_in_iteration.sql
- select_average_iterations_length.sql
- select_iterations_with_substrings.sql
- select_number_of_activities_and_wiki_pages_with_substrings.sql
- select_number_of_iterations.sql
- select_number_of_iterations_with_substrings_in_activity.sql
- select_project_end_date.sql
- select_project_start_date.sql
- select_statistics_for_given_project.sql
- set_average_length_of_activities_description.sql
- set_first_iteration_id.sql
- set_first_iteration_start_date.sql
- set_last_iteration_id.sql
- set_number_of_activities_with_substrings.sql
- set_number_of_wiki_pages_with_substrings.sql
- set_project_id.sql
- set_second_iteration_start_date.sql
- specify_nothing.sql
- too_long_sprint.sql
- varying_sprint_length.sql
- queries
- java
- main
#9 Split SQL scripts
- all queries in the files are split into separate queries
- each AP has a list of all the queries it needs to evaluate
- all queries from the file are loaded at application startup
- mineor changes in PositiveNUmber formating
- minor fix