alibaba / alibaba/AndFix

不支持新增成员变量?

Open
#176 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
7k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

请问后续版本修复,还是有限制原因?
public void addAddedFields(DexBackedField field) {
addedFields.add(field);
throw new RuntimeException("can,t add new Field:" +
field.getName() + "(" + field.getType() + "), " + "in class :" +
field.getDefiningClass());
}

public void addModifiedFields(DexBackedField field) {
modifiedFields.add(field);
throw new RuntimeException("can,t modified Field:" +
field.getName() + "(" + field.getType() + "), " + "in class :" +
field.getDefiningClass());
}

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the addAddedFields and addModifiedFields entry points shown in the issue and trace where addedFields and modifiedFields are handled. Determine whether adding or modifying member fields is intentionally unsupported; done should be a documented decision or a complete, tested implementation of the requested behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.