[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2371 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74901158 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -56,6 +57,7 @@ public DelegatingConfiguration() {

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74894098 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893687 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893581 --- Diff: flink-core/src/test/java/org/apache/flink/configuration/DelegatingConfigurationTest.java --- @@ -88,4 +90,49 @@ private String

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893573 --- Diff: flink-core/src/test/java/org/apache/flink/configuration/DelegatingConfigurationTest.java --- @@ -88,4 +90,49 @@ private String

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893448 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893388 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-15 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74724570 --- Diff: flink-core/src/test/java/org/apache/flink/configuration/DelegatingConfigurationTest.java --- @@ -88,4 +90,49 @@ private String

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-14 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74720168 --- Diff: flink-core/src/test/java/org/apache/flink/configuration/DelegatingConfigurationTest.java --- @@ -88,4 +89,51 @@ private String

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-14 Thread tsunny
GitHub user tsunny opened a pull request: https://github.com/apache/flink/pull/2371 [FLINK-4309] Potential null pointer dereference in DelegatingCo… Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into