Josh Rosen created SPARK-8962:
---------------------------------
Summary: Disallow Class.forName
Key: SPARK-8962
URL: https://issues.apache.org/jira/browse/SPARK-8962
Project: Spark
Issue Type: Sub-task
Components: Project Infra
Reporter: Josh Rosen
We should add a regex rule to Scalastyle which prohibits the use of
{{Class.forName}}. We should not use Class.forName directly because this will
load classes from the system's default class loader rather than the appropriate
context loader. Instead, we should be calling Utils.classForName instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]