Identify how many int declerations are there in a java application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samvb
    New Member
    • Oct 2006
    • 228

    Identify how many int declerations are there in a java application

    Hi,

    Is there anyway to know how many declerations are of type "int" in any given java application? Any tip is welcome and highly appreciated.
  • arashdx
    New Member
    • Mar 2010
    • 2

    #2
    there is only int,short and long as primitive data type for non-float numbers in java, for terrible big values, BigDecimal and BigInteger are available.

    Comment

    Working...