Bug #17
avoid weaving static methods
| Status: | Closed | Start: | 10/02/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Weaving | |||
| Target version: | 0.5.2 |
Description
this fails due to usage of $0 (which expands to 'this') for the javassist compiler
relates to #16
History
Updated by Jörg Plewe over 2 years ago
- Status changed from New to Resolved
- Assigned to set to Jörg Plewe
- Target version set to 0.5.2
- % Done changed from 0 to 100
Fixed with a simple modifiers test in Weaver.java.
see r2837
@todo: issues a warning
Updated by Philipp Haußleiter about 2 years ago
- Status changed from Resolved to Closed