-
Notifications
You must be signed in to change notification settings - Fork 741
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- OS: none (GAE standard 7)
- Java version: 7
- google-api-java-client version: 1.26.0
Steps to reproduce
- GAE Standard Java 7 (deprecated) may not set the os.version System property and could cause a NPE.
External references such as API reference guides used
Line 141 in 1207585
| private static final String OS_VERSION = formatSemver(System.getProperty("os.version")); |
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.