blob: 50519ebbac5bce8dc03707f3f350c7305e5c5787 [file] [log] [blame]
NBProfiler/Config/OQL/samplesName=Voorbeelden
NBProfiler/Config/OQL/samplesDescr=Sample OQL queries.
AllFiles.name=List java.io.File instances
AllFiles.desc=Voorbeeld OQL query voor een lijst van alle instanties van java.io.File toegewezen aan de 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=Controleert of er meer dan twee instanties van Boolean op de heap (alleen Boolean.TRUE en Boolean.FALSE zijn nodig).