File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
main/java/org/htmlunit/protocol/data
test/java/org/htmlunit/archunit Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424import java .nio .charset .UnsupportedCharsetException ;
2525
2626import org .apache .commons .codec .binary .Base64 ;
27- import org .apache .commons .lang3 .StringUtils ;
2827import org .htmlunit .util .MimeType ;
2928import org .htmlunit .util .UrlUtils ;
3029
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ public class ArchitectureTest {
9797 public static final ArchRule jdkBase64Rule = noClasses ()
9898 .that ()
9999 .resideOutsideOfPackage ("org.htmlunit.jetty.." )
100+ .and ().doNotHaveFullyQualifiedName ("org.htmlunit.protocol.data.DataUrlDecoder" )
100101 .should ().dependOnClassesThat ().haveFullyQualifiedName ("org.apache.commons.codec.binary.Base64" );
101102
102103
You can’t perform that action at this time.
0 commit comments