| Summary: | recreateModifiedClassFileInOutputFolder only works in default package | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Markus Keller <markus.kell.r> |
| Component: | Core | Assignee: | Kent Johnson <kent_johnson> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | 3.2 M6 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Markus - what was your project setup? Any source/output folders? I've tried a project with no source/output folders and a project with src & bin folders. Both cases work for me Added an additional test testCorruptBuilder2 to BuildpathTests. Missed answering false in some recursive calls to checkForClassFileChanges Verified in I20060330-2000. |
I20060330-0010 I tried the new 'Java > Compiler > Building > Output folder > Rebuild class files modified by others' option, but AFAICS, it only works in the default package. Steps: - enable the option - open a class file from a default package in the text editor - add some characters, save -> automatically recompiled, changes undone When I do the same for a .class file from a non-default package, it is not recompiled on save.