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 perform the cleanup to add missing { } to single blocks but it seems to be confused by //$NON-NLS-1$ tags (or comments in general?)
One example is this org.eclipse.equinox.internal.p2.core.AgentLocation it produces this:
please note that there is a space added before the tab, but there is an additional line break, it should actually be
Another one is org.eclipse.equinox.internal.p2.core.Activator.substituteVar(String, String, String) but it is even working in the same class with adjustTrailingSlash method but completely mess up computeLocationSharedAgent where then even a new warning is produced because the //$NON-NLS-1$ tags are not on the right line anymore.
The text was updated successfully, but these errors were encountered:
I perform the cleanup to add missing { } to single blocks but it seems to be confused by
//$NON-NLS-1$
tags (or comments in general?)One example is this
org.eclipse.equinox.internal.p2.core.AgentLocation
it produces this:please note that there is a
space
added before the tab, but there is an additional line break, it should actually beAnother one is
org.eclipse.equinox.internal.p2.core.Activator.substituteVar(String, String, String)
but it is even working in the same class withadjustTrailingSlash
method but completely mess upcomputeLocationSharedAgent
where then even a new warning is produced because the//$NON-NLS-1$
tags are not on the right line anymore.The text was updated successfully, but these errors were encountered: