Issues
- Błąd w ImportanceAnaliseSA-122
- ReportGenerator class is not well designedSA-121
- Błąd w eventTreeScenarioCounterSA-120
- each description should be subcategory of GUI/CLISA-119
- Database multiple connectionSA-118
- As an application user I would like to set consequence name in event tree's leaves.SA-117
- Missing toString serialization in TopProbability classSA-116
- Dopisać informacje odnośnie working directorySA-115Resolved issue: SA-115208766@student.pwr.edu.pl
- Błąd w countProbalityOfScenarioSA-114Dawid Bigaj
- Skonfigurować środowisko produkcyjne na dockerze aby umożliwić 'Continuous Delivery'SA-113
- Opisać algorytm kryjący się za przełącznikiem --evtsceSA-112Resolved issue: SA-112Dawid Bigaj
- Opisać algorytm kryjący się za przełącznikiem --importanceAnaliseSA-111Resolved issue: SA-111radek95gg
- Opisać algorytm kryjący się za przełącznikiem --getFuzzyImportanceIndexSA-110Bogna Manowska
- Opisać algorytm kryjący się za przełącznikiem --checkTheCohesionOfTheEventTreeSA-109208766@student.pwr.edu.pl
- Opisać algorytm kryjący się za przełącznikiem --analyseFaultTreeSA-108
- Unit test from class ReportGeneratorTest fail because of difference in newline symbolSA-107
- Błędne nazwy 'opcji' w GNUSA-106Resolved issue: SA-106208766@student.pwr.edu.pl
- Unifikacja nazewnictwa i struktury CLI w obu typach analizy (Fault Tree i Event Tree)SA-105Alexander Stolar
- Automate test 'Get Fuzzy Importance Index of Faut Tree'SA-104
- Add pitestSA-103Resolved issue: SA-103Patryk Pluskota
- Introduce in CLI Event Tree analysisSA-102
- Generowanie raportów - błędna ścieżka do "PWr_logo.png"SA-101208766@student.pwr.edu.pl
- Po uruchomieniu testów MainCLITest występują błędy.SA-100Resolved issue: SA-100Łukasz Fąfara
- Uporządkować testySA-99Resolved issue: SA-99Patryk Pluskota
- Assure that each command line feature is covered by acceptance testSA-98
- Redesign the web application to use Spring BootSA-97Resolved issue: SA-97Jakub Sztukiecki
- Describe the reports features in user guideSA-96Resolved issue: SA-96Alexander Stolar
- Describe event trees in the user guiddeSA-95Resolved issue: SA-95radek95gg
- Describe fault trees in the user guideSA-94Resolved issue: SA-94Cezary Kobiela
- Describe command line interface in the user guideSA-93Resolved issue: SA-93208766@student.pwr.edu.pl
- Add the new developers to developers node in pom.xmlSA-92
- Configure Bitbucket CISA-91
- Refactor MainCLI code to use MainAPI.SA-90Resolved issue: SA-902015.piotr.minicki
- (Sonar) Dodgy - Write to static field from instance method VISA-89Resolved issue: SA-892015_piotr_kulewicz
- (Sonar) Dodgy - Write to static field from instance method VSA-88Resolved issue: SA-882015_piotr_kulewicz
- (Sonar) Dodgy - Write to static field from instance method IVSA-87Resolved issue: SA-872015_piotr_kulewicz
- (Sonar) Dodgy - Write to static field from instance method IIISA-86Resolved issue: SA-862015_piotr_kulewicz
- (Sonar) Dodgy - Write to static field from instance method IISA-85Resolved issue: SA-852015_piotr_kulewicz
- (Sonar) Dodgy - Write to static field from instance methodSA-84Resolved issue: SA-842015_piotr_kulewicz
- Introduce new documentation structure on wikiSA-83Resolved issue: SA-83Patryk Pluskota
- Document on wiki the internal structure of Web ApplicationSA-82Resolved issue: SA-82marian.jureczko
- Introduce swagger to have well described REST APISA-81Resolved issue: SA-81Michał Gawlik
- Define and document on Confluence the API to reportsSA-80Resolved issue: SA-80Alexander Stolar
- Prepare specification of acceptance tests convering all features available via command line interfaceSA-79Resolved issue: SA-792015.bartosz.bak
- As a developer I can use translation from fault tree xml description into Fault Tree object model and reverse translationSA-78marian.jureczko
- Test correct build EventTree and FaultTree from XMLSA-77Resolved issue: SA-772015_Mateusz_Jerzyk
- Prepare API that covers all features available on CLISA-76Resolved issue: SA-762015.bartosz.bak
- Code PartSA-75Resolved issue: SA-752015_jakub_chmielowiec
- Model Part (UML)SA-74Resolved issue: SA-74
- It is not possible to check scenario probability for eventTree.SA-73marian.jureczko
50 of 113
Błąd w ImportanceAnalise
Description
Environment
InteliiJ IDEA 2016.3.5
Attachments
1
Details
Details
Details
Created June 19, 2017 at 3:55 PM
Updated June 19, 2017 at 3:56 PM
Activity
Show:
W przypadku uruchomienia Importance Analise dla większości drzew opisanych w projekcie np(testEventTree.xml w safety-gui ) dostajemy błąd NullPointerException. Natomiast dla drzewa w pliku EventTreeForImportanceAnaliseTest.xml z parametrami wywołania -
-e "safety-gui\EventTreeForImportanceAnaliseTest.xml" -n "e5" -p
funkcja wykonuje się lecz zwraca prawdopodobieństwo 0.0 dla drzewa przed cięciem w event e5 jak i po wykonaniu cięcia niezależnie od zmiany parametrów w pliku xml.
W momencie naprawienia błędu proszę o dostosowanie testu EventTreeImportanceAnalise aby działał już dla poprawionej wersji.