Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 8
-
Component/s: javafx
-
Labels:
-
Subcomponent:
Description
The launchertest.MainLauncherTest unit test prints several debug statements to the console of the form:
class init: thread = Thread[JavaFX Application Thread,5,main]
main: thread = Thread[main,5,main]
constructor: thread = Thread[JavaFX Application Thread,5,main]
init: thread = Thread[JavaFX-Launcher,5,main]
start: thread = Thread[JavaFX Application Thread,5,main]
stop: thread = Thread[JavaFX Application Thread,5,main]
...
These should be removed.
class init: thread = Thread[JavaFX Application Thread,5,main]
main: thread = Thread[main,5,main]
constructor: thread = Thread[JavaFX Application Thread,5,main]
init: thread = Thread[JavaFX-Launcher,5,main]
start: thread = Thread[JavaFX Application Thread,5,main]
stop: thread = Thread[JavaFX Application Thread,5,main]
...
These should be removed.