What does the " lint" in the flag -Xlint=uncheckedfor mean javac? Since it deals with generic types, you can expect something like -Xgenerics=uncheckedor so!
lint
-Xlint=unchecked
javac
-Xgenerics=unchecked
It is extracted from an optional C language compilation tool to detect "suspicious" behaviors in your code. It has become the standard way of referencing such static code analysis.
This is a story about the history of programming :
lint , , (, ) . , , .Lint ( Bell Labs) (V7) Unix 1979 .
lint , , (, ) . , , .
Lint ( Bell Labs) (V7) Unix 1979 .
" Lint" , .. , -Xlint, javac lints.
-Xlint
Lint - , . http://en.wikipedia.org/wiki/Lint_(software)
Source: https://habr.com/ru/post/1523961/More articles:SQLCommand ExecuteNonQuery Maximum CommandText Length? - c #Check if an element contains a regex class with class List - javascriptUpper bounded generic elements of a VS superclass as method parameters? - javaPermanent cURL connection for multiple page loads in PHP - phpBootstrap and tables (shift cells) - javascriptWhy not "0" == "0"? - c ++How to make print expression single line in python? - pythonIs it possible to use Cascade.All () EXCEPT Delete? - c #How to organize your model and achieve encapsulation in a single page web application - javascriptprevent from breaking lines - htmlAll Articles