]> source.dussan.org Git - aspectj.git/commit
fix for Bugzilla Bug 48990
authoracolyer <acolyer>
Wed, 28 Jul 2004 15:13:09 +0000 (15:13 +0000)
committeracolyer <acolyer>
Wed, 28 Jul 2004 15:13:09 +0000 (15:13 +0000)
commit10c6de6fbc8a0b9eb07801f4ac19bea8304a9cb3
treeb44260eba290558bdc43afb7e968b60990e96bd0
parent573741c8081c6b6b45921cafaae39f37eede2302
fix for Bugzilla Bug 48990
  Special case if(false) to not require a dynamic test
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/IfPseudoToken.java
tests/ajcTests.xml
tests/new/IfFalse.aj [new file with mode: 0644]
tests/new/IfTrue.aj [new file with mode: 0644]
weaver/src/org/aspectj/weaver/patterns/IfPointcut.java
weaver/src/org/aspectj/weaver/patterns/Pointcut.java