added handler for apple awt bug - http://www.jetbrains.net/devnet/thread/278896
[fedora-idea.git] / resources-en / src / inspectionDescriptions / EjbDomInspection.html
blob3b9d371d888ca2aa5709b8b45c79b761cf3c49d7
1 <html>
2 <body>
3 <font face="verdana" size="-1">
4 This inspection lets you spot the following problems that might occur in your ejb-jar.xml and other XML descriptors used to deploy
5 your EJB to a Java EE server:
7 <li>References to the non-instantiable classes
8 <li>References to the classes that do not extend required class
9 <li>References to classes with inappropriate scope
10 <li>Empty tag and attribute values
11 <li>Tag and attribute values that do not match required pattern (e.g. Java Identifiers)
12 <li>Tags that do not include required children tags or attributes
13 <li>Tags that define objects with duplicate names
15 </font>
16 </body>
17 </html>