Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "object h has required/expected class name" changed to "object auth has required/expected class object" in the first compliant code

...

Code Block
bgColor#ccccff
 // Determine whether object hauth has required/expected class nameobject
if (auth.getClass() == this.getClass().getClassLoader().loadClass("com.application.auth.DefaultAuthenticationHandler")) {
  // ...
}

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="00fa002fcdf27149-afee33d0-42cf4383-a212a024-721688e253a4052880dd56a2"><ac:plain-text-body><![CDATA[

[[Christudas 2005

AA. Bibliography#Christudas 05]]

Internals of Java Class Loading

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7063e00470ad02da-b2b5991d-405c4c28-a6a5b5b4-8aceacee55d5e53f833ff9c8"><ac:plain-text-body><![CDATA[

[[JVMSpec 1999

AA. Bibliography#JVMSpec 99]]

[§2.8.1 Class Names

http://java.sun.com/docs/books/jvms/second_edition/html/Concepts.doc.html]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bc33aa5844fb77d8-317fb67f-4d3a4470-bfdfaa5c-e073638cf89ab256b739cc64"><ac:plain-text-body><![CDATA[

[[McGraw 1998

AA. Bibliography#Mcgraw 98]]

Twelve rules for developing more secure Java code

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b27d5c9fe575dbc9-8932aeab-4a22421d-ac17870f-6da0c0f1ac90052756af861f"><ac:plain-text-body><![CDATA[

[[Wheeler 2003

AA. Bibliography#Wheeler 03]]

[Java

http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/java.html] Secure programming for Linux and Unix HOWTO

]]></ac:plain-text-body></ac:structured-macro>

...