-
Notifications
You must be signed in to change notification settings - Fork 14
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
error format under windows java 1.8 #5
Comments
Hi! Sorry you are having problems with my library. I would like to help you, but the information you posted isn't enough to fully understand the problem. I'm going to need to see a code sample that reproduces the problem, so we can:
Can you produce a small code sample that shows the error on Java8/Windows? It does not need to be your exact production code, just a small program that consistently generates the error. Thanks! -David |
@lc82111 I haven't heard back from you on this - Are you still having issues? If so, please read my previous comment. -D |
Sorry for late. I think the issue was not caused by my code. Currently, I bypass the issue by following code which just avoids too long row.
|
@lc82111 - Thank you for taking time to reply, but your sample code has some issues: This is not a complete test case. This looks like production code, but it doesn't run because you did not share what I managed to make some guesses as to what the classes look like, was able to generate the following table in my local:
This table format does not look anything like the original table format you submitted with the issue. What does your sample code print in your local environment? |
I have modified your original description to show the table format as code. It looks like this:
Is this what your original error looked like? i.e. It appears that the table border gets line-wrapped at 40 characters, but the table row doesn't get wrapped? Or was the was the line-wrapping caused because you copy/pasted from a 40-character console window? Without those 2 lines being wrapped, the table looks pretty good:
But as mentioned previously, your sample code table doesn't look anything like this table. So I'm really not sure what your original bug was ? If you are still having the issue, please try to design a simple example i.e. no extra classes, no method calls, no loops ... just very simple code to build a table with static values and print it to show the error. Thanks! |
[edit] Wrapped sample table with ``` to show it in code format
The text was updated successfully, but these errors were encountered: