Javadoc Report

  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/FormatException.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/PluginDiscoverer.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Processor.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/AnalyzeFrequency.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/Base64Decoder.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/Base64Encoder.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/Md5.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/NoOp.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/Plugin.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/RotN.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/TexelCode.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/VigenereCrypt.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/VigenereDecrypt.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/Xor.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/XorAnalysis.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/swingui/MainFrame.java...
  [javadoc] Loading source file /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/swingui/PluginItem.java...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.4.2_03
  [javadoc] Generating /Users/enigma/Code/java/MagicCodes/target/docs/apidocs/constant-values.html...
  [javadoc] Copying file /Users/enigma/.maven/plugins/maven-javadoc-plugin-1.4/plugin-resources/stylesheet.css to file /Users/enigma/Code/java/MagicCodes/target/docs/apidocs/stylesheet.css...
  [javadoc] Building tree for all the packages and classes...
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:53: warning - @return tag has no arguments.
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:99: warning - @return tag has no arguments.
  [javadoc] Generating /Users/enigma/Code/java/MagicCodes/target/docs/apidocs/org/ninjasoft/magiccodes/plugins/class-use/Plugin.html...
  [javadoc] "Compute the index of coincidence-related data for XOR ciphers, using
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/XorAnalysis.java:38: warning - The first sentence is interpreted to be:
  [javadoc]  the pseudocode:
  [javadoc]  for i is 1 to length(cyphertext) do
  [javadoc]      cyphertext2 = shift(cyphertext,i)
  [javadoc]      for j is 1 to length(cyphertext) do
  [javadoc]            if (cyphertext[i] = cyphertext2[j]) then do 
  [javadoc]                 counter = counter +1
  [javadoc]      index = (counter / length(cyphertext))
  [javadoc]      if index > .4 then do return i
  [javadoc] 
  [javadoc]  (Note: you might have to change .4 to something else depending on your
  [javadoc]  character set.)
  [javadoc]  as described on http://md2600.net/newsletter/issue2/122.html"
  [javadoc] This sentence is different from what will be interpreted as the first sentence in the
  [javadoc] next major release (when that interpretation will be internationalized), which is:
  [javadoc] "Compute the index of coincidence-related data for XOR ciphers, using
  [javadoc]  the pseudocode:
  [javadoc]  for i is 1 to length(cyphertext) do
  [javadoc]      cyphertext2 = shift(cyphertext,i)
  [javadoc]      for j is 1 to length(cyphertext) do
  [javadoc]            if (cyphertext[i] = cyphertext2[j]) then do 
  [javadoc]                 counter = counter +1
  [javadoc]      index = (counter / length(cyphertext))
  [javadoc]      if index > .4 then do return i
  [javadoc] 
  [javadoc]  (Note: you might have to change .4 to something else depending on your
  [javadoc]  character set.)
  [javadoc]  "
  [javadoc] To avoid this note, change the doc comment to make this a proper first sentence, then
  [javadoc] use -breakiterator from that point forward, which will output this new sentence.
  [javadoc] Building index for all the packages and classes...
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:142: warning - @return tag has no arguments.
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:129: warning - @return tag has no arguments.
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:30: warning - @return tag has no arguments.
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:82: warning - @return tag has no arguments.
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:155: warning - @return tag has no arguments.
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:179: warning - @return tag has no arguments.
  [javadoc] Generating /Users/enigma/Code/java/MagicCodes/target/docs/apidocs/index-all.html...
  [javadoc] "Compute the index of coincidence-related data for XOR ciphers, using
  [javadoc]  the pseudocode:
  [javadoc]  for i is 1 to length(cyphertext) do
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/XorAnalysis.java:38: warning - The first sentence is interpreted to be:
  [javadoc]      cyphertext2 = shift(cyphertext,i)
  [javadoc]      for j is 1 to length(cyphertext) do
  [javadoc]            if (cyphertext[i] = cyphertext2[j]) then do 
  [javadoc]                 counter = counter +1
  [javadoc]      index = (counter / length(cyphertext))
  [javadoc]      if index > .4 then do return i
  [javadoc] 
  [javadoc]  (Note: you might have to change .4 to something else depending on your
  [javadoc]  character set.)
  [javadoc]  as described on http://md2600.net/newsletter/issue2/122.html"
  [javadoc] This sentence is different from what would be generated using -breakiterator: 
  [javadoc] "Compute the index of coincidence-related data for XOR ciphers, using
  [javadoc]  the pseudocode:
  [javadoc]  for i is 1 to length(cyphertext) do
  [javadoc]      cyphertext2 = shift(cyphertext,i)
  [javadoc]      for j is 1 to length(cyphertext) do
  [javadoc]            if (cyphertext[i] = cyphertext2[j]) then do 
  [javadoc]                 counter = counter +1
  [javadoc]      index = (counter / length(cyphertext))
  [javadoc]      if index > .4 then do return i
  [javadoc] 
  [javadoc]  (Note: you might have to change .4 to something else depending on your
  [javadoc]  character set.)
  [javadoc]  "
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/enigma/Code/java/MagicCodes/target/docs/apidocs/org/ninjasoft/magiccodes/plugins/package-summary.html...
  [javadoc] "Compute the index of coincidence-related data for XOR ciphers, using
  [javadoc]  the pseudocode:
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/plugins/XorAnalysis.java:38: warning - The first sentence is interpreted to be:
  [javadoc]  for i is 1 to length(cyphertext) do
  [javadoc]      cyphertext2 = shift(cyphertext,i)
  [javadoc]      for j is 1 to length(cyphertext) do
  [javadoc]            if (cyphertext[i] = cyphertext2[j]) then do 
  [javadoc]                 counter = counter +1
  [javadoc]      index = (counter / length(cyphertext))
  [javadoc]      if index > .4 then do return i
  [javadoc] 
  [javadoc]  (Note: you might have to change .4 to something else depending on your
  [javadoc]  character set.)
  [javadoc]  as described on http://md2600.net/newsletter/issue2/122.html"
  [javadoc] This sentence is different from what would be generated using -breakiterator: 
  [javadoc] "Compute the index of coincidence-related data for XOR ciphers, using
  [javadoc]  the pseudocode:
  [javadoc]  for i is 1 to length(cyphertext) do
  [javadoc]      cyphertext2 = shift(cyphertext,i)
  [javadoc]      for j is 1 to length(cyphertext) do
  [javadoc]            if (cyphertext[i] = cyphertext2[j]) then do 
  [javadoc]                 counter = counter +1
  [javadoc]      index = (counter / length(cyphertext))
  [javadoc]      if index > .4 then do return i
  [javadoc] 
  [javadoc]  (Note: you might have to change .4 to something else depending on your
  [javadoc]  character set.)
  [javadoc]  "
  [javadoc] /Users/enigma/Code/java/MagicCodes/src/java/org/ninjasoft/magiccodes/logic/Translator.java:30: warning - @param argument "c" is not a parameter name.
  [javadoc] Generating /Users/enigma/Code/java/MagicCodes/target/docs/apidocs/help-doc.html...
  [javadoc] 12 warnings