[jira] [Updated] (STORM-3380) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

2019-04-13 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3380: Description: Hello, I found that if the Map "data" does not have the key "TYPE", the String "compType"

[jira] [Updated] (STORM-3380) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

2019-04-13 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3380: Attachment: 1.patch > Change String.equals to Objects.equals(String,String) to avoid possible >

[jira] [Updated] (STORM-3380) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

2019-04-13 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3380: Attachment: (was: 1.patch) > Change String.equals to Objects.equals(String,String) to avoid possible

[jira] [Updated] (STORM-3380) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

2019-04-13 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3380: Attachment: 1.patch > Change String.equals to Objects.equals(String,String) to avoid possible >

[jira] [Updated] (STORM-3380) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

2019-04-13 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3380: Description: Hello, I found that if the Map "data" does not have the key "TYPE", the String "compType"

[jira] [Created] (STORM-3380) Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException

2019-04-13 Thread bd2019us (JIRA)
bd2019us created STORM-3380: --- Summary: Change String.equals to Objects.equals(String,String) to avoid possible NullPointerException Key: STORM-3380 URL: https://issues.apache.org/jira/browse/STORM-3380

[jira] [Updated] (STORM-3375) Date.getTime() can be changed to System.currentTimeMillis()

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3375: Attachment: 1.patch > Date.getTime() can be changed to System.currentTimeMillis() >

[jira] [Updated] (STORM-3375) Date.getTime() can be changed to System.currentTimeMillis()

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3375: Description: Hello, I found two locations of Date.getTime() which can be replaced with

[jira] [Updated] (STORM-3375) Date.getTime() can be changed to System.currentTimeMillis()

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3375: Description: Hello, I found two locations of Date.getTime() which can be replaced with

[jira] [Updated] (STORM-3375) Date.getTime() can be changed to System.currentTimeMillis()

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/STORM-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated STORM-3375: Description: Hello, I found two locations of Date.getTime() which can be replaced with

[jira] [Created] (STORM-3375) Date.getTime() can be changed to System.currentTimeMillis()

2019-04-11 Thread bd2019us (JIRA)
bd2019us created STORM-3375: --- Summary: Date.getTime() can be changed to System.currentTimeMillis() Key: STORM-3375 URL: https://issues.apache.org/jira/browse/STORM-3375 Project: Apache Storm