aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skylarkinterface
diff options
context:
space:
mode:
authorGravatar lpino <lpino@google.com>2018-05-17 05:00:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-17 05:02:17 -0700
commite1ada6d351cb714c9e5694e1e58cd2b761c84784 (patch)
treeb2b1f3813a551d05afe9d8dafe30dc3d04d54682 /src/main/java/com/google/devtools/build/lib/skylarkinterface
parent5724682dd7b2134c837522a930fd6844d45a281c (diff)
Remove AbruptException(ExitCode exitCode) constructor.
This constructor was creating an Exception with a null message leading to possible NullPointerExceptions in a few places in our codebase. The call sites have been replaced with calls to AbruptException(String message, ExitCode exitCode) with a meaningful message. PiperOrigin-RevId: 196973540
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/skylarkinterface')
0 files changed, 0 insertions, 0 deletions