Tags: dpozinen/rewrite
Tags
Fix assorted groovy parsing errors around labels, parentheses, and wh… …itespace. Added verification that only whitespace is present within Spaces within parser tests. Parentheses fixes: * Type casts inside parentheses * Constructor invocations inside parentheses Label fixes: * Labeled For loops * Labeled For-each loops Other whitespace: * Quoted method declarations * Semicolon-terminated statements inside switch * Numeric literals that use 'L', 'd', or 'f' suffixes to specify their type left the specifier in whitespace
Normalization of maven repositories that don't permit directory listi… …ng (openrewrite#3961)
Find Committers on freshly cloned repositories (openrewrite#3952) * When a repository is freshly cloned and no other actions have been taken (like pull) ORIG_HEAD is not available. Using HEAD as a fallback works to find the committers. * null check on ref
Prevent exceptions on missing GradleProject markers (openrewrite#3945) * Prevent exceptions on missing GradleProject markers * Restore updating gradle settings in isolation
PreviousNext