feature request 1245255, no uninitialized variable warning for functions with referen...
authorbananeweizen <bananeweizen>
Sun, 15 Jan 2006 10:30:29 +0000 (10:30 +0000)
committerbananeweizen <bananeweizen>
Sun, 15 Jan 2006 10:30:29 +0000 (10:30 +0000)
commit883dfbdbeef0b992ea0e54661a2def0f3e5bcd66
treeb7acc2d668c5c2a137188a4f7ed699582c79d7c9
parent32692213433cc814d93a567c352a1f81d36aaa52
feature request 1245255, no uninitialized variable warning for functions with reference arguments, which are known to fill that variable themselves
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/UninitializedVariableHandler.java [new file with mode: 0644]