Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Detecting compilation unit errors? (Bug 1729)

Hola.

The JavaHotCodeReplaceManager listens to resource changes. When it hears that 
a classfile has changed, it informs running targets and attempts a hot code 
replace.

We want to not even attempt the HCR if the compilation unit has compilation 
errors. Given a class file, is there a simple way to detect if it has errors?

Thanks,
- Jared


Back to the top