René's URL Explorer Experiment


Title: Fix issue 87, 88, 90, and 91 by rahlk · Pull Request #92 · codellm-devkit/codeanalyzer-java · GitHub

Open Graph Title: Fix issue 87, 88, 90, and 91 by rahlk · Pull Request #92 · codellm-devkit/codeanalyzer-java

X Title: Fix issue 87, 88, 90, and 91 by rahlk · Pull Request #92 · codellm-devkit/codeanalyzer-java

Description: This pull request add a static cyclomatic complexity computation (issue #91) and fixed the mangled comments in constructor declarations (issue #90) Also addressed issues #88 and #87. There, I found that when executing Maven wrapper using its absolute path (/path/to/codeanalyzer-failing-projects/portfolio-spring/mvnw), it was looking for just .mvn/wrapper files in the wrong working directory, causing a ClassNotFoundException. I fixed this by splitting the absolute command path into directory and filename components. Now ProcessBuilder uses the command's parent directory as the working directory and the filename as the command. // Before: Using wrong working directory Process process = new ProcessBuilder(command, "--version").start(); // After: Split command path to get correct working directory Process process = new ProcessBuilder() .directory(new File(projectRootPom)) // Use mvnw's directory .command(commandFile.getName(), "--version") // Use just "mvnw" .start(); I checked to make sure this applied to gradlew projects as well, and I made sure that the gradlew path is absolute.

Open Graph Description: This pull request add a static cyclomatic complexity computation (issue #91) and fixed the mangled comments in constructor declarations (issue #90) Also addressed issues #88 and #87. There, I foun...

X Description: This pull request add a static cyclomatic complexity computation (issue #91) and fixed the mangled comments in constructor declarations (issue #90) Also addressed issues #88 and #87. There, I foun...

Opengraph URL: https://github.com/codellm-devkit/codeanalyzer-java/pull/92

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0ac4a894-872f-4270-3b4c-77362557770d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD4A2:37CD0D:16FA3A:1DC239:698E6316
html-safe-nonce239ba2cf2f242893697b1b39c0f361b2d808bcda0167c31f60e94cf8a10efc1e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENEEyOjM3Q0QwRDoxNkZBM0E6MURDMjM5OjY5OEU2MzE2IiwidmlzaXRvcl9pZCI6IjI0MTMxMjA2MzM5Mjk4ODQ0MzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2102a155528a82e6cb5c1508a674d16ea7771983273d69c11a188ccded019767
hovercard-subject-tagpull_request:2280499181
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
twitter:imagehttps://avatars.githubusercontent.com/u/1433964?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1433964?s=400&v=4
og:image:altThis pull request add a static cyclomatic complexity computation (issue #91) and fixed the mangled comments in constructor declarations (issue #90) Also addressed issues #88 and #87. There, I foun...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None666e30cc1de8ebdf458084bf731e95deba4f074a5008f91b50803aa9a71e3725
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/codellm-devkit/codeanalyzer-java git https://github.com/codellm-devkit/codeanalyzer-java.git
octolytics-dimension-user_id197800760
octolytics-dimension-user_logincodellm-devkit
octolytics-dimension-repository_id731300153
octolytics-dimension-repository_nwocodellm-devkit/codeanalyzer-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id731300153
octolytics-dimension-repository_network_root_nwocodellm-devkit/codeanalyzer-java
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef2d67bd549813f8aceb31f205ebdb434e9d46d38
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodellm-devkit%2Fcodeanalyzer-java%2Fpull%2F92%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodellm-devkit%2Fcodeanalyzer-java%2Fpull%2F92%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=codellm-devkit%2Fcodeanalyzer-java
Reloadhttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
Reloadhttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
Reloadhttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
codellm-devkit https://github.com/codellm-devkit
codeanalyzer-javahttps://github.com/codellm-devkit/codeanalyzer-java
Notifications https://github.com/login?return_to=%2Fcodellm-devkit%2Fcodeanalyzer-java
Fork 1 https://github.com/login?return_to=%2Fcodellm-devkit%2Fcodeanalyzer-java
Star 4 https://github.com/login?return_to=%2Fcodellm-devkit%2Fcodeanalyzer-java
Code https://github.com/codellm-devkit/codeanalyzer-java
Issues 10 https://github.com/codellm-devkit/codeanalyzer-java/issues
Pull requests 0 https://github.com/codellm-devkit/codeanalyzer-java/pulls
Actions https://github.com/codellm-devkit/codeanalyzer-java/actions
Projects 0 https://github.com/codellm-devkit/codeanalyzer-java/projects
Security 0 https://github.com/codellm-devkit/codeanalyzer-java/security
Insights https://github.com/codellm-devkit/codeanalyzer-java/pulse
Code https://github.com/codellm-devkit/codeanalyzer-java
Issues https://github.com/codellm-devkit/codeanalyzer-java/issues
Pull requests https://github.com/codellm-devkit/codeanalyzer-java/pulls
Actions https://github.com/codellm-devkit/codeanalyzer-java/actions
Projects https://github.com/codellm-devkit/codeanalyzer-java/projects
Security https://github.com/codellm-devkit/codeanalyzer-java/security
Insights https://github.com/codellm-devkit/codeanalyzer-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcodellm-devkit%2Fcodeanalyzer-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcodellm-devkit%2Fcodeanalyzer-java%2Fissues%2Fnew%2Fchoose
rahlkhttps://github.com/rahlk
1.X.Xhttps://github.com/codellm-devkit/codeanalyzer-java/tree/1.X.X
fix-issue-87https://github.com/codellm-devkit/codeanalyzer-java/tree/fix-issue-87
Conversation 1 https://github.com/codellm-devkit/codeanalyzer-java/pull/92
Commits 10 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits
Checks 1 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/checks
Files changed https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
Please reload this pagehttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
Fix issue 87, 88, 90, and 91 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#top
Show all changes 10 commits https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
392d12a Cyclomatic complexity computation for analysis level 1 sinha108 Jan 13, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/392d12a88822dd3136e071e57bd81e4f8643f7e6
ebe64b6 Added catch clause count to computation of cyclomatic complexity for … sinha108 Jan 13, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/ebe64b60f97223c2f6fba0e724a37809fbd827be
83d55e0 Clean up callable declaration string to remove embedded comments. sinha108 Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/83d55e090908ec92af2961da84671e0e5a82c99c
5d14706 Fixing issue 87 with maven wrapper rahlk Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/5d147069444849d3ece4b0aba2130dde5a98e06f
f30e384 Fixing issue 87 with maven wrapper rahlk Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/f30e384c2ed0a38d311f8e7b4333ad57c782304c
8253562 Merge pull request #89 from IBM/cyclomatic-complexity-analysis-level1 rahlk Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/82535620d98fff2be78c154b9348f2553cc50dbc
6e745c4 Fixing issue 87 with maven wrapper rahlk Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/6e745c4c5313c0d7d24acce81f016bc2c4192012
93e5efb Fixing issue 87 with maven wrapper rahlk Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/93e5efb9eb751e6cb90e285deb6c4799b7a6f60c
0dcde52 Fixing issue 87 with maven wrapper rahlk Jan 15, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/0dcde52687d8a7cbb7015202e92bb615de48bf34
ff1184b Throw a more discriptive error message when build commands fail. rahlk Jan 17, 2025 https://github.com/codellm-devkit/codeanalyzer-java/pull/92/commits/ff1184b477c4b8e9a866ca22e56188ceb725bbe2
Clear filters https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
Please reload this pagehttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
Please reload this pagehttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files
gradle.properties https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-3d103fc7c312a3e136f88e81cef592424b8af2464c468116545c4d22d6edcf19
SymbolTable.java https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
AnalysisUtils.java https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-11eeb06a57d2c3c716e6074151b3565d0db722c3edb3605f4861125f112df3bc
BuildProject.java https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
gradle.propertieshttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-3d103fc7c312a3e136f88e81cef592424b8af2464c468116545c4d22d6edcf19
View file https://github.com/codellm-devkit/codeanalyzer-java/blob/ff1184b477c4b8e9a866ca22e56188ceb725bbe2/gradle.properties
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/{{ revealButtonHref }}
src/main/java/com/ibm/cldk/SymbolTable.javahttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
View file https://github.com/codellm-devkit/codeanalyzer-java/blob/ff1184b477c4b8e9a866ca22e56188ceb725bbe2/src/main/java/com/ibm/cldk/SymbolTable.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/{{ revealButtonHref }}
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-eb530dc3fb8e2fba1a9d823b6ea72821eb6affefa2271ae8eca5a4d13715d6d3
src/main/java/com/ibm/cldk/utils/AnalysisUtils.javahttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-11eeb06a57d2c3c716e6074151b3565d0db722c3edb3605f4861125f112df3bc
View file https://github.com/codellm-devkit/codeanalyzer-java/blob/ff1184b477c4b8e9a866ca22e56188ceb725bbe2/src/main/java/com/ibm/cldk/utils/AnalysisUtils.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/{{ revealButtonHref }}
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-11eeb06a57d2c3c716e6074151b3565d0db722c3edb3605f4861125f112df3bc
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-11eeb06a57d2c3c716e6074151b3565d0db722c3edb3605f4861125f112df3bc
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-11eeb06a57d2c3c716e6074151b3565d0db722c3edb3605f4861125f112df3bc
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-11eeb06a57d2c3c716e6074151b3565d0db722c3edb3605f4861125f112df3bc
src/main/java/com/ibm/cldk/utils/BuildProject.javahttps://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
View file https://github.com/codellm-devkit/codeanalyzer-java/blob/ff1184b477c4b8e9a866ca22e56188ceb725bbe2/src/main/java/com/ibm/cldk/utils/BuildProject.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/{{ revealButtonHref }}
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com/codellm-devkit/codeanalyzer-java/pull/92/files#diff-c83bb6d04ee1392139c4551a60bb821c3071f4650bdc568a0ab7591fdcc26883
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.