ffay / lanproxy

lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 736294209
https://nat.nioee.com
5.64k stars 1.53k forks source link

Refactoring #185

Closed AlexanderStocks closed 1 year ago

AlexanderStocks commented 1 year ago

Description:

As a part of my dissertation work, I've implemented a series of automated refactorings and formatting to improve the overall code quality of this repository:

Reformat: By adhering to Google's Java Code Style guidelines, I've reformatted 38 files. This step aims to enhance code readability and ensure consistency with widely accepted programming style standards.

CollapseNestedIfStatements: I have executed the CollapseNestedIfStatements refactoring on 1 files. This refactoring effort is aimed at simplifying the logic of the code and making it more readable.

These changes were all performed with the aid of the Refactoring Janitor tool.

Request for Feedback:

As this effort is part of my dissertation project, your input and feedback on the changes I've made are greatly appreciated. Your insights will significantly contribute to my research and learning process.