-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Qual isolate ExpeditionLigne class to separate file #30877
Qual isolate ExpeditionLigne class to separate file #30877
Conversation
@mdeweerd any idea for fixing this Phan type warning ? or does it need some sort of exception ? Thanks |
I think we can agree that this is a bug in the code.
So these solutions exist:
I suppose that the first option is the correct one. |
Concerning the representation of the messages: I think an option needs to be added to https://github.com/mdeweerd/logtocheckstyle to decode the url encoded messages or to not encode them (or maybe automatic with possibility to force it). |
@W1W1-M I examined the possibility to parse the url encoded message, but it is cs2pr that is used to generate the github annotations directly from the checkstyle compatible xml generated by phan. |
Thanks for looking into this ! It would be nicer for dev experience. Not sure how much work is required but it would be good to get this done at some point. |
Qual isolate ExpeditionLigne class to separate file
Like #30784 this moves the line class to a separate file.
In this PR, the Expedition class file length is reduced by 18% about 600 lines, from 3200 to 2600 lines.