URL: reimplement URL.createObjectURL()#1150
Merged
Merged
Annotations
2 warnings
|
Upload check results:
src/main/java/org/htmlunit/javascript/host/URL.java#L114
[PMD] reported by reviewdog 🐶
The String literal "://" appears 4 times in this file; the first occurrence is on line 114
Raw Output:
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/URL.java"},"region":{"endColumn":55,"endLine":114,"startColumn":50,"startLine":114}}}],"message":{"text":"The String literal \"://\" appears 4 times in this file; the first occurrence is on line 114"},"ruleId":"AvoidDuplicateLiterals","ruleIndex":249}
|
|
Upload check results:
src/main/java/org/htmlunit/BlobUrlStore.java#L40
[PMD] reported by reviewdog 🐶
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
Raw Output:
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/BlobUrlStore.java"},"region":{"endColumn":44,"endLine":40,"startColumn":38,"startLine":40}}}],"message":{"text":"Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes."},"ruleId":"FieldDeclarationsShouldBeAtStartOfClass","ruleIndex":0}
|
background
wait
wait-all
cancel
parallel
Loading