-
Notifications
You must be signed in to change notification settings - Fork 31
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
trac#18139 Importieren von Formularinhalten #324
base: WollMux_18.2
Are you sure you want to change the base?
trac#18139 Importieren von Formularinhalten #324
Conversation
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.
Die Daten werden mit dem Event OnSetFormValue ins Dokument und die Sidebar propagiert. Die Daten nur in die Map zu schreiben ändert zwar den internen Zustand aber nicht die anzeige. Es sollte auf jeden Fall in der Aufrufkette irgendwann mal FormModel.setValue(string, string) verwendet werden.
Bitte auch die Sonar-Warnings beheben.
core/src/main/java/de/muenchen/allg/itd51/wollmux/event/handlers/OnImportFormularinhalt.java
Outdated
Show resolved
Hide resolved
core/src/main/java/de/muenchen/allg/itd51/wollmux/event/handlers/OnImportFormularinhalt.java
Outdated
Show resolved
Hide resolved
ef6e3ad
to
1dd3e87
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.
Bitte die Sonar-Warnings noch beheben:
http://kvm-javabuild.tvc.muenchen.de/sonar/project/issues?branch=PR-324&id=de.muenchen%3Awollmux&resolved=false&types=CODE_SMELL
core/src/main/java/de/muenchen/allg/itd51/wollmux/document/TextDocumentModel.java
Outdated
Show resolved
Hide resolved
core/src/main/java/de/muenchen/allg/itd51/wollmux/form/control/FormController.java
Outdated
Show resolved
Hide resolved
core/src/main/java/de/muenchen/allg/itd51/wollmux/form/control/FormController.java
Outdated
Show resolved
Hide resolved
core/src/main/java/de/muenchen/allg/itd51/wollmux/event/handlers/OnImportFormularinhalt.java
Outdated
Show resolved
Hide resolved
cca87b3
to
ccbca3e
Compare
ccbca3e
to
3c08a29
Compare
Die SonarLint Warnung: Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed: Das habe ich von 24 auf 18 reduzieren können. Wie ich es weiter reduzieren kann, ist mir nicht klar, und ob der Code dann wirklich lesbarer wird? |
3c08a29
to
039da23
Compare
No description provided.