Update SpotBugs.
This commit is contained in:
		@@ -15,7 +15,7 @@ configurations {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
 | 
					    implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
 | 
				
			||||||
    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.0.0-beta4'
 | 
					    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.2.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    api group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.9.8'
 | 
					    api group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.9.8'
 | 
				
			||||||
    api group: 'org.jetbrains', name: 'annotations', version: '16.0.2'
 | 
					    api group: 'org.jetbrains', name: 'annotations', version: '16.0.2'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@ dependencies {
 | 
				
			|||||||
    implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.2'
 | 
					    implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.2'
 | 
				
			||||||
    implementation group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
 | 
					    implementation group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
 | 
				
			||||||
    implementation group: 'com.github.tulskiy', name: 'jkeymaster', version: '1.2'
 | 
					    implementation group: 'com.github.tulskiy', name: 'jkeymaster', version: '1.2'
 | 
				
			||||||
    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.0.0-beta4'
 | 
					    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.2.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    compile project( ':masterpassword-model' )
 | 
					    compile project( ':masterpassword-model' )
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -459,6 +459,7 @@ public class UserContentPanel extends JPanel implements State.Listener, MPUser.L
 | 
				
			|||||||
            char[] masterPassword = masterPasswordField.getPassword();
 | 
					            char[] masterPassword = masterPasswordField.getPassword();
 | 
				
			||||||
            MPIdenticon identicon = ((masterPassword != null) && (masterPassword.length > 0))?
 | 
					            MPIdenticon identicon = ((masterPassword != null) && (masterPassword.length > 0))?
 | 
				
			||||||
                    user.getAlgorithm().identicon( user.getFullName(), masterPassword ): null;
 | 
					                    user.getAlgorithm().identicon( user.getFullName(), masterPassword ): null;
 | 
				
			||||||
 | 
					            if (masterPassword != null)
 | 
				
			||||||
                Arrays.fill( masterPassword, (char) 0 );
 | 
					                Arrays.fill( masterPassword, (char) 0 );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            Res.ui( () -> {
 | 
					            Res.ui( () -> {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ description = 'Master Password Site Model'
 | 
				
			|||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
 | 
					    implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
 | 
				
			||||||
    implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.9.8'
 | 
					    implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.9.8'
 | 
				
			||||||
    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.0.0-beta4'
 | 
					    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.2.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    api project( ':masterpassword-algorithm' )
 | 
					    api project( ':masterpassword-algorithm' )
 | 
				
			||||||
    api group: 'joda-time', name: 'joda-time', version: '2.10'
 | 
					    api group: 'joda-time', name: 'joda-time', version: '2.10'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ description = 'Master Password Test Suite'
 | 
				
			|||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
 | 
					    implementation group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p2'
 | 
				
			||||||
    implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
 | 
					    implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
 | 
				
			||||||
    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.0.0-beta4'
 | 
					    implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.2.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    implementation project( ':masterpassword-algorithm' )
 | 
					    implementation project( ':masterpassword-algorithm' )
 | 
				
			||||||
    implementation project( ':masterpassword-model' )
 | 
					    implementation project( ':masterpassword-model' )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user