-
-
Notifications
You must be signed in to change notification settings - Fork 715
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
Client: code refactor #6004
Client: code refactor #6004
Conversation
0fdd54c
to
276bad4
Compare
No New Or Fixed Issues Found |
276bad4
to
0b4eec5
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.
Is it "weird" kinda java standards wise to have "Abstract' in the middle?
Also for a lot of these class names do they really need "Client" since it's obviously the client add-on/package.
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 think this PR should just move classes / change visibility. Happy for future PRs to rename things...
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.
Okay, neither are blockers.
0b4eec5
to
f7a20a8
Compare
Ready for review. |
addOns/client/src/main/java/org/zaproxy/addon/client/ExtensionClientIntegration.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/internal/ClientSideDetails.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/ui/ClientDetailsPanel.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/ui/ClientNodeDetailsPanel.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/ExtensionClientIntegration.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
f7a20a8
to
e1aa7c9
Compare
Fixed those :) |
Thank you! |
Overview
Move some client classes into sub-packages, in order to control the visibility of some of the methods.
Related Issues
Checklist
./gradlew spotlessApply
for code formattingFor more details, please refer to the developer rules and guidelines.