Skip to content

Conversation

@Siedlerchr
Copy link
Member

@FXML and other annotations on fields will no stay in the same line
e.g. @FXML private TreeTableView<GroupNodeViewModel> groupTree;
instead of

 @FXML
 private TreeTableView<GroupNodeViewModel> groupTree;

For methods I decided to not change it, as it would affect annotations like
@deprecated, @SuppressWarning, too

Additionally I changed the cleanup to use organize imports

@Siedlerchr Siedlerchr added the dev: code-quality Issues related to code or architecture decisions label Mar 19, 2017
@Siedlerchr Siedlerchr requested review from koppor and tobiasdiez March 19, 2017 17:41
@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Mar 19, 2017
@koppor koppor merged commit a4d6a28 into master Mar 20, 2017
@tobiasdiez tobiasdiez deleted the codeFormat branch March 20, 2017 14:36
Siedlerchr added a commit that referenced this pull request Mar 25, 2017
* upstream/master:
  Localization: General: French: Translation of new entries
  Localization: Menu: French: Translation of an entry (#2685)
  Fix #2680 and fix #2667: Swing errors are catched properly and without freezing (#2681)
  Do not log AND throw
  Replace misleading error message for fetcher connection error
  Document CrossRef test
  Fix subtitle detection for CrossRef fetcher
  Revert "Invoke LogMessages.add in JavaFX thread"
  Use global user agent
  Update mockito from 2.7.17 to 2.7.18
  Move GuiAppender to GUI package
  Invoke LogMessages.add in JavaFX thread
  [WIP] Put the PDFAnnotationImporter under Test, enhance FileAnnotationTab (#2640)
  Fix for "Paying off technical debt: almost all utility classes have a private constructor now." (#2672)
  Revert "Paying off technical debt: almost all utility classes have a private constructor now. (#2649)" (#2670)
  Paying off technical debt: almost all utility classes have a private constructor now. (#2649)
  Changed codeformatting for better fxml annotation (#2668)
  Disalbe Google Scholar tests on all CI environments (#2654)
  Fix JSONException in Crossref fetcher as mentioned in #2442
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev: code-quality Issues related to code or architecture decisions status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants