You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently attempting to update my Plantuml Eclipse plugin and to switch to the new DiagramIntentProviders.
I don't know what is causing the problem but everything worked fine before and now my links in documents are no longer working (see exception above).
The code appears to be problematic anyway -- as the variables are all ints the division is integer division which is always a bit strange. In the current case minX is 6, marginX is 7, sx is 0 and BOOM.
The text was updated successfully, but these errors were encountered:
So you have empirical evidence that marginX = 7 is wrong. I agree that I anyway should check for the division by zero case and perhaps mix in some float arithmetic.
I am currently attempting to update my Plantuml Eclipse plugin and to switch to the new DiagramIntentProviders.
I don't know what is causing the problem but everything worked fine before and now my links in documents are no longer working (see exception above).
The code appears to be problematic anyway -- as the variables are all ints the division is integer division which is always a bit strange. In the current case
minX
is 6,marginX
is 7,sx
is 0 and BOOM.The text was updated successfully, but these errors were encountered: