C++ Static Analysis Report for src

date: Wed Sep 19 10:44:32 EDT 2012
invocator: davidl
machine: Darwin harriet.jlab.org 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64

Notification counts:
warning: 11
style: 190
performance: 90

File Type
JANA/JEventLoop.h:446 style Variable 'OBJECT_NOT_AVAILABLE' hides enumerator with same name
JANA/JCalibration.h:365 style C-style pointer casting
JANA/JParameter.h:35 warning Member variable 'JParameter::isdefault' is not initialized in the constructor.
JANA/JParameter.h:35 warning Member variable 'JParameter::hasdefault' is not initialized in the constructor.
JANA/JParameter.h:35 warning Member variable 'JParameter::printme' is not initialized in the constructor.
JANA/JParameter.h:35 warning Member variable 'JParameter::type' is not initialized in the constructor.
JANA/JGeometry.h:72 warning Member variable 'JGeometry::run_min' is not initialized in the constructor.
JANA/JGeometry.h:72 warning Member variable 'JGeometry::run_max' is not initialized in the constructor.
JANA/JGeometry.h:72 warning Member variable 'JGeometry::run_found' is not initialized in the constructor.
JANA/JParameterManager.h:301 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JParameterManager.h:322 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JEventLoop.h:201 performance Possible inefficient checking for 'v' emptiness.
JANA/JObject.h:205 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JObject.h:236 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JObject.h:264 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JObject.h:296 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JParameterManager.h:250 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.h:356 performance Prefer prefix ++/-- operators for non-primitive types.
examples/example01/JEventSource_MySource.cc:76 style Variable 'RESOURCE_UNAVAILABLE' hides enumerator with same name
JANA/JParameterManager.h:300 style Exception should be caught by reference.
JANA/JParameterManager.h:321 style Exception should be caught by reference.
JANA/JFactory.h:430 style C-style pointer casting
JANA/JFactory.h:225 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JFactory.h:240 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JFactory.h:263 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JFactory.h:281 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JFactory.h:463 performance Possible inefficient checking for 'myitems' emptiness.
examples/example02/JEventSource_MySource.cc:78 style Variable 'RESOURCE_UNAVAILABLE' hides enumerator with same name
JANA/JFactory.h:220 style Exception should be caught by reference.
JANA/JFactory.h:235 style Exception should be caught by reference.
JANA/JFactory.h:258 style Exception should be caught by reference.
JANA/JFactory.h:276 style Exception should be caught by reference.
JANA/force_link.cc:66 style The function 'force_links' is never used
JANA/JApplication.cc:491 style C-style pointer casting
JANA/JApplication.cc:1020 style C-style pointer casting
JANA/JApplication.cc:1054 style C-style pointer casting
JANA/JApplication.cc:893 style Variable 'context_str' is assigned a value that is never used
JANA/JApplication.cc:453 performance Possible inefficient checking for 'event_buffer' emptiness.
JANA/JApplication.cc:1179 performance Possible inefficient checking for 'source_names' emptiness.
JANA/JApplication.cc:1254 performance Possible inefficient checking for 'loops' emptiness.
JANA/JApplication.cc:1374 performance Possible inefficient checking for 'loops' emptiness.
JANA/JApplication.cc:415 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:663 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:868 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:937 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:1520 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:1532 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:1548 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:1948 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.cc:1952 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JApplication.h:108 style The function 'AddAutoActivatedFactory' is never used
JANA/JApplication.h:86 style The function 'GetJCalibrations' is never used
JANA/JApplication.h:100 style The function 'GetNEvents' is never used
JANA/JApplication.h:99 style The function 'GetNcores' is never used
JANA/JApplication.h:98 style The function 'GetQuittingStatus' is never used
JANA/JApplication.h:101 style The function 'GetRate' is never used
JANA/JApplication.h:371 style The function 'InitJANAPlugin' is never used
JANA/JApplication.h:114 style The function 'Lock' is never used
JANA/JApplication.h:119 style The function 'RootReadLock' is never used
JANA/JApplication.h:121 style The function 'RootUnLock' is never used
JANA/JApplication.h:120 style The function 'RootWriteLock' is never used
JANA/JApplication.h:110 style The function 'SetShowTicker' is never used
JANA/JCalibration.cc:275 style Obsolete function 'ctime' called. It is recommended to use the function 'strftime' instead.
JANA/JCalibration.cc:56 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:186 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:203 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:329 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:354 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:381 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:385 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:414 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:420 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.cc:427 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibration.h:73 style The function 'GetAccesses' is never used
JANA/JCalibration.h:99 style The function 'RetrieveEventBoundaries' is never used
JANA/JCalibration.h:47 style The function 'className' is never used
JANA/JCalibrationFile.cc:167 style Unused variable: colnamesline
JANA/JCalibrationFile.cc:318 style Obsolete function 'ctime' called. It is recommended to use the function 'strftime' instead.
JANA/JCalibrationFile.cc:229 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibrationFile.cc:256 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JCalibrationFile.h:21 style The function 'className' is never used
JANA/JEvent.h:37 style The function 'GetEventNumber' is never used
JANA/JEvent.h:40 style The function 'GetJEventLoop' is never used
JANA/JEvent.h:36 style The function 'GetJEventSource' is never used
JANA/JEvent.h:39 style The function 'GetRef' is never used
JANA/JEvent.h:38 style The function 'GetRunNumber' is never used
JANA/JEvent.h:49 style The function 'GetStatus' is never used
JANA/JEvent.h:43 style The function 'SetEventNumber' is never used
JANA/JEvent.h:45 style The function 'SetJEventLoop' is never used
JANA/JEvent.h:41 style The function 'SetJEventSource' is never used
JANA/JEvent.h:44 style The function 'SetRef' is never used
JANA/JEvent.h:42 style The function 'SetRunNumber' is never used
JANA/JEvent.h:51 style The function 'SetStatus' is never used
JANA/JEventLoop.cc:490 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JEventLoop.cc:514 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JEventLoop.cc:530 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JEventLoop.cc:543 style Throwing a copy of the caught exception instead of rethrowing the original exception.
JANA/JEventLoop.cc:149 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.cc:177 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.cc:199 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.cc:216 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.cc:235 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.cc:499 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventLoop.h:66 style struct or union member 'error_call_stack_t::line' is never used
JANA/JEventLoop.h:57 style struct or union member 'call_stack_t::start_time' is never used
JANA/JEventLoop.h:58 style struct or union member 'call_stack_t::end_time' is never used
JANA/JEventLoop.h:59 style struct or union member 'call_stack_t::data_source' is never used
JANA/JEventLoop.h:120 style The function 'AddToErrorCallStack' is never used
JANA/JEventLoop.h:112 style The function 'GetInstantaneousRate' is never used
JANA/JEventLoop.h:113 style The function 'GetIntegratedRate' is never used
JANA/JEventLoop.h:74 style The function 'GetJApplication' is never used
JANA/JEventLoop.h:108 style The function 'GetJEvent' is never used
JANA/JEventLoop.h:114 style The function 'GetLastEventProcessingTime' is never used
JANA/JEventLoop.h:115 style The function 'GetNevents' is never used
JANA/JEventLoop.h:111 style The function 'GetPThreadID' is never used
JANA/JEventLoop.h:101 style The function 'GetQuit' is never used
JANA/JEventLoop.h:98 style The function 'Pause' is never used
JANA/JEventLoop.h:100 style The function 'Quit' is never used
JANA/JEventLoop.h:99 style The function 'Resume' is never used
JANA/JEventLoop.h:110 style The function 'SetAutoFree' is never used
JANA/JEventLoop.h:109 style The function 'SetJEvent' is never used
JANA/JEventProcessor.h:49 style The function 'Clear_brun_called' is never used
JANA/JEventProcessor.h:51 style The function 'Clear_erun_called' is never used
JANA/JEventProcessor.h:50 style The function 'Clear_evnt_called' is never used
JANA/JEventProcessor.h:52 style The function 'Clear_fini_called' is never used
JANA/JEventProcessor.h:48 style The function 'Clear_init_called' is never used
JANA/JEventProcessor.h:46 style The function 'GetBRUN_RunNumber' is never used
JANA/JEventProcessor.h:65 style The function 'GetDeleteMe' is never used
JANA/JEventProcessor.h:61 style The function 'LockState' is never used
JANA/JEventProcessor.h:59 style The function 'SetBRUN_RunNumber' is never used
JANA/JEventProcessor.h:64 style The function 'SetDeleteMe' is never used
JANA/JEventProcessor.h:63 style The function 'SetJApplication' is never used
JANA/JEventProcessor.h:55 style The function 'Set_brun_called' is never used
JANA/JEventProcessor.h:57 style The function 'Set_erun_called' is never used
JANA/JEventProcessor.h:56 style The function 'Set_evnt_called' is never used
JANA/JEventProcessor.h:58 style The function 'Set_fini_called' is never used
JANA/JEventProcessor.h:54 style The function 'Set_init_called' is never used
JANA/JEventProcessor.h:62 style The function 'UnlockState' is never used
JANA/JEventProcessor.h:42 style The function 'brun_was_called' is never used
JANA/JEventProcessor.h:44 style The function 'erun_was_called' is never used
JANA/JEventProcessor.h:43 style The function 'evnt_was_called' is never used
JANA/JEventProcessor.h:45 style The function 'fini_was_called' is never used
JANA/JEventProcessor.h:41 style The function 'init_was_called' is never used
JANA/JEventSink.cc:77 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventSink.cc:96 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JEventSink.h:46 style The function 'IsInWriteList' is never used
JANA/JEventSink.h:44 style The function 'LockSink' is never used
JANA/JEventSink.h:45 style The function 'UnlockSink' is never used
JANA/JEventSource.h:105 style The function 'FreeEvent' is never used
JANA/JEventSource.h:116 style The function 'LockRead' is never used
JANA/JEventSource.h:117 style The function 'UnlockRead' is never used
JANA/JEventSource.h:101 style The function 'className' is never used
JANA/JEventSourceGenerator.h:59 style The function 'className' is never used
JANA/JException.cc:139 style The function 'what' is never used
JANA/JFactory.h:80 style The function 'GetDataOrigin' is never used
JANA/JFactory.h:86 style The function 'GetEventCalled' is never used
JANA/JFactory_base.cc:34 performance Possible inefficient checking for 'allitems' emptiness.
JANA/JFactory_base.cc:38 performance Possible inefficient checking for 'h' emptiness.
JANA/JFactory_base.cc:44 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JFactory_base.h:108 style The function 'ClearFactoryFlag' is never used
JANA/JFactory_base.h:100 style The function 'GetFactoryFlags' is never used
JANA/JFactory_base.h:60 style The function 'GetNcalls' is never used
JANA/JFactory_base.h:63 style The function 'GetNgencalls' is never used
JANA/JFactory_base.h:103 style The function 'SetFactoryFlag' is never used
JANA/JFactory_base.h:90 style The function 'SetJEventLoop' is never used
JANA/JFactory_base.h:84 style The function 'Tag' is never used
JANA/JFactory_base.h:113 style The function 'TestFactoryFlag' is never used
JANA/JFactoryGenerator.h:60 style The function 'Description' is never used
JANA/JFactoryGenerator.h:57 style The function 'className' is never used
JANA/JGeometry.h:78 style The function 'className' is never used
JANA/JGeometryXML.cc:163 performance Possible inefficient checking for 'attributes' emptiness.
JANA/JGeometryXML.cc:168 performance Possible inefficient checking for 'attributes' emptiness.
JANA/JGeometryXML.cc:207 performance Possible inefficient checking for 'attributes' emptiness.
JANA/JGeometryXML.cc:212 performance Possible inefficient checking for 'attributes' emptiness.
JANA/JGeometryXML.cc:334 performance Possible inefficient checking for 'filter_nodes' emptiness.
JANA/JGeometryXML.cc:581 performance Possible inefficient checking for 'attributes' emptiness.
JANA/JGeometryXML.cc:248 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JGeometryXML.cc:287 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JGeometryXML.cc:345 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JGeometryXML.cc:382 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JGeometryXML.cc:701 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JGeometryXML.cc:707 performance Prefer prefix ++/-- operators for non-primitive types.
JANA/JGeometryXML.h:64 style The function 'className' is never used
JANA/JGeometryXML.h:137 style The function 'error' is never used
JANA/JGeometryXML.h:138 style The function 'fatalError' is never used
JANA/JGeometryXML.h:131 style The function 'handleError' is never used
JANA/JGeometryXML.h:132 style The function 'resetErrors' is never used
JANA/JGeometryXML.h:136 style The function 'warning' is never used
JANA/JObject.h:90 style The function 'AddLog' is never used
JANA/JObject.h:189 style The function 'Get' is never used
JANA/JObject.h:95 style The function 'GetAppendTypes' is never used
JANA/JObject.h:98 style The function 'GetFactoryPointer' is never used
JANA/JObject.h:92 style The function 'GetLog' is never used
JANA/JObject.h:101 style The function 'GetNameTag' is never used
JANA/JObject.h:246 style The function 'GetSingle' is never used
JANA/JObject.h:276 style The function 'GetSingleT' is never used
JANA/JObject.h:217 style The function 'GetT' is never used
JANA/JObject.h:96 style The function 'SetAppendTypes' is never used
JANA/JObject.h:97 style The function 'SetFactoryPointer' is never used
JANA/JObject.h:305 style The function 'toStrings' is never used
JANA/JParameter.h:71 style The function 'DataType' is never used
JANA/JParameter.h:41 style The function 'SetDefault' is never used
JANA/JParameter.h:42 style The function 'SetDescription' is never used
JANA/JParameter.h:40 style The function 'SetValue' is never used
JANA/JParameter.h:37 style The function 'className' is never used
JANA/JParameter.h:48 style The function 'd' is never used
JANA/JParameter.h:47 style The function 'f' is never used
JANA/JParameter.h:49 style The function 'i' is never used
JANA/JParameterManager.cc:204 style Obsolete function 'ctime' called. It is recommended to use the function 'strftime' instead.
JANA/JParameterManager.cc:268 performance Possible inefficient checking for 'parameters' emptiness.
JANA/JParameterManager.h:69 style The function 'SetVerbose' is never used
JANA/JParameterManager.h:54 style The function 'className' is never used
JANA/JStreamLogBuffer.cc:136 style Obsolete function 'ctime' called. It is recommended to use the function 'strftime' instead.
JANA/JStreamLogBuffer.h:61 style The function 'GetThreadstampFlag' is never used
JANA/JStreamLogBuffer.h:60 style The function 'GetTimestampFlag' is never used
JANA/JStreamLogBuffer.h:64 style The function 'SetThreadstampFlag' is never used
JANA/JStreamLogBuffer.h:63 style The function 'SetTimestampFlag' is never used
JANA/JVersion.h:30 style The function 'GetBuild' is never used
JANA/JVersion.h:40 style The function 'GetDate' is never used
JANA/JVersion.h:38 style The function 'GetIDstring' is never used
JANA/JVersion.h:28 style The function 'GetMajor' is never used
JANA/JVersion.h:29 style The function 'GetMinor' is never used
JANA/JVersion.h:39 style The function 'GetSVNrevision' is never used
JANA/JVersion.h:41 style The function 'GetURL' is never used
JANA/JVersion.h:32 style The function 'GetVersion' is never used
JANA/JVersion.h:19 style The function 'className' is never used
plugins/EVIO/JEventSourceEVIO.cc:111 style Variable 'RESOURCE_UNAVAILABLE' hides enumerator with same name
plugins/EVIO/JEventSourceEVIO.h:27 style The function 'className' is never used
plugins/jana_iotest/JEventSourceTest.cc:120 style Variable 'RESOURCE_UNAVAILABLE' hides enumerator with same name
plugins/jana_iotest/JEventSourceTest.cc:123 style Variable 'dataClassName' is assigned a value that is never used
plugins/jana_iotest/JEventSourceTest.h:28 style The function 'className' is never used
plugins/janactl/janactl_plugin.cc:78 style Exception should be caught by reference.
plugins/janactl/janactl_plugin.cc:224 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janactl/janactl_plugin.cc:130 style The function 'callback' is never used
plugins/janadot/JEventProcessorJANADOT.cc:132 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janadot/JEventProcessorJANADOT.cc:148 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janadot/JEventProcessorJANADOT.cc:178 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janapfm/JPMUCounts_factory.h:16 warning Member variable 'JPMUCounts_factory::MAX_COUNTERS' is not initialized in the constructor.
plugins/janapfm/JEventProcessorJANAPFM.cc:98 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janapfm/JEventProcessorJANAPFM.cc:116 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janapfm/JPMUCounts_factory.cc:91 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janapfm/JPMUCounts_factory.cc:150 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janapfm/JPMUCounts_factory.cc:173 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janarate/JEventProcessorJANARATE.h:36 style struct or union member 'rate_t::rate' is never used
plugins/janarate/JEventProcessorJANARATE.h:37 style struct or union member 'rate_t::delta_sec' is never used
plugins/janarate/JEventProcessorJANARATE.h:38 style struct or union member 'rate_t::last_sec' is never used
plugins/janarate/JEventProcessorJANARATE.h:39 style struct or union member 'rate_t::Ncalls' is never used
plugins/janaroot/JEventProcessor_janaroot.cc:42 warning Member variable 'JEventProcessor_janaroot::JANAROOT_VERBOSE' is not initialized in the constructor.
plugins/janaroot/JEventProcessor_janaroot.cc:192 performance Possible inefficient checking for 'nametags_to_write_out' emptiness.
plugins/janaroot/JEventProcessor_janaroot.cc:305 performance Possible inefficient checking for 'items' emptiness.
plugins/janaroot/JEventProcessor_janaroot.cc:211 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janaroot/JEventProcessor_janaroot.cc:227 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janaroot/JEventProcessor_janaroot.cc:265 performance Prefer prefix ++/-- operators for non-primitive types.
plugins/janaroot/JEventProcessor_janaroot.h:51 style The function 'Print' is never used
plugins/jcalibws/JCalibrationWSGenerator.h:26 performance Inefficient usage of string::find in condition; string::compare would be faster.
plugins/TestSpeed/JEventSourceTest.cc:130 style Variable 'RESOURCE_UNAVAILABLE' hides enumerator with same name
plugins/TestSpeed/JEventSourceTest.h:27 style The function 'className' is never used
plugins/TestSpeed/JFactoryGeneratorTest.h:16 style The function 'className' is never used
plugins/TestSpeed/JTest_factory.cc:17 warning Member variable 'JTest_factory::val1' is not initialized in the constructor.
plugins/TestSpeed/JTest_factory.cc:17 warning Member variable 'JTest_factory::val2' is not initialized in the constructor.
utilities/jana/MyProcessor.cc:61 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jana/MyProcessor.cc:91 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/janactl/janactl.cc:42 style Variable 'cmd' is assigned a value that is never used
utilities/janactl/jc_cmsg.cc:33 style Exception should be caught by reference.
utilities/janactl/jc_cmsg.cc:224 performance Possible inefficient checking for 'thrinfos' emptiness.
utilities/janactl/jc_cmsg.cc:199 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/janactl/jc_cmsg.cc:235 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/janactl/jc_cmsg.h:34 style The function 'GetTime' is never used
utilities/janactl/jc_cmsg.h:36 style The function 'GetTimeout' is never used
utilities/janactl/jc_cmsg.h:33 style The function 'IsConnected' is never used
utilities/janactl/jc_cmsg.h:37 style The function 'SetTimeout' is never used
utilities/janadump/janadump.cc:93 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/janahbook/janahbook.cc:53 style Variable 'tag' is assigned a value that is never used
utilities/janahbook/JEventProcessor_janahbook.cc:186 performance Possible inefficient checking for 'items' emptiness.
utilities/janahbook/JEventProcessor_janahbook.cc:117 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/janahbook/JEventProcessor_janahbook.cc:193 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/janahbook/JEventProcessor_janahbook.h:52 style The function 'Print' is never used
utilities/jcalibread/jcalibread.cc:114 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jcalibread/jcalibread.cc:130 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jcalibread/jcalibread.cc:136 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jcalibws/jcalibws.cc:35 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jcalibws/jcalibws.cc:60 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jcalibws/jcalibws.cc:24 style The function 'ns__GetKeyValue' is never used
utilities/jcalibws/jcalibws.cc:73 style The function 'ns__GetListOfNamepaths' is never used
utilities/jcalibws/jcalibws.cc:46 style The function 'ns__GetTable' is never used
utilities/jgeomread/jgeomread.cc:130 style Variable 'val' is assigned a value that is never used
utilities/jgeomread/jgeomread.cc:186 style Variable 'val' is assigned a value that is never used
utilities/jgeomread/jgeomread.cc:122 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jgeomread/jgeomread.cc:128 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jgeomread/jgeomread.cc:174 performance Prefer prefix ++/-- operators for non-primitive types.
utilities/jgeomread/jgeomread.cc:184 performance Prefer prefix ++/-- operators for non-primitive types.