@value tag dosen't work for java.math.BigInteger constants

Is there anything I can do to get the Javadoc {@value} tag to document the value of BigInteger constants?
I presume the issue applies to any object constants, but, BigInteger is all I need.
Thanks for any advice.

I apologize, I should have supplied more context....
Here is my sample source
package ...;
import java.math.BigInteger;
public class TestJavaDoc
* TEST_STRING has value {@value}
public static final String TEST_STRING = "IFQ Permit ";
* TEST_BIG_INTEGER has value {@value}
* Should also work like this {@value #TEST_BIG_INTEGER}
* Constant ONE has a value {@value BigInteger#ONE}
public static final BigInteger TEST_BIG_INTEGER = BigInteger.valueOf(1000);
Here is the generated Javadoc, where you can see that @value works for a String, but fails for BigInteger....
TEST_STRING
public static final java.lang.String TEST_STRING
TEST_STRING has value "IFQ Permit "
TEST_BIG_INTEGER
public static final java.math.BigInteger TEST_BIG_INTEGER
TEST_BIG_INTEGER has value {@value}
Should also work like this {@value}
Constant ONE has a value {@value}
Here is more context:
javadoc -J-versionjava version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
excerpt from build.xml:
<target name="larryDoc"
description="Generates JavaDoc Business Rule classes">
<tstamp>
<format property="generation.time" pattern="MM/dd/yyyy hh:mm:ss aa"/>
</tstamp>
<javadoc
destdir="./businessRules"
author = "true"
version = "true"
use = "true"
windowtitle = "Business Rules"
additionalparam="-breakiterator">
<fileset dir="../business/src" defaultexcludes="yes">
<include name="org/psmfc/er/business/TestJavaDoc.java"/>
</fileset>
<classpath>
<path>
<pathelement path="IER/business/classes"/>
</path>
</classpath>
<bottom>generated: ${generation.time}</bottom>
</javadoc>
</target>

Similar Messages

  • Hi i need help one of my key on the keyboard dosen't work for some reason please help

    hi i need help one of my key on the keyboard dosen't work for some reason please help

    try smc reset
    http://support.apple.com/kb/ht3964
    and Pram reset
    http://support.apple.com/kb/ht1379
    (Try pram a few times to get correct sequence)
    Check what you have selected in
    system preferences/system/accessibility/keyboard
    and system preferences/hardware/keyboard  (keyboard and keyboard short cuts tabs)

  • Dynamic versioning plugin tag doesn't work for Netscape using 1.4.1_01?

    When I use dynamic versioning for plugin, for example:
    <EMBED
    type="application/x-java-applet;version=1.4.1_01"
    >
    It doesn't work for netscape 7. Although 1.4.1_01 was installed on the machine, the applet was not able to be loaded. Plugin was not found.
    Anything wrong with the tag? It is OK for 1.4.1
    Thanks

    When I use dynamic versioning for plugin, for
    example:
    <EMBED
    type="application/x-java-applet;version=1.4.1_01"
    >
    It doesn't work for netscape 7. Although 1.4.1_01 was
    installed on the machine, the applet was not able to
    be loaded. Plugin was not found.
    Anything wrong with the tag? It is OK for 1.4.1
    ThanksI lost alot of sleep over this!
    I finally got it to "seemingly" work
    but by NOT using 1.4.1 attribute..
    See my HTML example
    http://hyperbyte.ab.ca/JavaZone/
    While it doesn't work with the 1.4.1
    attribute it does work with Netscape
    Good Luck!
    Sincerely:
    Tony Swain
    Senior V.P. of Software Development Hyperbyte inc.
    http://www.hyperbyte.ab.ca
    Netscape DevEdge Champion Devs-Java Newsgroup
    snews://secnews.netscape.com/netscape.devs-java

  • Sql_trace does not work for Java app using Oracle JDBC thin driver

    Hi,
    I'm using Oracle 8.1.7. I enabled sql trace at instance level by setting sql_trace and timed_statistics to true in init.ora. I restarted the db instance. I wrote a stand-alone java application which used Oracle JDBC thin driver(classes12.zip) to make a connection to my db instance, do some select statements, and close the connection. There were no trace files generated in the folder specified by udump_dest variable. However, if I used sqlplus or dba studio, I saw trace files generated. Has anyone got Oracle sql trace work for JDBC calls from java apps.
    Thanks in advance!

    Hi,
    I'm using Oracle 8.1.7. I enabled sql trace at instance level by setting sql_trace and timed_statistics to true in init.ora. I restarted the db instance. I wrote a stand-alone java application which used Oracle JDBC thin driver(classes12.zip) to make a connection to my db instance, do some select statements, and close the connection. There were no trace files generated in the folder specified by udump_dest variable. However, if I used sqlplus or dba studio, I saw trace files generated. Has anyone got Oracle sql trace work for JDBC calls from java apps.
    Thanks in advance!

  • NetInstall dosen't work for intel machines

    When booting the machines in my lab while holding down the OPTION key, only the G5 and earlier machines are giving me the icon for NetInstall. NetInstall works great on the G5 and earlier, but dosen't work at all on any intel machine I've tried. The image is marked as "Universal" in Server Manager, and is an image from an intel MacBook.
    Leopard Server 10.5.1
    I have 20 new iMac's in route. I really need NetInstall to work for them. Any help would be appreciated.

    You say that your NetInstall was taken from an Intel MacBook. Was its OS Leopard? If it is Leopard then you do have a bizarre problem on your hands as it is Universal. Tiger client, on the other hand, is not Universal.
    How new are the target clients? Could they have been shipped with a build of Leopard newer than the one you've based this NetInstall on?

  • Configure File Type Associations dosen't work for users

    Hi EB,
    Does anyones knows how to set the File Type Associations for users ? It works for me when i'm logged in as Admin but not as a user. When logged as user it always ask to configure the file associations when i open JDev and even with JDev open it does not set it. I tried to find an article about that but couldn't find any.
    I'm using :
    winXP SP3
    JDeveloper 11g TP4
    and i've sets all rights for autentified users on the folders and subfolders of JDeveloper.
    Thanks

    I tried going on tool>preferences>File Type .... and associate projets and source and applications files with JDev check marking "open with JDev"... it didn't worked as user... it's just not saving my settings while reopening it it's never saved... at least i've been able to associate it in my Admin account then i can go back in user account and select open file with in windows, choose JDev and check mark "always open that file with that program" only after that the association is saved in JDev... but still it open the Configuration file windows at startup with the ones i already opened with JDev checked... anyway that's not a big issue ... only that i can't save those settings by the JDev environement while logged in as a user...

  • Function recording_off dosen't work for EHP5

    Hi Expert,
           I am using function "Recording_off" in eCATT. The transport requirement for current client in SCC4 is deactived by this function. But I found there are some transaction codes like FSE2&GCL2 still need transport request when eCATT performed. But if the transport requirement is deactive by t-code SCC4, tcode like FSE2&GCL2don't any transport anymore. It is happen in EHP5 system, EHP4 system don't have this issue.
           Any clue to solve this issue?

    @nitehawk4300 
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • Zoom (setViewPosition) not working for java 1.4.2

    I created a JScollPane with a RenderableDisplay.
    I programmed a zoom function by adding a mouse
    listener to the RenderableDisplay. Right click..
    zoom in..left click..zoom out.
    All works fine with java 1.3.X. Nothing happens
    with java 1.4.X. I traced the problem to the setViewPosition method of the JViewport class.
    I unzipped the source and found the following
    differences in the setViewPosition routines..
    Java 1.3.04
         //Force a repaint of the whole component
    //on the next call to paint
    repaintAll = windowBlitPaint(g);
    Java 1.4.X
         //Repaint the complete component if the blit
    //succeeded and needsRepaintAfterBlit returns true
    repaintAll = (WindowBlitPaint(g) && needsRepaintAfterBlit())
    I unjared dt.jar and went to change the 1.4 source
    to match the 1.3.04 code. I recompiled and rejared and
    placed the new dt.jar in lib and made sure my CLASSPATH
    pointed there. When I went to recompile my source code
    that referenced the setViewPosition method I got:
    /JAVA/j2sdk1.4.2_01/lib/dt.jar(javax/swing/UIManager.java):90: class UIManager is public, should be declared in a file named UIManager.java
    ..and similar messages for each file under javax/swing
    I first need to be able to recompile the swing with
    a change to JViewport.java and see if the old code
    would fix my problem. I recreated dt.jar but for
    some reason putting that in my CLASSPATH doesn't work.
    (as mentioned with error above). Does anyone know
    what I need to do to avoid the above compile errors?
    Second, I need to figure why the code needsRepaintAfterBlit() is returning false for my application.
    Any help will be appreciated...

    Well, in order to "investigate whey the "needsRepaintAfterBlit()" method is apparently coming out false " I need to run my program in debug. In
    order to look at values at breakpoints in a debugger
    I need to compile with debug on...which gets me back
    to my very first problem of needing to recompile the
    swing.
    I found the solution was to change the JViewport.java
    in the jre/lib/rt.jar and then run.

  • {@inheritDoc} not working for Java Classes

    Hello,
    i am using {@inheritDoc} for inherting super class's JavaDoc for a perticular function..
    It is working, if super class is my own class. i am able to see all JavaDoc in child class.
    But when i use {@inheritDoc} for extending JavaDoc of java class it is not working.
    i.e. if i am writing {@inheritDoc} in public void actionPerformed(ActionEvent e) method..
    It wont show any javadoc..
    How to add it? Do i need to give source of java classes too???
    And if it is Yes, then where to specifiy. and where to find source of Java classes, do they come with JDK? or NetBeans?? (If yes then where it is in JDK or Netbeans???)
    Thanks,
    Nachiket.

    Yes, you need to have the Java source, with the -sourcepath option, as described here:
    Inheriting Comments from J2SE - Your code can also automatically inherit comments from interfaces and classes in the J2SE. You can do this by unzipping the src.zip file that ships with the SDK (it does not contain all source files, however), and add its path to -sourcepath. When javadoc runs on your code, it will load the doc comments from those source files as needed. For example, if a class in your code implements java.lang.Comparable, the compareTo(Object) method you implement will inherit the doc comment from java.lang.Comparable.
    http://java.sun.com/j2se/javadoc/faq/#incrementalbuild
    If you want the full Java source get it from here:
    http://www.sun.com/software/communitysource/j2se/java2/index.xml
    http://java.sun.com/j2se/javadoc/faq/#sourcecode
    -Doug

  • Only values in InfoProvider not working for ODS

    Hi,
    I'm on BEx 3.5 and I'm trying to use a variable in a query on an ODS. The InfoObject is set to "Only Values in InfoProvider" in RSD1 in the Query Execution Filter Val Selectn entry. The same setting has also been done in the ODS InfoObject specific properties for that InfoObject.
    In spite of this, whenever I run the query and press F4, it shows all the values in the master data table of the InfoObject.
    I've run it in BEx, and also in RSRT after deleting the cache. Nothing works.
    Any ideas how I could proceed to fix this.
    Regards,
    Suhas

    Hi,
    Thanks for the note, it does explain this behaviour.
    But that in turn begs the question of what is the point of allowing the option of ODS-specific properties of InfoObjects if an ODS can fetch F4 help only from the master data table!
    Regards,
    Suhas

  • Look Ahead Lov dosen't work for SubTab layout

    Hi,
    I have developed a custom page which can have multiple tabs.
    When there is only one tab, everything works fine. Now when i try to copy a bid , which opens a new tab, and try to enter a valid value in the LOV field. I get a message saying 'Unable to fetch results. Please invoke the LOV window for search results'.
    One more Observation here is , when an invalid item is entered and tabbed out, the Lov window should open up automatically. Which doesn’t happen for the second tab. Everything works fine when there is only one tab.
    Please assist on this issue.
    Thanks
    AG

    same problem here. Has there been any update on how to fix it?

  • Value help does not work for ONE person only !

    Hi,
    we have a strange problem. In the Web IC, we are using a standard value help for the country field for a Business Partner. This works fine for everyone (ie, it picks up the country and slots it into the field) except one person. For her, it never returns any value into the country field. We are guessing that it's not Web IC related but is something in her browser settings etc...but haven't been able to pin it down. Can anyone offer any advice on this ?
    thanks for looking.
    Malcolm.

    Hello Malcolm,
    If this error occurs for one user only it's definitely related to the clients PC.
    Did you already delete all temporary files and the cookies on that PC? Usually this does the trick!
    If this does not solve the problem, try to let that particular user login on another PC where the problem does not occur. (If the error does occur on another PC too it's probably profile/authorization related)
    Hope this helps!
    Regards,
    Joost

  • IPhoto tag import only works for files touched by Picasa

    I have 6000+ photos which I painstakingly tagged up in Vista (Vista Photo Gallery is auperb for this task by the way) in readiness for getting my wife a MacBook.
    The problem is when I import them, some, but not all tags are imported.
    As an example, I search for my wife's name. In both Vista Photo Gallery and Google Picasa2, I get 775 and 773 photos returned respectively (I'll worry about the odd 2 later). In iPhoto (both in '06 and '08) I get 84 photos.
    Having a look at the properties of some of the files, it appears that any photo I have done any editing in Picasa has had its tags imported corrected. The rest do not.
    From reading the Windows Photo team blog, it seems they were keen to do tagging correctly (including always saving tag info back to the file - Apple take note), so I doubt very much it's the fault of Vista Photo Gallery - though I've not been weened off windows yet The fact that Google Picasa correctly sees the tags lends weight to this argument.
    Has anyone any ideas or experience of this or other related problems?
    Are there any third party scripts or tools (free!) that will import tags correctly?
    Should I file a bug report, and if so where?
    All help greatfully received.

    Greg
    Welcome to the Apple Discussions.
    Tagging is still very new. Creative Commons have some background info here: http://wiki.creativecommons.org/XMP but even they refer to the " balkanized state of embedded metadata standards.".
    Regardless of what you may hope or think, the simple fact of the matter is that there is no convention or protocol adopted by everyone for tagging pics. This is true both within Operating Systems and between them. Microsoft, Google and Adobe all have systems going that are partly compatible. The simple fact of the matter is that there is no way to tag on Windows in such a way as the tag can be reliably read on a Mac - and vice versa. It's a reasonable guess that if you tag using the Adobe system that will be read by Adobe apps on either side, but not necessarily by anyone else's application.
    What's best is if you can find an app that writes to the Exif data and one that read those fields of the Exif data...
    And, sorry, but I don't know of any...
    Regards
    TD

  • My Firefox hangs, I hadn't used an earlier program, I was railroaded into downloading it by AVG, it dosen't work for me, how do I uninstall it and still get benefit from AVG?

    I do not feel I had a free choice in downloading Mozilla Firefox and was railroaded into it by AVG when I renewed with them. Can I get rid of Firefox and still use AVG, as I think it is worse than Internet Explorer and seems to throw up more problems.
    == This happened ==
    Just once or twice
    == When I closed a jpeg down on website, and realised that I'd lost the site. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; eMusic DLM/4; MSN OptimizedIE8;ENGB)

    I do not feel I had a free choice in downloading Mozilla Firefox and was railroaded into it by AVG when I renewed with them. Can I get rid of Firefox and still use AVG, as I think it is worse than Internet Explorer and seems to throw up more problems.
    == This happened ==
    Just once or twice
    == When I closed a jpeg down on website, and realised that I'd lost the site. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; eMusic DLM/4; MSN OptimizedIE8;ENGB)

  • Java.math.biginteger

    Ol�, estou com problema na seguinte linha de c�digo:
    int novocod_cid = ((Integer)maxCidade.getValue("MAXCID_COD")).intValue();
    Ela esta no tutorial e apresenta uma mensagem de erro:
    lava.math.biginteger

    For anyone interested, it could be fun to get some feedback on my implementationI've modified your code: class FermatPrime {
        public static boolean doTest (BigInteger p, int prob) {
            for (int c = 0; c < prob; c++) {
                if (!doModPow(p)) {
                    return false;
            return true;
        public static boolean doModPow (BigInteger n) {
            long rndnum = 1 + generator.nextInt(99);
            BigInteger b = BigInteger.valueOf(rndnum);
            return b.modPow((n.subtract(n.ONE)), n).equals(n.ONE);
    }Of the four changes I've made, one fixes a bug and three clean up the implementation. I've left the distribution of rndnum alone, but I do think that it's somewhat imperfect. Firstly, if rndnum happens to be 1 the test is absolutely pointless; secondly, the range is rather small. If you are going to have such a small range, you should take steps to ensure that you don't use the same number in multiple tests.

Maybe you are looking for

  • On my macbook pro the Software Update appeared, then it asked me to update some software what should I do?

    On my mac the Software Update appeared, then it asked me to update some software,when I clicked Install all or update all, it said that it will restart and it told me not to turn it off, then when the screen appears, it is too slow, I can't "barely"

  • Which is better??????

    which is better?Dam really confused which speaker to buy?? i currently have a creative m2600.but am not getting enough performance or that feel while watching movies like avatar,step up 3 etc......so am planning to buy a 5.1.......not planning but i

  • Problems Backing Up iPod On Windows

    I have never backed up my iPod touch 4 (iOS 6). Tonight I tried to back it up. It usually takes a while to do it and it won't finish so I usually just skip backing it up. So, when I tried backing it up, it would load a little bit then it would skip t

  • Calendar Patch 2007 Update Offline

    Where can I find the Calendar patch 2007 file for offline update. By USB. It solved my sync trouble whit my 1st Curve 8300 but not on my new Curve 8310. The web page said (updated completed) but I don't see it in my list of application. And  I still

  • HELP  Regarding Problem Found during transportation

    Hi Experts I was transported my request from DEV  to PROD When i am Importing my Objects in Producton server System is throwing this Error. --Start of the after-import method for object type R3TR UPDR (Activation Mode) Info object VV00B is not availa