Skip to content

Fix for NullPointerException in ParallelLogger#6

Open
mharmer wants to merge 1 commit intocodeaholics:masterfrom
pc-doctor:ParallelLogger
Open

Fix for NullPointerException in ParallelLogger#6
mharmer wants to merge 1 commit intocodeaholics:masterfrom
pc-doctor:ParallelLogger

Conversation

@mharmer
Copy link

@mharmer mharmer commented Dec 11, 2018

This fixes a NullPointerException that was observed in the ParallelLogger when running with verbose logging ('-v' or '-d') when a task ran that had no associated target.

This maintains the same "%s / %s" format and simply uses a blank string for the target name in this case.

…lelLogger in Ant with more verbose logging options ('-d' or '-v'). This would occur if a Task had no owning Target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant