codecharta icon indicating copy to clipboard operation
codecharta copied to clipboard

Sourcecodeparser can't parse Jenkins

Open Richargh opened this issue 9 months ago • 0 comments

Bug

Expected Behavior

GIVEN

git clone [email protected]:jenkinsci/jenkins.git

WHEN

ccsh sourcecodeparser jenkins/ -o jenkins.src.cc.json

THEN I get a valid jenkins.src.cc.json

Actual Behavior

  • At 70% ** PointerException: Cannot invoke "org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getAnnotationType()" because "internalAn ** java.lang.NullPointerException: Cannot invoke "org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.getAnnotationType()" because "internalAnnotation" is null At 71% roughly the same

And CodeCharta Visualization says the file is "empty or invalid"

Specifications

  • is released in online-demo: yes
  • CodeCharta Version: 1.125.0
  • OS: MacOs
  • Browser: FireFox

Richargh avatar May 18 '24 13:05 Richargh