Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Weird language detected!

Hi,

On the #hawkeyenet project, the code analysis engine has some weird behavior:

  • 2 lines of modula-2 code appear (and I wouldn't know how to write a Hello World in modula)

  • The C++ code is recognized as C++ for 99%, but there remains 6 lines of C (including 3 comments). How does the engine can decide what is C and what is C++ (the .h maybe?)

odalet over 15 years ago
 

Got it for the C detection:

stdafx.h (Microsoft VC++ generated file) is considered to be C. Maybe because there is no C++ specific keyword in it

odalet over 15 years ago
 

It seems the two mis-detected languages have been fixed. Only C#, XML and C++ remain.

odalet over 15 years ago