Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

NullPointerException if you create a label with null text #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Creating a label and passing in null as the text will cause a 
NullPointerException to be thrown. Rather, we should set the text to "null". 
Affects all versions at the moment.

Original issue reported on code.google.com by mab...@gmail.com on 21 Dec 2011 at 1:46

GoogleCodeExporter commented 9 years ago
This was fixed a while back

Original comment by mab...@gmail.com on 7 Jul 2012 at 9:03