jdk/src/sample/share/README
author emc
Wed, 05 Nov 2014 08:37:04 -0500
changeset 27386 784414cffd9a
parent 25859 3317bb8137f4
permissions -rw-r--r--
8035259: javac, incorrect shadowing of classes vs type parameters Summary: Cause javac to look at type variables first when resolving names in an extends/implements list Reviewed-by: mcimadamore, jlahoda
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10292
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     1
The source code provided with samples and demos for the JDK is meant
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     2
to illustrate the usage of a given feature or technique and has been
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     3
deliberately simplified. Additional steps required for a
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     4
production-quality application, such as security checks, input
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     5
validation, and proper error handling, might not be present in the
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     6
sample code.