Al Arafat Tanin

Results 8 issues of Al Arafat Tanin

## What is the purpose of the change In several files there are some classes that are serializable but they do not contain any serialVersionUID field. The compiler generates one...

##### Motivation: In file: AuthorizationStrategy.java, the class `Unsecured` is serializable but it does not contain any serialVersionUID field. The compiler generates one by default in such scenarios, but the generated...

unresolved-merge-conflict
skip-changelog

In file: PublicizeTable.java there is the following code segment ```java if (serviceId == null && serviceId.isEmpty()) { return false; } ``` if the serviceId value is `null` then then logical...

##### Motivation: In file: in 11 files there are some serializable classes but they do not contain any serialVersionUID field. The compiler generates one by default in such scenarios, but...

##### Motivation: In file: OAuth2Credentials.java and ExternalAccountMetricsHandler.java, two classes are serializable but they do not contain any serialVersionUID field. The compiler generates one by default in such scenarios, but the...

size: xs

#### Motivation In file: DeserializationModelCreator.java, class: DeserializationModelCreator, there is a method createObjectDeserializer that there is a potential Null pointer dereference. This may throw an unexpected null pointer exception which, if...

In file: [AsyncInternal.java](https://github.com/uber/cadence-java-client/blob/b71595092516e85222ddc4ded079305bf5c880d1/src/main/java/com/uber/cadence/internal/sync/AsyncInternal.java#L306), class AsyncInternal method isAsync, there is a potential Null pointer dereference. This may throw an unexpected null pointer exception which, if unhandled, may crash the program. ```java...

bug

In file: `__init__.py`, the list named (`__all__`) contains unquoted names which can result in errors/exceptions(TypeError) when this module is imported. The names should be inside quote but they are not....