-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1383 use analysis result in power requirements analysis #2547
base: master
Are you sure you want to change the base?
1383 use analysis result in power requirements analysis #2547
Conversation
@AaronGreenhouse I'm confused. Jenkins seems to point to failing tests in org.osate.analysis.resource.budgets.tests. But when I run all those tests locally, they pass. My local branch is up to date ... Is there something else I am missing? Was there a maven run configuration I need to execute to update the test.java file? I assumed I only need to commit the .xtend test file and it will get regenerated automatically |
As discussed over Slack/e-mail this issue needs further work to further revise the internal model, and to further restructure the class hierarchy of analysis classes and command handler classes. These will be addressed in future meetings. An immediate issue is that the help text shows up in the table of contents, but the link doesn't work. This is because the HTML for the help text is missing. It is not automatically generated from the markdown, but needs to be manually added to the project in the I've been using MacDown https://macdown.uranusjr.com/ to generate HTML from the markdown file. |
Actually this is wrong. The project is supposed to autogenerating the html file. I'm not sure why this isn't working.
|
Feeling dumb: Forgot to run "Generate Help" from the eclipse run configurations. Help text is okay. |
72793ac
to
ec82b6a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a couple of little things that could be improved.
analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
Outdated
Show resolved
Hide resolved
analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
Outdated
Show resolved
Hide resolved
analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
Outdated
Show resolved
Hide resolved
analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
Outdated
Show resolved
Hide resolved
analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
Outdated
Show resolved
Hide resolved
https://[email protected]/osate/osate2.git into 1383_use_AnalysisResult_in_power_requirements_analysis Conflicts: analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF analyses/org.osate.analysis.resource.budgets/model/power.aird analyses/org.osate.analysis.resource.budgets/model/power.ecore analyses/org.osate.analysis.resource.budgets/model/power.genmodel analyses/org.osate.analysis.resource.budgets/src/org/osate/analysis/resource/budgets/handlers/NewAbstractAaxlHandler.java analyses/org.osate.analysis.resource.budgets/src/org/osate/analysis/resource/budgets/handlers/NewBusLoadAnalysisHandler.java
a397ace
to
7d234a0
Compare
Rebuild power requirements analysis to use analysisResult object. Method that produces an excel file also uses analysisResult object
fixes #1383