issues Search Results · language:Dune language:Python language:Java language:JavaScript language:Java language:CSS
Filter by
38.3M results
Scene: Tut_02 Position: (117.28350830078125, 12.603737831115723)
Message: sceneName: Tut_02 x: 117.2835 y: 12.60374 message: i love you
Meta
- GameVersion: undefined
- Platform: 76561199804493305 ...
feedback
processed
Title
Pantopia
Reviewer
Joost
Review
Another rievew
Bug - No Verification of Endpoint Setting
PortFactoryEnum.createPort(String url) calls SoapUtil.setUrl() but doesn t verify that the endpoint was actually set
successfully.
Location
// PortFactoryEnum.java ...
bug
Code Style - Inconsistent Null Check
PortMethodEnum uses != null for null check (line 53) while most of the codebase uses == null or Objects.requireNonNull.
Location
// PortMethodEnum.java line 53
if ...
enhancement
Security - Incomplete Log Injection Prevention
PortFactoryEnum.sanitizeForLog() removes some control characters but may miss others that could be used for log
injection attacks.
Location
// PortFactoryEnum.java ...
enhancement
Code Style - Inconsistent Spacing
ServiceEnum.java has inconsistent spacing in the enum constant declarations.
Location
// ServiceEnum.java lines 21-33
APEX(ServiceQNameEnum.APEX, ServiceWsdlEnum.APEX, ...
enhancement
Input Validation Missing
ServiceWsdlEnum and ServiceQNameEnum constructors don t validate input parameters, potentially allowing null or invalid
values during enum initialization.
Locations
ServiceWsdlEnum.java ...
enhancement
CI Failure
Workflow Downstream Health Check failed and could not be auto-healed.
- Run: https://github.com/jclee941/bug/actions/runs/27089165500
- Branch: main

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.