blob: 27ac14e0fa54181c70aeb993972d563968b26ad7 [file] [log] [blame]
NBProfiler/Config/OQL/samplesName=Esempi
NBProfiler/Config/OQL/samplesDescr=Sample OQL queries.
AllFiles.name=List java.io.File instances
AllFiles.desc=Query OQL esemplificativa per elencare tutte le instanze di java.io.File allocate sulla heap.
OverallocatedStrings.name=Overallocated Strings
OverallocatedStrings.desc=Computes overhead of Strings that have their backing char[] larger than necessary (for example result of String.substring()).
OverallocatedStringsJS.name=Overallocated Strings (JS)
OverallocatedStringsJS.desc=Computes overhead of Strings that have their backing char[] larger than necessary (for example result of String.substring()). This time it uses JavaScript functions.
TooManyBooleans.name=Too many Booleans
TooManyBooleans.desc=Controlla se ci sono pi\u00f9 di due istanze di Boolean sulla heap (solo Boolean.TRUE e Boolean.FALSE sono necessari).