Duplo 0.2.0 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Christian Ammann
0 stars award from rbytes.net

Duplo is a tool to find duplicated code blocks in large C, C++, Java, C#, and VB.Net systems.

- Sample output snippet -
...
srcenginegeometrysimpleTorusGeometry.cpp(56)
srcenginegeometrysimpleSphereGeometry.cpp(54)
pBuffer[currentIndex*size+3]=(i+1)/(float)subdsU;
pBuffer[currentIndex*size+4]=j/(float)subdsV;
currentIndex++;
pPrimitiveBuffer->unlock();

srcenginegeometrysubdsSubDsGeometry.cpp(37)
srcenginegeometrySkinnedMeshGeometry.cpp(45)
pBuffer[i*size+0]=m_ct[0]->m_pColors[i*3];
pBuffer[i*size+1]=m_ct[0]->m_pColors[i*3+1];
pBuffer[i*size+2]=m_ct[0]->m_pColors[i*3+2];
...
- Snippet end -----------

What's New in This Release:
An option to output to XML.
An XSL style sheet.
Code optimisations to improve speed.
Support for C# and VB.Net.

Duplo 0.2.0 keywords