Skip to content
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

Spm typed members #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

makiam
Copy link
Contributor

@makiam makiam commented Feb 27, 2022

No description provided.

@Sailsman63
Copy link
Member

Good changes.

For future reference: It would be simpler/easier to review if commits in a PR are arranged thematically, instead of strictly by file. The current commits are what I got after rebaseing to break up the changes by type/intent.

Comment on lines +194 to +195
SPMObjectInfo localinfo = manageSplitPane.getFileSystem().getPlugins().stream().filter(self).findFirst().orElse(null);
SPMObjectInfo remoteinfo = updateSplitPane.getFileSystem().getPlugins().stream().filter(self).findFirst().orElse(null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines are far too long. They should be wrapped. Probably align the .stream() with .getPlugins()

@Sailsman63
Copy link
Member

Which types of warnings? Please break them up. Also, please don't merge the main branch into a pr like this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants