AMX DAS-AMP4 Guia de Configuração Página 316

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 338
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 315
D-8 Oracle Application Management Pack for Oracle E-Business Suite Guide
Standard Name Description
Java class should not
extend error
Errors are system exceptions. Classes should not extend them.
Java files must have
rcs_id
All Java files must have the following for source control ID:
public static final String RCS_ID = $Header$
Java class name check All Java files should have a class with a name that is the same as
that of the file name.
Java empty if check There should be no empty if statements in Java code. An empty
if statement finds instances where a condition is checked but
nothing is done about it.
Java empty while check There should be no empty while statements in Java code.
Java empty finally block There should be no empty finally blocks in Java code. Avoid
empty finally blocks; these can be deleted.
Java if without braces In Java, if statements must use curly braces. Avoid using if
statements without curly braces.
Java while without
braces
In Java, while statements must use curly braces. Avoid using
while statements without using curly braces. Formats without
curly braces are error-prone.
Java switch must have
default label
In Java files, switch statements should have a default label.
Java empty synchronized There should be no empty synchronized blocks.
Java empty static
initializer
There should be no empty static initializer blocks.
JRAD files language
must be US English
In a JRAD XML file, the language of the XML file should be US
English and specified as "xml:lang = 'en-US'"
Java Parameter (INI)
extension and location
standard
Java Parameter files should follow these standards:
-Identified by file extension: .ini
-Location standard:
1.$<PROD_TOP>/admin/template
2.$<PROD_TOP>/admin/template/*
Vista de página 315
1 2 ... 311 312 313 314 315 316 317 318 319 320 321 ... 337 338

Comentários a estes Manuais

Sem comentários